@charset "UTF-8";
:root {
  --bs-version: "4.5.0"; }

/*
 getLuminance: function(hex) {
 var num = parseInt(this.normaliseHex(hex), 16), 
 amt = 38,
 R = (num >> 16) + amt,
 B = (num >> 8 & 0x00FF) + amt,
 G = (num & 0x0000FF) + amt;
 var newColour = (0x1000000 + (R<255?R<1?0:R:255)*0x10000 + (B<255?B<1?0:B:255)*0x100 + (G<255?G<1?0:G:255)).toString(16).slice(1);
 return '#'+newColour;
 },
 */
/* CSS Document */
:root {
  --test: #a84a4a;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-500: #adb5bd;
  --primary: #495057;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: 800; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #495057;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #262a2d;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 2rem;
    padding-left: 2rem; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 992px) {
  .row {
    margin-right: -2rem;
    margin-left: -2rem; } }
@media (min-width: 1200px) {
  .row {
    margin-right: -2.5rem;
    margin-left: -2.5rem; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  /**ADDITIONAL**  REMOVE FOR GUTTERWIDTH BE BREAKPOINTS
   padding-right: $gutter / 2;
   padding-left: $gutter / 2;
   */ }
  .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 2rem;
    padding-left: 2rem; }
  .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 2.5rem;
    padding-left: 2.5rem; }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
    .row-cols-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
.order-first {
  order: -1; }
.order-last {
  order: 13; }
  .order-0 {
    order: 0; }
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .order-3 {
    order: 3; }
  .order-4 {
    order: 4; }
  .order-5 {
    order: 5; }
  .order-6 {
    order: 6; }
  .order-7 {
    order: 7; }
  .order-8 {
    order: 8; }
  .order-9 {
    order: 9; }
  .order-10 {
    order: 10; }
  .order-11 {
    order: 11; }
  .order-12 {
    order: 12; }
  .offset-1 {
    margin-left: 8.3333333333%; }
  .offset-2 {
    margin-left: 16.6666666667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.3333333333%; }
  .offset-5 {
    margin-left: 41.6666666667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.3333333333%; }
  .offset-8 {
    margin-left: 66.6666666667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.3333333333%; }
  .offset-11 {
    margin-left: 91.6666666667%; }
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
    .order-sm-0 {
      order: 0; }
    .order-sm-1 {
      order: 1; }
    .order-sm-2 {
      order: 2; }
    .order-sm-3 {
      order: 3; }
    .order-sm-4 {
      order: 4; }
    .order-sm-5 {
      order: 5; }
    .order-sm-6 {
      order: 6; }
    .order-sm-7 {
      order: 7; }
    .order-sm-8 {
      order: 8; }
    .order-sm-9 {
      order: 9; }
    .order-sm-10 {
      order: 10; }
    .order-sm-11 {
      order: 11; }
    .order-sm-12 {
      order: 12; }
    .offset-sm-0 {
      margin-left: 0; }
    .offset-sm-1 {
      margin-left: 8.3333333333%; }
    .offset-sm-2 {
      margin-left: 16.6666666667%; }
    .offset-sm-3 {
      margin-left: 25%; }
    .offset-sm-4 {
      margin-left: 33.3333333333%; }
    .offset-sm-5 {
      margin-left: 41.6666666667%; }
    .offset-sm-6 {
      margin-left: 50%; }
    .offset-sm-7 {
      margin-left: 58.3333333333%; }
    .offset-sm-8 {
      margin-left: 66.6666666667%; }
    .offset-sm-9 {
      margin-left: 75%; }
    .offset-sm-10 {
      margin-left: 83.3333333333%; }
    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
    .order-md-0 {
      order: 0; }
    .order-md-1 {
      order: 1; }
    .order-md-2 {
      order: 2; }
    .order-md-3 {
      order: 3; }
    .order-md-4 {
      order: 4; }
    .order-md-5 {
      order: 5; }
    .order-md-6 {
      order: 6; }
    .order-md-7 {
      order: 7; }
    .order-md-8 {
      order: 8; }
    .order-md-9 {
      order: 9; }
    .order-md-10 {
      order: 10; }
    .order-md-11 {
      order: 11; }
    .order-md-12 {
      order: 12; }
    .offset-md-0 {
      margin-left: 0; }
    .offset-md-1 {
      margin-left: 8.3333333333%; }
    .offset-md-2 {
      margin-left: 16.6666666667%; }
    .offset-md-3 {
      margin-left: 25%; }
    .offset-md-4 {
      margin-left: 33.3333333333%; }
    .offset-md-5 {
      margin-left: 41.6666666667%; }
    .offset-md-6 {
      margin-left: 50%; }
    .offset-md-7 {
      margin-left: 58.3333333333%; }
    .offset-md-8 {
      margin-left: 66.6666666667%; }
    .offset-md-9 {
      margin-left: 75%; }
    .offset-md-10 {
      margin-left: 83.3333333333%; }
    .offset-md-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
    .order-lg-0 {
      order: 0; }
    .order-lg-1 {
      order: 1; }
    .order-lg-2 {
      order: 2; }
    .order-lg-3 {
      order: 3; }
    .order-lg-4 {
      order: 4; }
    .order-lg-5 {
      order: 5; }
    .order-lg-6 {
      order: 6; }
    .order-lg-7 {
      order: 7; }
    .order-lg-8 {
      order: 8; }
    .order-lg-9 {
      order: 9; }
    .order-lg-10 {
      order: 10; }
    .order-lg-11 {
      order: 11; }
    .order-lg-12 {
      order: 12; }
    .offset-lg-0 {
      margin-left: 0; }
    .offset-lg-1 {
      margin-left: 8.3333333333%; }
    .offset-lg-2 {
      margin-left: 16.6666666667%; }
    .offset-lg-3 {
      margin-left: 25%; }
    .offset-lg-4 {
      margin-left: 33.3333333333%; }
    .offset-lg-5 {
      margin-left: 41.6666666667%; }
    .offset-lg-6 {
      margin-left: 50%; }
    .offset-lg-7 {
      margin-left: 58.3333333333%; }
    .offset-lg-8 {
      margin-left: 66.6666666667%; }
    .offset-lg-9 {
      margin-left: 75%; }
    .offset-lg-10 {
      margin-left: 83.3333333333%; }
    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
    .order-xl-0 {
      order: 0; }
    .order-xl-1 {
      order: 1; }
    .order-xl-2 {
      order: 2; }
    .order-xl-3 {
      order: 3; }
    .order-xl-4 {
      order: 4; }
    .order-xl-5 {
      order: 5; }
    .order-xl-6 {
      order: 6; }
    .order-xl-7 {
      order: 7; }
    .order-xl-8 {
      order: 8; }
    .order-xl-9 {
      order: 9; }
    .order-xl-10 {
      order: 10; }
    .order-xl-11 {
      order: 11; }
    .order-xl-12 {
      order: 12; }
    .offset-xl-0 {
      margin-left: 0; }
    .offset-xl-1 {
      margin-left: 8.3333333333%; }
    .offset-xl-2 {
      margin-left: 16.6666666667%; }
    .offset-xl-3 {
      margin-left: 25%; }
    .offset-xl-4 {
      margin-left: 33.3333333333%; }
    .offset-xl-5 {
      margin-left: 41.6666666667%; }
    .offset-xl-6 {
      margin-left: 50%; }
    .offset-xl-7 {
      margin-left: 58.3333333333%; }
    .offset-xl-8 {
      margin-left: 66.6666666667%; }
    .offset-xl-9 {
      margin-left: 75%; }
    .offset-xl-10 {
      margin-left: 83.3333333333%; }
    .offset-xl-11 {
      margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th, .table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6; }
    .table-bordered thead th, .table-bordered thead td {
      border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }
.table-gray-500, .table-gray-500 > th, .table-gray-500 > td {
  background-color: #e8eaed; }
.table-gray-500 th, .table-gray-500 td, .table-gray-500 thead th, .table-gray-500 tbody + tbody {
  border-color: #d4d9dd; }
.table-hover .table-gray-500:hover {
  background-color: #dadee1; }
  .table-hover .table-gray-500:hover > td, .table-hover .table-gray-500:hover > th {
    background-color: #dadee1; }
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #ccced0; }
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #a0a4a8; }
.table-hover .table-primary:hover {
  background-color: #bfc1c4; }
  .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #bfc1c4; }
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db; }
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #b3b7bb; }
.table-hover .table-secondary:hover {
  background-color: #c8cccf; }
  .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cccf; }
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb; }
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #8fd19e; }
.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb; }
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda; }
.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5; }
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba; }
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e; }
.table-hover .table-warning:hover {
  background-color: #ffe7a0; }
  .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe7a0; }
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb; }
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ed969e; }
.table-hover .table-danger:hover {
  background-color: #f1b1b7; }
  .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b1b7; }
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe; }
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfcfc; }
.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca; }
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c; }
.table-hover .table-dark:hover {
  background-color: #b9bbbd; }
  .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbd; }

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
    .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }
  h1, .h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem; }
    .font-size-smaller h1, .font-size-smaller .h1 {
      font-size: 1.875rem;
      margin-bottom: 0.375rem; }
  .font-size-small h1, .font-size-small .h1 {
    font-size: 2.25rem;
    margin-bottom: 0.45rem; }
.font-size-large h1, .font-size-large .h1 {
  font-size: 2.75rem;
  margin-bottom: 0.55rem; }
.font-size-larger h1, .font-size-larger .h1 {
  font-size: 3.125rem;
  margin-bottom: 0.625rem; }
h2, .h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem; }
  .font-size-smaller h2, .font-size-smaller .h2 {
    font-size: 1.5rem;
    margin-bottom: 0.375rem; }
.font-size-small h2, .font-size-small .h2 {
  font-size: 1.8rem;
  margin-bottom: 0.45rem; }
.font-size-large h2, .font-size-large .h2 {
  font-size: 2.2rem;
  margin-bottom: 0.55rem; }
.font-size-larger h2, .font-size-larger .h2 {
  font-size: 2.5rem;
  margin-bottom: 0.625rem; }
h3, .h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem; }
  .font-size-smaller h3, .font-size-smaller .h3 {
    font-size: 1.3125rem;
    margin-bottom: 0.375rem; }
.font-size-small h3, .font-size-small .h3 {
  font-size: 1.575rem;
  margin-bottom: 0.45rem; }
.font-size-large h3, .font-size-large .h3 {
  font-size: 1.925rem;
  margin-bottom: 0.55rem; }
.font-size-larger h3, .font-size-larger .h3 {
  font-size: 2.1875rem;
  margin-bottom: 0.625rem; }
h4, .h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem; }
  .font-size-smaller h4, .font-size-smaller .h4 {
    font-size: 1.125rem;
    margin-bottom: 0.375rem; }
.font-size-small h4, .font-size-small .h4 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem; }
.font-size-large h4, .font-size-large .h4 {
  font-size: 1.65rem;
  margin-bottom: 0.55rem; }
.font-size-larger h4, .font-size-larger .h4 {
  font-size: 1.875rem;
  margin-bottom: 0.625rem; }
h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem; }
  .font-size-smaller h5, .font-size-smaller .h5 {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem; }
.font-size-small h5, .font-size-small .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.45rem; }
.font-size-large h5, .font-size-large .h5 {
  font-size: 1.375rem;
  margin-bottom: 0.55rem; }
.font-size-larger h5, .font-size-larger .h5 {
  font-size: 1.5625rem;
  margin-bottom: 0.625rem; }
h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem; }
  .font-size-smaller h6, .font-size-smaller .h6 {
    font-size: 0.75rem;
    margin-bottom: 0.375rem; }
.font-size-small h6, .font-size-small .h6 {
  font-size: 0.9rem;
  margin-bottom: 0.45rem; }
.font-size-large h6, .font-size-large .h6 {
  font-size: 1.1rem;
  margin-bottom: 0.55rem; }
.font-size-larger h6, .font-size-larger .h6 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem; }
.font-size-smaller {
  font-size: 0.75rem; }
  .font-size-smaller p {
    margin-bottom: 0.75rem; }
.font-size-small {
  font-size: 0.9rem; }
  .font-size-small p {
    margin-bottom: 0.9rem; }
.font-size-large {
  font-size: 1.1rem; }
  .font-size-large p {
    margin-bottom: 1.1rem; }
.font-size-larger {
  font-size: 1.25rem; }
  .font-size-larger p {
    margin-bottom: 1.25rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 80rem; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.list-2-columns, .list-3-columns {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none; }
  .list-2-columns > li, .list-3-columns > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 2.5rem; }

@media (min-width: 576px) {
  .list-2-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
    position: relative; }
  .list-3-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
    position: relative; } }

@media (min-width: 768px) {
  .list-3-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
    position: relative; } }

.img-fluid {
  max-width: 100%;
  height: auto !important; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto !important; }
@media (prefers-reduced-motion: reduce) {
  .img-thumbnail {
    transition: none; } }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d;
  line-height: 1.5; }

.figure {
  width: 100%; }
  .figure > .media-box {
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    width: 100%; }

.media-line-height {
  line-height: 0; }
  .media-line-height .figure {
    margin-bottom: 0; }

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px) grayscale(100%);
  transition: filter 400ms, -webkit-filter 400ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0) grayscale(0%); }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* CSS Document */
@media (min-width: 576px) {
  .container-sm {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .container-md {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .container-lg {
    padding-right: 2rem;
    padding-left: 2rem; } }
@media (min-width: 1200px) {
  .container-xl {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

.no-gutters > .col .row, .no-gutters > [class*="col-"] .row {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col .row .col, .no-gutters > [class*="col-"] .row .col, .no-gutters > .col .row [class*="col-"], .no-gutters > [class*="col-"] .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.no-gutters > .col .gallery-row, .no-gutters > [class*="col-"] .gallery-row {
  margin-right: 0;
  margin-left: 0; }

.no-gutters-n {
  margin-left: -15px !important;
  margin-right: -15px !important; }

/* CSS Document */
.media-caption {
  font-size: 90%;
  color: #6c757d;
  line-height: 1.5; }

.media-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0; }

.media-box {
  overflow: hidden;
  position: relative; }

.media-line {
  display: none; }

.media-effect .media-box > img, .media-effect .media-box > iframe, .media-effect .media-box > a > img {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }
  .media-effect .media-box:hover > iframe, .media-effect .media-box:hover > a > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.media-effect-1 .media-box {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .media-effect-1 .media-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2); }
  .media-effect-1 .media-box .media-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0; }

.media-effect-2 .media-box .media-caption, .media-effect-3 .media-box .media-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  margin-bottom: -60px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .media-effect-2 .media-box .media-caption .media-text, .media-effect-3 .media-box .media-caption .media-text {
    padding: 0.5rem;
    margin-right: 90px; }
  .media-effect-2 .media-box .media-caption .media-buttons, .media-effect-3 .media-box .media-caption .media-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    text-align: right; }
.media-effect-2 .media-box:hover .media-caption, .media-effect-3 .media-box:hover .media-caption {
  margin-bottom: 0px; }

.media-effect-3 .media-box .media-caption {
  background-color: #000; }
.media-effect-3 .media-box > img, .media-effect-3 .media-box > iframe, .media-effect-3 .media-box > a > img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .media-effect-3 .media-box:hover > img, .media-effect-3 .media-box:hover > iframe, .media-effect-3 .media-box:hover > a > img {
    -webkit-transform: translateY(-59px);
    -ms-transform: translateY(-59px);
    transform: translateY(-59px); }

.media-effect-4 .media-box .media-caption, .media-effect-5 .media-box .media-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin-left: -50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .media-effect-4 .media-box .media-caption .media-text, .media-effect-5 .media-box .media-caption .media-text {
    padding: 0.5rem; }
  .media-effect-4 .media-box .media-caption .media-buttons, .media-effect-5 .media-box .media-caption .media-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right; }
.media-effect-4 .media-box:hover .media-caption, .media-effect-5 .media-box:hover .media-caption {
  margin-left: 0px; }

.media-effect-5 .media-box > img, .media-effect-5 .media-box > iframe, .media-effect-5 .media-box > a > img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.media-effect-5 .media-box .media-caption {
  background-color: #000; }
  .media-effect-5 .media-box:hover > img, .media-effect-5 .media-box:hover > iframe, .media-effect-5 .media-box:hover > a > img {
    -webkit-transform: scale(0.9) translateX(30%);
    -ms-transform: scale(0.9) translateX(30%);
    transform: scale(0.9) translateX(30%); }

.media-overlay-1 .media-box > img, .media-overlay-1 .media-box > iframe, .media-overlay-1 .media-box > a > img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
.media-overlay-1 .media-box .media-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7); }
  .media-overlay-1 .media-box .media-caption .media-buttons {
    top: 50%;
    position: relative;
    z-index: 10;
    -webkit-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%); }
  .media-overlay-1 .media-box .media-caption .media-text {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.5rem; }
    .media-overlay-1 .media-box .media-caption .media-text > h6, .media-overlay-1 .media-box .media-caption .media-text p {
      color: #fff; }
.media-overlay-1 .media-box:hover > img, .media-overlay-1 .media-box:hover > iframe, .media-overlay-1 .media-box:hover > a > img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0); }
.media-overlay-1 .media-box:hover .media-caption {
  opacity: 1;
  filter: alpha(opacity=100); }
.media-overlay-1.media-scroll-up .media-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -100%;
  top: auto; }
  .media-overlay-1.media-scroll-up:hover .media-caption {
    bottom: 0; }
.media-overlay-1.media-scroll-down .media-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -100%; }
  .media-overlay-1.media-scroll-down:hover .media-caption {
    top: 0; }
.media-overlay-1.media-scroll-left .media-caption {
  left: auto;
  right: -100%; }
  .media-overlay-1.media-scroll-left:hover .media-caption {
    right: 0; }
.media-overlay-1.media-scroll-right .media-caption {
  left: -100%; }
  .media-overlay-1.media-scroll-right:hover .media-caption {
    left: 0; }

.media-overlay-2 .media-box > img, .media-overlay-2 .media-box > iframe, .media-overlay-2 .media-box > a > img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
.media-overlay-2 .media-box .media-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center; }
  .media-overlay-2 .media-box .media-caption .media-text {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .media-overlay-2 .media-box .media-caption .media-text h6 {
      position: relative;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      -webkit-transform: scale(0.7) translateY(400%);
      -ms-transform: scale(0.7) translateY(400%);
      transform: scale(0.7) translateY(400%);
      -webkit-transition: all 0.4s ease-in;
      transition: all 0.4s ease-in;
      opacity: 0;
      filter: alpha(opacity=0);
      padding: 0.5rem; }
    .media-overlay-2 .media-box .media-caption .media-text p {
      display: none; }
  .media-overlay-2 .media-box .media-caption .media-buttons {
    position: relative;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in; }
.media-overlay-2 .media-box:hover > img, .media-overlay-2 .media-box:hover > iframe, .media-overlay-2 .media-box:hover > a > img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.media-overlay-2 .media-box:hover .media-caption {
  opacity: 1;
  filter: alpha(opacity=100); }
  .media-overlay-2 .media-box:hover .media-caption .media-buttons {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0); }
    .media-overlay-2 .media-box:hover .media-caption .media-text h6 {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
.media-overlay-2.media-overlay-grey .media-box:hover > img, .media-overlay-2.media-overlay-grey .media-box:hover > iframe, .media-overlay-2.media-overlay-grey .media-box:hover > a > img {
  filter: blur(3px) grayscale(100%);
  -moz-filter: blur(3px) grayscale(100%);
  -webkit-filter: blur(3px) grayscale(100%);
  -ms-filter: blur(3px) grayscale(100%); }

.media-overlay-3 .media-box .media-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }
  .media-overlay-3 .media-box .media-caption .media-text {
    background: #000;
    position: relative;
    top: 45%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    color: #fff;
    padding: 0.5rem 10% 0.5rem 10%; }
    .media-overlay-3 .media-box .media-caption .media-text h6 {
      margin: 0px !important; }
    .media-overlay-3 .media-box .media-caption .media-text p {
      display: none; }
  .media-overlay-3 .media-box .media-caption .media-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }
  .media-overlay-3 .media-box .media-caption .media-line {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 5%;
    right: 5%;
    opacity: 0;
    display: block;
    -webkit-transform: scale(0);
    border: 1px solid #fff;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81); }
    .media-overlay-3 .media-box .media-caption .media-line:hover {
      box-shadow: 0 0 5px #fff; }
.media-overlay-3 .media-box.rounded-circle .media-line {
  border-radius: 50%; }
.media-overlay-3 .media-box:hover .media-caption {
  background-color: rgba(48, 152, 157, 0.7); }
  .media-overlay-3 .media-box:hover .media-caption .media-text {
    top: 10%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .media-overlay-3 .media-box:hover .media-caption .media-buttons {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%); }
  .media-overlay-3 .media-box:hover .media-caption .media-line {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.media-overlay-4 .media-box .media-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .media-overlay-4 .media-box .media-caption .media-text {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    padding: 0.5rem 10% 0.5rem 10%; }
    .media-overlay-4 .media-box .media-caption .media-text h6 {
      margin: 0px !important; }
    .media-overlay-4 .media-box .media-caption .media-text p {
      display: none; }
  .media-overlay-4 .media-box .media-caption .media-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.media-overlay-4 .media-box:hover .media-caption {
  opacity: 1; }
  .media-overlay-4 .media-box:hover .media-caption .media-text {
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px); }
  .media-overlay-4 .media-box:hover .media-caption .media-buttons {
    opacity: 1; }

.media-overlay-5 .figure {
  width: 100%; }
  .media-overlay-5 .media-box::before {
    background: -webkit-linear-gradient(bottom left, #ff89e9 0%, #05abe0 100%);
    background: -o-linear-gradient(bottom left, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(to top right, #ff89e9 0%, #05abe0 100%);
    opacity: 0; }
  .media-overlay-5 .media-box > img, .media-overlay-5 .media-box > iframe, .media-overlay-5 .media-box > a > img, .media-overlay-5 .media-box > picture > img, .media-overlay-5 .media-box > a > picture > img {
    width: calc(120%) !important;
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    position: absolute;
    top: 0;
    left: 0; }
  .media-overlay-5 .media-box .media-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 15%;
    color: #fff; }
    .media-overlay-5 .media-box .media-caption::before {
      position: absolute;
      top: 7%;
      right: 7%;
      bottom: 7%;
      left: 7%;
      border: 1px solid #fff;
      content: '';
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
      transition: opacity 0.35s, transform 0.45s;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0); }
    .media-overlay-5 .media-box .media-caption .media-buttons {
      padding: 0 !important;
      position: relative; }
  .media-overlay-5 .media-box:hover > img, .media-overlay-5 .media-box:hover > iframe, .media-overlay-5 .media-box:hover > a > img, .media-overlay-5 .media-box:hover > picture > img, .media-overlay-5 .media-box:hover > a > picture > img {
    opacity: 0.6 !important;
    filter: alpha(opacity=70);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .media-overlay-5 .media-box:hover::before {
    opacity: 1; }
  .media-overlay-5 .media-box:hover .media-caption {
    opacity: 1; }
    .media-overlay-5 .media-box:hover .media-caption::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.media-overlay-6 .figure {
  width: 100%; }
  .media-overlay-6 .media-box::before {
    background: rgba(48, 152, 157, 0.7);
    opacity: 0; }
  .media-overlay-6 .media-box > img, .media-overlay-6 .media-box > iframe, .media-overlay-6 .media-box > a > img, .media-overlay-6 .media-box > picture > img, .media-overlay-6 .media-box > a > picture > img {
    width: calc(110%) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    max-width: none;
    position: absolute;
    top: 0;
    left: 0; }
  .media-overlay-6 .media-box .media-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    display: block;
    filter: alpha(opacity=0);
    padding: 15% 5% 15% 5%;
    color: #fff;
    text-align: center; }
    .media-overlay-6 .media-box .media-caption .media-text h6 {
      position: relative;
      padding: 0.5rem 0 0.5rem 0; }
      .media-overlay-6 .media-box .media-caption .media-text h6::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    .media-overlay-6 .media-box .media-caption .media-buttons {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(150%, 0, 0);
      transform: translate3d(150%, 0, 0); }
  .media-overlay-6 .media-box:hover::before {
    opacity: 1; }
  .media-overlay-6 .media-box:hover > img, .media-overlay-6 .media-box:hover > iframe, .media-overlay-6 .media-box:hover > a > img, .media-overlay-6 .media-box:hover > picture > img, .media-overlay-6 .media-box:hover > a > picture > img {
    opacity: 0.4 !important;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .media-overlay-6 .media-box:hover .media-caption .media-text h6::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .media-overlay-6 .media-box:hover .media-caption .media-buttons {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

/* CSS Document */
.frame-afer-ruler {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem; }

.frame-before-ruler {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem; }

.table th {
  font-weight: 700; }
.table td {
  font-weight: 400; }

.table-mobile th, .table-mobile td {
  display: table-cell; }
.table-mobile td:last-child {
  white-space: nowrap; }
@media (max-width: 575.98px) {
  .table-mobile thead tr {
    display: none; }
  .table-mobile tbody tr, .table-mobile tbody tr td {
    display: block; }
  .table-mobile tbody tr:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dee2e6; }
  .table-mobile tbody tr td {
    border: none; }
  .table-mobile tbody tr td:not(.empty-col)::before {
    content: attr(data-label) ": ";
    display: block;
    font-weight: 700;
    font-size: 0.9rem; }
  .table-mobile tbody tr td.empty-title::before {
    content: ""; }
  .table-mobile tr.empty-row td.empty-col:not(:last-child) {
    display: none; }
  .table-mobile tr:not(.empty-row) td.empty-col {
    display: none; } }
@media (max-width: 767.98px) {
  .table-mobile-sm thead tr {
    display: none; }
  .table-mobile-sm tbody tr, .table-mobile-sm tbody tr td {
    display: block; }
  .table-mobile-sm tbody tr:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dee2e6; }
  .table-mobile-sm tbody tr td {
    border: none; }
  .table-mobile-sm tbody tr td:not(.empty-col)::before {
    content: attr(data-label) ": ";
    display: block;
    font-weight: 700;
    font-size: 0.9rem; }
  .table-mobile-sm tbody tr td.empty-title::before {
    content: ""; }
  .table-mobile-sm tr.empty-row td.empty-col:not(:last-child) {
    display: none; }
  .table-mobile-sm tr:not(.empty-row) td.empty-col {
    display: none; } }
@media (max-width: 991.98px) {
  .table-mobile-md thead tr {
    display: none; }
  .table-mobile-md tbody tr, .table-mobile-md tbody tr td {
    display: block; }
  .table-mobile-md tbody tr:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dee2e6; }
  .table-mobile-md tbody tr td {
    border: none; }
  .table-mobile-md tbody tr td:not(.empty-col)::before {
    content: attr(data-label) ": ";
    display: block;
    font-weight: 700;
    font-size: 0.9rem; }
  .table-mobile-md tbody tr td.empty-title::before {
    content: ""; }
  .table-mobile-md tr.empty-row td.empty-col:not(:last-child) {
    display: none; }
  .table-mobile-md tr:not(.empty-row) td.empty-col {
    display: none; } }
@media (max-width: 1199.98px) {
  .table-mobile-lg thead tr {
    display: none; }
  .table-mobile-lg tbody tr, .table-mobile-lg tbody tr td {
    display: block; }
  .table-mobile-lg tbody tr:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dee2e6; }
  .table-mobile-lg tbody tr td {
    border: none; }
  .table-mobile-lg tbody tr td:not(.empty-col)::before {
    content: attr(data-label) ": ";
    display: block;
    font-weight: 700;
    font-size: 0.9rem; }
  .table-mobile-lg tbody tr td.empty-title::before {
    content: ""; }
  .table-mobile-lg tr.empty-row td.empty-col:not(:last-child) {
    display: none; }
  .table-mobile-lg tr:not(.empty-row) td.empty-col {
    display: none; } }
.table-mobile-xl thead tr {
  display: none; }
.table-mobile-xl tbody tr, .table-mobile-xl tbody tr td {
  display: block; }
.table-mobile-xl tbody tr:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dee2e6; }
.table-mobile-xl tbody tr td {
  border: none; }
.table-mobile-xl tbody tr td:not(.empty-col)::before {
  content: attr(data-label) ": ";
  display: block;
  font-weight: 700;
  font-size: 0.9rem; }
.table-mobile-xl tbody tr td.empty-title::before {
  content: ""; }
.table-mobile-xl tr.empty-row td.empty-col:not(:last-child) {
  display: none; }
.table-mobile-xl tr:not(.empty-row) td.empty-col {
  display: none; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #869099;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745; }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem; }
    .was-validated :valid ~ .valid-feedback, .is-valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-tooltip {
      display: block; }
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .was-validated :invalid ~ .invalid-feedback, .is-invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-tooltip {
    display: block; }
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:hover {
  color: #212529;
  text-decoration: none; }
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
.btn.disabled, .btn:disabled {
  opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }
  .btn-gray-500 {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
    .btn-gray-500:hover {
      color: #212529;
      background-color: #98a2ac;
      border-color: #919ca6; }
    .btn-gray-500:focus, .btn-gray-500.focus {
      color: #212529;
      background-color: #98a2ac;
      border-color: #919ca6;
      box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5); }
    .btn-gray-500.disabled, .btn-gray-500:disabled {
      color: #212529;
      background-color: #adb5bd;
      border-color: #adb5bd; }
    .btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
      color: #212529;
      background-color: #919ca6;
      border-color: #8a95a1; }
      .btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5); }
  .btn-primary {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
    .btn-primary:hover {
      color: #fff;
      background-color: #383d42;
      border-color: #32373b; }
    .btn-primary:focus, .btn-primary.focus {
      color: #fff;
      background-color: #383d42;
      border-color: #32373b;
      box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
    .btn-primary.disabled, .btn-primary:disabled {
      color: #fff;
      background-color: #495057;
      border-color: #495057; }
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #32373b;
      border-color: #2c3034; }
      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-secondary:hover {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62; }
    .btn-secondary:focus, .btn-secondary.focus {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62;
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
    .btn-secondary.disabled, .btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #545b62;
      border-color: #4e555b; }
      .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34; }
    .btn-success:focus, .btn-success.focus {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34;
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
    .btn-success.disabled, .btn-success:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430; }
      .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b; }
    .btn-info:focus, .btn-info.focus {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b;
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
    .btn-info.disabled, .btn-info:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f; }
      .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00; }
    .btn-warning:focus, .btn-warning.focus {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00;
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
    .btn-warning.disabled, .btn-warning:disabled {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #d39e00;
      border-color: #c69500; }
      .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130; }
    .btn-danger:focus, .btn-danger.focus {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130;
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
    .btn-danger.disabled, .btn-danger:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d; }
      .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5; }
    .btn-light:focus, .btn-light.focus {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5;
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
    .btn-light.disabled, .btn-light:disabled {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
      color: #212529;
      background-color: #dae0e5;
      border-color: #d3d9df; }
      .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124; }
    .btn-dark:focus, .btn-dark.focus {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124;
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
    .btn-dark.disabled, .btn-dark:disabled {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1d2124;
      border-color: #171a1d; }
      .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-outline-gray-500 {
    color: #adb5bd;
    border-color: #adb5bd; }
    .btn-outline-gray-500:hover {
      color: #212529;
      background-color: #adb5bd;
      border-color: #adb5bd; }
    .btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
      box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
    .btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
      color: #adb5bd;
      background-color: transparent; }
    .btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-500.dropdown-toggle {
      color: #212529;
      background-color: #adb5bd;
      border-color: #adb5bd; }
      .btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  .btn-outline-primary {
    color: #495057;
    border-color: #495057; }
    .btn-outline-primary:hover {
      color: #fff;
      background-color: #495057;
      border-color: #495057; }
    .btn-outline-primary:focus, .btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
      color: #495057;
      background-color: transparent; }
    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #495057;
      border-color: #495057; }
      .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
      color: #6c757d;
      background-color: transparent; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
      .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-success {
    color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:hover {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    .btn-outline-success:focus, .btn-outline-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
    .btn-outline-success.disabled, .btn-outline-success:disabled {
      color: #28a745;
      background-color: transparent; }
    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
      .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:hover {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .btn-outline-info:focus, .btn-outline-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
    .btn-outline-info.disabled, .btn-outline-info:disabled {
      color: #17a2b8;
      background-color: transparent; }
    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
      .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:hover {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
    .btn-outline-warning:focus, .btn-outline-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
      color: #ffc107;
      background-color: transparent; }
    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107; }
      .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .btn-outline-danger:focus, .btn-outline-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
      color: #dc3545;
      background-color: transparent; }
    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
      .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:hover {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .btn-outline-light:focus, .btn-outline-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
    .btn-outline-light.disabled, .btn-outline-light:disabled {
      color: #f8f9fa;
      background-color: transparent; }
    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-dark {
    color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
    .btn-outline-dark:focus, .btn-outline-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
      color: #343a40;
      background-color: transparent; }
    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40; }
      .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #495057;
  text-decoration: none; }
  .btn-link:hover {
    color: #262a2d;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup, .dropright, .dropdown, .dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu-left {
    right: auto;
    left: 0; }
  .dropdown-menu-right {
    right: 0;
    left: auto; }
  @media (min-width: 576px) {
    .dropdown-menu-sm-left {
      right: auto;
      left: 0; }
    .dropdown-menu-sm-right {
      right: 0;
      left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropright .dropdown-toggle::after {
    vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .dropleft .dropdown-toggle::after {
    display: none; }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle::before {
    vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #495057; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .form-control, .input-group > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control-plaintext + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
    .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-append .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #495057;
    background-color: #495057; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #869099; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #a2a9b1;
    border-color: #a2a9b1; }
    .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
      color: #6c757d; }
      .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 70% 70%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #495057;
  background-color: #495057; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 80, 87, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(73, 80, 87, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 80, 87, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #dee2e6;
  transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 80, 87, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #869099;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #869099;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
    .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #495057;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      transition: none; } }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #a2a9b1; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #495057;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      transition: none; } }
  .custom-range::-moz-range-thumb:active {
    background-color: #a2a9b1; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #495057;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      transition: none; } }
  .custom-range::-ms-thumb:active {
    background-color: #a2a9b1; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
    .custom-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .custom-range:disabled::-webkit-slider-runnable-track {
      cursor: default; }
    .custom-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }
    .custom-range:disabled::-moz-range-track {
      cursor: default; }
    .custom-range:disabled::-ms-thumb {
      background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #495057; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
    .card-header + .list-group .list-group-item:first-child {
      border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img, .card-img-top, .card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }
  .badge-gray-500 {
    color: #212529;
    background-color: #adb5bd; }
    a.badge-gray-500:hover, a.badge-gray-500:focus {
      color: #212529;
      background-color: #919ca6; }
    a.badge-gray-500:focus, a.badge-gray-500.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  .badge-primary {
    color: #fff;
    background-color: #495057; }
    a.badge-primary:hover, a.badge-primary:focus {
      color: #fff;
      background-color: #32373b; }
    a.badge-primary:focus, a.badge-primary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
  .badge-secondary {
    color: #fff;
    background-color: #6c757d; }
    a.badge-secondary:hover, a.badge-secondary:focus {
      color: #fff;
      background-color: #545b62; }
    a.badge-secondary:focus, a.badge-secondary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .badge-success {
    color: #fff;
    background-color: #28a745; }
    a.badge-success:hover, a.badge-success:focus {
      color: #fff;
      background-color: #1e7e34; }
    a.badge-success:focus, a.badge-success.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .badge-info {
    color: #fff;
    background-color: #17a2b8; }
    a.badge-info:hover, a.badge-info:focus {
      color: #fff;
      background-color: #117a8b; }
    a.badge-info:focus, a.badge-info.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .badge-warning {
    color: #212529;
    background-color: #ffc107; }
    a.badge-warning:hover, a.badge-warning:focus {
      color: #212529;
      background-color: #d39e00; }
    a.badge-warning:focus, a.badge-warning.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .badge-danger {
    color: #fff;
    background-color: #dc3545; }
    a.badge-danger:hover, a.badge-danger:focus {
      color: #fff;
      background-color: #bd2130; }
    a.badge-danger:focus, a.badge-danger.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
    a.badge-light:hover, a.badge-light:focus {
      color: #212529;
      background-color: #dae0e5; }
    a.badge-light:focus, a.badge-light.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .badge-dark {
    color: #fff;
    background-color: #343a40; }
    a.badge-dark:hover, a.badge-dark:focus {
      color: #fff;
      background-color: #1d2124; }
    a.badge-dark:focus, a.badge-dark.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
  .alert-gray-500 {
    color: #5a5e62;
    background-color: #eff0f2;
    border-color: #e8eaed; }
    .alert-gray-500 hr {
      border-top-color: #dadee1; }
    .alert-gray-500 .alert-link {
      color: #424548; }
  .alert-primary {
    color: #262a2d;
    background-color: #dbdcdd;
    border-color: #ccced0; }
    .alert-primary hr {
      border-top-color: #bfc1c4; }
    .alert-primary .alert-link {
      color: #0f1012; }
  .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
    .alert-secondary hr {
      border-top-color: #c8cccf; }
    .alert-secondary .alert-link {
      color: #212326; }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
    .alert-success hr {
      border-top-color: #b1dfbb; }
    .alert-success .alert-link {
      color: #0b2e13; }
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
    .alert-info hr {
      border-top-color: #abdde5; }
    .alert-info .alert-link {
      color: #062c32; }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
    .alert-warning hr {
      border-top-color: #ffe7a0; }
    .alert-warning .alert-link {
      color: #533f02; }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
    .alert-danger hr {
      border-top-color: #f1b1b7; }
    .alert-danger .alert-link {
      color: #491217; }
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .alert-light hr {
      border-top-color: #f1f1f1; }
    .alert-light .alert-link {
      color: #686868; }
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
    .alert-dark hr {
      border-top-color: #b9bbbd; }
    .alert-dark .alert-link {
      color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #495057;
  transition: width 0.6s ease; }
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }
  .list-group-horizontal {
    flex-direction: row; }
    .list-group-horizontal > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row; }
      .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0; }
      .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0; }
        .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
          margin-left: -1px;
          border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }
  .list-group-item-gray-500 {
    color: #5a5e62;
    background-color: #e8eaed; }
    .list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
      color: #5a5e62;
      background-color: #dadee1; }
    .list-group-item-gray-500.list-group-item-action.active {
      color: #fff;
      background-color: #5a5e62;
      border-color: #5a5e62; }
  .list-group-item-primary {
    color: #262a2d;
    background-color: #ccced0; }
    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
      color: #262a2d;
      background-color: #bfc1c4; }
    .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #262a2d;
      border-color: #262a2d; }
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db; }
    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
      color: #383d41;
      background-color: #c8cccf; }
    .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #383d41;
      border-color: #383d41; }
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
      color: #155724;
      background-color: #b1dfbb; }
    .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #155724;
      border-color: #155724; }
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
      color: #0c5460;
      background-color: #abdde5; }
    .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #0c5460;
      border-color: #0c5460; }
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
      color: #856404;
      background-color: #ffe7a0; }
    .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #856404;
      border-color: #856404; }
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
      color: #721c24;
      background-color: #f1b1b7; }
    .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #721c24;
      border-color: #721c24; }
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
      color: #818182;
      background-color: #f1f1f1; }
    .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #818182;
      border-color: #818182; }
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
      color: #1b1e21;
      background-color: #b9bbbd; }
    .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #1b1e21;
      border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: 0.75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  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 {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
  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: flex;
  align-items: flex-start;
  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;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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 {
    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: 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; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none; } }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none; } }
.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
      transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }
  .bg-gray-500 {
    background-color: #adb5bd !important; }
    a.bg-gray-500:hover, button.bg-gray-500:hover, a.bg-gray-500:focus, button.bg-gray-500:focus {
      background-color: #919ca6 !important; }
  .bg-primary {
    background-color: #495057 !important; }
    a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
      background-color: #32373b !important; }
  .bg-secondary {
    background-color: #6c757d !important; }
    a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
      background-color: #545b62 !important; }
  .bg-success {
    background-color: #28a745 !important; }
    a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
      background-color: #1e7e34 !important; }
  .bg-info {
    background-color: #17a2b8 !important; }
    a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
      background-color: #117a8b !important; }
  .bg-warning {
    background-color: #ffc107 !important; }
    a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
      background-color: #d39e00 !important; }
  .bg-danger {
    background-color: #dc3545 !important; }
    a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
      background-color: #bd2130 !important; }
  .bg-light {
    background-color: #f8f9fa !important; }
    a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
      background-color: #dae0e5 !important; }
  .bg-dark {
    background-color: #343a40 !important; }
    a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
      background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }
  .border-gray-500 {
    border-color: #adb5bd !important; }
  .border-primary {
    border-color: #495057 !important; }
  .border-secondary {
    border-color: #6c757d !important; }
  .border-success {
    border-color: #28a745 !important; }
  .border-info {
    border-color: #17a2b8 !important; }
  .border-warning {
    border-color: #ffc107 !important; }
  .border-danger {
    border-color: #dc3545 !important; }
  .border-light {
    border-color: #f8f9fa !important; }
  .border-dark {
    border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: flex !important; }
  .d-inline-flex {
    display: inline-flex !important; }
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
    .embed-responsive-21by9::before {
      padding-top: 42.8571428571%; }
  .embed-responsive-16by9::before {
    padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  flex-direction: row !important; }
.flex-column {
  flex-direction: column !important; }
.flex-row-reverse {
  flex-direction: row-reverse !important; }
.flex-column-reverse {
  flex-direction: column-reverse !important; }
.flex-wrap {
  flex-wrap: wrap !important; }
.flex-nowrap {
  flex-wrap: nowrap !important; }
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }
.flex-fill {
  flex: 1 1 auto !important; }
.flex-grow-0 {
  flex-grow: 0 !important; }
.flex-grow-1 {
  flex-grow: 1 !important; }
.flex-shrink-0 {
  flex-shrink: 0 !important; }
.flex-shrink-1 {
  flex-shrink: 1 !important; }
.justify-content-start {
  justify-content: flex-start !important; }
.justify-content-end {
  justify-content: flex-end !important; }
.justify-content-center {
  justify-content: center !important; }
.justify-content-between {
  justify-content: space-between !important; }
.justify-content-around {
  justify-content: space-around !important; }
.align-items-start {
  align-items: flex-start !important; }
.align-items-end {
  align-items: flex-end !important; }
.align-items-center {
  align-items: center !important; }
.align-items-baseline {
  align-items: baseline !important; }
.align-items-stretch {
  align-items: stretch !important; }
.align-content-start {
  align-content: flex-start !important; }
.align-content-end {
  align-content: flex-end !important; }
.align-content-center {
  align-content: center !important; }
.align-content-between {
  align-content: space-between !important; }
.align-content-around {
  align-content: space-around !important; }
.align-content-stretch {
  align-content: stretch !important; }
.align-self-auto {
  align-self: auto !important; }
.align-self-start {
  align-self: flex-start !important; }
.align-self-end {
  align-self: flex-end !important; }
.align-self-center {
  align-self: center !important; }
.align-self-baseline {
  align-self: baseline !important; }
.align-self-stretch {
  align-self: stretch !important; }
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-none {
  float: none !important; }
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }
.user-select-auto {
  user-select: auto !important; }
.user-select-none {
  user-select: none !important; }
.overflow-auto {
  overflow: auto !important; }
.overflow-hidden {
  overflow: hidden !important; }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }
  .w-20 {
    width: 20% !important; }
  .w-33 {
    width: 33.33333% !important; }
  .w-40 {
    width: 40% !important; }
  .w-60 {
    width: 60% !important; }
  .w-66 {
    width: 66.66666% !important; }
  .w-80 {
    width: 80% !important; }
  .w-90 {
    width: 90% !important; }
  .w-25 {
    width: 25% !important; }
  .w-50 {
    width: 50% !important; }
  .w-75 {
    width: 75% !important; }
  .w-100 {
    width: 100% !important; }
  .w-auto {
    width: auto !important; }
  .h-20 {
    height: 20% !important; }
  .h-33 {
    height: 33.33333% !important; }
  .h-40 {
    height: 40% !important; }
  .h-60 {
    height: 60% !important; }
  .h-66 {
    height: 66.66666% !important; }
  .h-80 {
    height: 80% !important; }
  .h-90 {
    height: 90% !important; }
  .h-25 {
    height: 25% !important; }
  .h-50 {
    height: 50% !important; }
  .h-75 {
    height: 75% !important; }
  .h-100 {
    height: 100% !important; }
  .h-auto {
    height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }
  .m-0 {
    margin: 0 !important; }
  .mt-0, .my-0 {
    margin-top: 0 !important; }
  .mr-0, .mx-0 {
    margin-right: 0 !important; }
  .mb-0, .my-0 {
    margin-bottom: 0 !important; }
  .ml-0, .mx-0 {
    margin-left: 0 !important; }
  .m-1 {
    margin: 0.25rem !important; }
  .mt-1, .my-1 {
    margin-top: 0.25rem !important; }
  .mr-1, .mx-1 {
    margin-right: 0.25rem !important; }
  .mb-1, .my-1 {
    margin-bottom: 0.25rem !important; }
  .ml-1, .mx-1 {
    margin-left: 0.25rem !important; }
  .m-2 {
    margin: 0.5rem !important; }
  .mt-2, .my-2 {
    margin-top: 0.5rem !important; }
  .mr-2, .mx-2 {
    margin-right: 0.5rem !important; }
  .mb-2, .my-2 {
    margin-bottom: 0.5rem !important; }
  .ml-2, .mx-2 {
    margin-left: 0.5rem !important; }
  .m-3 {
    margin: 1rem !important; }
  .mt-3, .my-3 {
    margin-top: 1rem !important; }
  .mr-3, .mx-3 {
    margin-right: 1rem !important; }
  .mb-3, .my-3 {
    margin-bottom: 1rem !important; }
  .ml-3, .mx-3 {
    margin-left: 1rem !important; }
  .m-4 {
    margin: 1.5rem !important; }
  .mt-4, .my-4 {
    margin-top: 1.5rem !important; }
  .mr-4, .mx-4 {
    margin-right: 1.5rem !important; }
  .mb-4, .my-4 {
    margin-bottom: 1.5rem !important; }
  .ml-4, .mx-4 {
    margin-left: 1.5rem !important; }
  .m-5 {
    margin: 3rem !important; }
  .mt-5, .my-5 {
    margin-top: 3rem !important; }
  .mr-5, .mx-5 {
    margin-right: 3rem !important; }
  .mb-5, .my-5 {
    margin-bottom: 3rem !important; }
  .ml-5, .mx-5 {
    margin-left: 3rem !important; }
  .p-0 {
    padding: 0 !important; }
  .pt-0, .py-0 {
    padding-top: 0 !important; }
  .pr-0, .px-0 {
    padding-right: 0 !important; }
  .pb-0, .py-0 {
    padding-bottom: 0 !important; }
  .pl-0, .px-0 {
    padding-left: 0 !important; }
  .p-1 {
    padding: 0.25rem !important; }
  .pt-1, .py-1 {
    padding-top: 0.25rem !important; }
  .pr-1, .px-1 {
    padding-right: 0.25rem !important; }
  .pb-1, .py-1 {
    padding-bottom: 0.25rem !important; }
  .pl-1, .px-1 {
    padding-left: 0.25rem !important; }
  .p-2 {
    padding: 0.5rem !important; }
  .pt-2, .py-2 {
    padding-top: 0.5rem !important; }
  .pr-2, .px-2 {
    padding-right: 0.5rem !important; }
  .pb-2, .py-2 {
    padding-bottom: 0.5rem !important; }
  .pl-2, .px-2 {
    padding-left: 0.5rem !important; }
  .p-3 {
    padding: 1rem !important; }
  .pt-3, .py-3 {
    padding-top: 1rem !important; }
  .pr-3, .px-3 {
    padding-right: 1rem !important; }
  .pb-3, .py-3 {
    padding-bottom: 1rem !important; }
  .pl-3, .px-3 {
    padding-left: 1rem !important; }
  .p-4 {
    padding: 1.5rem !important; }
  .pt-4, .py-4 {
    padding-top: 1.5rem !important; }
  .pr-4, .px-4 {
    padding-right: 1.5rem !important; }
  .pb-4, .py-4 {
    padding-bottom: 1.5rem !important; }
  .pl-4, .px-4 {
    padding-left: 1.5rem !important; }
  .p-5 {
    padding: 3rem !important; }
  .pt-5, .py-5 {
    padding-top: 3rem !important; }
  .pr-5, .px-5 {
    padding-right: 3rem !important; }
  .pb-5, .py-5 {
    padding-bottom: 3rem !important; }
  .pl-5, .px-5 {
    padding-left: 3rem !important; }
  .m-n1 {
    margin: -0.25rem !important; }
  .mt-n1, .my-n1 {
    margin-top: -0.25rem !important; }
  .mr-n1, .mx-n1 {
    margin-right: -0.25rem !important; }
  .mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-n1, .mx-n1 {
    margin-left: -0.25rem !important; }
  .m-n2 {
    margin: -0.5rem !important; }
  .mt-n2, .my-n2 {
    margin-top: -0.5rem !important; }
  .mr-n2, .mx-n2 {
    margin-right: -0.5rem !important; }
  .mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-n2, .mx-n2 {
    margin-left: -0.5rem !important; }
  .m-n3 {
    margin: -1rem !important; }
  .mt-n3, .my-n3 {
    margin-top: -1rem !important; }
  .mr-n3, .mx-n3 {
    margin-right: -1rem !important; }
  .mb-n3, .my-n3 {
    margin-bottom: -1rem !important; }
  .ml-n3, .mx-n3 {
    margin-left: -1rem !important; }
  .m-n4 {
    margin: -1.5rem !important; }
  .mt-n4, .my-n4 {
    margin-top: -1.5rem !important; }
  .mr-n4, .mx-n4 {
    margin-right: -1.5rem !important; }
  .mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-n4, .mx-n4 {
    margin-left: -1.5rem !important; }
  .m-n5 {
    margin: -3rem !important; }
  .mt-n5, .my-n5 {
    margin-top: -3rem !important; }
  .mr-n5, .mx-n5 {
    margin-right: -3rem !important; }
  .mb-n5, .my-n5 {
    margin-bottom: -3rem !important; }
  .ml-n5, .mx-n5 {
    margin-left: -3rem !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto, .my-auto {
    margin-top: auto !important; }
  .mr-auto, .mx-auto {
    margin-right: auto !important; }
  .mb-auto, .my-auto {
    margin-bottom: auto !important; }
  .ml-auto, .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important; }
    .mt-sm-0, .my-sm-0 {
      margin-top: 0 !important; }
    .mr-sm-0, .mx-sm-0 {
      margin-right: 0 !important; }
    .mb-sm-0, .my-sm-0 {
      margin-bottom: 0 !important; }
    .ml-sm-0, .mx-sm-0 {
      margin-left: 0 !important; }
    .m-sm-1 {
      margin: 0.25rem !important; }
    .mt-sm-1, .my-sm-1 {
      margin-top: 0.25rem !important; }
    .mr-sm-1, .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .mb-sm-1, .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .ml-sm-1, .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .m-sm-2 {
      margin: 0.5rem !important; }
    .mt-sm-2, .my-sm-2 {
      margin-top: 0.5rem !important; }
    .mr-sm-2, .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .mb-sm-2, .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .ml-sm-2, .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .m-sm-3 {
      margin: 1rem !important; }
    .mt-sm-3, .my-sm-3 {
      margin-top: 1rem !important; }
    .mr-sm-3, .mx-sm-3 {
      margin-right: 1rem !important; }
    .mb-sm-3, .my-sm-3 {
      margin-bottom: 1rem !important; }
    .ml-sm-3, .mx-sm-3 {
      margin-left: 1rem !important; }
    .m-sm-4 {
      margin: 1.5rem !important; }
    .mt-sm-4, .my-sm-4 {
      margin-top: 1.5rem !important; }
    .mr-sm-4, .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .mb-sm-4, .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .ml-sm-4, .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .m-sm-5 {
      margin: 3rem !important; }
    .mt-sm-5, .my-sm-5 {
      margin-top: 3rem !important; }
    .mr-sm-5, .mx-sm-5 {
      margin-right: 3rem !important; }
    .mb-sm-5, .my-sm-5 {
      margin-bottom: 3rem !important; }
    .ml-sm-5, .mx-sm-5 {
      margin-left: 3rem !important; }
    .p-sm-0 {
      padding: 0 !important; }
    .pt-sm-0, .py-sm-0 {
      padding-top: 0 !important; }
    .pr-sm-0, .px-sm-0 {
      padding-right: 0 !important; }
    .pb-sm-0, .py-sm-0 {
      padding-bottom: 0 !important; }
    .pl-sm-0, .px-sm-0 {
      padding-left: 0 !important; }
    .p-sm-1 {
      padding: 0.25rem !important; }
    .pt-sm-1, .py-sm-1 {
      padding-top: 0.25rem !important; }
    .pr-sm-1, .px-sm-1 {
      padding-right: 0.25rem !important; }
    .pb-sm-1, .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .pl-sm-1, .px-sm-1 {
      padding-left: 0.25rem !important; }
    .p-sm-2 {
      padding: 0.5rem !important; }
    .pt-sm-2, .py-sm-2 {
      padding-top: 0.5rem !important; }
    .pr-sm-2, .px-sm-2 {
      padding-right: 0.5rem !important; }
    .pb-sm-2, .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .pl-sm-2, .px-sm-2 {
      padding-left: 0.5rem !important; }
    .p-sm-3 {
      padding: 1rem !important; }
    .pt-sm-3, .py-sm-3 {
      padding-top: 1rem !important; }
    .pr-sm-3, .px-sm-3 {
      padding-right: 1rem !important; }
    .pb-sm-3, .py-sm-3 {
      padding-bottom: 1rem !important; }
    .pl-sm-3, .px-sm-3 {
      padding-left: 1rem !important; }
    .p-sm-4 {
      padding: 1.5rem !important; }
    .pt-sm-4, .py-sm-4 {
      padding-top: 1.5rem !important; }
    .pr-sm-4, .px-sm-4 {
      padding-right: 1.5rem !important; }
    .pb-sm-4, .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .pl-sm-4, .px-sm-4 {
      padding-left: 1.5rem !important; }
    .p-sm-5 {
      padding: 3rem !important; }
    .pt-sm-5, .py-sm-5 {
      padding-top: 3rem !important; }
    .pr-sm-5, .px-sm-5 {
      padding-right: 3rem !important; }
    .pb-sm-5, .py-sm-5 {
      padding-bottom: 3rem !important; }
    .pl-sm-5, .px-sm-5 {
      padding-left: 3rem !important; }
    .m-sm-n1 {
      margin: -0.25rem !important; }
    .mt-sm-n1, .my-sm-n1 {
      margin-top: -0.25rem !important; }
    .mr-sm-n1, .mx-sm-n1 {
      margin-right: -0.25rem !important; }
    .mb-sm-n1, .my-sm-n1 {
      margin-bottom: -0.25rem !important; }
    .ml-sm-n1, .mx-sm-n1 {
      margin-left: -0.25rem !important; }
    .m-sm-n2 {
      margin: -0.5rem !important; }
    .mt-sm-n2, .my-sm-n2 {
      margin-top: -0.5rem !important; }
    .mr-sm-n2, .mx-sm-n2 {
      margin-right: -0.5rem !important; }
    .mb-sm-n2, .my-sm-n2 {
      margin-bottom: -0.5rem !important; }
    .ml-sm-n2, .mx-sm-n2 {
      margin-left: -0.5rem !important; }
    .m-sm-n3 {
      margin: -1rem !important; }
    .mt-sm-n3, .my-sm-n3 {
      margin-top: -1rem !important; }
    .mr-sm-n3, .mx-sm-n3 {
      margin-right: -1rem !important; }
    .mb-sm-n3, .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .ml-sm-n3, .mx-sm-n3 {
      margin-left: -1rem !important; }
    .m-sm-n4 {
      margin: -1.5rem !important; }
    .mt-sm-n4, .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .mr-sm-n4, .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .mb-sm-n4, .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .ml-sm-n4, .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .m-sm-n5 {
      margin: -3rem !important; }
    .mt-sm-n5, .my-sm-n5 {
      margin-top: -3rem !important; }
    .mr-sm-n5, .mx-sm-n5 {
      margin-right: -3rem !important; }
    .mb-sm-n5, .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .ml-sm-n5, .mx-sm-n5 {
      margin-left: -3rem !important; }
    .m-sm-auto {
      margin: auto !important; }
    .mt-sm-auto, .my-sm-auto {
      margin-top: auto !important; }
    .mr-sm-auto, .mx-sm-auto {
      margin-right: auto !important; }
    .mb-sm-auto, .my-sm-auto {
      margin-bottom: auto !important; }
    .ml-sm-auto, .mx-sm-auto {
      margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important; }
    .text-sm-right {
      text-align: right !important; }
    .text-sm-center {
      text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: 200 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }
  .text-gray-500 {
    color: #adb5bd !important; }
    a.text-gray-500:hover, a.text-gray-500:focus {
      color: #838f9b !important; }
  .text-primary {
    color: #495057 !important; }
    a.text-primary:hover, a.text-primary:focus {
      color: #262a2d !important; }
  .text-secondary {
    color: #6c757d !important; }
    a.text-secondary:hover, a.text-secondary:focus {
      color: #494f54 !important; }
  .text-success {
    color: #28a745 !important; }
    a.text-success:hover, a.text-success:focus {
      color: #19692c !important; }
  .text-info {
    color: #17a2b8 !important; }
    a.text-info:hover, a.text-info:focus {
      color: #0f6674 !important; }
  .text-warning {
    color: #ffc107 !important; }
    a.text-warning:hover, a.text-warning:focus {
      color: #ba8b00 !important; }
  .text-danger {
    color: #dc3545 !important; }
    a.text-danger:hover, a.text-danger:focus {
      color: #a71d2a !important; }
  .text-light {
    color: #f8f9fa !important; }
    a.text-light:hover, a.text-light:focus {
      color: #cbd3da !important; }
  .text-dark {
    color: #343a40 !important; }
    a.text-dark:hover, a.text-dark:focus {
      color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
    a:not(.btn) {
      text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    button.swiper-pagination-bullet {
      size: a3; } }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.embed-responsive.img-thumbnail {
  padding: 0.25rem; }
  .embed-responsive.img-thumbnail .embed-responsive-item, .embed-responsive.img-thumbnail iframe, .embed-responsive.img-thumbnail embed, .embed-responsive.img-thumbnail object, .embed-responsive.img-thumbnail video {
    padding: 0.25rem; }

.embed-responsive-3by2::before {
  padding-top: 66.6666666667%; }

.embed-responsive-2by3::before {
  padding-top: 150%; }

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%; }

/* CSS Document */
.text-white a:not(.btn) {
  color: #fff !important; }

/* CSS Document */
.w-20 {
  width: 20% !important; }
.w-33 {
  width: 33.33333% !important; }
.w-40 {
  width: 40% !important; }
.w-60 {
  width: 60% !important; }
.w-66 {
  width: 66.66666% !important; }
.w-80 {
  width: 80% !important; }
.w-90 {
  width: 90% !important; }
.w-25 {
  width: 25% !important; }
.w-50 {
  width: 50% !important; }
.w-75 {
  width: 75% !important; }
.w-100 {
  width: 100% !important; }
.w-auto {
  width: auto !important; }
.vw-10 {
  width: 10vw; }
.vw-20 {
  width: 20vw; }
.vw-20 {
  width: 20vw; }
.vw-30 {
  width: 30vw; }
.vw-33 {
  width: 33vw; }
.vw-40 {
  width: 40vw; }
.vw-50 {
  width: 50vw; }
.vw-60 {
  width: 60vw; }
.vw-66 {
  width: 66vw; }
.vw-70 {
  width: 70vw; }
.vw-75 {
  width: 75vw; }
.vw-80 {
  width: 80vw; }
.vw-90 {
  width: 90vw; }
.vw-100 {
  width: 100vw; }
@media (min-width: 576px) {
  .w-sm-20 {
    width: 20% !important; }
  .w-sm-33 {
    width: 33.33333% !important; }
  .w-sm-40 {
    width: 40% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-66 {
    width: 66.66666% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-90 {
    width: 90% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; } }
@media (min-width: 576px) {
  .vw-sm-10 {
    width: 10vw; }
  .vw-sm-20 {
    width: 20vw; }
  .vw-sm-20 {
    width: 20vw; }
  .vw-sm-30 {
    width: 30vw; }
  .vw-sm-33 {
    width: 33vw; }
  .vw-sm-40 {
    width: 40vw; }
  .vw-sm-50 {
    width: 50vw; }
  .vw-sm-60 {
    width: 60vw; }
  .vw-sm-66 {
    width: 66vw; }
  .vw-sm-70 {
    width: 70vw; }
  .vw-sm-75 {
    width: 75vw; }
  .vw-sm-80 {
    width: 80vw; }
  .vw-sm-90 {
    width: 90vw; }
  .vw-sm-100 {
    width: 100vw; } }
@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important; }
  .w-md-33 {
    width: 33.33333% !important; }
  .w-md-40 {
    width: 40% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-66 {
    width: 66.66666% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-90 {
    width: 90% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; } }
@media (min-width: 768px) {
  .vw-md-10 {
    width: 10vw; }
  .vw-md-20 {
    width: 20vw; }
  .vw-md-20 {
    width: 20vw; }
  .vw-md-30 {
    width: 30vw; }
  .vw-md-33 {
    width: 33vw; }
  .vw-md-40 {
    width: 40vw; }
  .vw-md-50 {
    width: 50vw; }
  .vw-md-60 {
    width: 60vw; }
  .vw-md-66 {
    width: 66vw; }
  .vw-md-70 {
    width: 70vw; }
  .vw-md-75 {
    width: 75vw; }
  .vw-md-80 {
    width: 80vw; }
  .vw-md-90 {
    width: 90vw; }
  .vw-md-100 {
    width: 100vw; } }
@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important; }
  .w-lg-33 {
    width: 33.33333% !important; }
  .w-lg-40 {
    width: 40% !important; }
  .w-lg-60 {
    width: 60% !important; }
  .w-lg-66 {
    width: 66.66666% !important; }
  .w-lg-80 {
    width: 80% !important; }
  .w-lg-90 {
    width: 90% !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; } }
@media (min-width: 992px) {
  .vw-lg-10 {
    width: 10vw; }
  .vw-lg-20 {
    width: 20vw; }
  .vw-lg-20 {
    width: 20vw; }
  .vw-lg-30 {
    width: 30vw; }
  .vw-lg-33 {
    width: 33vw; }
  .vw-lg-40 {
    width: 40vw; }
  .vw-lg-50 {
    width: 50vw; }
  .vw-lg-60 {
    width: 60vw; }
  .vw-lg-66 {
    width: 66vw; }
  .vw-lg-70 {
    width: 70vw; }
  .vw-lg-75 {
    width: 75vw; }
  .vw-lg-80 {
    width: 80vw; }
  .vw-lg-90 {
    width: 90vw; }
  .vw-lg-100 {
    width: 100vw; } }
@media (min-width: 1200px) {
  .w-xl-20 {
    width: 20% !important; }
  .w-xl-33 {
    width: 33.33333% !important; }
  .w-xl-40 {
    width: 40% !important; }
  .w-xl-60 {
    width: 60% !important; }
  .w-xl-66 {
    width: 66.66666% !important; }
  .w-xl-80 {
    width: 80% !important; }
  .w-xl-90 {
    width: 90% !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; } }
@media (min-width: 1200px) {
  .vw-xl-10 {
    width: 10vw; }
  .vw-xl-20 {
    width: 20vw; }
  .vw-xl-20 {
    width: 20vw; }
  .vw-xl-30 {
    width: 30vw; }
  .vw-xl-33 {
    width: 33vw; }
  .vw-xl-40 {
    width: 40vw; }
  .vw-xl-50 {
    width: 50vw; }
  .vw-xl-60 {
    width: 60vw; }
  .vw-xl-66 {
    width: 66vw; }
  .vw-xl-70 {
    width: 70vw; }
  .vw-xl-75 {
    width: 75vw; }
  .vw-xl-80 {
    width: 80vw; }
  .vw-xl-90 {
    width: 90vw; }
  .vw-xl-100 {
    width: 100vw; } }
.h-20 {
  height: 20% !important; }
.h-33 {
  height: 33.33333% !important; }
.h-40 {
  height: 40% !important; }
.h-60 {
  height: 60% !important; }
.h-66 {
  height: 66.66666% !important; }
.h-80 {
  height: 80% !important; }
.h-90 {
  height: 90% !important; }
.h-25 {
  height: 25% !important; }
.h-50 {
  height: 50% !important; }
.h-75 {
  height: 75% !important; }
.h-100 {
  height: 100% !important; }
.h-auto {
  height: auto !important; }
.vh-10 {
  height: 10vh; }
.vh-20 {
  height: 20vh; }
.vh-20 {
  height: 20vh; }
.vh-30 {
  height: 30vh; }
.vh-33 {
  height: 33vh; }
.vh-40 {
  height: 40vh; }
.vh-50 {
  height: 50vh; }
.vh-60 {
  height: 60vh; }
.vh-66 {
  height: 66vh; }
.vh-70 {
  height: 70vh; }
.vh-75 {
  height: 75vh; }
.vh-80 {
  height: 80vh; }
.vh-90 {
  height: 90vh; }
.vh-100 {
  height: 100vh; }
@media (min-width: 576px) {
  .h-sm-20 {
    height: 20% !important; }
  .h-sm-33 {
    height: 33.33333% !important; }
  .h-sm-40 {
    height: 40% !important; }
  .h-sm-60 {
    height: 60% !important; }
  .h-sm-66 {
    height: 66.66666% !important; }
  .h-sm-80 {
    height: 80% !important; }
  .h-sm-90 {
    height: 90% !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; } }
@media (min-width: 576px) {
  .vh-sm-10 {
    height: 10vh; }
  .vh-sm-20 {
    height: 20vh; }
  .vh-sm-20 {
    height: 20vh; }
  .vh-sm-30 {
    height: 30vh; }
  .vh-sm-33 {
    height: 33vh; }
  .vh-sm-40 {
    height: 40vh; }
  .vh-sm-50 {
    height: 50vh; }
  .vh-sm-60 {
    height: 60vh; }
  .vh-sm-66 {
    height: 66vh; }
  .vh-sm-70 {
    height: 70vh; }
  .vh-sm-75 {
    height: 75vh; }
  .vh-sm-80 {
    height: 80vh; }
  .vh-sm-90 {
    height: 90vh; }
  .vh-sm-100 {
    height: 100vh; } }
@media (min-width: 768px) {
  .h-md-20 {
    height: 20% !important; }
  .h-md-33 {
    height: 33.33333% !important; }
  .h-md-40 {
    height: 40% !important; }
  .h-md-60 {
    height: 60% !important; }
  .h-md-66 {
    height: 66.66666% !important; }
  .h-md-80 {
    height: 80% !important; }
  .h-md-90 {
    height: 90% !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; } }
@media (min-width: 768px) {
  .vh-md-10 {
    height: 10vh; }
  .vh-md-20 {
    height: 20vh; }
  .vh-md-20 {
    height: 20vh; }
  .vh-md-30 {
    height: 30vh; }
  .vh-md-33 {
    height: 33vh; }
  .vh-md-40 {
    height: 40vh; }
  .vh-md-50 {
    height: 50vh; }
  .vh-md-60 {
    height: 60vh; }
  .vh-md-66 {
    height: 66vh; }
  .vh-md-70 {
    height: 70vh; }
  .vh-md-75 {
    height: 75vh; }
  .vh-md-80 {
    height: 80vh; }
  .vh-md-90 {
    height: 90vh; }
  .vh-md-100 {
    height: 100vh; } }
@media (min-width: 992px) {
  .h-lg-20 {
    height: 20% !important; }
  .h-lg-33 {
    height: 33.33333% !important; }
  .h-lg-40 {
    height: 40% !important; }
  .h-lg-60 {
    height: 60% !important; }
  .h-lg-66 {
    height: 66.66666% !important; }
  .h-lg-80 {
    height: 80% !important; }
  .h-lg-90 {
    height: 90% !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; } }
@media (min-width: 992px) {
  .vh-lg-10 {
    height: 10vh; }
  .vh-lg-20 {
    height: 20vh; }
  .vh-lg-20 {
    height: 20vh; }
  .vh-lg-30 {
    height: 30vh; }
  .vh-lg-33 {
    height: 33vh; }
  .vh-lg-40 {
    height: 40vh; }
  .vh-lg-50 {
    height: 50vh; }
  .vh-lg-60 {
    height: 60vh; }
  .vh-lg-66 {
    height: 66vh; }
  .vh-lg-70 {
    height: 70vh; }
  .vh-lg-75 {
    height: 75vh; }
  .vh-lg-80 {
    height: 80vh; }
  .vh-lg-90 {
    height: 90vh; }
  .vh-lg-100 {
    height: 100vh; } }
@media (min-width: 1200px) {
  .h-xl-20 {
    height: 20% !important; }
  .h-xl-33 {
    height: 33.33333% !important; }
  .h-xl-40 {
    height: 40% !important; }
  .h-xl-60 {
    height: 60% !important; }
  .h-xl-66 {
    height: 66.66666% !important; }
  .h-xl-80 {
    height: 80% !important; }
  .h-xl-90 {
    height: 90% !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; } }
@media (min-width: 1200px) {
  .vh-xl-10 {
    height: 10vh; }
  .vh-xl-20 {
    height: 20vh; }
  .vh-xl-20 {
    height: 20vh; }
  .vh-xl-30 {
    height: 30vh; }
  .vh-xl-33 {
    height: 33vh; }
  .vh-xl-40 {
    height: 40vh; }
  .vh-xl-50 {
    height: 50vh; }
  .vh-xl-60 {
    height: 60vh; }
  .vh-xl-66 {
    height: 66vh; }
  .vh-xl-70 {
    height: 70vh; }
  .vh-xl-75 {
    height: 75vh; }
  .vh-xl-80 {
    height: 80vh; }
  .vh-xl-90 {
    height: 90vh; }
  .vh-xl-100 {
    height: 100vh; } }
.h-50px {
  min-height: 50px !important; }
.h-100px {
  min-height: 100px !important; }
.h-150px {
  min-height: 150px !important; }
.h-200px {
  min-height: 200px !important; }
.h-250px {
  min-height: 250px !important; }
.h-300px {
  min-height: 300px !important; }
.h-350px {
  min-height: 350px !important; }
.h-400px {
  min-height: 400px !important; }
.h-450px {
  min-height: 450px !important; }
.h-500px {
  min-height: 500px !important; }
@media (min-width: 576px) {
  .h-sm-50px {
    min-height: 50px !important; }
  .h-sm-100px {
    min-height: 100px !important; }
  .h-sm-150px {
    min-height: 150px !important; }
  .h-sm-200px {
    min-height: 200px !important; }
  .h-sm-250px {
    min-height: 250px !important; }
  .h-sm-300px {
    min-height: 300px !important; }
  .h-sm-350px {
    min-height: 350px !important; }
  .h-sm-400px {
    min-height: 400px !important; }
  .h-sm-450px {
    min-height: 450px !important; }
  .h-sm-500px {
    min-height: 500px !important; } }
@media (min-width: 768px) {
  .h-md-50px {
    min-height: 50px !important; }
  .h-md-100px {
    min-height: 100px !important; }
  .h-md-150px {
    min-height: 150px !important; }
  .h-md-200px {
    min-height: 200px !important; }
  .h-md-250px {
    min-height: 250px !important; }
  .h-md-300px {
    min-height: 300px !important; }
  .h-md-350px {
    min-height: 350px !important; }
  .h-md-400px {
    min-height: 400px !important; }
  .h-md-450px {
    min-height: 450px !important; }
  .h-md-500px {
    min-height: 500px !important; } }
@media (min-width: 992px) {
  .h-lg-50px {
    min-height: 50px !important; }
  .h-lg-100px {
    min-height: 100px !important; }
  .h-lg-150px {
    min-height: 150px !important; }
  .h-lg-200px {
    min-height: 200px !important; }
  .h-lg-250px {
    min-height: 250px !important; }
  .h-lg-300px {
    min-height: 300px !important; }
  .h-lg-350px {
    min-height: 350px !important; }
  .h-lg-400px {
    min-height: 400px !important; }
  .h-lg-450px {
    min-height: 450px !important; }
  .h-lg-500px {
    min-height: 500px !important; } }
@media (min-width: 1200px) {
  .h-xl-50px {
    min-height: 50px !important; }
  .h-xl-100px {
    min-height: 100px !important; }
  .h-xl-150px {
    min-height: 150px !important; }
  .h-xl-200px {
    min-height: 200px !important; }
  .h-xl-250px {
    min-height: 250px !important; }
  .h-xl-300px {
    min-height: 300px !important; }
  .h-xl-350px {
    min-height: 350px !important; }
  .h-xl-400px {
    min-height: 400px !important; }
  .h-xl-450px {
    min-height: 450px !important; }
  .h-xl-500px {
    min-height: 500px !important; } }
.space-top-1 {
  padding-top: 2rem !important; }
.space-bottom-1 {
  padding-bottom: 2rem !important; }
.space-top-2 {
  padding-top: 4rem !important; }
.space-bottom-2 {
  padding-bottom: 4rem !important; }
.space-top-3 {
  padding-top: 8rem !important; }
.space-bottom-3 {
  padding-bottom: 8rem !important; }
.space-top-4 {
  padding-top: 12.5rem !important; }
.space-bottom-4 {
  padding-bottom: 12.5rem !important; }
.space-top-5 {
  padding-top: 15rem !important; }
.space-bottom-5 {
  padding-bottom: 15rem !important; }
.space-top-n-1 {
  margin-top: -2rem !important; }
.space-bottom-n-1 {
  margin-bottom: -2rem !important; }
.space-top-n-2 {
  margin-top: -4rem !important; }
.space-bottom-n-2 {
  margin-bottom: -4rem !important; }
.space-top-n-3 {
  margin-top: -8rem !important; }
.space-bottom-n-3 {
  margin-bottom: -8rem !important; }
.space-top-n-4 {
  margin-top: -12.5rem !important; }
.space-bottom-n-4 {
  margin-bottom: -12.5rem !important; }
.space-top-n-5 {
  margin-top: -15rem !important; }
.space-bottom-n-5 {
  margin-bottom: -15rem !important; }
@media (min-width: 576px) {
  .space-top-sm-1 {
    padding-top: 2rem !important; }
  .space-bottom-sm-1 {
    padding-bottom: 2rem !important; }
  .space-top-sm-2 {
    padding-top: 4rem !important; }
  .space-bottom-sm-2 {
    padding-bottom: 4rem !important; }
  .space-top-sm-3 {
    padding-top: 8rem !important; }
  .space-bottom-sm-3 {
    padding-bottom: 8rem !important; }
  .space-top-sm-4 {
    padding-top: 12.5rem !important; }
  .space-bottom-sm-4 {
    padding-bottom: 12.5rem !important; }
  .space-top-sm-5 {
    padding-top: 15rem !important; }
  .space-bottom-sm-5 {
    padding-bottom: 15rem !important; }
  .space-top-n-sm-1 {
    margin-top: -2rem !important; }
  .space-bottom-n-sm-1 {
    margin-bottom: -2rem !important; }
  .space-top-n-sm-2 {
    margin-top: -4rem !important; }
  .space-bottom-n-sm-2 {
    margin-bottom: -4rem !important; }
  .space-top-n-sm-3 {
    margin-top: -8rem !important; }
  .space-bottom-n-sm-3 {
    margin-bottom: -8rem !important; }
  .space-top-n-sm-4 {
    margin-top: -12.5rem !important; }
  .space-bottom-n-sm-4 {
    margin-bottom: -12.5rem !important; }
  .space-top-n-sm-5 {
    margin-top: -15rem !important; }
  .space-bottom-n-sm-5 {
    margin-bottom: -15rem !important; } }
@media (min-width: 768px) {
  .space-top-md-1 {
    padding-top: 2rem !important; }
  .space-bottom-md-1 {
    padding-bottom: 2rem !important; }
  .space-top-md-2 {
    padding-top: 4rem !important; }
  .space-bottom-md-2 {
    padding-bottom: 4rem !important; }
  .space-top-md-3 {
    padding-top: 8rem !important; }
  .space-bottom-md-3 {
    padding-bottom: 8rem !important; }
  .space-top-md-4 {
    padding-top: 12.5rem !important; }
  .space-bottom-md-4 {
    padding-bottom: 12.5rem !important; }
  .space-top-md-5 {
    padding-top: 15rem !important; }
  .space-bottom-md-5 {
    padding-bottom: 15rem !important; }
  .space-top-n-md-1 {
    margin-top: -2rem !important; }
  .space-bottom-n-md-1 {
    margin-bottom: -2rem !important; }
  .space-top-n-md-2 {
    margin-top: -4rem !important; }
  .space-bottom-n-md-2 {
    margin-bottom: -4rem !important; }
  .space-top-n-md-3 {
    margin-top: -8rem !important; }
  .space-bottom-n-md-3 {
    margin-bottom: -8rem !important; }
  .space-top-n-md-4 {
    margin-top: -12.5rem !important; }
  .space-bottom-n-md-4 {
    margin-bottom: -12.5rem !important; }
  .space-top-n-md-5 {
    margin-top: -15rem !important; }
  .space-bottom-n-md-5 {
    margin-bottom: -15rem !important; } }
@media (min-width: 992px) {
  .space-top-lg-1 {
    padding-top: 2rem !important; }
  .space-bottom-lg-1 {
    padding-bottom: 2rem !important; }
  .space-top-lg-2 {
    padding-top: 4rem !important; }
  .space-bottom-lg-2 {
    padding-bottom: 4rem !important; }
  .space-top-lg-3 {
    padding-top: 8rem !important; }
  .space-bottom-lg-3 {
    padding-bottom: 8rem !important; }
  .space-top-lg-4 {
    padding-top: 12.5rem !important; }
  .space-bottom-lg-4 {
    padding-bottom: 12.5rem !important; }
  .space-top-lg-5 {
    padding-top: 15rem !important; }
  .space-bottom-lg-5 {
    padding-bottom: 15rem !important; }
  .space-top-n-lg-1 {
    margin-top: -2rem !important; }
  .space-bottom-n-lg-1 {
    margin-bottom: -2rem !important; }
  .space-top-n-lg-2 {
    margin-top: -4rem !important; }
  .space-bottom-n-lg-2 {
    margin-bottom: -4rem !important; }
  .space-top-n-lg-3 {
    margin-top: -8rem !important; }
  .space-bottom-n-lg-3 {
    margin-bottom: -8rem !important; }
  .space-top-n-lg-4 {
    margin-top: -12.5rem !important; }
  .space-bottom-n-lg-4 {
    margin-bottom: -12.5rem !important; }
  .space-top-n-lg-5 {
    margin-top: -15rem !important; }
  .space-bottom-n-lg-5 {
    margin-bottom: -15rem !important; } }
@media (min-width: 1200px) {
  .space-top-xl-1 {
    padding-top: 2rem !important; }
  .space-bottom-xl-1 {
    padding-bottom: 2rem !important; }
  .space-top-xl-2 {
    padding-top: 4rem !important; }
  .space-bottom-xl-2 {
    padding-bottom: 4rem !important; }
  .space-top-xl-3 {
    padding-top: 8rem !important; }
  .space-bottom-xl-3 {
    padding-bottom: 8rem !important; }
  .space-top-xl-4 {
    padding-top: 12.5rem !important; }
  .space-bottom-xl-4 {
    padding-bottom: 12.5rem !important; }
  .space-top-xl-5 {
    padding-top: 15rem !important; }
  .space-bottom-xl-5 {
    padding-bottom: 15rem !important; }
  .space-top-n-xl-1 {
    margin-top: -2rem !important; }
  .space-bottom-n-xl-1 {
    margin-bottom: -2rem !important; }
  .space-top-n-xl-2 {
    margin-top: -4rem !important; }
  .space-bottom-n-xl-2 {
    margin-bottom: -4rem !important; }
  .space-top-n-xl-3 {
    margin-top: -8rem !important; }
  .space-bottom-n-xl-3 {
    margin-bottom: -8rem !important; }
  .space-top-n-xl-4 {
    margin-top: -12.5rem !important; }
  .space-bottom-n-xl-4 {
    margin-bottom: -12.5rem !important; }
  .space-top-n-xl-5 {
    margin-top: -15rem !important; }
  .space-bottom-n-xl-5 {
    margin-bottom: -15rem !important; } }

.border-0 {
  border: 0 !important; }
.border-top-0 {
  border-top: 0 !important; }
.border-bottom-0 {
  border-bottom: 0 !important; }
.border-left-0 {
  border-left: 0 !important; }
.border-right-0 {
  border-right: 0 !important; }
.border {
  border: 1px solid #dee2e6 !important; }
.border-top {
  border-top: 1px solid #dee2e6 !important; }
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }
.border-left {
  border-left: 1px solid #dee2e6 !important; }
.border-right {
  border-right: 1px solid #dee2e6 !important; }
@media (min-width: 576px) {
  .border-0-sm {
    border: 0 !important; } }
@media (min-width: 576px) {
  .border-top-0-sm {
    border-top: 0 !important; } }
@media (min-width: 576px) {
  .border-bottom-0-sm {
    border-bottom: 0 !important; } }
@media (min-width: 576px) {
  .border-left-0-sm {
    border-left: 0 !important; } }
@media (min-width: 576px) {
  .border-right-0-sm {
    border-right: 0 !important; } }
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #dee2e6 !important; } }
@media (min-width: 576px) {
  .border-top-sm {
    border-top: 1px solid #dee2e6 !important; } }
@media (min-width: 576px) {
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important; } }
@media (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid #dee2e6 !important; } }
@media (min-width: 576px) {
  .border-right-sm {
    border-right: 1px solid #dee2e6 !important; } }
@media (min-width: 768px) {
  .border-0-md {
    border: 0 !important; } }
@media (min-width: 768px) {
  .border-top-0-md {
    border-top: 0 !important; } }
@media (min-width: 768px) {
  .border-bottom-0-md {
    border-bottom: 0 !important; } }
@media (min-width: 768px) {
  .border-left-0-md {
    border-left: 0 !important; } }
@media (min-width: 768px) {
  .border-right-0-md {
    border-right: 0 !important; } }
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #dee2e6 !important; } }
@media (min-width: 768px) {
  .border-top-md {
    border-top: 1px solid #dee2e6 !important; } }
@media (min-width: 768px) {
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important; } }
@media (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid #dee2e6 !important; } }
@media (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid #dee2e6 !important; } }
@media (min-width: 992px) {
  .border-0-lg {
    border: 0 !important; } }
@media (min-width: 992px) {
  .border-top-0-lg {
    border-top: 0 !important; } }
@media (min-width: 992px) {
  .border-bottom-0-lg {
    border-bottom: 0 !important; } }
@media (min-width: 992px) {
  .border-left-0-lg {
    border-left: 0 !important; } }
@media (min-width: 992px) {
  .border-right-0-lg {
    border-right: 0 !important; } }
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #dee2e6 !important; } }
@media (min-width: 992px) {
  .border-top-lg {
    border-top: 1px solid #dee2e6 !important; } }
@media (min-width: 992px) {
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important; } }
@media (min-width: 992px) {
  .border-left-lg {
    border-left: 1px solid #dee2e6 !important; } }
@media (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid #dee2e6 !important; } }
@media (min-width: 1200px) {
  .border-0-xl {
    border: 0 !important; } }
@media (min-width: 1200px) {
  .border-top-0-xl {
    border-top: 0 !important; } }
@media (min-width: 1200px) {
  .border-bottom-0-xl {
    border-bottom: 0 !important; } }
@media (min-width: 1200px) {
  .border-left-0-xl {
    border-left: 0 !important; } }
@media (min-width: 1200px) {
  .border-right-0-xl {
    border-right: 0 !important; } }
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #dee2e6 !important; } }
@media (min-width: 1200px) {
  .border-top-xl {
    border-top: 1px solid #dee2e6 !important; } }
@media (min-width: 1200px) {
  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important; } }
@media (min-width: 1200px) {
  .border-left-xl {
    border-left: 1px solid #dee2e6 !important; } }
@media (min-width: 1200px) {
  .border-right-xl {
    border-right: 1px solid #dee2e6 !important; } }
.position-static {
  position: static !important; }
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important; } }
@media (min-width: 768px) {
  .position-md-static {
    position: static !important; } }
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important; } }
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important; } }
.position-relative {
  position: relative !important; }
@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important; } }
@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important; } }
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important; } }
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important; } }
.position-absolute {
  position: absolute !important; }
@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important; } }
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important; } }
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important; } }
@media (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important; } }
.position-fixed {
  position: fixed !important; }
@media (min-width: 576px) {
  .position-sm-fixed {
    position: fixed !important; } }
@media (min-width: 768px) {
  .position-md-fixed {
    position: fixed !important; } }
@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important; } }
@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important; } }
.position-sticky {
  position: sticky !important; }
@media (min-width: 576px) {
  .position-sm-sticky {
    position: sticky !important; } }
@media (min-width: 768px) {
  .position-md-sticky {
    position: sticky !important; } }
@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky !important; } }
@media (min-width: 1200px) {
  .position-xl-sticky {
    position: sticky !important; } }

/*------------------------------------
 Position Spaces
 ------------------------------------*/
.position-absolute-top-right-0 {
  position: absolute;
  top: 0;
  right: 0; }

.position-absolute-bottom-0 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.position-absolute-bottom-left-0 {
  position: absolute;
  bottom: 0;
  left: 0; }

.position-absolute-bottom-right-0 {
  position: absolute;
  bottom: 0;
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.left-1 {
  left: 1rem; }

.right-1 {
  right: 1rem; }

@media (min-width: 576px) {
  .left-sm-3 {
    left: 3rem; }
  .right-sm-3 {
    right: 3rem; } }

@media (min-width: 576px) {
  .position-absolute-bottom-0--sm {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; } }

@media (min-width: 768px) {
  .position-absolute-top-left-0--md {
    position: absolute;
    top: 0;
    left: 0; }
  .position-absolute-top-right-0--md {
    position: absolute;
    top: 0;
    right: 0; }
  .position-absolute-bottom-left-0--md {
    position: absolute;
    bottom: 0;
    left: 0; } }

@media (min-width: 992px) {
  .position-absolute-top-left-0--lg {
    position: absolute;
    top: 0;
    left: 0; }
  .position-absolute-top-right-0--lg {
    position: absolute;
    top: 0;
    right: 0; }
  .position-absolute-bottom-0--lg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; } }

/* CSS Document */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; }
  .ie-col > div {
    width: 100%; }
  .img-fluid {
    width: 100%; } }

/* CSS Document */
.bg-gray-500-before:before {
  background-color: #adb5bd !important; }
  a.bg-gray-500-before:before:hover, button.bg-gray-500-before:before:hover, a.bg-gray-500-before:before:focus, button.bg-gray-500-before:before:focus {
    background-color: #919ca6 !important; }
.bg-primary-before:before {
  background-color: #495057 !important; }
  a.bg-primary-before:before:hover, button.bg-primary-before:before:hover, a.bg-primary-before:before:focus, button.bg-primary-before:before:focus {
    background-color: #32373b !important; }
.bg-secondary-before:before {
  background-color: #6c757d !important; }
  a.bg-secondary-before:before:hover, button.bg-secondary-before:before:hover, a.bg-secondary-before:before:focus, button.bg-secondary-before:before:focus {
    background-color: #545b62 !important; }
.bg-success-before:before {
  background-color: #28a745 !important; }
  a.bg-success-before:before:hover, button.bg-success-before:before:hover, a.bg-success-before:before:focus, button.bg-success-before:before:focus {
    background-color: #1e7e34 !important; }
.bg-info-before:before {
  background-color: #17a2b8 !important; }
  a.bg-info-before:before:hover, button.bg-info-before:before:hover, a.bg-info-before:before:focus, button.bg-info-before:before:focus {
    background-color: #117a8b !important; }
.bg-warning-before:before {
  background-color: #ffc107 !important; }
  a.bg-warning-before:before:hover, button.bg-warning-before:before:hover, a.bg-warning-before:before:focus, button.bg-warning-before:before:focus {
    background-color: #d39e00 !important; }
.bg-danger-before:before {
  background-color: #dc3545 !important; }
  a.bg-danger-before:before:hover, button.bg-danger-before:before:hover, a.bg-danger-before:before:focus, button.bg-danger-before:before:focus {
    background-color: #bd2130 !important; }
.bg-light-before:before {
  background-color: #f8f9fa !important; }
  a.bg-light-before:before:hover, button.bg-light-before:before:hover, a.bg-light-before:before:focus, button.bg-light-before:before:focus {
    background-color: #dae0e5 !important; }
.bg-dark-before:before {
  background-color: #343a40 !important; }
  a.bg-dark-before:before:hover, button.bg-dark-before:before:hover, a.bg-dark-before:before:focus, button.bg-dark-before:before:focus {
    background-color: #1d2124 !important; }

.no-gutters > [class*="gallery-col"] {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 0px; }

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
@media (min-width: 576px) {
  .gallery-row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 768px) {
  .gallery-row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 992px) {
  .gallery-row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 1200px) {
  .gallery-row {
    margin-right: -15px;
    margin-left: -15px; } }
.gallery-row.no-gutters {
  margin-left: 0px;
  margin-right: 0px; }

.gallery-container .gallery-row:not(.no-gutters) {
  margin-top: -15px; }
@media (min-width: 576px) {
  .gallery-container .gallery-row:not(.no-gutters) {
    margin-top: -15px; } }
@media (min-width: 768px) {
  .gallery-container .gallery-row:not(.no-gutters) {
    margin-top: -15px; } }
@media (min-width: 992px) {
  .gallery-container .gallery-row:not(.no-gutters) {
    margin-top: -15px; } }
@media (min-width: 1200px) {
  .gallery-container .gallery-row:not(.no-gutters) {
    margin-top: -15px; } }

.gallery-col {
  position: relative;
  width: 100%; }
  .gallery-col {
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0px; }
  @media (min-width: 576px) {
    .gallery-col {
      padding-right: 15px;
      padding-left: 15px;
      margin: 15px 0px; } }
@media (min-width: 768px) {
  .gallery-col {
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0px; } }
@media (min-width: 992px) {
  .gallery-col {
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0px; } }
@media (min-width: 1200px) {
  .gallery-col {
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0px; } }

.lazyloading:not(iframe) {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: 400ms opacity; }

[data-expand].lazyload {
  opacity: 0;
  transform: scale(0.8); }

[data-expand].lazyloaded {
  opacity: 1;
  transition: all 700ms;
  transform: scale(1); }

.eb-element-step {
  line-height: normal; }
@media (max-width: 576px) {
  .eb-element-step .step-col {
    margin-bottom: 1px; } }
.eb-element-step .row {
  margin: 30px 0 30px 0; }
  .eb-element-step .step-default .step-col, .eb-element-step .step-thin .step-col {
    background-color: #E5E5E5;
    color: #95A5A6; }
    .eb-element-step .step-default .step-col.step-active, .eb-element-step .step-thin .step-col.step-active {
      background-color: #32c5d2 !important;
      color: #fff; }
      .eb-element-step .step-default .step-col.step-active .step-number, .eb-element-step .step-thin .step-col.step-active .step-number {
        color: #32c5d2; }
  .eb-element-step .step-default .step-number, .eb-element-step .step-thin .step-number {
    font-size: 26px;
    border-radius: 50% !important;
    padding: 4px;
    color: #E5E5E5;
    width: 42px;
    height: 42px;
    background-color: #fff; }
  .eb-element-step .step-default .step-title, .eb-element-step .step-thin .step-title {
    font-weight: 100;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .eb-element-step .step-default .step-content, .eb-element-step .step-thin .step-content {
    font-size: 15px;
    font-weight: 100;
    text-overflow: ellipsis;
    overflow: hidden; }
    .eb-element-step .step-default .step-none.step-col, .eb-element-step .step-thin .step-none.step-col {
      background-color: #E5E5E5 !important;
      color: #95A5A6; }
    .eb-element-step .step-default .step-none .step-number, .eb-element-step .step-thin .step-none .step-number {
      color: #E5E5E5 !important; }
  .eb-element-step .step-default .step-success.step-col, .eb-element-step .step-thin .step-success.step-col {
    background-color: #28a745 !important;
    color: #fff; }
  .eb-element-step .step-default .step-success .step-number, .eb-element-step .step-thin .step-success .step-number {
    color: #28a745 !important; }
.eb-element-step .step-default .step-danger.step-col, .eb-element-step .step-thin .step-danger.step-col {
  background-color: #dc3545 !important;
  color: #fff; }
.eb-element-step .step-default .step-danger .step-number, .eb-element-step .step-thin .step-danger .step-number {
  color: #dc3545 !important; }
.eb-element-step .step-default .step-info.step-col, .eb-element-step .step-thin .step-info.step-col {
  background-color: #17a2b8 !important;
  color: #fff; }
.eb-element-step .step-default .step-info .step-number, .eb-element-step .step-thin .step-info .step-number {
  color: #17a2b8 !important; }
.eb-element-step .step-default .step-warning.step-col, .eb-element-step .step-thin .step-warning.step-col {
  background-color: #ffc107 !important;
  color: #fff; }
.eb-element-step .step-default .step-warning .step-number, .eb-element-step .step-thin .step-warning .step-number {
  color: #ffc107 !important; }
.eb-element-step .step-default .step-primary.step-col, .eb-element-step .step-thin .step-primary.step-col {
  background-color: #495057 !important;
  color: #fff; }
.eb-element-step .step-default .step-primary .step-number, .eb-element-step .step-thin .step-primary .step-number {
  color: #495057 !important; }
.eb-element-step .step-default .step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
.eb-element-step .step-default .step-number {
  margin: auto auto; }
.eb-element-step .step-default .step-title {
  font-size: 30px;
  margin-top: 20px; }
.eb-element-step .step-default .step-content {
  margin-top: 0px; }
.eb-element-step .step-thin .step-col {
  padding-top: 10px;
  padding-bottom: 10px; }
.eb-element-step .step-thin .step-number {
  margin: auto;
  float: left;
  text-align: center; }
.eb-element-step .step-thin .step-title {
  font-size: 24px;
  margin-top: -4px;
  margin-left: 57px; }
.eb-element-step .step-thin .step-content {
  margin-left: 57px; }
.eb-element-step .step-no-background .step-col, .eb-element-step .step-no-background-thin .step-col {
  color: #95A5A6; }
  .eb-element-step .step-no-background .step-col.step-active, .eb-element-step .step-no-background-thin .step-col.step-active {
    color: #32c5d2; }
    .eb-element-step .step-no-background .step-col.step-active .step-number, .eb-element-step .step-no-background-thin .step-col.step-active .step-number {
      border-color: #32c5d2;
      color: #32c5d2; }
.eb-element-step .step-no-background .step-number, .eb-element-step .step-no-background-thin .step-number {
  font-size: 26px;
  border-radius: 50% !important;
  padding: 4px;
  color: #95A5A6;
  width: 42px;
  height: 42px;
  border: 1px solid #E5E5E5; }
.eb-element-step .step-no-background .step-title, .eb-element-step .step-no-background-thin .step-title {
  font-weight: 100;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.eb-element-step .step-no-background .step-content, .eb-element-step .step-no-background-thin .step-content {
  font-size: 15px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden; }
.eb-element-step .step-no-background .step-none, .eb-element-step .step-no-background-thin .step-none {
  color: #95A5A6 !important; }
  .eb-element-step .step-no-background .step-none .step-number, .eb-element-step .step-no-background-thin .step-none .step-number {
    color: #95A5A6 !important;
    border-color: #E5E5E5 !important; }
.eb-element-step .step-no-background .step-success, .eb-element-step .step-no-background-thin .step-success {
  color: #28a745 !important; }
  .eb-element-step .step-no-background .step-success .step-number, .eb-element-step .step-no-background-thin .step-success .step-number {
    color: #28a745 !important;
    border-color: #28a745 !important; }
.eb-element-step .step-no-background .step-danger, .eb-element-step .step-no-background-thin .step-danger {
  color: #dc3545 !important; }
  .eb-element-step .step-no-background .step-danger .step-number, .eb-element-step .step-no-background-thin .step-danger .step-number {
    color: #dc3545 !important;
    border-color: #dc3545 !important; }
.eb-element-step .step-no-background .step-info, .eb-element-step .step-no-background-thin .step-info {
  color: #17a2b8 !important; }
  .eb-element-step .step-no-background .step-info .step-number, .eb-element-step .step-no-background-thin .step-info .step-number {
    color: #17a2b8 !important;
    border-color: #17a2b8 !important; }
.eb-element-step .step-no-background .step-warning, .eb-element-step .step-no-background-thin .step-warning {
  color: #ffc107 !important; }
  .eb-element-step .step-no-background .step-warning .step-number, .eb-element-step .step-no-background-thin .step-warning .step-number {
    color: #ffc107 !important;
    border-color: #ffc107 !important; }
.eb-element-step .step-no-background .step-primary, .eb-element-step .step-no-background-thin .step-primary {
  color: #495057 !important; }
  .eb-element-step .step-no-background .step-primary .step-number, .eb-element-step .step-no-background-thin .step-primary .step-number {
    color: #495057 !important;
    border-color: #495057 !important; }
.eb-element-step .step-no-background .step-active .step-title, .eb-element-step .step-no-background-thin .step-active .step-title, .eb-element-step .step-no-background .step-success .step-title, .eb-element-step .step-no-background-thin .step-success .step-title, .eb-element-step .step-no-background .step-danger .step-title, .eb-element-step .step-no-background-thin .step-danger .step-title, .eb-element-step .step-no-background .step-info .step-title, .eb-element-step .step-no-background-thin .step-info .step-title, .eb-element-step .step-no-background .step-warning .step-title, .eb-element-step .step-no-background-thin .step-warning .step-title, .eb-element-step .step-no-background .step-primary .step-title, .eb-element-step .step-no-background-thin .step-primary .step-title {
  font-weight: 400; }
.eb-element-step .step-no-background .step-active .step-content, .eb-element-step .step-no-background-thin .step-active .step-content, .eb-element-step .step-no-background .step-success .step-content, .eb-element-step .step-no-background-thin .step-success .step-content, .eb-element-step .step-no-background .step-danger .step-content, .eb-element-step .step-no-background-thin .step-danger .step-content, .eb-element-step .step-no-background .step-info .step-content, .eb-element-step .step-no-background-thin .step-info .step-content, .eb-element-step .step-no-background .step-warning .step-content, .eb-element-step .step-no-background-thin .step-warning .step-content, .eb-element-step .step-no-background .step-primary .step-content, .eb-element-step .step-no-background-thin .step-primary .step-content {
  font-weight: 400; }
.eb-element-step .step-no-background .step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
.eb-element-step .step-no-background .step-number {
  margin: auto auto; }
.eb-element-step .step-no-background .step-title {
  font-size: 30px;
  margin-top: 20px; }
.eb-element-step .step-no-background .step-content {
  margin-top: 0px; }
.eb-element-step .step-no-background-thin .step-col {
  padding-top: 10px;
  padding-bottom: 10px; }
.eb-element-step .step-no-background-thin .step-number {
  margin: auto;
  float: left;
  text-align: center; }
.eb-element-step .step-no-background-thin .step-title {
  font-size: 24px;
  margin-top: -4px;
  margin-left: 57px; }
.eb-element-step .step-no-background-thin .step-content {
  margin-left: 57px; }
.eb-element-step .step-background .step-col, .eb-element-step .step-background-thin .step-col {
  background-color: #E5E5E5;
  color: #95A5A6; }
  .eb-element-step .step-background .step-col.step-active, .eb-element-step .step-background-thin .step-col.step-active {
    background-color: #32c5d2 !important;
    color: #fff; }
    .eb-element-step .step-background .step-col.step-active .step-number, .eb-element-step .step-background-thin .step-col.step-active .step-number {
      color: #2ab4c0; }
.eb-element-step .step-background .step-number, .eb-element-step .step-background-thin .step-number {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0.79em;
  z-index: 4;
  color: #d8d8d8; }
.eb-element-step .step-background .step-title, .eb-element-step .step-background-thin .step-title {
  font-weight: 100;
  text-transform: uppercase;
  text-align: right;
  z-index: 5;
  position: relative; }
.eb-element-step .step-background .step-content, .eb-element-step .step-background-thin .step-content {
  font-size: 15px;
  font-weight: 100;
  text-align: right;
  z-index: 5;
  position: relative; }
  .eb-element-step .step-background .step-none.step-col, .eb-element-step .step-background-thin .step-none.step-col {
    background-color: #E5E5E5 !important;
    color: #95A5A6; }
  .eb-element-step .step-background .step-none .step-number, .eb-element-step .step-background-thin .step-none .step-number {
    color: #d8d8d8 !important; }
.eb-element-step .step-background .step-success.step-col, .eb-element-step .step-background-thin .step-success.step-col {
  background-color: #28a745 !important;
  color: #fff; }
.eb-element-step .step-background .step-success .step-number, .eb-element-step .step-background-thin .step-success .step-number {
  color: #28a745 !important; }
.eb-element-step .step-background .step-danger.step-col, .eb-element-step .step-background-thin .step-danger.step-col {
  background-color: #dc3545 !important;
  color: #fff; }
.eb-element-step .step-background .step-danger .step-number, .eb-element-step .step-background-thin .step-danger .step-number {
  color: #dc3545 !important; }
.eb-element-step .step-background .step-info.step-col, .eb-element-step .step-background-thin .step-info.step-col {
  background-color: #17a2b8 !important;
  color: #fff; }
.eb-element-step .step-background .step-info .step-number, .eb-element-step .step-background-thin .step-info .step-number {
  color: #17a2b8 !important; }
.eb-element-step .step-background .step-warning.step-col, .eb-element-step .step-background-thin .step-warning.step-col {
  background-color: #ffc107 !important;
  color: #fff; }
.eb-element-step .step-background .step-warning .step-number, .eb-element-step .step-background-thin .step-warning .step-number {
  color: #ffc107 !important; }
.eb-element-step .step-background .step-primary.step-col, .eb-element-step .step-background-thin .step-primary.step-col {
  background-color: #495057 !important;
  color: #fff; }
.eb-element-step .step-background .step-primary .step-number, .eb-element-step .step-background-thin .step-primary .step-number {
  color: #495057 !important; }
.eb-element-step .step-background .step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  height: 160px; }
.eb-element-step .step-background .step-number {
  font-size: 200px; }
.eb-element-step .step-background .step-title {
  font-size: 30px;
  margin-right: 30%; }
.eb-element-step .step-background .step-content {
  margin-right: 30%; }
.eb-element-step .step-background-thin .step-col {
  padding-top: 10px;
  padding-bottom: 10px; }
.eb-element-step .step-background-thin .step-number {
  font-size: 80px; }
.eb-element-step .step-background-thin .step-title {
  font-size: 24px;
  margin-right: 15%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.eb-element-step .step-background-thin .step-content {
  margin-right: 15%;
  text-overflow: ellipsis;
  overflow: hidden; }
.eb-element-step .step-line .step-col {
  padding: 30px 0;
  text-align: center;
  color: #95A5A6; }
  .eb-element-step .step-line .step-col.step-active {
    color: #32c5d2; }
    .eb-element-step .step-line .step-col.step-active .step-number {
      border-color: #32c5d2; }
      .eb-element-step .step-line .step-col.step-active .step-title::before {
        background-color: #32c5d2; }
      .eb-element-step .step-line .step-col.step-active .step-title::after {
        background-color: #32c5d2; }
.eb-element-step .step-line .step-number {
  font-size: 26px;
  border-radius: 50% !important;
  padding: 4px;
  border: 3px solid #E5E5E5;
  display: inline-block;
  margin: auto auto 5px;
  position: relative;
  z-index: 5;
  width: 48px;
  height: 48px;
  background-color: #fff; }
.eb-element-step .step-line .step-title {
  font-size: 21px;
  font-weight: 100;
  text-transform: uppercase;
  position: relative; }
  .eb-element-step .step-line .step-title::before, .eb-element-step .step-line .step-title::after {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #E5E5E5;
    top: -26px;
    z-index: 4;
    left: 0;
    transform: translateY(-100%); }
  .eb-element-step .step-line .step-title::after {
    left: 50%; }
  .eb-element-step .step-line .step-title::before {
    right: 50%; }
.eb-element-step .step-line .first .step-title:before {
  content: none; }
.eb-element-step .step-line .last .step-title:after {
  content: none; }
.eb-element-step .step-line .step-content {
  font-size: 15px;
  font-weight: 100;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden; }
  .eb-element-step .step-line .step-none.step-col {
    color: #95A5A6; }
  .eb-element-step .step-line .step-none .step-number {
    border-color: #95A5A6 !important; }
    .eb-element-step .step-line .step-none .step-title::before {
      background-color: #95A5A6 !important; }
    .eb-element-step .step-line .step-none .step-title::after {
      background-color: #95A5A6 !important; }
.eb-element-step .step-line .step-success.step-col {
  color: #28a745; }
.eb-element-step .step-line .step-success .step-number {
  border-color: #28a745 !important; }
  .eb-element-step .step-line .step-success .step-title::before {
    background-color: #28a745 !important; }
  .eb-element-step .step-line .step-success .step-title::after {
    background-color: #28a745 !important; }
.eb-element-step .step-line .step-danger.step-col {
  color: #dc3545; }
.eb-element-step .step-line .step-danger .step-number {
  border-color: #dc3545 !important; }
  .eb-element-step .step-line .step-danger .step-title::before {
    background-color: #dc3545 !important; }
  .eb-element-step .step-line .step-danger .step-title::after {
    background-color: #dc3545 !important; }
.eb-element-step .step-line .step-info.step-col {
  color: #17a2b8; }
.eb-element-step .step-line .step-info .step-number {
  border-color: #17a2b8 !important; }
  .eb-element-step .step-line .step-info .step-title::before {
    background-color: #17a2b8 !important; }
  .eb-element-step .step-line .step-info .step-title::after {
    background-color: #17a2b8 !important; }
.eb-element-step .step-line .step-warning.step-col {
  color: #ffc107; }
.eb-element-step .step-line .step-warning .step-number {
  border-color: #ffc107 !important; }
  .eb-element-step .step-line .step-warning .step-title::before {
    background-color: #ffc107 !important; }
  .eb-element-step .step-line .step-warning .step-title::after {
    background-color: #ffc107 !important; }
.eb-element-step .step-line .step-primary.step-col {
  color: #495057; }
.eb-element-step .step-line .step-primary .step-number {
  border-color: #495057 !important; }
  .eb-element-step .step-line .step-primary .step-title::before {
    background-color: #495057 !important; }
  .eb-element-step .step-line .step-primary .step-title::after {
    background-color: #495057 !important; }

select.form-control[size="1"]:not([multiple]):not(.form-select-no-siblings), select.form-control:not([size]):not([multiple]):not(.form-select-no-siblings) {
  background-image: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Icons/list-expand.svg");
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 24px; }

select.form-control[size="1"], select.form-control:not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control option {
  padding-top: 4px;
  padding-bottom: 4px; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 14rem; }
  @media (min-width: 576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em; } }
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px; }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px; }
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px; }
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px; }
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours"; }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes"; }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM"; }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker"; }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today"; }
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }
  .bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens"; }
  .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit; }
    .bootstrap-datetimepicker-widget .picker-switch td span {
      line-height: 2.5;
      height: 2.5em;
      width: 100%; }
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }
  .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0.25rem; }
  .bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px; }
    .bootstrap-datetimepicker-widget table th.picker-switch {
      width: 145px; }
    .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
      background: none;
      color: #dee2e6;
      cursor: not-allowed; }
    .bootstrap-datetimepicker-widget table th.prev::after {
      content: "Previous Month"; }
    .bootstrap-datetimepicker-widget table th.next::after {
      content: "Next Month"; }
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
      background: #e9ecef; }
  .bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px; }
    .bootstrap-datetimepicker-widget table td.cw {
      font-size: 0.8em;
      height: 20px;
      line-height: 20px;
      color: #dee2e6; }
    .bootstrap-datetimepicker-widget table td.day {
      height: 20px;
      line-height: 20px;
      width: 20px; }
    .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
      background: #e9ecef;
      cursor: pointer; }
    .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
      color: #dee2e6; }
    .bootstrap-datetimepicker-widget table td.today {
      position: relative; }
      .bootstrap-datetimepicker-widget table td.today:before {
        content: '';
        display: inline-block;
        border: solid transparent;
        border-width: 0 0 7px 7px;
        border-bottom-color: #007bff;
        border-top-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 4px;
        right: 4px; }
    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
      background-color: #007bff;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .bootstrap-datetimepicker-widget table td.active.today:before {
      border-bottom-color: #fff; }
    .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
      background: none;
      color: #dee2e6;
      cursor: not-allowed; }
    .bootstrap-datetimepicker-widget table td span {
      display: inline-block;
      width: 54px;
      height: 54px;
      line-height: 54px;
      margin: 2px 1.5px;
      cursor: pointer;
      border-radius: 0.25rem; }
      .bootstrap-datetimepicker-widget table td span:hover {
        background: #e9ecef; }
      .bootstrap-datetimepicker-widget table td span.active {
        background-color: #007bff;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td span.old {
        color: #dee2e6; }
      .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
        background: none;
        color: #dee2e6;
        cursor: not-allowed; }
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group [data-toggle="datetimepicker"] {
  cursor: pointer; }

.fileinput {
  position: relative; }
  .fileinput .fileinput-exists {
    text-decoration: none;
    color: inherit;
    z-index: 3;
    display: inline-block; }
    .fileinput .img-thumbnail > img {
      width: 100%; }
    .fileinput .img-thumbnail a > img {
      width: 100%;
      height: auto; }
  .fileinput a.fileinput-exists {
    z-index: 4; }
    .fileinput .input-group > * {
      position: relative;
      z-index: 2; }
    .fileinput .input-group > .btn-file {
      z-index: 1; }
  .fileinput .btn-bar {
    position: absolute;
    top: 0;
    left: 0; }

.form-control .fileinput-exists {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  .btn-file > span {
    position: relative; }
  .btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    z-index: 4; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.25rem;
  width: 100%;
  float: left; }

.form-control-sm .fileinput-filename {
  padding-right: 0.5rem; }
.form-control-sm .fileinput .icon {
  line-height: 1.5; }
.form-control-sm .fileinput-exists {
  left: 0.5rem; }

.form-control-lg .fileinput-filename {
  padding-right: 1rem; }
.form-control-lg .fileinput .icon {
  line-height: 1.5; }
.form-control-lg .fileinput-exists {
  left: 1rem; }

/* CSS Document */
.custom-control-outline .custom-control-label::before {
  background-color: transparent; }

.custom-checkbox.custom-control-outline .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent; }
.custom-checkbox.custom-control-outline .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23495057' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-radio.custom-control-outline .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent; }
.custom-radio.custom-control-outline .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23495057'/%3E%3C/svg%3E"); }

.custom-switch.custom-control-outline .custom-control-label::after {
  background-color: #dee2e6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23dee2e6'/%3E%3C/svg%3E"); }
  .custom-switch.custom-control-outline .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent; }
  .custom-switch.custom-control-outline .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #495057;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23495057'/%3E%3C/svg%3E"); }

.form-group-sm .custom-control {
  padding-left: 1.375rem; }
  .form-group-sm .custom-control-label::before {
    top: 0.21875rem;
    left: -1.375rem;
    width: 0.875rem;
    height: 0.875rem; }
  .form-group-sm .custom-control-label::after {
    top: 0.21875rem;
    left: -1.375rem;
    width: 0.875rem;
    height: 0.875rem; }
.form-group-sm .custom-switch {
  padding-left: 2.03125rem; }
  .form-group-sm .custom-switch .custom-control-label::before {
    left: -2.03125rem;
    width: 1.53125rem;
    border-radius: 0.4375rem; }
  .form-group-sm .custom-switch .custom-control-label::after {
    top: calc(0.21875rem + 2px);
    left: calc(-2.03125rem + 2px);
    width: calc(0.875rem - 4px);
    height: calc(0.875rem - 4px); }
.form-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(0.65625rem + -1px)); }

.form-group-lg .custom-control {
  padding-left: 1.75rem; }
  .form-group-lg .custom-control-label::before {
    top: 0.3125rem;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem; }
  .form-group-lg .custom-control-label::after {
    top: 0.3125rem;
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem; }
.form-group-lg .custom-switch {
  padding-left: 2.6875rem; }
  .form-group-lg .custom-switch .custom-control-label::before {
    left: -2.6875rem;
    width: 2.1875rem;
    border-radius: 0.625rem; }
  .form-group-lg .custom-switch .custom-control-label::after {
    top: calc(0.3125rem + 2px);
    left: calc(-2.6875rem + 2px);
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px); }
.form-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(0.9375rem + -1px)); }

.input-group-text label {
  margin-bottom: 0; }

.form-group-sm {
  margin-bottom: 0.5rem; }

.form-group-lg {
  margin-bottom: 1rem; }

.control-label-lg {
  font-size: 1.25rem; }

.control-label-sm {
  font-size: 0.875rem; }

.form-control-static {
  position: relative;
  float: left;
  background-color: #e9ecef; }

.form-default h2 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem; }

.form-control.auto-height {
  height: auto !important; }

/* CSS Document */
/*
 :root {
 --responsive-font-sizes: false;
 --body-font-size-sm: 1rem;
 --custom-control-indicator-border-width: 1px;
 }
 */
@media (min-width: 576px) {
  body {
    font-size: 1rem;
    /*		.custom-control-label {
     &::before {
     width: ($body-font-size-sm + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-sm + (2 * $custom-control-indicator-border-width));
     }
     &::after {
     width: ($body-font-size-sm + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-sm + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-switch {
     .custom-control-label:before {
     width: ((2 * $body-font-size-sm) + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-control {
     padding-left: $custom-control-gutter + $body-font-size-sm + (2 * $custom-control-indicator-border-width); //1.9rem
     &.custom-switch {
     padding-left: $custom-control-gutter + (2 * ($body-font-size-sm + $custom-control-indicator-border-width));
     }
     }
     */ } }

@media (min-width: 768px) {
  body {
    font-size: 1rem;
    /*
     .custom-control-label {
     &::before {
     width: ($body-font-size-md + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-md + (2 * $custom-control-indicator-border-width));
     }
     &::after {
     width: ($body-font-size-md + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-md + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-switch {
     .custom-control-label:before {
     width: ((2 *$body-font-size-md) + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-control {
     padding-left: $custom-control-gutter + $body-font-size-md + (2 * $custom-control-indicator-border-width); //1.9rem
     &.custom-switch {
     padding-left: $custom-control-gutter + (2 * ($body-font-size-md + $custom-control-indicator-border-width));
     }
     }
     */ } }

@media (min-width: 992px) {
  body {
    font-size: 1rem;
    /*
     .custom-control-label {
     &::before {
     width: ($body-font-size-lg + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-lg + (2 * $custom-control-indicator-border-width));
     }
     &::after {
     width: ($body-font-size-lg + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-lg + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-switch {
     .custom-control-label:before {
     width: ((2 *$body-font-size-lg) + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-control {
     padding-left: $custom-control-gutter + $body-font-size-lg + (2 * $custom-control-indicator-border-width); //1.9rem
     &.custom-switch {
     padding-left: $custom-control-gutter + (2 * ($body-font-size-lg + $custom-control-indicator-border-width));
     }
     }
     */ } }

@media (min-width: 1200px) {
  body {
    font-size: 1rem;
    /*
     .custom-control-label {
     &::before {
     width: ($body-font-size-xl + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-xl + (2 * 0.0625));
     }
     &::after {
     width: ($body-font-size-xl + (2 * $custom-control-indicator-border-width));
     height: ($body-font-size-xl + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-switch {
     .custom-control-label:before {
     width: (2 * $body-font-size-xl);
     --width: ((2 *$body-font-size-xl) + (2 * $custom-control-indicator-border-width));
     }
     }
     .custom-control {
     padding-left: $custom-control-gutter + $body-font-size-xl + (2 * $custom-control-indicator-border-width); //1.9rem
     &.custom-switch {
     padding-left: $custom-control-gutter + (2 * ($body-font-size-xl + $custom-control-indicator-border-width));
     }
     }
     */ } }

/* CSS Document */
.btn:first-child span.icon {
  margin-right: 0.4rem; }

.btn:last-child span.icon {
  margin-left: 0.4rem; }

.btn-xs {
  font-size: 0.6875rem;
  padding: 0.4375rem 0.9375rem; }

.btn-sm, .btn-group-sm > .btn {
  border-radius: 0.25rem; }

/* Icons */
.btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0; }
  .btn-icon__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .btn-icon:focus {
    box-shadow: none; }
  .btn-icon.btn-xs {
    font-size: 0.5625rem;
    width: 1.375rem;
    height: 1.375rem;
    padding: 0; }
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    width: 2rem;
    height: 2rem;
    font-size: 0.8125rem;
    padding: 0; }
  .btn-icon.btn-md {
    width: 4rem;
    height: 4rem;
    font-size: 1.75rem;
    padding: 0; }
  .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    width: 5rem;
    height: 5rem;
    font-size: 2.25rem;
    padding: 0; }
  .btn-icon.btn-xl {
    width: 6rem;
    height: 6rem;
    font-size: 2.25rem;
    padding: 0; }

/*------------------------------------
 Pagination
 ------------------------------------*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  text-align: center;
  min-width: 2.25rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-left: -1px; }
  .page-link:hover {
    z-index: 2;
    color: #262a2d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/*------------------------------------
 Scroll To
 ------------------------------------*/
.bs-scroll-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #495057;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: 0.3s ease-out; }
  .bs-scroll-to__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .bs-scroll-to:hover, .bs-scroll-to:focus:hover {
    color: #fff;
    opacity: 1; }

/* CSS Document */
.card-title {
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

/*------------------------------------
 Side Navigation
 ------------------------------------*/
html.blocking {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0px;
  left: 0px; }

.is-hidden {
  display: none; }

.side-navbar-canvas {
  --side-navbar-background-color: #3ba5df;
  --side-navbar-overlay-background-color: rgba(0, 0, 0, 0.4);
  --side-navbar-text-color: #fff;
  --side-navbar-border-color: rgba(255, 255, 255, 0.25);
  --side-navbar-font-size: 1.1rem;
  --side-navbar-font-weight: 300;
  --side-navbar-title-font-weight: 500;
  --side-navbar-list-item-size: 3.125rem;
  --side-navbar-line-height: 1.2rem;
  --side-navbar-row-item-size: 2.75rem;
  --side-navbar-arrow-width: 0.125rem;
  --side-navbar-background-highlight-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  font-weight: var(--side-navbar-font-weight);
  background-color: transparent;
  transition: background-color ease-in-out 0.2s; }
  .side-navbar-canvas.move-in.left .side-navbar-wrapper {
    transform: translateX(100%); }
  .side-navbar-canvas.move-in.right .side-navbar-wrapper {
    transform: translateX(-100%); }
  .side-navbar-canvas.move-in.top .side-navbar-wrapper {
    transform: translateY(100%); }
  .side-navbar-canvas.move-in.bottom .side-navbar-wrapper {
    transform: translateY(-100%); }
  .side-navbar-canvas.is-open {
    background-color: var(--side-navbar-overlay-background-color); }
  .side-navbar-canvas.left .side-navbar-wrapper {
    transform: translateX(-100%);
    top: 0;
    left: 0; }
  .side-navbar-canvas.right .side-navbar-wrapper {
    transform: translateX(100%);
    top: 0;
    right: 0; }
  .side-navbar-canvas.top-left .side-navbar-wrapper {
    transform: translateY(-100%);
    top: 0;
    left: 0; }
  .side-navbar-canvas.bottom-left .side-navbar-wrapper {
    transform: translateY(100%);
    top: 0;
    left: 0; }
  .side-navbar-canvas.top-right .side-navbar-wrapper {
    transform: translateY(-100%);
    top: 0;
    right: 0; }
  .side-navbar-canvas.bottom-right .side-navbar-wrapper {
    transform: translateY(100%);
    top: 0;
    right: 0; }
  .side-navbar-canvas.is-open .side-navbar-wrapper {
    box-shadow: -10px -10px 40px 20px #000;
    transform: translateX(0); }

.side-navbar-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--side-navbar-background-color);
  position: absolute;
  z-index: 2;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  transition: 0.3s ease !important; }
  .side-navbar-wrapper a, .side-navbar-wrapper a:active, .side-navbar-wrapper a:hover, .side-navbar-wrapper a:link, .side-navbar-wrapper a:visited {
    text-decoration: none;
    color: inherit; }

/*$infix: breakpoint-infix($breakpoint, $grid-breakpoints);*/
.side-navbar-wrapper {
  width: 100%; }

/*$infix: breakpoint-infix($breakpoint, $grid-breakpoints);*/
@media (min-width: 576px) {
  .side-navbar-wrapper {
    width: 50%; } }

/*$infix: breakpoint-infix($breakpoint, $grid-breakpoints);*/
@media (min-width: 768px) {
  .side-navbar-wrapper {
    width: 40%; } }

/*$infix: breakpoint-infix($breakpoint, $grid-breakpoints);*/
@media (min-width: 992px) {
  .side-navbar-wrapper {
    width: 30%; } }

/*$infix: breakpoint-infix($breakpoint, $grid-breakpoints);*/
@media (min-width: 1200px) {
  .side-navbar-wrapper {
    width: 30%; } }

.side-navbar-row {
  color: var(--side-navbar-text-color);
  font-size: var(--side-navbar-font-size);
  display: flex;
  text-align: center;
  background: var(--side-navbar-background-color);
  border-bottom: 1px solid var(--side-navbar-border-color); }
  .side-navbar-row > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: var(--side-navbar-row-item-size); }
  .side-navbar-row > a {
    margin-left: 4px;
    margin-right: 4px; }

.side-navbar-link {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--side-navbar-list-item-size);
  padding: 0;
  cursor: pointer; }

.side-navbar-link-text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: var(--side-navbar-list-item-size);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: block;
  padding-top: calc((var(--side-navbar-list-item-size) - var(--side-navbar-line-height))/ 2);
  padding-bottom: calc((var(--side-navbar-list-item-size) - var(--side-navbar-line-height))/ 2);
  text-align: center;
  padding-left: var(--side-navbar-list-item-size); }

.side-navbar-top {
  --side-navbar-background-color: #4bb5ef;
  --side-navbar-text-color: #fff;
  --side-navbar-border-color: rgba(255, 255, 255, 0.25);
  --side-navbar-font-size: 1rem; }
  .side-navbar-top .side-navbar-row:not(:last-child) {
    border-bottom: none; }
  .side-navbar-top .side-navbar-row img, .side-navbar-top .side-navbar-row .fa, .side-navbar-top .side-navbar-row .fab {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.8); }
  .side-navbar-top .side-navbar-row .fa, .side-navbar-top .side-navbar-row .fab {
    flex-grow: 0;
    border-radius: 25px;
    font-size: 24px !important;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0; }
    .side-navbar-top .side-navbar-row .fa:hover, .side-navbar-top .side-navbar-row .fab:hover {
      border-color: var(--side-navbar-text-color) !important;
      color: var(--side-navbar-text-color) !important; }
  .side-navbar-top .side-navbar-row img {
    flex-grow: 0;
    opacity: 0.8;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 0 10px; }
    .side-navbar-top .side-navbar-row .side-navbar-link::after, .side-navbar-top .side-navbar-row .side-navbar-link::before {
      border: 2px solid rgba(255, 255, 255, 0.4); }
      .side-navbar-top .side-navbar-row .side-navbar-link:hover::after, .side-navbar-top .side-navbar-row .side-navbar-link:hover::before {
        border-color: rgba(255, 255, 255, 0.75); }
        .side-navbar-top .side-navbar-row .side-navbar-link:hover .side-navbar-close-inner::after, .side-navbar-top .side-navbar-row .side-navbar-link:hover .side-navbar-close-inner::before {
          background-color: rgba(255, 255, 255, 0.75); }
  .side-navbar-top .side-navbar-row .side-navbar-link-next::after, .side-navbar-top .side-navbar-row .side-navbar-link-prev::before {
    border-bottom: none;
    border-right: none; }
  .side-navbar-top .side-navbar-row .side-navbar-close-inner {
    transform: translate3d(-0.5rem, -0.5rem, 0) rotate(45deg); }
    .side-navbar-top .side-navbar-row .side-navbar-close-inner::after, .side-navbar-top .side-navbar-row .side-navbar-close-inner::before {
      content: "";
      display: block;
      width: 1.2rem;
      height: var(--side-navbar-arrow-width);
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      border: none; }
    .side-navbar-top .side-navbar-row .side-navbar-close-inner::before {
      top: 0rem; }
    .side-navbar-top .side-navbar-row .side-navbar-close-inner::after {
      top: 0.6rem;
      transform: translate3d(0, -0.6rem, 0) rotate(-90deg); }
  .side-navbar-top .side-navbar-row.side-navbar-contact {
    align-content: center;
    justify-content: center;
    align-items: center; }
    .side-navbar-top .side-navbar-row.side-navbar-contact:first-child {
      padding-top: calc((var(--side-navbar-list-item-size) - var(--side-navbar-line-height))/ 2); }
  .side-navbar-top .side-navbar-row .side-navbar-text, .side-navbar-top .side-navbar-row .side-navbar-title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1 1 50%;
    display: flex;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .side-navbar-top .side-navbar-row .side-navbar-title {
    font-weight: var(--side-navbar-title-font-weight); }
  .side-navbar-top .side-navbar-row .side-navbar-link:not(.side-navbar-hidden) + .side-navbar-title:last-child {
    padding-left: 0px;
    padding-right: var(--side-navbar-list-item-size); }
  .side-navbar-top .side-navbar-row .side-navbar-link.side-navbar-hidden + .side-navbar-title:not(:last-child) {
    padding-left: var(--side-navbar-list-item-size);
    padding-right: 0px; }

.side-navbar-bottom {
  --side-navbar-background-color: #4bb5ef;
  --side-navbar-text-color: rgba(255, 255, 255, 0.9);
  --side-navbar-border-color: rgba(255, 255, 255, 0.25);
  --side-navbar-font-size: 0.8rem; }
  .side-navbar-bottom a.fa, .side-navbar-bottom a.fab {
    font-size: 1.2rem; }
  .side-navbar-bottom a:hover {
    color: #fff !important; }
  .side-navbar-bottom .side-navbar-row > * {
    display: flex; }
    .side-navbar-bottom .side-navbar-row:first-child {
      border-top: 1px solid var(--side-navbar-border-color); }
    .side-navbar-bottom .side-navbar-row:last-child {
      border-bottom: none; }

.side-navbar-panel-wrapper {
  --side-navbar-text-color: rgba(255, 255, 255, 0.75);
  color: var(--side-navbar-text-color);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--side-navbar-background-color);
  border-color: var(--side-navbar-border-color); }
  .side-navbar-panel-wrapper .side-navbar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--side-navbar-font-size);
    display: none; }
    .side-navbar-panel-wrapper .side-navbar-list.active {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      display: block;
      transition: transform ease-in-out 0.25s; }
  .side-navbar-panel-wrapper .side-navbar-list-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px var(--side-navbar-border-color); }
    .side-navbar-panel-wrapper .side-navbar-list-item a:hover, .side-navbar-panel-wrapper .side-navbar-list-item a:hover + span {
      color: #fff; }
  .side-navbar-panel-wrapper .side-navbar-link::after, .side-navbar-panel-wrapper .side-navbar-link::before {
    border: var(--side-navbar-arrow-width) solid rgba(255, 255, 255, 0.4); }
    .side-navbar-panel-wrapper .side-navbar-link:hover::after, .side-navbar-panel-wrapper .side-navbar-link:hover::before {
      border-color: var(--side-navbar-text-color); }
  .side-navbar-panel-wrapper .side-navbar-link-next::after, .side-navbar-panel-wrapper .side-navbar-link-prev::before {
    border-bottom: none;
    border-right: none; }

.side-navbar-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%; }

.side-navbar-hidden {
  display: none !important; }

.side-navbar-link-next::after, .side-navbar-link-prev::before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.side-navbar-link-next::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 1.4375rem;
  left: auto; }

.side-navbar-link-prev::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1.4375rem;
  left: auto; }

.side-navbar-search {
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--side-navbar-row-item-size);
  padding: 0 10px;
  overflow: hidden; }
  .side-navbar-search input {
    display: block;
    width: 100%;
    max-width: 100%;
    height: calc(var(--side-navbar-row-item-size) * .7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none !important;
    border-radius: 4px;
    line-height: calc(var(--side-navbar-row-item-size) * .7);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    font: inherit;
    font-size: inherit;
    text-align: center;
    background: var(--side-navbar-background-highlight-color);
    color: var(--side-navbar-text-color); }
    .side-navbar-search input:focus, .side-navbar-search input:hover {
      background: var(--side-navbar-background-highlight-color);
      color: var(--side-navbar-text-color); }

/*------------------------------------
 Video
 ------------------------------------*/
.big-video {
  position: relative;
  padding-bottom: 56%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: 50%; }
  .big-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    cursor: default; }
  .big-video iframe {
    width: 101vw;
    height: 56.25vw;
    min-height: 100vh;
    /* [disabled]min-width: 177.77vh; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.big-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*------------------------------------
 Overlap Box
 ------------------------------------*/
.overlap {
  --overlap-margin-left: 70px;
  --overlap-margin-right: 0px;
  --grid-gutter: 15px;
  /*overflow: hidden;*/
  position: relative;
  z-index: 1; }

@media (min-width: 576px) {
  .overlap {
    --overlap-margin-left: 40px; }
  .overlap-container {
    display: flex; }
  .overlap-box, .overlap-title {
    flex-shrink: 0; } }

@media (min-width: 768px) {
  .overlap {
    --overlap-margin-left: 60px; } }

@media (min-width: 992px) {
  .overlap {
    --overlap-margin-left: 80px; } }
@media (min-width: 576px) {
  .overlap {
    --overlap-width: 540px;
    --overlap-margin-right: 15px;
    --grid-gutter: 15px; } }
@media (min-width: 768px) {
  .overlap {
    --overlap-width: 720px;
    --overlap-margin-right: 15px;
    --grid-gutter: 15px; } }
@media (min-width: 992px) {
  .overlap {
    --overlap-width: 960px;
    --overlap-margin-right: 2rem;
    --grid-gutter: 2rem; } }
@media (min-width: 1200px) {
  .overlap {
    --overlap-width: 1140px;
    --overlap-margin-right: 2.5rem;
    --grid-gutter: 2.5rem; } }

.overlap-title {
  margin-bottom: 0;
  margin-top: 0; }

.overlap-content {
  width: 100%;
  position: relative; }
  .overlap-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    /*width: 100vw;*/ }

.overlap-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
@media (min-width: 576px) {
  .overlap-container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .overlap-container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .overlap-container {
    max-width: 960px;
    padding-right: 2rem;
    padding-left: 2rem; } }
@media (min-width: 1200px) {
  .overlap-container {
    max-width: 1140px;
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

.overlap-left {
  margin-left: auto;
  margin-right: 0; }
  .overlap-left .overlap-title {
    padding: calc(var(--overlap-margin-left) / 2); }
  .overlap-left .overlap-content {
    margin-top: calc(var(--overlap-margin-left) * -0.5);
    padding-top: var(--overlap-margin-left);
    padding-bottom: var(--overlap-margin-left); }
    .overlap-left .overlap-content:before {
      left: -15px;
      right: -15px; }
  @media (min-width: 576px) {
    .overlap-left .overlap-box {
      margin-left: calc(((100vw - var(--overlap-width)) / -2) * 3 / 2);
      order: 1; }
    .overlap-left .overlap-title {
      margin: 0 0 0 calc(((100vw - var(--overlap-width)) / -2) * 3 / 2);
      padding-left: calc(var(--overlap-margin-left) / 2);
      padding-right: calc(var(--overlap-margin-left) / 2);
      padding-top: var(--overlap-margin-left);
      padding-bottom: var(--overlap-margin-left);
      order: 1; }
    .overlap-left .overlap-content {
      margin: 0 0 0 calc(var(--overlap-margin-left) * -1);
      padding-top: var(--overlap-margin-left);
      padding-right: var(--overlap-margin-right);
      padding-bottom: var(--overlap-margin-left);
      padding-left: calc(var(--overlap-margin-left) * 2);
      order: 2; }
      .overlap-left .overlap-content:before {
        left: 0;
        right: calc(var(--grid-gutter) * -1); } }

.overlap-right {
  margin-left: 0;
  margin-right: auto; }
  .overlap-right .overlap-title {
    padding: calc(var(--overlap-margin-left) / 2); }
  .overlap-right .overlap-content {
    margin-top: calc(var(--overlap-margin-left) * -0.5);
    padding-top: var(--overlap-margin-left);
    padding-bottom: var(--overlap-margin-left); }
    .overlap-right .overlap-content:before {
      left: -15px;
      right: -15px; }
  @media (min-width: 576px) {
    .overlap-right .overlap-box {
      margin-right: calc(((100vw - var(--overlap-width)) / -2) * 3 / 2);
      order: 2; }
    .overlap-right .overlap-title {
      margin: 0 calc(((100vw - var(--overlap-width)) / -2) * 3 / 2) 0 0;
      padding-left: calc(var(--overlap-margin-left) / 2);
      padding-right: calc(var(--overlap-margin-left) / 2);
      padding-top: var(--overlap-margin-left);
      padding-bottom: var(--overlap-margin-left);
      order: 2; }
    .overlap-right .overlap-content {
      margin: 0 calc(var(--overlap-margin-left) * -1) 0 0;
      padding-top: var(--overlap-margin-left);
      padding-right: calc(var(--overlap-margin-left) * 2);
      padding-bottom: var(--overlap-margin-left);
      padding-left: calc((100vw - var(--overlap-width)) / 2);
      order: 1; }
      .overlap-right .overlap-content:before {
        left: calc(var(--grid-gutter) * -1);
        right: 0; } }

/*------------------------------------
 Overlap Box
 ------------------------------------*/
.footer-scroll > section:not(.footer) {
  position: relative;
  background-color: #fff;
  z-index: 1; }

.footer-scroll .footer {
  z-index: 0;
  position: relative; }

.footer-scroll .footer .footer-wrap {
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%; }

.footer-scroll .footer-wrap .footer-info, .footer-scroll .footer-wrap .footer-legal {
  width: 100%; }

.footer-scroll .footer-wrap:not(.h-auto) .footer-info {
  position: absolute;
  bottom: 50%;
  transform: translate3d(0, 50%, 0); }

.footer-scroll .footer-wrap:not(.h-auto) .footer-legal {
  position: absolute;
  bottom: 0; }

.footer.fixed .footer-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2; }

.footer .footer-info {
  font-size: var(--footer-info-font-size); }

.footer .footer-legal {
  font-size: var(--footer-list-font-size);
  padding-top: var(--footer-legal-padding-top); }

.footer .footer-legal ul {
  margin-bottom: var(--footer-list-margin-bottom); }

.footer .footer-legal ul li {
  margin: 0;
  padding-right: var(--footer-list-padding-right);
  margin-bottom: var(--footer-list-margin-bottom); }

.footer .footer-legal ul li:last-child {
  padding-right: 0; }

.footer {
  --footer-list-padding-right: 0;
  --footer-list-margin-bottom: 0.3rem;
  --footer-list-font-size: 1rem;
  --footer-info-font-size: 1.1rem;
  --footer-legal-padding-top: 0.5rem; }

.footer .footer-legal ul li {
  display: block; }

@media (min-width: 576px) {
  .footer {
    --footer-list-padding-right: 1.8rem;
    --footer-list-margin-bottom: 1.5rem;
    --footer-list-font-size: 0.9rem;
    --footer-info-font-size: inherit;
    --footer-legal-padding-top: 0.75rem; }
  .footer .footer-legal ul li {
    display: inline-block; } }

/*------------------------------------
 Label
 ------------------------------------*/
.label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem 1.125rem;
  border-radius: 6.1875rem;
  transition: 0.2s ease-in-out; }

.label-rounded {
  border-radius: 6.1875rem; }

/*------------------------------------
 Label Sizes
 ------------------------------------*/
/* Small */
.label-sm {
  font-size: 0.75rem;
  padding: 0.5rem 1rem; }

/*------------------------------------
 Label Colors
 ------------------------------------*/
/* label gray-500 */
.label-gray-500 {
  color: #adb5bd;
  background-color: rgba(173, 181, 189, 0.1); }
  .label-gray-500[href]:hover, .label-gray-500[href]:focus {
    color: #212529;
    background-color: #adb5bd; }

/* label primary */
.label-primary {
  color: #495057;
  background-color: rgba(73, 80, 87, 0.1); }
  .label-primary[href]:hover, .label-primary[href]:focus {
    color: #fff;
    background-color: #495057; }

/* label secondary */
.label-secondary {
  color: #6c757d;
  background-color: rgba(108, 117, 125, 0.1); }
  .label-secondary[href]:hover, .label-secondary[href]:focus {
    color: #fff;
    background-color: #6c757d; }

/* label success */
.label-success {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1); }
  .label-success[href]:hover, .label-success[href]:focus {
    color: #fff;
    background-color: #28a745; }

/* label info */
.label-info {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.1); }
  .label-info[href]:hover, .label-info[href]:focus {
    color: #fff;
    background-color: #17a2b8; }

/* label warning */
.label-warning {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1); }
  .label-warning[href]:hover, .label-warning[href]:focus {
    color: #212529;
    background-color: #ffc107; }

/* label danger */
.label-danger {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1); }
  .label-danger[href]:hover, .label-danger[href]:focus {
    color: #fff;
    background-color: #dc3545; }

/* label light */
.label-light {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.1); }
  .label-light[href]:hover, .label-light[href]:focus {
    color: #212529;
    background-color: #f8f9fa; }

/* label dark */
.label-dark {
  color: #343a40;
  background-color: rgba(52, 58, 64, 0.1); }
  .label-dark[href]:hover, .label-dark[href]:focus {
    color: #fff;
    background-color: #343a40; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }
  .fa-1x {
    font-size: 1em; }
  .fa-2x {
    font-size: 2em; }
  .fa-3x {
    font-size: 3em; }
  .fa-4x {
    font-size: 4em; }
  .fa-5x {
    font-size: 5em; }
  .fa-6x {
    font-size: 6em; }
  .fa-7x {
    font-size: 7em; }
  .fa-8x {
    font-size: 8em; }
  .fa-9x {
    font-size: 9em; }
  .fa-10x {
    font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em; }
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  filter: none; }

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

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

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

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

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

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

.fa-angle-double-left:before {
  content: "\f100"; }

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

.fa-angle-double-up:before {
  content: "\f102"; }

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

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

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

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

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

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

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

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

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

.fa-atlassian:before {
  content: "\f77b"; }

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

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

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

.fa-bahai:before {
  content: "\f666"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

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

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

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

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

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

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

.fa-behance:before {
  content: "\f1b4"; }

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

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

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

.fa-blind:before {
  content: "\f29d"; }

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

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

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

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

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

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

.fa-bowling-ball:before {
  content: "\f436"; }

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

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

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

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

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

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

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

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

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

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

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

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

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

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

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

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

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

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

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

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

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

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

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

.fa-car-alt:before {
  content: "\f5de"; }

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

.fa-car-crash:before {
  content: "\f5e1"; }

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

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

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

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

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

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

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

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

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

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

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

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

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

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

.fa-chess-king:before {
  content: "\f43f"; }

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

.fa-chess-pawn:before {
  content: "\f443"; }

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

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

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

.fa-clinic-medical:before {
  content: "\f7f2"; }

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

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

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

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

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

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

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

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

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

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

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

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

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

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

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

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

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

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

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

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

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

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

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

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

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

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

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

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

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

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

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

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

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

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

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

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

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

.fa-door-closed:before {
  content: "\f52a"; }

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

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

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

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

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

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

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

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

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

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

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

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

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

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

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

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

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\f905"; }

.fa-fax:before {
  content: "\f1ac"; }

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

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

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

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

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

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

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

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

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

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

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

.fa-file-pdf:before {
  content: "\f1c1"; }

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

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

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

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

.fa-file-video:before {
  content: "\f1c8"; }

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

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

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

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

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

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

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

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

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

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

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

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

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

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

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

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

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

.fa-fulcrum:before {
  content: "\f50b"; }

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

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

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

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

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

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

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

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

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

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

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

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

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

.fa-glass-whiskey:before {
  content: "\f7a0"; }

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

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

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

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

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

.fa-grimace:before {
  content: "\f57f"; }

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

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

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

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

.fa-grin-squint-tears:before {
  content: "\f586"; }

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

.fa-grin-tears:before {
  content: "\f588"; }

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

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

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

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

.fa-grip-horizontal:before {
  content: "\f58d"; }

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

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

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

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

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

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hands-helping:before {
  content: "\f4c4"; }

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

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

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

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

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

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

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

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

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

.fa-head-side-virus:before {
  content: "\f964"; }

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

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

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

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

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

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

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

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

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

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

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

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

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

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

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

.fa-hospital-alt:before {
  content: "\f47d"; }

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

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

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

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

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

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

.fa-houzz:before {
  content: "\f27c"; }

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

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

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

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

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

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

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

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-instagram:before {
  content: "\f16d"; }

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

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

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

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

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

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

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

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

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

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

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

.fa-language:before {
  content: "\f1ab"; }

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

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

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

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

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

.fa-leanpub:before {
  content: "\f212"; }

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

.fa-less:before {
  content: "\f41d"; }

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

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

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

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

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

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

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

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

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

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

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

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

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

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

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

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

.fa-mars-double:before {
  content: "\f227"; }

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

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

.fa-mendeley:before {
  content: "\f7b3"; }

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

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

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

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

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

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

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

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

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

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

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

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

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

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

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

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

.fa-moon:before {
  content: "\f186"; }

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

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

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

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

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

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

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

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

.fa-paint-roller:before {
  content: "\f5aa"; }

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

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

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

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

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

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

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

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

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

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

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

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

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

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

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

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

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

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

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

.fa-place-of-worship:before {
  content: "\f67f"; }

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

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

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

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

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

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

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

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

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

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

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

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

.fa-question:before {
  content: "\f128"; }

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

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

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

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

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

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

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

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

.fa-renren:before {
  content: "\f18b"; }

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

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

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

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

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

.fa-ruler-combined:before {
  content: "\f546"; }

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

.fa-ruler-vertical:before {
  content: "\f548"; }

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

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

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

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

.fa-scribd:before {
  content: "\f28a"; }

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

.fa-sd-card:before {
  content: "\f7c2"; }

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

.fa-search-dollar:before {
  content: "\f688"; }

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

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

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

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

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

.fa-servicestack:before {
  content: "\f3ec"; }

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

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

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

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

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

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

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

.fa-sign-language:before {
  content: "\f2a7"; }

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

.fa-signal:before {
  content: "\f012"; }

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

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

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

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

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

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

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

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

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

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

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

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

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

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

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

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

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

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

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

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

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

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

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

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

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

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

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

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

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

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

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

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

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

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

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

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

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

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

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

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

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

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

.fa-subway:before {
  content: "\f239"; }

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

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

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

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

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

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

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

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

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

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

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

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

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

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

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

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

.fa-thermometer-full:before {
  content: "\f2c7"; }

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

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

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

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\f972"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

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

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

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

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

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

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

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

.fa-trash-restore:before {
  content: "\f829"; }

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

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

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

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

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

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

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

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

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

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

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

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

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

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

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

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

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

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

.fa-vine:before {
  content: "\f1ca"; }

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

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

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

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

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

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

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

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

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

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

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-brands-400.eot");
  src: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-brands-400.eot?#iefix") format('embedded-opentype'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-brands-400.woff2") format('woff2'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-brands-400.woff") format('woff'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-brands-400.ttf") format('truetype'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-brands-400.svg#fontawesome") format('svg'); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-regular-400.eot");
  src: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-regular-400.eot?#iefix") format('embedded-opentype'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-regular-400.woff2") format('woff2'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-regular-400.woff") format('woff'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-regular-400.ttf") format('truetype'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-regular-400.svg#fontawesome") format('svg'); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-solid-900.eot");
  src: url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-solid-900.eot?#iefix") format('embedded-opentype'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-solid-900.woff2") format('woff2'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-solid-900.woff") format('woff'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-solid-900.ttf") format('truetype'), url("../../../../../../../typo3conf/ext/easy_bootstrap_package/Resources/Public/Fonts/Awesome/fa-solid-900.svg#fontawesome") format('svg'); }

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* CSS Document */
/* CSS Document */
/* CSS Document */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

/*
 @supports (padding: max(0px)) {
 .fancybox-caption {
 padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
 }
 }
 */
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
    /*
     @supports (padding: max(0px)) {
     .fancybox-caption {
     padding-left: max(12px, env(safe-area-inset-left));
     padding-right: max(12px, env(safe-area-inset-right));
     }
     }
     */ } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-slide--iframe .fancybox-content {
  /*height: calc(9 / 16 * 100%) !important;*/ }

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

/* loading option */
.animsition-loading, .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up; }

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up; }

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm; }

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm; }

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg; }

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg; }

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down; }

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm; }

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm; }

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg; }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left; }

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left; }

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm; }

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm; }

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg; }

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right; }

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right; }

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm; }

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm; }

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg; }

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg; }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in; }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out; }

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm; }

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm; }

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg; }

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out; }

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm; }

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm; }

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg; }

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg; }

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }
@keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top; }

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top; }

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom; }

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom; }

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left; }

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left; }

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right; }

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right; }

/* CSS Document */
/* the popup window */
.cc-window, .cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  /* 1em == 16px therefore 24em == 384px */
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: bold; }

/* clickable things */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 400;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:hover, .cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: 0.75; }

.cc-close:hover, .cc-close:focus {
  opacity: 1; }

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto; }

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  flex: 1; }

/* COMPLIANCE BOX */
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-window, .cc-revoke {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-right, .cc-window.cc-left {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    align-items: unset; } }

/* iPhone 6 */
/* iPhone 6 plus */
/* iPhone 5 & 5S */
/* iPhone 2G - 4S */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0); }

.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

/* Classic */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

/* Edgeless */
.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.cc-window, .cc-revoke {
  color: #fff;
  background-color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.cc-btn {
  color: #000;
  border-color: transparent;
  background-color: #ffc107; }

.cc-btn:hover, .cc-btn:focus {
  text-decoration: none;
  color: #000;
  background-color: #ffe72d; }

.cc-link, .cc-link:active, .cc-link:visited {
  color: #fff; }

.cc-highlight .cc-btn:first-child {
  color: #000;
  border-color: transparent;
  background-color: #ffc107; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-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); } }

.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; } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.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); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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); } }

.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); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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); } }

.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); } }

.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); } }

.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); } }

.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; } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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; } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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; } }

.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); } }

.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); } }

.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; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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; } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.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; } }

.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; } }

.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; } }

.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; } }

.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; } }

.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; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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); } }

.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; } }

.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); } }

.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); } }

.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); } }

.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); } }

.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; } }

.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); } }

.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; } }

.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; } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.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); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

:root {
  --swiper-theme-color: #007bff;
  --swiper-navigation-size: 4.5vw;
  --swiper-navigation-margin: calc(var(--swiper-navigation-size) * 2);
  --swiper-navigation-border-size: 1px; }

@media (min-width: 768px) {
  :root {
    --swiper-navigation-size: 3vw; } }

@media (min-width: 1200px) {
  :root {
    --swiper-navigation-size: 2.5vw; } }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-navigation-outside {
  margin-bottom: var(--swiper-navigation-margin);
  padding-left: var(--swiper-navigation-margin);
  padding-right: var(--swiper-navigation-margin);
  position: relative;
  width: 100%; }

.swiper-navigation-outside .swiper-pagination {
  left: 0;
  right: 0; }

.swiper-navigation-outside .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-slide.col {
  flex-basis: auto;
  flex-grow: 0; }

.swiper-mobile {
  display: block !important; }

.swiper-mobile .swiper-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-coverflow {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.swiper-container-cube {
  overflow: visible; }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
    .swiper-container-cube .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }
    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto; }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden; }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0; }
    .swiper-container-cube .swiper-cube-shadow:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      -webkit-filter: blur(50px);
      filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1; }
    .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden; }

/* Preloader */
:root {
  /*
   --swiper-preloader-color: var(--swiper-theme-color);
   */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* CSS Document */
.swiper-button-prev, .swiper-button-next {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swiper-navigation-size);
  height: calc(var(--swiper-navigation-size) * 3 / 2);
  top: 50%;
  transform: translateY(-50%); }
  .swiper-button-prev:after, .swiper-button-next:after {
    border-style: solid;
    border-width: 0 0 var(--swiper-navigation-border-size) var(--swiper-navigation-border-size);
    border-color: var(--swiper-navigation-color, var(--swiper-theme-color));
    content: '';
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size); }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.2;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0; }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    -webkit-transform: translateX(50%) rotate(45deg);
    -moz-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    -o-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0; }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    -webkit-transform: translateX(-50%) rotate(225deg);
    -moz-transform: translateX(-50%) rotate(225deg);
    -ms-transform: translateX(-50%) rotate(225deg);
    -o-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg); }

.swiper-navigation-wrapper {
  margin-top: calc(var(--bs-gutter-x, 1.25rem) / 2) !important;
  margin-bottom: calc(var(--bs-gutter-x, 1.25rem) / 2) !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  /*
   padding-left: calc(var(--bs-gutter-x, 2vw) / 2);
   padding-right: calc(var(--bs-gutter-x, 2vw) / 2);
   */ }

.swiper-navigation-wrapper .swiper-button-prev, .swiper-navigation-wrapper .swiper-button-next {
  position: relative;
  transform: translateY(0); }

.swiper-button-lock {
  display: none; }

:root {
  /*
   --swiper-pagination-color: var(--swiper-theme-color);
   */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: calc(var(--bs-gutter-x, 1.25rem) / 2);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  .swiper-pagination-test {
    --swiper-pagination-color: #a84a4a; }
  .swiper-pagination-blue {
    --swiper-pagination-color: #007bff; }
  .swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2; }
  .swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1; }
  .swiper-pagination-pink {
    --swiper-pagination-color: #e83e8c; }
  .swiper-pagination-red {
    --swiper-pagination-color: #dc3545; }
  .swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14; }
  .swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107; }
  .swiper-pagination-green {
    --swiper-pagination-color: #28a745; }
  .swiper-pagination-teal {
    --swiper-pagination-color: #20c997; }
  .swiper-pagination-cyan {
    --swiper-pagination-color: #17a2b8; }
  .swiper-pagination-white {
    --swiper-pagination-color: #fff; }
  .swiper-pagination-gray {
    --swiper-pagination-color: #6c757d; }
  .swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40; }

.swiper-pagination-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }
  .swiper-theme-gray-500 {
    --swiper-navigation-color: #adb5bd;
    --swiper-pagination-color: #adb5bd; }
  .swiper-theme-primary {
    --swiper-navigation-color: #495057;
    --swiper-pagination-color: #495057; }
  .swiper-theme-secondary {
    --swiper-navigation-color: #6c757d;
    --swiper-pagination-color: #6c757d; }
  .swiper-theme-success {
    --swiper-navigation-color: #28a745;
    --swiper-pagination-color: #28a745; }
  .swiper-theme-info {
    --swiper-navigation-color: #17a2b8;
    --swiper-pagination-color: #17a2b8; }
  .swiper-theme-warning {
    --swiper-navigation-color: #ffc107;
    --swiper-pagination-color: #ffc107; }
  .swiper-theme-danger {
    --swiper-navigation-color: #dc3545;
    --swiper-pagination-color: #dc3545; }
  .swiper-theme-light {
    --swiper-navigation-color: #f8f9fa;
    --swiper-pagination-color: #f8f9fa; }
  .swiper-theme-dark {
    --swiper-navigation-color: #343a40;
    --swiper-pagination-color: #343a40; }

/* CSS Document */
.typo3-messages {
  list-style: none;
  padding: 0px; }

.cke_panel_listItem {
  font-size: 12px; }
  .cke_panel_listItem h1 {
    font-size: 17px; }
  .cke_panel_listItem h2 {
    font-size: 16px; }
  .cke_panel_listItem h3 {
    font-size: 15px; }
  .cke_panel_listItem h4 {
    font-size: 14px; }
  .cke_panel_listItem h5 {
    font-size: 13px; }
  .cke_panel_listItem h6 {
    font-size: 12px; }

.cke_bootstrap_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.cke_bootstrap_btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center; }

.cke_bootstrap_default div.btn, .cke_bootstrap_btn span.btn {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 7px;
  font-size: 11px; }

.cke_bootstrap_default div.btn:hover, .cke_bootstrap_btn span.btn:hover {
  background-color: #E8E8E8;
  text-decoration: none; }

.cke_bootstrap_default span.text-color, .cke_bootstrap_btn span.text-color {
  border: solid 1px #EDEDED; }

.cke_bootstrap_default {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.cke_bootstrap_default div.btn {
  margin-left: 2px;
  margin-right: 2px;
  display: block;
  border: solid 1px #EDEDED; }

.cke_bootstrap_ruler {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #EEEEEE;
  height: 1px; }

.cke_editable .btn {
  cursor: text;
  user-select: auto; }

/* CSS Document */
:root {
  --layout: loaded Space; }

/*------------------------------------
 Header Default
 ------------------------------------*/
.u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 101; }
  .u-header__section {
    z-index: 1;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.u-header__hamburger {
  display: flex;
  align-items: center; }

/* Navbar */
.u-header__navbar {
  padding: 0;
  /*------------------------------------*/
  background-image: none; }
  .u-header__navbar-nav {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .u-header__navbar-icon {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem; }
    .u-header__navbar-icon:last-child {
      padding-right: 0; }
    .u-header__navbar-icon-wrapper {
      margin-left: auto; }

/* Nav Item */
.u-header__nav-item:hover .u-header__nav-link, .u-header__nav-item:focus .u-header__nav-link {
  color: #495057 !important; }

/* Nav Link */
.u-header__nav-link {
  color: #5a5757;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none; }
  .u-header__nav-link-icon {
    font-size: 0.625rem;
    margin-left: 0.125rem;
    transition: 0.3s; }
.u-header .active > .u-header__nav-link {
  color: #495057; }

/* Sub Menu */
.u-header__sub-menu-title {
  display: block;
  color: #343a40;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem; }
.u-header__sub-menu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #5a5757; }
  .u-header__sub-menu-nav-link:hover {
    color: #495057; }
  .u-header__sub-menu-nav-link-icon {
    font-size: 0.625rem; }
.u-header__sub-menu .active > .u-header__sub-menu-nav-link {
  color: #495057; }

/* Search */
.u-header__search-addon {
  border: none; }
  .u-header__search-addon-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* Header Fix Top */
.u-header--fix-top {
  position: fixed; }

.u-header.u-header--fix-top[data-effect-compensation] {
  transition: none; }

/*------------------------------------
 Header Helpers
 ------------------------------------*/
.u-header--invisible {
  display: none; }
.u-header--moved-up {
  transform: translate3d(0, -100%, 0); }
.u-header--faded {
  opacity: 0;
  visibility: hidden; }
.u-header__section--hidden {
  position: relative; }
.u-header[data-header-fix-effect] {
  transition: 0.3s ease; }
.u-header.u-header--untransitioned {
  transition: none; }
.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto; }

/*------------------------------------
 Transparent Header
 ------------------------------------*/
/*
 .u-header--bg-transparent {
 // Above Large Devices
 @include media-breakpoint-up(lg) {
 &:not(.js-header-fix-moment):not(.u-scrolled) {
 // Section
 .u-header__section {
 background-color: transparent !important;
 border-color: transparent;
 transition: none;
 }
 }
 // Bordered Navbar
 &.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) {
 .u-header__section,
 .u-header__navbar-brand,
 .u-header__nav-item-user,
 .u-header__navbar-v-divider, {
 border-color: $header-divider-color-light;
 }
 }
 // Brand
 .u-header__navbar-brand {
 &-on-scroll {
 display: none;
 }
 }
 &.js-header-fix-moment,
 &.u-scrolled {
 .u-header__navbar-brand {
 &-default {
 display: none;
 }
 &-on-scroll {
 display: inline-block;
 }
 }
 }
 }
 }
 .u-header--bg-transparent {
 // Below Large Devices
 @include media-breakpoint-down(md) {
 // Brand
 .u-header__navbar-brand {
 &-default {
 display: none;
 }
 }
 }
 }
 */
/*----------------------------------------------
 Extended Transparent Header
 ----------------------------------------------*/
.u-header-xs-bg-transparent .brand-inverse {
  display: none; }
.u-header-xs-bg-transparent .brand-default {
  display: inline-block; }
  .u-header-xs-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .u-header__section {
    background-color: transparent !important;
    border-color: transparent;
    transition: none; }
  .u-header-xs-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-inverse {
    display: inline-block; }
  .u-header-xs-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-default {
    display: none; }
.u-header-xs-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__section, .u-header-xs-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-brand, .u-header-xs-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user, .u-header-xs-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-v-divider {
  border-color: rgba(255, 255, 255, 0.15); }
.u-header-sm-bg-transparent .brand-inverse {
  display: none; }
.u-header-sm-bg-transparent .brand-default {
  display: inline-block; }
@media (min-width: 576px) {
  .u-header-sm-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .u-header__section {
    background-color: transparent !important;
    border-color: transparent;
    transition: none; }
  .u-header-sm-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-inverse {
    display: inline-block; }
  .u-header-sm-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-default {
    display: none; }
  .u-header-sm-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__section, .u-header-sm-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-brand, .u-header-sm-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user, .u-header-sm-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-v-divider {
    border-color: rgba(255, 255, 255, 0.15); } }
.u-header-md-bg-transparent .brand-inverse {
  display: none; }
.u-header-md-bg-transparent .brand-default {
  display: inline-block; }
@media (min-width: 768px) {
  .u-header-md-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .u-header__section {
    background-color: transparent !important;
    border-color: transparent;
    transition: none; }
  .u-header-md-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-inverse {
    display: inline-block; }
  .u-header-md-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-default {
    display: none; }
  .u-header-md-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__section, .u-header-md-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-brand, .u-header-md-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user, .u-header-md-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-v-divider {
    border-color: rgba(255, 255, 255, 0.15); } }
.u-header-lg-bg-transparent .brand-inverse {
  display: none; }
.u-header-lg-bg-transparent .brand-default {
  display: inline-block; }
@media (min-width: 992px) {
  .u-header-lg-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .u-header__section {
    background-color: transparent !important;
    border-color: transparent;
    transition: none; }
  .u-header-lg-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-inverse {
    display: inline-block; }
  .u-header-lg-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-default {
    display: none; }
  .u-header-lg-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__section, .u-header-lg-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-brand, .u-header-lg-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user, .u-header-lg-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-v-divider {
    border-color: rgba(255, 255, 255, 0.15); } }
.u-header-xl-bg-transparent .brand-inverse {
  display: none; }
.u-header-xl-bg-transparent .brand-default {
  display: inline-block; }
@media (min-width: 1200px) {
  .u-header-xl-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .u-header__section {
    background-color: transparent !important;
    border-color: transparent;
    transition: none; }
  .u-header-xl-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-inverse {
    display: inline-block; }
  .u-header-xl-bg-transparent:not(.js-header-fix-moment):not(.u-scrolled) .brand-default {
    display: none; }
  .u-header-xl-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__section, .u-header-xl-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-brand, .u-header-xl-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user, .u-header-xl-bg-transparent.u-header--bordered:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__navbar-v-divider {
    border-color: rgba(255, 255, 255, 0.15); } }

/*------------------------------------
 Header White Nav Links
 ------------------------------------*/
/*
 .u-header--white-nav-links {
 // Above Large Devices
 @include media-breakpoint-up(lg) {
 .u-header__nav-link,
 [class*="btn-text-"] {
 transition: $transition-timing;
 }
 .u-header__nav-link-icon {
 transition: 0s;
 }
 &:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) {
 // Nav Item
 .u-header__nav-item {
 &:hover {
 .u-header__nav-link {
 color: $header-nav-link-white-color-hover;
 }
 }
 }
 .u-header__nav-link,
 .u-header__nav-item-user-name,
 [class*="btn-text-"] {
 color: $header-nav-link-white-color;
 &:hover {
 color: $header-nav-link-white-color-hover;
 }
 }
 .u-header__nav-item-user {
 background-color: $header-nav-link-white-bg-color;
 }
 }
 }
 }
 */
/*-----------------------------------------------------
 Extended Header White Nav Links for Bootstrap Package
 -------------------------------------------------------*/
.u-header-xs-white-nav-links .u-header__nav-link, .u-header-xs-white-nav-links [class*="btn-text-"] {
  transition: 0.3s; }
.u-header-xs-white-nav-links .u-header__nav-link-icon {
  transition: 0s; }
  .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link {
    color: #fff; }
  .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"] {
    color: rgba(255, 255, 255, 0.9); }
    .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link:hover, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name:hover, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"]:hover {
      color: #fff; }
  .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user {
    background-color: rgba(255, 255, 255, 0.1); }
@media (min-width: 576px) {
  .u-header-sm-white-nav-links .u-header__nav-link, .u-header-sm-white-nav-links [class*="btn-text-"] {
    transition: 0.3s; }
  .u-header-sm-white-nav-links .u-header__nav-link-icon {
    transition: 0s; }
    .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link {
      color: #fff; }
    .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"] {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link:hover, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name:hover, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"]:hover {
        color: #fff; }
    .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user {
      background-color: rgba(255, 255, 255, 0.1); } }
@media (min-width: 768px) {
  .u-header-md-white-nav-links .u-header__nav-link, .u-header-md-white-nav-links [class*="btn-text-"] {
    transition: 0.3s; }
  .u-header-md-white-nav-links .u-header__nav-link-icon {
    transition: 0s; }
    .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link {
      color: #fff; }
    .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"] {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link:hover, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name:hover, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"]:hover {
        color: #fff; }
    .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user {
      background-color: rgba(255, 255, 255, 0.1); } }
@media (min-width: 992px) {
  .u-header-lg-white-nav-links .u-header__nav-link, .u-header-lg-white-nav-links [class*="btn-text-"] {
    transition: 0.3s; }
  .u-header-lg-white-nav-links .u-header__nav-link-icon {
    transition: 0s; }
    .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link {
      color: #fff; }
    .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"] {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link:hover, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name:hover, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"]:hover {
        color: #fff; }
    .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user {
      background-color: rgba(255, 255, 255, 0.1); } }
@media (min-width: 1200px) {
  .u-header-xl-white-nav-links .u-header__nav-link, .u-header-xl-white-nav-links [class*="btn-text-"] {
    transition: 0.3s; }
  .u-header-xl-white-nav-links .u-header__nav-link-icon {
    transition: 0s; }
    .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link {
      color: #fff; }
    .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"] {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-link:hover, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user-name:hover, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) [class*="btn-text-"]:hover {
        color: #fff; }
    .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item-user {
      background-color: rgba(255, 255, 255, 0.1); } }

/*------------------------------------
 Default Navbar Expand
 ------------------------------------*/
.navbar-expand {
  flex-wrap: wrap; }
  .u-header--bordered .navbar-expand .u-header__navbar-brand {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 1.375rem; }
  .u-header--bordered .navbar-expand .u-header__navbar-v-divider {
    border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
    margin-left: 1.375rem; }
.u-header--modern .navbar-expand .u-header__hamburger {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  order: 1; }
.u-header--modern .navbar-expand .u-header__navbar-brand-wrapper {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  order: 1; }
.u-header--modern .navbar-expand .u-header__navbar-collapse {
  order: 2;
  /*------------------------------------*/
  width: auto;
  flex-grow: 1; }
.u-header--modern .navbar-expand .u-header__secondary-nav {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  order: 3; }
.navbar-expand .u-header__navbar-brand {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-right: 1rem; }
.navbar-expand .u-header__navbar-nav {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto; }
  .navbar-expand .u-header__navbar-nav .active > .u-header__nav-link {
    border-color: transparent; }
.navbar-expand .u-header__secondary-nav .u-header__nav-link, .navbar-expand .u-header__navbar-nav .u-header__nav-link {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  border-top: 0rem solid transparent;
  border-bottom: 0rem solid transparent;
  letter-spacing: normal; }
  .navbar-expand .u-header__secondary-nav .u-header__nav-link:hover, .navbar-expand .u-header__navbar-nav .u-header__nav-link:hover {
    border-color: transparent; }
.navbar-expand .u-header__secondary-nav .u-header__sub-menu, .navbar-expand .u-header__navbar-nav .u-header__sub-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.5rem 1.25rem rgba(73, 80, 87, 0.1); }
  .navbar-expand .u-header__secondary-nav .u-header__sub-menu .u-header__sub-menu, .navbar-expand .u-header__navbar-nav .u-header__sub-menu .u-header__sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .navbar-expand .u-header__secondary-nav .u-header__sub-menu-list-item, .navbar-expand .u-header__navbar-nav .u-header__sub-menu-list-item {
    padding: 0; }
    .navbar-expand .u-header__secondary-nav .u-header__sub-menu-list-item:hover, .navbar-expand .u-header__navbar-nav .u-header__sub-menu-list-item:hover {
      background-color: transparent; }
  .navbar-expand .u-header__secondary-nav .u-header__sub-menu-nav-link, .navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem; }
  .navbar-expand .u-header__secondary-nav .u-header__sub-menu-offset, .navbar-expand .u-header__navbar-nav .u-header__sub-menu-offset {
    margin-top: -1.0625rem; }
  .navbar-expand .u-header__secondary-nav .u-header__sub-menu .hs-has-sub-menu, .navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0; }
.navbar-expand .u-header__mega-menu-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  list-style: none; }
.navbar-expand .u-header__mega-menu-col {
  padding-left: 2rem; }
  .navbar-expand .u-header__mega-menu-col:first-child {
    padding-left: 1.5rem; }
  .navbar-expand .u-header__mega-menu-col:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
.navbar-expand .u-header__mega-menu-wrapper-v1 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
.navbar-expand .u-header__nav-item-btn {
  padding-left: 1rem; }
.navbar-expand .u-header__nav-item-user {
  background-color: #f8f9fa;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-right: 1rem; }
  .navbar-expand .u-header__nav-item-user-name {
    color: #495057; }
    .navbar-expand .u-header__nav-item-user-name:hover {
      color: #495057; }
  .navbar-expand .u-header__nav-item-user + .u-header__navbar-v-divider {
    margin-left: 0; }
.navbar-expand .u-header__navbar-v-divider {
  padding-left: 0.875rem; }
.navbar-expand .u-header__search {
  position: absolute;
  right: 0;
  z-index: 102;
  width: 23.125rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 1.5625rem rgba(52, 58, 64, 0.1);
  padding: 1rem;
  border-radius: 0;
  margin-top: 1.3125rem;
  transition: none; }
  .navbar-expand .u-header__search.u-unfold--css-animation.u-unfold--hidden {
    display: none;
    opacity: 0;
    visibility: hidden; }
.u-header--left-aligned-nav .navbar-expand .u-header__navbar-nav {
  width: 100%;
  margin-left: 0; }
.u-header--left-aligned-nav .navbar-expand .u-header__nav-item-btn {
  margin-left: auto; }
.u-header--center-aligned-nav .navbar-expand .u-header__navbar-nav {
  width: 100%;
  margin-left: auto; }
  .u-header--center-aligned-nav .navbar-expand .u-header__navbar-nav .u-header__nav-item:first-child {
    margin-left: auto; }
  .u-header--center-aligned-nav .navbar-expand .u-header__navbar-nav .u-header__nav-item-last {
    margin-right: auto; }
.u-header--center-aligned-nav .navbar-expand .u-header__nav-item-btn {
  margin-left: 0; }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: wrap; }
    .u-header--bordered .navbar-expand-sm .u-header__navbar-brand {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      margin-right: 1.375rem; }
    .u-header--bordered .navbar-expand-sm .u-header__navbar-v-divider {
      border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
      margin-left: 1.375rem; }
  .u-header--modern .navbar-expand-sm .u-header__hamburger {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-sm .u-header__navbar-brand-wrapper {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-sm .u-header__navbar-collapse {
    order: 2;
    /*------------------------------------*/
    width: auto;
    flex-grow: 1; }
  .u-header--modern .navbar-expand-sm .u-header__secondary-nav {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 3; }
  .navbar-expand-sm .u-header__navbar-brand {
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
    padding-right: 1rem; }
  .navbar-expand-sm .u-header__navbar-nav {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto; }
    .navbar-expand-sm .u-header__navbar-nav .active > .u-header__nav-link {
      border-color: transparent; }
  .navbar-expand-sm .u-header__secondary-nav .u-header__nav-link, .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    letter-spacing: normal; }
    .navbar-expand-sm .u-header__secondary-nav .u-header__nav-link:hover, .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link:hover {
      border-color: transparent; }
  .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(73, 80, 87, 0.1); }
    .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu .u-header__sub-menu, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .u-header__sub-menu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu-list-item, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-list-item {
      padding: 0; }
      .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu-list-item:hover, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-list-item:hover {
        background-color: transparent; }
    .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu-nav-link, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      padding-right: 1.75rem;
      padding-left: 1.75rem; }
    .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu-offset, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-offset {
      margin-top: -1.0625rem; }
    .navbar-expand-sm .u-header__secondary-nav .u-header__sub-menu .hs-has-sub-menu, .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
      padding: 0; }
  .navbar-expand-sm .u-header__mega-menu-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    list-style: none; }
  .navbar-expand-sm .u-header__mega-menu-col {
    padding-left: 2rem; }
    .navbar-expand-sm .u-header__mega-menu-col:first-child {
      padding-left: 1.5rem; }
    .navbar-expand-sm .u-header__mega-menu-col:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-expand-sm .u-header__mega-menu-wrapper-v1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .navbar-expand-sm .u-header__nav-item-btn {
    padding-left: 1rem; }
  .navbar-expand-sm .u-header__nav-item-user {
    background-color: #f8f9fa;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 1rem; }
    .navbar-expand-sm .u-header__nav-item-user-name {
      color: #495057; }
      .navbar-expand-sm .u-header__nav-item-user-name:hover {
        color: #495057; }
    .navbar-expand-sm .u-header__nav-item-user + .u-header__navbar-v-divider {
      margin-left: 0; }
  .navbar-expand-sm .u-header__navbar-v-divider {
    padding-left: 0.875rem; }
  .navbar-expand-sm .u-header__search {
    position: absolute;
    right: 0;
    z-index: 102;
    width: 23.125rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 0 1.5625rem rgba(52, 58, 64, 0.1);
    padding: 1rem;
    border-radius: 0;
    margin-top: 1.3125rem;
    transition: none; }
    .navbar-expand-sm .u-header__search.u-unfold--css-animation.u-unfold--hidden {
      display: none;
      opacity: 0;
      visibility: hidden; }
  .u-header--left-aligned-nav .navbar-expand-sm .u-header__navbar-nav {
    width: 100%;
    margin-left: 0; }
  .u-header--left-aligned-nav .navbar-expand-sm .u-header__nav-item-btn {
    margin-left: auto; }
  .u-header--center-aligned-nav .navbar-expand-sm .u-header__navbar-nav {
    width: 100%;
    margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-sm .u-header__navbar-nav .u-header__nav-item:first-child {
      margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-sm .u-header__navbar-nav .u-header__nav-item-last {
      margin-right: auto; }
  .u-header--center-aligned-nav .navbar-expand-sm .u-header__nav-item-btn {
    margin-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: wrap; }
    .u-header--bordered .navbar-expand-md .u-header__navbar-brand {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      margin-right: 1.375rem; }
    .u-header--bordered .navbar-expand-md .u-header__navbar-v-divider {
      border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
      margin-left: 1.375rem; }
  .u-header--modern .navbar-expand-md .u-header__hamburger {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-md .u-header__navbar-brand-wrapper {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-md .u-header__navbar-collapse {
    order: 2;
    /*------------------------------------*/
    width: auto;
    flex-grow: 1; }
  .u-header--modern .navbar-expand-md .u-header__secondary-nav {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 3; }
  .navbar-expand-md .u-header__navbar-brand {
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
    padding-right: 1rem; }
  .navbar-expand-md .u-header__navbar-nav {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto; }
    .navbar-expand-md .u-header__navbar-nav .active > .u-header__nav-link {
      border-color: transparent; }
  .navbar-expand-md .u-header__secondary-nav .u-header__nav-link, .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    letter-spacing: normal; }
    .navbar-expand-md .u-header__secondary-nav .u-header__nav-link:hover, .navbar-expand-md .u-header__navbar-nav .u-header__nav-link:hover {
      border-color: transparent; }
  .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(73, 80, 87, 0.1); }
    .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu .u-header__sub-menu, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .u-header__sub-menu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu-list-item, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-list-item {
      padding: 0; }
      .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu-list-item:hover, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-list-item:hover {
        background-color: transparent; }
    .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu-nav-link, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      padding-right: 1.75rem;
      padding-left: 1.75rem; }
    .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu-offset, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-offset {
      margin-top: -1.0625rem; }
    .navbar-expand-md .u-header__secondary-nav .u-header__sub-menu .hs-has-sub-menu, .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
      padding: 0; }
  .navbar-expand-md .u-header__mega-menu-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    list-style: none; }
  .navbar-expand-md .u-header__mega-menu-col {
    padding-left: 2rem; }
    .navbar-expand-md .u-header__mega-menu-col:first-child {
      padding-left: 1.5rem; }
    .navbar-expand-md .u-header__mega-menu-col:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-expand-md .u-header__mega-menu-wrapper-v1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .navbar-expand-md .u-header__nav-item-btn {
    padding-left: 1rem; }
  .navbar-expand-md .u-header__nav-item-user {
    background-color: #f8f9fa;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 1rem; }
    .navbar-expand-md .u-header__nav-item-user-name {
      color: #495057; }
      .navbar-expand-md .u-header__nav-item-user-name:hover {
        color: #495057; }
    .navbar-expand-md .u-header__nav-item-user + .u-header__navbar-v-divider {
      margin-left: 0; }
  .navbar-expand-md .u-header__navbar-v-divider {
    padding-left: 0.875rem; }
  .navbar-expand-md .u-header__search {
    position: absolute;
    right: 0;
    z-index: 102;
    width: 23.125rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 0 1.5625rem rgba(52, 58, 64, 0.1);
    padding: 1rem;
    border-radius: 0;
    margin-top: 1.3125rem;
    transition: none; }
    .navbar-expand-md .u-header__search.u-unfold--css-animation.u-unfold--hidden {
      display: none;
      opacity: 0;
      visibility: hidden; }
  .u-header--left-aligned-nav .navbar-expand-md .u-header__navbar-nav {
    width: 100%;
    margin-left: 0; }
  .u-header--left-aligned-nav .navbar-expand-md .u-header__nav-item-btn {
    margin-left: auto; }
  .u-header--center-aligned-nav .navbar-expand-md .u-header__navbar-nav {
    width: 100%;
    margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-md .u-header__navbar-nav .u-header__nav-item:first-child {
      margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-md .u-header__navbar-nav .u-header__nav-item-last {
      margin-right: auto; }
  .u-header--center-aligned-nav .navbar-expand-md .u-header__nav-item-btn {
    margin-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: wrap; }
    .u-header--bordered .navbar-expand-lg .u-header__navbar-brand {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      margin-right: 1.375rem; }
    .u-header--bordered .navbar-expand-lg .u-header__navbar-v-divider {
      border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
      margin-left: 1.375rem; }
  .u-header--modern .navbar-expand-lg .u-header__hamburger {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-lg .u-header__navbar-collapse {
    order: 2;
    /*------------------------------------*/
    width: auto;
    flex-grow: 1; }
  .u-header--modern .navbar-expand-lg .u-header__secondary-nav {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 3; }
  .navbar-expand-lg .u-header__navbar-brand {
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
    padding-right: 1rem; }
  .navbar-expand-lg .u-header__navbar-nav {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto; }
    .navbar-expand-lg .u-header__navbar-nav .active > .u-header__nav-link {
      border-color: transparent; }
  .navbar-expand-lg .u-header__secondary-nav .u-header__nav-link, .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    letter-spacing: normal; }
    .navbar-expand-lg .u-header__secondary-nav .u-header__nav-link:hover, .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link:hover {
      border-color: transparent; }
  .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(73, 80, 87, 0.1); }
    .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu .u-header__sub-menu, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .u-header__sub-menu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu-list-item, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-list-item {
      padding: 0; }
      .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu-list-item:hover, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-list-item:hover {
        background-color: transparent; }
    .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu-nav-link, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      padding-right: 1.75rem;
      padding-left: 1.75rem; }
    .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu-offset, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-offset {
      margin-top: -1.0625rem; }
    .navbar-expand-lg .u-header__secondary-nav .u-header__sub-menu .hs-has-sub-menu, .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
      padding: 0; }
  .navbar-expand-lg .u-header__mega-menu-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    list-style: none; }
  .navbar-expand-lg .u-header__mega-menu-col {
    padding-left: 2rem; }
    .navbar-expand-lg .u-header__mega-menu-col:first-child {
      padding-left: 1.5rem; }
    .navbar-expand-lg .u-header__mega-menu-col:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-expand-lg .u-header__mega-menu-wrapper-v1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .navbar-expand-lg .u-header__nav-item-btn {
    padding-left: 1rem; }
  .navbar-expand-lg .u-header__nav-item-user {
    background-color: #f8f9fa;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 1rem; }
    .navbar-expand-lg .u-header__nav-item-user-name {
      color: #495057; }
      .navbar-expand-lg .u-header__nav-item-user-name:hover {
        color: #495057; }
    .navbar-expand-lg .u-header__nav-item-user + .u-header__navbar-v-divider {
      margin-left: 0; }
  .navbar-expand-lg .u-header__navbar-v-divider {
    padding-left: 0.875rem; }
  .navbar-expand-lg .u-header__search {
    position: absolute;
    right: 0;
    z-index: 102;
    width: 23.125rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 0 1.5625rem rgba(52, 58, 64, 0.1);
    padding: 1rem;
    border-radius: 0;
    margin-top: 1.3125rem;
    transition: none; }
    .navbar-expand-lg .u-header__search.u-unfold--css-animation.u-unfold--hidden {
      display: none;
      opacity: 0;
      visibility: hidden; }
  .u-header--left-aligned-nav .navbar-expand-lg .u-header__navbar-nav {
    width: 100%;
    margin-left: 0; }
  .u-header--left-aligned-nav .navbar-expand-lg .u-header__nav-item-btn {
    margin-left: auto; }
  .u-header--center-aligned-nav .navbar-expand-lg .u-header__navbar-nav {
    width: 100%;
    margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:first-child {
      margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item-last {
      margin-right: auto; }
  .u-header--center-aligned-nav .navbar-expand-lg .u-header__nav-item-btn {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: wrap; }
    .u-header--bordered .navbar-expand-xl .u-header__navbar-brand {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      margin-right: 1.375rem; }
    .u-header--bordered .navbar-expand-xl .u-header__navbar-v-divider {
      border-left: 0.0625rem solid rgba(0, 0, 0, 0.1);
      margin-left: 1.375rem; }
  .u-header--modern .navbar-expand-xl .u-header__hamburger {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-xl .u-header__navbar-brand-wrapper {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 1; }
  .u-header--modern .navbar-expand-xl .u-header__navbar-collapse {
    order: 2;
    /*------------------------------------*/
    width: auto;
    flex-grow: 1; }
  .u-header--modern .navbar-expand-xl .u-header__secondary-nav {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    order: 3; }
  .navbar-expand-xl .u-header__navbar-brand {
    padding-top: 1rem;
    padding-bottom: 0.9375rem;
    padding-right: 1rem; }
  .navbar-expand-xl .u-header__navbar-nav {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto; }
    .navbar-expand-xl .u-header__navbar-nav .active > .u-header__nav-link {
      border-color: transparent; }
  .navbar-expand-xl .u-header__secondary-nav .u-header__nav-link, .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    letter-spacing: normal; }
    .navbar-expand-xl .u-header__secondary-nav .u-header__nav-link:hover, .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link:hover {
      border-color: transparent; }
  .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(73, 80, 87, 0.1); }
    .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu .u-header__sub-menu, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .u-header__sub-menu {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu-list-item, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-list-item {
      padding: 0; }
      .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu-list-item:hover, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-list-item:hover {
        background-color: transparent; }
    .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu-nav-link, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      padding-right: 1.75rem;
      padding-left: 1.75rem; }
    .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu-offset, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-offset {
      margin-top: -1.0625rem; }
    .navbar-expand-xl .u-header__secondary-nav .u-header__sub-menu .hs-has-sub-menu, .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
      padding: 0; }
  .navbar-expand-xl .u-header__mega-menu-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    list-style: none; }
  .navbar-expand-xl .u-header__mega-menu-col {
    padding-left: 2rem; }
    .navbar-expand-xl .u-header__mega-menu-col:first-child {
      padding-left: 1.5rem; }
    .navbar-expand-xl .u-header__mega-menu-col:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-expand-xl .u-header__mega-menu-wrapper-v1 {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .navbar-expand-xl .u-header__nav-item-btn {
    padding-left: 1rem; }
  .navbar-expand-xl .u-header__nav-item-user {
    background-color: #f8f9fa;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 1rem; }
    .navbar-expand-xl .u-header__nav-item-user-name {
      color: #495057; }
      .navbar-expand-xl .u-header__nav-item-user-name:hover {
        color: #495057; }
    .navbar-expand-xl .u-header__nav-item-user + .u-header__navbar-v-divider {
      margin-left: 0; }
  .navbar-expand-xl .u-header__navbar-v-divider {
    padding-left: 0.875rem; }
  .navbar-expand-xl .u-header__search {
    position: absolute;
    right: 0;
    z-index: 102;
    width: 23.125rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 0 1.5625rem rgba(52, 58, 64, 0.1);
    padding: 1rem;
    border-radius: 0;
    margin-top: 1.3125rem;
    transition: none; }
    .navbar-expand-xl .u-header__search.u-unfold--css-animation.u-unfold--hidden {
      display: none;
      opacity: 0;
      visibility: hidden; }
  .u-header--left-aligned-nav .navbar-expand-xl .u-header__navbar-nav {
    width: 100%;
    margin-left: 0; }
  .u-header--left-aligned-nav .navbar-expand-xl .u-header__nav-item-btn {
    margin-left: auto; }
  .u-header--center-aligned-nav .navbar-expand-xl .u-header__navbar-nav {
    width: 100%;
    margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-xl .u-header__navbar-nav .u-header__nav-item:first-child {
      margin-left: auto; }
    .u-header--center-aligned-nav .navbar-expand-xl .u-header__navbar-nav .u-header__nav-item-last {
      margin-right: auto; }
  .u-header--center-aligned-nav .navbar-expand-xl .u-header__nav-item-btn {
    margin-left: 0; } }

.navbar-expand {
  /*--------------------------*/ }
  @media (max-width: 575.98px) {
    /*--------------------------*/
    .u-header--modern .navbar-expand.u-header__navbar {
      padding-top: 0;
      padding-bottom: 0; }
    .u-header--modern .navbar-expand .u-header__hamburger {
      flex: 0 0 25%;
      max-width: 25%;
      order: 1; }
    .u-header--modern .navbar-expand .u-header__navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0; }
      .u-header--modern .navbar-expand .u-header__navbar-brand-wrapper {
        text-align: center;
        flex: 0 0 50%;
        max-width: 50%;
        order: 2; }
    .u-header--modern .navbar-expand .u-header__navbar-collapse {
      order: 4; }
    .u-header--modern .navbar-expand .u-header__secondary-nav {
      flex: 0 0 25%;
      max-width: 25%;
      order: 2; }
    .navbar-expand.u-header__navbar {
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem; }
    .navbar-expand .u-header__nav-link {
      display: flex;
      align-items: center; }
      .navbar-expand .u-header__nav-link-icon {
        margin-left: auto; }
    .navbar-expand .hs-mega-menu-opened .u-header__nav-link-icon, .navbar-expand .hs-sub-menu-opened .u-header__nav-link-icon {
      transform: rotate(-180deg); }
    .navbar-expand .hs-sub-menu-opened > .u-header__sub-menu-nav-link .u-header__sub-menu-nav-link-icon {
      transition: 0.3s;
      transform: rotate(-90deg); }
    .navbar-expand .u-header__sub-menu {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      .navbar-expand .u-header__sub-menu .hs-has-sub-menu {
        padding-top: 0;
        padding-bottom: 0; }
        .navbar-expand .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
          animation: none; }
      .navbar-expand .u-header__sub-menu-list-item {
        padding-top: 0;
        padding-bottom: 0; }
    .navbar-expand .u-header__mega-menu-list {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
      padding-left: 0.375rem; }
    .navbar-expand .u-header__nav-item-btn {
      padding-top: 1rem;
      padding-bottom: 1.375rem; }
    .navbar-expand .u-header__navbar-v-divider {
      border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
      padding-right: 0;
      padding-left: 0; }
    .navbar-expand .u-header__search {
      animation-duration: 0ms !important; }
      .navbar-expand .u-header__search-toggle {
        display: none; } }
@media (max-width: 767.98px) {
  /*--------------------------*/
  .u-header--modern .navbar-expand-sm.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0; }
  .u-header--modern .navbar-expand-sm .u-header__hamburger {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1; }
  .u-header--modern .navbar-expand-sm .u-header__navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0; }
    .u-header--modern .navbar-expand-sm .u-header__navbar-brand-wrapper {
      text-align: center;
      flex: 0 0 50%;
      max-width: 50%;
      order: 2; }
  .u-header--modern .navbar-expand-sm .u-header__navbar-collapse {
    order: 4; }
  .u-header--modern .navbar-expand-sm .u-header__secondary-nav {
    flex: 0 0 25%;
    max-width: 25%;
    order: 2; }
  .navbar-expand-sm.u-header__navbar {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .navbar-expand-sm .u-header__nav-link {
    display: flex;
    align-items: center; }
    .navbar-expand-sm .u-header__nav-link-icon {
      margin-left: auto; }
  .navbar-expand-sm .hs-mega-menu-opened .u-header__nav-link-icon, .navbar-expand-sm .hs-sub-menu-opened .u-header__nav-link-icon {
    transform: rotate(-180deg); }
  .navbar-expand-sm .hs-sub-menu-opened > .u-header__sub-menu-nav-link .u-header__sub-menu-nav-link-icon {
    transition: 0.3s;
    transform: rotate(-90deg); }
  .navbar-expand-sm .u-header__sub-menu {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu {
      padding-top: 0;
      padding-bottom: 0; }
      .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        animation: none; }
    .navbar-expand-sm .u-header__sub-menu-list-item {
      padding-top: 0;
      padding-bottom: 0; }
  .navbar-expand-sm .u-header__mega-menu-list {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem; }
  .navbar-expand-sm .u-header__nav-item-btn {
    padding-top: 1rem;
    padding-bottom: 1.375rem; }
  .navbar-expand-sm .u-header__navbar-v-divider {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand-sm .u-header__search {
    animation-duration: 0ms !important; }
    .navbar-expand-sm .u-header__search-toggle {
      display: none; } }
@media (max-width: 991.98px) {
  /*--------------------------*/
  .u-header--modern .navbar-expand-md.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0; }
  .u-header--modern .navbar-expand-md .u-header__hamburger {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1; }
  .u-header--modern .navbar-expand-md .u-header__navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0; }
    .u-header--modern .navbar-expand-md .u-header__navbar-brand-wrapper {
      text-align: center;
      flex: 0 0 50%;
      max-width: 50%;
      order: 2; }
  .u-header--modern .navbar-expand-md .u-header__navbar-collapse {
    order: 4; }
  .u-header--modern .navbar-expand-md .u-header__secondary-nav {
    flex: 0 0 25%;
    max-width: 25%;
    order: 2; }
  .navbar-expand-md.u-header__navbar {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .navbar-expand-md .u-header__nav-link {
    display: flex;
    align-items: center; }
    .navbar-expand-md .u-header__nav-link-icon {
      margin-left: auto; }
  .navbar-expand-md .hs-mega-menu-opened .u-header__nav-link-icon, .navbar-expand-md .hs-sub-menu-opened .u-header__nav-link-icon {
    transform: rotate(-180deg); }
  .navbar-expand-md .hs-sub-menu-opened > .u-header__sub-menu-nav-link .u-header__sub-menu-nav-link-icon {
    transition: 0.3s;
    transform: rotate(-90deg); }
  .navbar-expand-md .u-header__sub-menu {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu {
      padding-top: 0;
      padding-bottom: 0; }
      .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        animation: none; }
    .navbar-expand-md .u-header__sub-menu-list-item {
      padding-top: 0;
      padding-bottom: 0; }
  .navbar-expand-md .u-header__mega-menu-list {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem; }
  .navbar-expand-md .u-header__nav-item-btn {
    padding-top: 1rem;
    padding-bottom: 1.375rem; }
  .navbar-expand-md .u-header__navbar-v-divider {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand-md .u-header__search {
    animation-duration: 0ms !important; }
    .navbar-expand-md .u-header__search-toggle {
      display: none; } }
@media (max-width: 1199.98px) {
  /*--------------------------*/
  .u-header--modern .navbar-expand-lg.u-header__navbar {
    padding-top: 0;
    padding-bottom: 0; }
  .u-header--modern .navbar-expand-lg .u-header__hamburger {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1; }
  .u-header--modern .navbar-expand-lg .u-header__navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0; }
    .u-header--modern .navbar-expand-lg .u-header__navbar-brand-wrapper {
      text-align: center;
      flex: 0 0 50%;
      max-width: 50%;
      order: 2; }
  .u-header--modern .navbar-expand-lg .u-header__navbar-collapse {
    order: 4; }
  .u-header--modern .navbar-expand-lg .u-header__secondary-nav {
    flex: 0 0 25%;
    max-width: 25%;
    order: 2; }
  .navbar-expand-lg.u-header__navbar {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
  .navbar-expand-lg .u-header__nav-link {
    display: flex;
    align-items: center; }
    .navbar-expand-lg .u-header__nav-link-icon {
      margin-left: auto; }
  .navbar-expand-lg .hs-mega-menu-opened .u-header__nav-link-icon, .navbar-expand-lg .hs-sub-menu-opened .u-header__nav-link-icon {
    transform: rotate(-180deg); }
  .navbar-expand-lg .hs-sub-menu-opened > .u-header__sub-menu-nav-link .u-header__sub-menu-nav-link-icon {
    transition: 0.3s;
    transform: rotate(-90deg); }
  .navbar-expand-lg .u-header__sub-menu {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu {
      padding-top: 0;
      padding-bottom: 0; }
      .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
        animation: none; }
    .navbar-expand-lg .u-header__sub-menu-list-item {
      padding-top: 0;
      padding-bottom: 0; }
  .navbar-expand-lg .u-header__mega-menu-list {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem; }
  .navbar-expand-lg .u-header__nav-item-btn {
    padding-top: 1rem;
    padding-bottom: 1.375rem; }
  .navbar-expand-lg .u-header__navbar-v-divider {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand-lg .u-header__search {
    animation-duration: 0ms !important; }
    .navbar-expand-lg .u-header__search-toggle {
      display: none; } }
.u-header--modern .navbar-expand-xl.u-header__navbar {
  padding-top: 0;
  padding-bottom: 0; }
.u-header--modern .navbar-expand-xl .u-header__hamburger {
  flex: 0 0 25%;
  max-width: 25%;
  order: 1; }
.u-header--modern .navbar-expand-xl .u-header__navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0; }
  .u-header--modern .navbar-expand-xl .u-header__navbar-brand-wrapper {
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2; }
.u-header--modern .navbar-expand-xl .u-header__navbar-collapse {
  order: 4; }
.u-header--modern .navbar-expand-xl .u-header__secondary-nav {
  flex: 0 0 25%;
  max-width: 25%;
  order: 2; }
.navbar-expand-xl.u-header__navbar {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
.navbar-expand-xl .u-header__nav-link {
  display: flex;
  align-items: center; }
  .navbar-expand-xl .u-header__nav-link-icon {
    margin-left: auto; }
.navbar-expand-xl .hs-mega-menu-opened .u-header__nav-link-icon, .navbar-expand-xl .hs-sub-menu-opened .u-header__nav-link-icon {
  transform: rotate(-180deg); }
.navbar-expand-xl .hs-sub-menu-opened > .u-header__sub-menu-nav-link .u-header__sub-menu-nav-link-icon {
  transition: 0.3s;
  transform: rotate(-90deg); }
.navbar-expand-xl .u-header__sub-menu {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu {
    padding-top: 0;
    padding-bottom: 0; }
    .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
      animation: none; }
  .navbar-expand-xl .u-header__sub-menu-list-item {
    padding-top: 0;
    padding-bottom: 0; }
.navbar-expand-xl .u-header__mega-menu-list {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.375rem; }
.navbar-expand-xl .u-header__nav-item-btn {
  padding-top: 1rem;
  padding-bottom: 1.375rem; }
.navbar-expand-xl .u-header__navbar-v-divider {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-right: 0;
  padding-left: 0; }
.navbar-expand-xl .u-header__search {
  animation-duration: 0ms !important; }
  .navbar-expand-xl .u-header__search-toggle {
    display: none; }

.u-header__navbar-brand {
  width: 9.375rem;
  /*------------------------------------*/
  display: inline-block; }
  .u-header__navbar-brand-default {
    display: inline-block; }
  .u-header__navbar-brand-mobile {
    display: none; }

@media (max-width: 575.98px) {
  .u-header__navbar-brand {
    width: 3.125rem;
    /*------------------------------------*/
    display: inline-block; }
    .u-header__navbar-brand-default, .u-header__navbar-brand-on-scroll {
      display: none; }
    .u-header__navbar-brand-mobile {
      display: inline-block; } }

/*------------------------------------
 Header Navbar Background Colors
 ------------------------------------*/
.u-header--navbar-bg .u-header__section {
  border-color: transparent; }
  .u-header--navbar-bg.u-header--bordered .u-header__section, .u-header--navbar-bg.u-header--bordered .u-header__navbar-brand, .u-header--navbar-bg.u-header--bordered .u-header__nav-item-user, .u-header--navbar-bg.u-header--bordered .u-header__navbar-v-divider {
    border-color: rgba(255, 255, 255, 0.15); }
.u-header--navbar-bg .u-header__nav-item:hover .u-header__nav-link {
  color: #fff; }
.u-header--navbar-bg .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7); }
  .u-header--navbar-bg .u-header__nav-link:hover {
    color: #fff; }
.u-header--navbar-bg [class*="btn-text-"] {
  color: rgba(255, 255, 255, 0.7); }
  .u-header--navbar-bg [class*="btn-text-"]:focus, .u-header--navbar-bg [class*="btn-text-"]:hover {
    color: #fff; }
.u-header--navbar-bg .u-header__nav-item-user {
  background-color: rgba(255, 255, 255, 0.075); }
  .u-header--navbar-bg .u-header__nav-item-user-name {
    color: rgba(255, 255, 255, 0.7); }
    .u-header--navbar-bg .u-header__nav-item-user-name:hover {
      color: #fff; }
.u-header--navbar-bg .u-hamburger {
  color: rgba(255, 255, 255, 0.7); }
  .u-header--navbar-bg .u-hamburger:hover {
    color: #fff; }
    .u-header--navbar-bg .u-hamburger__inner, .u-header--navbar-bg .u-hamburger__inner::before, .u-header--navbar-bg .u-hamburger__inner::after {
      background-color: rgba(255, 255, 255, 0.7); }
  .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner, .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::before, .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::after {
    background-color: #fff; }
.u-header--navbar-bg .navbar-text {
  color: rgba(255, 255, 255, 0.7); }

/*------------------------------------
 Header Submenu Background Colors
 ------------------------------------*/
.u-header--sub-menu-dark-bg .u-header__navbar-nav .u-header__sub-menu {
  background-color: #343a40;
  border-color: rgba(255, 255, 255, 0.15); }
  .u-header--sub-menu-dark-bg .u-header__navbar-nav .u-header__sub-menu-title {
    color: rgba(255, 255, 255, 0.9); }
  .u-header--sub-menu-dark-bg .u-header__navbar-nav .u-header__sub-menu-nav-link {
    color: rgba(255, 255, 255, 0.5); }
    .u-header--sub-menu-dark-bg .u-header__navbar-nav .u-header__sub-menu-nav-link:hover {
      color: #fff; }
.u-header--sub-menu-dark-bg .u-header__mega-menu-col:not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.15); }
.u-header--sub-menu-dark-bg .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.15); }
@media (min-width: 576px) {
  .u-header--sub-menu-dark-bg-sm .u-header__navbar-nav .u-header__sub-menu {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.15); }
    .u-header--sub-menu-dark-bg-sm .u-header__navbar-nav .u-header__sub-menu-title {
      color: rgba(255, 255, 255, 0.9); }
    .u-header--sub-menu-dark-bg-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
      color: rgba(255, 255, 255, 0.5); }
      .u-header--sub-menu-dark-bg-sm .u-header__navbar-nav .u-header__sub-menu-nav-link:hover {
        color: #fff; }
  .u-header--sub-menu-dark-bg-sm .u-header__mega-menu-col:not(:last-child) {
    border-right-color: rgba(255, 255, 255, 0.15); }
  .u-header--sub-menu-dark-bg-sm .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.15); } }
@media (min-width: 768px) {
  .u-header--sub-menu-dark-bg-md .u-header__navbar-nav .u-header__sub-menu {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.15); }
    .u-header--sub-menu-dark-bg-md .u-header__navbar-nav .u-header__sub-menu-title {
      color: rgba(255, 255, 255, 0.9); }
    .u-header--sub-menu-dark-bg-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
      color: rgba(255, 255, 255, 0.5); }
      .u-header--sub-menu-dark-bg-md .u-header__navbar-nav .u-header__sub-menu-nav-link:hover {
        color: #fff; }
  .u-header--sub-menu-dark-bg-md .u-header__mega-menu-col:not(:last-child) {
    border-right-color: rgba(255, 255, 255, 0.15); }
  .u-header--sub-menu-dark-bg-md .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.15); } }
@media (min-width: 992px) {
  .u-header--sub-menu-dark-bg-lg .u-header__navbar-nav .u-header__sub-menu {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.15); }
    .u-header--sub-menu-dark-bg-lg .u-header__navbar-nav .u-header__sub-menu-title {
      color: rgba(255, 255, 255, 0.9); }
    .u-header--sub-menu-dark-bg-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
      color: rgba(255, 255, 255, 0.5); }
      .u-header--sub-menu-dark-bg-lg .u-header__navbar-nav .u-header__sub-menu-nav-link:hover {
        color: #fff; }
  .u-header--sub-menu-dark-bg-lg .u-header__mega-menu-col:not(:last-child) {
    border-right-color: rgba(255, 255, 255, 0.15); }
  .u-header--sub-menu-dark-bg-lg .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.15); } }
@media (min-width: 1200px) {
  .u-header--sub-menu-dark-bg-xl .u-header__navbar-nav .u-header__sub-menu {
    background-color: #343a40;
    border-color: rgba(255, 255, 255, 0.15); }
    .u-header--sub-menu-dark-bg-xl .u-header__navbar-nav .u-header__sub-menu-title {
      color: rgba(255, 255, 255, 0.9); }
    .u-header--sub-menu-dark-bg-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
      color: rgba(255, 255, 255, 0.5); }
      .u-header--sub-menu-dark-bg-xl .u-header__navbar-nav .u-header__sub-menu-nav-link:hover {
        color: #fff; }
  .u-header--sub-menu-dark-bg-xl .u-header__mega-menu-col:not(:last-child) {
    border-right-color: rgba(255, 255, 255, 0.15); }
  .u-header--sub-menu-dark-bg-xl .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.15); } }

/*------------------------------------
 Header Floating
 ------------------------------------*/
.u-header--floating:not([class*="u-header--floating-"]) {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2rem; }

[class*="u-header--floating"].js-header-fix-moment {
  background-color: #fff;
  margin-top: 0; }

.u-header--floating.js-header-fix-moment {
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .u-header--floating.js-header-fix-moment .u-header--floating__inner {
    border-radius: 0; }
.u-header--floating__inner {
  border-bottom: 0;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem; }

/* Small devices */
@media (min-width: 576px) {
  .u-header--floating-sm {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem; }
    .u-header--floating-sm__inner {
      border-bottom: 0;
      border-radius: 0.25rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .u-header--floating-sm.js-header-fix-moment {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .u-header--floating-sm.js-header-fix-moment .u-header--floating-sm__inner {
        border-radius: 0; }
    .u-header--floating-sm:not(.js-header-fix-moment) {
      background-color: transparent !important; } }

@media (max-width: 575.98px) {
  .u-header--floating-sm {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--floating-sm__inner {
      border-bottom: 0; } }

/* Medium devices */
@media (min-width: 768px) {
  .u-header--floating-md {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem; }
    .u-header--floating-md__inner {
      border-bottom: 0;
      border-radius: 0.25rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .u-header--floating-md.js-header-fix-moment {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .u-header--floating-md.js-header-fix-moment .u-header--floating-md__inner {
        border-radius: 0; }
    .u-header--floating-md:not(.js-header-fix-moment) {
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .u-header--floating-md {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--floating-md__inner {
      border-bottom: 0; } }

/* Large devices */
@media (min-width: 992px) {
  .u-header--floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem; }
    .u-header--floating-lg__inner {
      border-bottom: 0;
      border-radius: 0.25rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .u-header--floating-lg.js-header-fix-moment {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .u-header--floating-lg.js-header-fix-moment .u-header--floating-lg__inner {
        border-radius: 0; }
    .u-header--floating-lg:not(.js-header-fix-moment) {
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .u-header--floating-lg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--floating-lg__inner {
      border-bottom: 0; } }

/* Extra Large devices */
@media (min-width: 1200px) {
  .u-header--floating-xl {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem; }
    .u-header--floating-xl__inner {
      border-bottom: 0;
      border-radius: 0.25rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .u-header--floating-xl.js-header-fix-moment {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .u-header--floating-xl.js-header-fix-moment .u-header--floating-xl__inner {
        border-radius: 0; }
    .u-header--floating-xl:not(.js-header-fix-moment) {
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .u-header--floating-xl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--floating-xl__inner {
      border-bottom: 0; } }

.u-header--floating__inner, .u-header--floating-sm__inner, .u-header--floating-md__inner, .u-header--floating-lg__inner, .u-header--floating-xl__inner {
  max-height: 90vh; }
  .u-header--floating__inner.mCS_destroyed, .u-header--floating-sm__inner.mCS_destroyed, .u-header--floating-md__inner.mCS_destroyed, .u-header--floating-lg__inner.mCS_destroyed, .u-header--floating-xl__inner.mCS_destroyed {
    position: static !important; }

[class*="u-header--floating"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 3.75rem 1.5rem; }
[class*="u-header--floating"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 70%; }
[class*="u-header--floating"] .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important; }

/*------------------------------------
 Absolute Positions
 ------------------------------------*/
.u-header--abs-top, .u-header--abs-bottom, .u-header--abs-top-2nd-screen {
  position: absolute; }
.u-header--abs-top {
  top: 0;
  bottom: auto; }
  .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto; }
  .u-header--abs-top-2nd-screen[data-header-fix-effect] {
    transition: none; }
.u-header--abs-bottom:not(.js-header-fix-moment) {
  top: auto;
  bottom: 0; }
  .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-header__section, .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__section {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom:not(.js-header-fix-moment) .u-unfold, .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-header__search, .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__search, .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%; }
    .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
      bottom: 0; }
  .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom:not(.js-header-fix-moment) .u-unfold {
    margin-bottom: 0; }
  .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
  .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) .fadeInUp, .u-header--abs-bottom:not(.js-header-fix-moment) .fadeInUp {
    animation-name: absoluteFadeInUp; }
@media (min-width: 576px) {
  .u-header--abs-top-sm, .u-header--abs-bottom-sm, .u-header--abs-top-2nd-screen-sm {
    position: absolute; }
  .u-header--abs-top-sm {
    top: 0;
    bottom: auto; }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) {
      top: 100%;
      bottom: auto; }
    .u-header--abs-top-2nd-screen-sm[data-header-fix-effect] {
      transition: none; }
  .u-header--abs-bottom-sm:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0; }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-header__section, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-unfold, .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-header__search, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__search, .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-header__sub-menu, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
      .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
        bottom: 0; }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-unfold {
      margin-bottom: 0; }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom-sm:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) .fadeInUp, .u-header--abs-bottom-sm:not(.js-header-fix-moment) .fadeInUp {
      animation-name: absoluteFadeInUp; } }
@media (min-width: 768px) {
  .u-header--abs-top-md, .u-header--abs-bottom-md, .u-header--abs-top-2nd-screen-md {
    position: absolute; }
  .u-header--abs-top-md {
    top: 0;
    bottom: auto; }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) {
      top: 100%;
      bottom: auto; }
    .u-header--abs-top-2nd-screen-md[data-header-fix-effect] {
      transition: none; }
  .u-header--abs-bottom-md:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0; }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-header__section, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-unfold, .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-header__search, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__search, .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-header__sub-menu, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
      .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
        bottom: 0; }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-unfold {
      margin-bottom: 0; }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom-md:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) .fadeInUp, .u-header--abs-bottom-md:not(.js-header-fix-moment) .fadeInUp {
      animation-name: absoluteFadeInUp; } }
@media (min-width: 992px) {
  .u-header--abs-top-lg, .u-header--abs-bottom-lg, .u-header--abs-top-2nd-screen-lg {
    position: absolute; }
  .u-header--abs-top-lg {
    top: 0;
    bottom: auto; }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) {
      top: 100%;
      bottom: auto; }
    .u-header--abs-top-2nd-screen-lg[data-header-fix-effect] {
      transition: none; }
  .u-header--abs-bottom-lg:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0; }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-header__section, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-unfold, .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-header__search, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__search, .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-header__sub-menu, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
      .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
        bottom: 0; }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-unfold {
      margin-bottom: 0; }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom-lg:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) .fadeInUp, .u-header--abs-bottom-lg:not(.js-header-fix-moment) .fadeInUp {
      animation-name: absoluteFadeInUp; } }
@media (min-width: 1200px) {
  .u-header--abs-top-xl, .u-header--abs-bottom-xl, .u-header--abs-top-2nd-screen-xl {
    position: absolute; }
  .u-header--abs-top-xl {
    top: 0;
    bottom: auto; }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) {
      top: 100%;
      bottom: auto; }
    .u-header--abs-top-2nd-screen-xl[data-header-fix-effect] {
      transition: none; }
  .u-header--abs-bottom-xl:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0; }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-header__section, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-unfold, .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-header__search, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__search, .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-header__sub-menu, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
      .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-unfold .u-header__sub-menu, .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__search .u-header__sub-menu, .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
        bottom: 0; }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .u-unfold, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-unfold {
      margin-bottom: 0; }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom-xl:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) .fadeInUp, .u-header--abs-bottom-xl:not(.js-header-fix-moment) .fadeInUp {
      animation-name: absoluteFadeInUp; } }

.u-header--abs__inner {
  max-height: 90vh; }
  .u-header--abs__inner.mCS_destroyed {
    position: static !important; }

[class*="u-header--abs"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 3.75rem 1.5rem; }
[class*="u-header--abs"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 70%; }
[class*="u-header--abs"] .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important; }

/* Disable box-shadow on mobile device */
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none; }

.u-header--abs-top-2nd-screen-sm .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-top-2nd-screen-md .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom-sm .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu, .u-header--abs-bottom-md .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none !important; }

@keyframes absoluteFadeInUp {
  from {
    transform: translate3d(0, -25%, 0); } }
/*------------------------------------
 Header Sidebar
 ------------------------------------*/
.u-header-sidebar__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.625rem; }
.u-header-sidebar__content {
  padding: 3rem; }
.u-header-sidebar__navbar-brand {
  display: block;
  width: 6.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem; }
.u-header-sidebar__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 3rem; }
  .u-header-sidebar__footer-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem; }
    .u-header-sidebar__footer-link:hover {
      color: #fff; }

/*------------------------------------
 Sticky Positions
 ------------------------------------*/
.u-header--sticky-top, .u-header--sticky-bottom {
  position: fixed; }
.u-header--sticky-top {
  bottom: auto;
  top: 0; }
.u-header--sticky-bottom {
  top: auto;
  bottom: 0; }
  .u-header--sticky-bottom .u-header__section {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0; }
  .u-header--sticky-bottom .u-unfold, .u-header--sticky-bottom .u-header__search, .u-header--sticky-bottom .u-header__sub-menu {
    top: auto;
    bottom: 100%; }
  .u-header--sticky-bottom .u-unfold {
    margin-bottom: 7px; }
  .u-header--sticky-bottom .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
  .u-header--sticky-bottom .fadeInUp {
    animation-name: stickyFadeInUp; }
@media (min-width: 576px) {
  .u-header--sticky-top-sm, .u-header--sticky-bottom-sm {
    position: fixed; }
  .u-header--sticky-top-sm {
    bottom: auto;
    top: 0; }
  .u-header--sticky-bottom-sm {
    top: auto;
    bottom: 0; }
    .u-header--sticky-bottom-sm .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 0; }
    .u-header--sticky-bottom-sm .u-unfold, .u-header--sticky-bottom-sm .u-header__search, .u-header--sticky-bottom-sm .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
    .u-header--sticky-bottom-sm .u-unfold {
      margin-bottom: 7px; }
    .u-header--sticky-bottom-sm .u-header__navbar-nav .u-header__sub-menu {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--sticky-bottom-sm .fadeInUp {
      animation-name: stickyFadeInUp; } }
@media (min-width: 768px) {
  .u-header--sticky-top-md, .u-header--sticky-bottom-md {
    position: fixed; }
  .u-header--sticky-top-md {
    bottom: auto;
    top: 0; }
  .u-header--sticky-bottom-md {
    top: auto;
    bottom: 0; }
    .u-header--sticky-bottom-md .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 0; }
    .u-header--sticky-bottom-md .u-unfold, .u-header--sticky-bottom-md .u-header__search, .u-header--sticky-bottom-md .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
    .u-header--sticky-bottom-md .u-unfold {
      margin-bottom: 7px; }
    .u-header--sticky-bottom-md .u-header__navbar-nav .u-header__sub-menu {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--sticky-bottom-md .fadeInUp {
      animation-name: stickyFadeInUp; } }
@media (min-width: 992px) {
  .u-header--sticky-top-lg, .u-header--sticky-bottom-lg {
    position: fixed; }
  .u-header--sticky-top-lg {
    bottom: auto;
    top: 0; }
  .u-header--sticky-bottom-lg {
    top: auto;
    bottom: 0; }
    .u-header--sticky-bottom-lg .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 0; }
    .u-header--sticky-bottom-lg .u-unfold, .u-header--sticky-bottom-lg .u-header__search, .u-header--sticky-bottom-lg .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
    .u-header--sticky-bottom-lg .u-unfold {
      margin-bottom: 7px; }
    .u-header--sticky-bottom-lg .u-header__navbar-nav .u-header__sub-menu {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--sticky-bottom-lg .fadeInUp {
      animation-name: stickyFadeInUp; } }
@media (min-width: 1200px) {
  .u-header--sticky-top-xl, .u-header--sticky-bottom-xl {
    position: fixed; }
  .u-header--sticky-top-xl {
    bottom: auto;
    top: 0; }
  .u-header--sticky-bottom-xl {
    top: auto;
    bottom: 0; }
    .u-header--sticky-bottom-xl .u-header__section {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 0; }
    .u-header--sticky-bottom-xl .u-unfold, .u-header--sticky-bottom-xl .u-header__search, .u-header--sticky-bottom-xl .u-header__sub-menu {
      top: auto;
      bottom: 100%; }
    .u-header--sticky-bottom-xl .u-unfold {
      margin-bottom: 7px; }
    .u-header--sticky-bottom-xl .u-header__navbar-nav .u-header__sub-menu {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      box-shadow: 0 -0.5rem 1.25rem rgba(52, 58, 64, 0.1); }
    .u-header--sticky-bottom-xl .fadeInUp {
      animation-name: stickyFadeInUp; } }

.u-header--sticky__inner {
  max-height: 90vh; }
  .u-header--sticky__inner.mCS_destroyed {
    position: static !important; }

[class*="u-header--sticky"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 3.75rem 1.5rem; }
[class*="u-header--sticky"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 70%; }
[class*="u-header--sticky"] .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important; }

/* Disable box-shadow on mobile device */
.u-header--sticky-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none; }

.u-header--sticky-top-sm .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu, .u-header--sticky-top-md .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu, .u-header--sticky-bottom-sm .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu, .u-header--sticky-bottom-md .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none !important; }

@keyframes stickyFadeInUp {
  from {
    transform: translate3d(0, -25%, 0); } }
/*------------------------------------
 Header Center Aligned
 ------------------------------------*/
.u-header--center-aligned__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  justify-content: center;
  text-align: center;
  padding-top: 0.5rem; }
.u-header--center-aligned-sm__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem; }
@media (min-width: 576px) {
  .u-header--center-aligned-sm__inner {
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem; } }
.u-header--center-aligned-md__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem; }
@media (min-width: 768px) {
  .u-header--center-aligned-md__inner {
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem; } }
.u-header--center-aligned-lg__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem; }
@media (min-width: 992px) {
  .u-header--center-aligned-lg__inner {
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem; } }
.u-header--center-aligned-xl__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem; }
@media (min-width: 1200px) {
  .u-header--center-aligned-xl__inner {
    justify-content: center;
    text-align: center;
    padding-top: 0.5rem; } }
@media (max-width: 575.98px) {
  .u-header--center-aligned .navbar-expand-sm.u-header__navbar {
    padding-top: 0; } }
@media (max-width: 767.98px) {
  .u-header--center-aligned .navbar-expand-md.u-header__navbar {
    padding-top: 0; } }
@media (max-width: 991.98px) {
  .u-header--center-aligned .navbar-expand-lg.u-header__navbar {
    padding-top: 0; } }
@media (max-width: 1199.98px) {
  .u-header--center-aligned .navbar-expand-xl.u-header__navbar {
    padding-top: 0; } }
.u-header--center-aligned .navbar-expand.u-header__navbar {
  padding-top: 0; }

/*------------------------------------
 Dropdown
 ------------------------------------*/
.dropdown-menu {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 0.125rem 0.9375rem rgba(73, 80, 87, 0.1); }

/*------------------------------------
 Unfold (Drop Down)
 ------------------------------------*/
/* Disable content revealing on page load */
.u-unfold[aria-labelledby] {
  opacity: 0; }
.u-unfold[aria-labelledby][role="tabpanel"] {
  opacity: 1; }
.u-unfold[aria-labelledby].u-unfold--css-animation, .u-unfold[aria-labelledby].u-unfold--jquery-slide {
  opacity: 1; }
.u-unfold.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden; }

.u-unfold {
  position: absolute;
  z-index: 99;
  min-width: 8.4375rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.9375rem rgba(73, 80, 87, 0.1);
  padding: 1rem 1.5rem;
  border: none;
  margin-bottom: 0; }
  .u-unfold-wrapper {
    color: #495057;
    font-size: 0.875rem; }
    .u-unfold-wrapper:hover {
      color: #343a40; }
    .u-unfold-wrapper--light {
      color: #e9ecef; }
      .u-unfold-wrapper--light:hover {
        color: #fff; }
  .u-unfold__icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 1.0625rem;
    margin-right: 0.5rem; }
    .u-unfold__icon-pointer {
      font-size: 0.625rem;
      vertical-align: middle;
      margin-left: 0.25rem; }

/*------------------------------------
 Unfold (Drop Down) - Cart
 ------------------------------------*/
.u-unfold--cart {
  margin-top: 1.3125rem; }

/*------------------------------------
 Unfold (Drop Down) - Language
 ------------------------------------*/
.u-unfold--language {
  min-width: 18.5rem;
  padding: 0;
  margin-bottom: 3.5rem; }
  .u-unfold--language-btn {
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .u-unfold--language-btn:hover, .u-unfold--language-btn:focus {
      color: #fff !important; }
  .u-unfold--language__link {
    display: block;
    background-color: #f8f9fa; }
    .active .u-unfold--language-icon-pointer {
      transform: rotate(-180deg); }
  @media (min-width: 576px) {
    .u-unfold--language {
      min-width: 22.5rem; } }

.u-unfold--language-top {
  margin-top: 1.3125rem;
  padding: 0; }

.u-unfold--language-flags {
  min-width: 18.5rem; }

/*------------------------------------
 List Group
 ------------------------------------*/
.list-group {
  list-style: none; }
  .list-group .list-group {
    margin-left: 1rem; }
  .list-group .list-group-item {
    font-size: 0.875rem; }
    .list-group .active > .list-group-item {
      color: #495057; }

/* Border Radius */
.list-group-rounded-0 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.list-group-rounded-0 .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* Transparent */
.list-group-transparent .list-group-item {
  color: #fff;
  border-color: transparent;
  background-color: transparent; }
  .list-group-transparent .list-group-item[href] {
    color: rgba(255, 255, 255, 0.7); }
  .list-group-transparent .list-group-item[href]:hover {
    color: #fff; }
.list-group-transparent.list-group-striped .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1); }

/* Flush */
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0; }
  .list-group-flush .list-group-item.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent; }

/* Borderless */
.list-group-borderless .list-group-item {
  border: none; }

/* Striped */
.list-group-striped .list-group-item:nth-child(even) {
  background-color: #f8f9fa; }

/*------------------------------------
 Hamburgers
 ------------------------------------*/
.u-hamburger {
  font-size: inherit;
  line-height: 0;
  padding: 0.125rem; }
  .u-hamburger span:last-child {
    color: #5a5757; }
    .u-hamburger:hover .u-hamburger__inner, .u-hamburger:hover .u-hamburger__inner::before, .u-hamburger:hover .u-hamburger__inner::after {
      background-color: #495057; }
  .u-hamburger__box {
    width: 1.375rem;
    height: 0.7rem;
    display: inline-block;
    position: relative; }
  .u-hamburger__inner {
    display: block;
    top: 0.0833333333rem;
    margin-top: -0.0833333333rem; }
    .u-hamburger__inner, .u-hamburger__inner::before, .u-hamburger__inner::after {
      width: 1.375rem;
      height: 0.15rem;
      background-color: #5a5757;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
    .u-hamburger__inner::before, .u-hamburger__inner::after {
      content: "";
      display: block; }
    .u-hamburger__inner::before {
      top: 0.275rem;
      transition-property: transform, opacity;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
    .u-hamburger__inner::after {
      top: 0.55rem; }
  .u-hamburger[aria-expanded="true"] .u-hamburger__inner, .u-hamburger .is-active .u-hamburger__inner {
    transform: translate3d(0, 0.275rem, 0) rotate(45deg); }
    .u-hamburger[aria-expanded="true"] .u-hamburger__inner::before, .u-hamburger .is-active .u-hamburger__inner::before {
      transform: rotate(-45deg) translate3d(-0.1964285714rem, -0.125rem, 0);
      opacity: 0; }
    .u-hamburger[aria-expanded="true"] .u-hamburger__inner::after, .u-hamburger .is-active .u-hamburger__inner::after {
      transform: translate3d(0, -0.55rem, 0) rotate(-90deg); }
  .u-hamburger--white span:last-child {
    color: rgba(255, 255, 255, 0.7); }
    .u-hamburger--white .u-hamburger__inner, .u-hamburger--white .u-hamburger__inner::before, .u-hamburger--white .u-hamburger__inner::after {
      background-color: rgba(255, 255, 255, 0.7); }
  .u-hamburger--white:hover .u-hamburger__inner, .u-hamburger--white:hover .u-hamburger__inner::before, .u-hamburger--white:hover .u-hamburger__inner::after {
    background-color: #fff; }

.js-header-fix-moment .u-hamburger--white span:last-child {
  color: #5a5757; }
  .js-header-fix-moment .u-hamburger--white .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after {
    background-color: #5a5757; }
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before, .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #495057; }

/* Extended for easy bootstrap package */
.u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger {
  color: rgba(255, 255, 255, 0.9); }
  .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger span:last-child {
    color: rgba(255, 255, 255, 0.9); }
    .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::before, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::after {
      background-color: rgba(255, 255, 255, 0.9); }
  .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::before, .u-header-xs-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::after {
    background-color: #495057; }
@media (min-width: 576px) {
  .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger {
    color: rgba(255, 255, 255, 0.9); }
    .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger span:last-child {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::before, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::after {
        background-color: rgba(255, 255, 255, 0.9); }
    .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::before, .u-header-sm-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::after {
      background-color: #495057; } }
@media (min-width: 768px) {
  .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger {
    color: rgba(255, 255, 255, 0.9); }
    .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger span:last-child {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::before, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::after {
        background-color: rgba(255, 255, 255, 0.9); }
    .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::before, .u-header-md-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::after {
      background-color: #495057; } }
@media (min-width: 992px) {
  .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger {
    color: rgba(255, 255, 255, 0.9); }
    .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger span:last-child {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::before, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::after {
        background-color: rgba(255, 255, 255, 0.9); }
    .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::before, .u-header-lg-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::after {
      background-color: #495057; } }
@media (min-width: 1200px) {
  .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger {
    color: rgba(255, 255, 255, 0.9); }
    .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger span:last-child {
      color: rgba(255, 255, 255, 0.9); }
      .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::before, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger .u-hamburger__inner::after {
        background-color: rgba(255, 255, 255, 0.9); }
    .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::before, .u-header-xl-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-hamburger:hover .u-hamburger__inner::after {
      background-color: #495057; } }

/*
 * HS Mega Menu - jQuery Plugin
 * @version: 1.0.0 (Sun, 26 Feb 2017)
 *
 * @license:
 *
 * Copyright 2017 HtmlStream
 *
 */
.hs-menu-initialized {
  position: relative;
  z-index: 10; }

.hs-menu-initialized .animated {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms; }

.hs-overflow-x-locked {
  overflow-x: hidden; }

.hs-sub-menu, .hs-mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  margin-top: 0;
  visibility: hidden;
  background-color: #fff;
  opacity: 1 !important; }

.hs-menu-initialized:not(.hs-mobile-state) .hs-has-sub-menu:hover .hs-sub-menu, .hs-menu-initialized:not(.hs-mobile-state) .hs-has-mega-menu:hover .hs-mega-menu {
  display: block !important; }

.hs-menu-initialized:not(.hs-mobile-state) .hs-has-sub-menu:hover, .hs-menu-initialized:not(.hs-mobile-state) .hs-has-mega-menu:hover {
  overflow: visible; }

.hs-sub-menu-opened > .hs-sub-menu, .hs-mega-menu-opened > .hs-mega-menu {
  visibility: visible;
  opacity: 1; }

.hs-sub-menu {
  min-width: 180px; }

.hs-has-sub-menu {
  /*overflow: hidden;*/
  position: relative; }

.hs-sub-menu .hs-sub-menu, .hs-mega-menu .hs-sub-menu, .hs-sub-menu .hs-mega-menu, .hs-mega-menu .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0; }

/*------------------------------------
 Vertical Direction
 ------------------------------------*/
.hs-menu-vertical .hs-sub-menu, .hs-menu-vertical .hs-mega-menu {
  top: 0;
  left: 100%;
  margin-top: 0; }

.hs-menu-vertical .hs-sub-menu {
  width: auto; }

.hs-menu-vertical .hs-mega-menu {
  height: 100%; }

/*------------------------------------
 Mobile state
 ------------------------------------*/
.hs-mobile-state .hs-sub-menu, .hs-mobile-state .hs-mega-menu {
  position: static;
  visibility: visible; }

.hs-mobile-state .hs-has-mega-menu[data-max-width] > .hs-mega-menu, .hs-mobile-state .hs-has-sub-menu[data-max-width] > .hs-sub-menu {
  max-width: initial !important; }

/*------------------------------------
 RTL
 ------------------------------------*/
.hs-menu-initialized.hs-rtl {
  direction: rtl;
  unicode-bidi: embed; }

.hs-menu-initialized.hs-rtl .hs-sub-menu, .hs-menu-initialized.hs-rtl .hs-mega-menu {
  left: auto;
  right: 0; }

.hs-menu-initialized.hs-rtl .hs-sub-menu .hs-sub-menu, .hs-menu-initialized.hs-rtl .hs-mega-menu .hs-sub-menu, .hs-menu-initialized.hs-rtl .hs-sub-menu .hs-mega-menu, .hs-menu-initialized.hs-rtl .hs-mega-menu .hs-mega-menu {
  left: auto;
  right: 100%; }

/*------------------------------------
 Smart Position
 ------------------------------------*/
.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu.hs-reversed, .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  left: auto;
  right: 0; }

.hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed, .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed, .hs-menu-initialized:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed, .hs-menu-initialized:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  left: auto;
  right: 100%; }

.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu.hs-reversed, .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu.hs-reversed {
  right: auto;
  left: 0; }

.hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-sub-menu.hs-reversed, .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-sub-menu.hs-reversed, .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-sub-menu .hs-mega-menu.hs-reversed, .hs-menu-initialized.hs-rtl:not(.hs-mobile-state) .hs-mega-menu .hs-mega-menu.hs-reversed {
  right: auto;
  left: 100%; }

/*------------------------------------
 Positions
 (only 'horizontal' direction)
 ------------------------------------*/
.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
  left: 0;
  right: auto; }

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
  left: auto;
  right: 0; }

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*------------------------------------
 Sidebar Navigation
 ------------------------------------*/
/* Disable content revealing on page load */
.u-sidebar[aria-labelledby] {
  opacity: 0; }
.u-sidebar[aria-labelledby][role="tabpanel"] {
  opacity: 1; }
.u-sidebar[aria-labelledby].u-unfold--css-animation, .u-sidebar[aria-labelledby].u-unfold--jquery-slide {
  opacity: 1; }
.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden; }

.u-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  width: 18.75rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -0.5rem 0 1.125rem rgba(52, 58, 64, 0.07); }
  .u-sidebar__body, .u-sidebar__content {
    height: 100%; }
  .u-sidebar--left {
    right: auto;
    left: 0;
    box-shadow: 0.5rem 0 1.125rem rgba(52, 58, 64, 0.07); }
  .u-sidebar__close {
    color: #495057; }
    .u-sidebar__close:hover {
      color: #343a40;
      opacity: 1; }
  .u-sidebar__scroller {
    height: 100%;
    overflow: hidden;
    overflow-y: auto; }
  .u-sidebar__container {
    position: relative;
    height: 100%;
    min-height: 100%; }
  .u-sidebar__footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

/*------------------------------------
 Sidebar Panel
 ------------------------------------*/
/* Link */
.u-sidebar--panel__link {
  color: #495057; }
  .u-sidebar--panel__link:hover {
    color: #495057; }
.u-sidebar button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Footer */
.u-sidebar--panel__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 9.5rem; }
.u-sidebar__footer--panel {
  background: #fff;
  border-top: 1px solid #dee2e6; }

/* CSS easy graphics ag */
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 200;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-CondensedLight.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 300;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Light.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 400;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Book.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Medium.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 600;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Heavy.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Bold.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 800;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Heavy.otf") format('opentype'); }
@font-face {
  font-family: 'Futura Std';
  font-style: normal;
  font-weight: 900;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Futura/FuturaStd-Bold.otf") format('opentype'); }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 200;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Inconsolata/Inconsolata-ExtraLight.ttf") format('truetype'); }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 300;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Inconsolata/Inconsolata-Light.ttf") format('truetype'); }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Inconsolata/Inconsolata-Regular.ttf") format('truetype'); }
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../../../typo3conf/sites/easy-graphics/Resources/Public/Fonts/Inconsolata/Inconsolata-Medium.ttf") format('truetype'); }
/* CSS Document */
.particles {
  /*background: black;*/
  width: 100%;
  height: 100%;
  overflow: hidden; }

.wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: rotate 14s infinite linear; }

@keyframes rotate {
  100% {
    transform: rotateY(360deg) rotateX(360deg); } }

.c {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0; }
  .c:nth-child(1) {
    animation: orbit1 14s infinite;
    animation-delay: 0.01s;
    background-color: #dc3545; }

@keyframes orbit1 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-331deg) rotateY(171deg) translateX(120px) rotateZ(331deg); }
  80% {
    transform: rotateZ(-331deg) rotateY(171deg) translateX(120px) rotateZ(331deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-331deg) rotateY(171deg) translateX(360px) rotateZ(331deg); } }
.c:nth-child(2) {
  animation: orbit2 14s infinite;
  animation-delay: 0.02s;
  background-color: #dc3545; }

@keyframes orbit2 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-310deg) rotateY(229deg) translateX(120px) rotateZ(310deg); }
  80% {
    transform: rotateZ(-310deg) rotateY(229deg) translateX(120px) rotateZ(310deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-310deg) rotateY(229deg) translateX(360px) rotateZ(310deg); } }
.c:nth-child(3) {
  animation: orbit3 14s infinite;
  animation-delay: 0.03s;
  background-color: #dc3545; }

@keyframes orbit3 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-292deg) rotateY(103deg) translateX(120px) rotateZ(292deg); }
  80% {
    transform: rotateZ(-292deg) rotateY(103deg) translateX(120px) rotateZ(292deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-292deg) rotateY(103deg) translateX(360px) rotateZ(292deg); } }
.c:nth-child(4) {
  animation: orbit4 14s infinite;
  animation-delay: 0.04s;
  background-color: #dc3545; }

@keyframes orbit4 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-102deg) rotateY(66deg) translateX(120px) rotateZ(102deg); }
  80% {
    transform: rotateZ(-102deg) rotateY(66deg) translateX(120px) rotateZ(102deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-102deg) rotateY(66deg) translateX(360px) rotateZ(102deg); } }
.c:nth-child(5) {
  animation: orbit5 14s infinite;
  animation-delay: 0.05s;
  background-color: #dc3545; }

@keyframes orbit5 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-230deg) rotateY(331deg) translateX(120px) rotateZ(230deg); }
  80% {
    transform: rotateZ(-230deg) rotateY(331deg) translateX(120px) rotateZ(230deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-230deg) rotateY(331deg) translateX(360px) rotateZ(230deg); } }
.c:nth-child(6) {
  animation: orbit6 14s infinite;
  animation-delay: 0.06s;
  background-color: #dc3545; }

@keyframes orbit6 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-51deg) rotateY(102deg) translateX(120px) rotateZ(51deg); }
  80% {
    transform: rotateZ(-51deg) rotateY(102deg) translateX(120px) rotateZ(51deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-51deg) rotateY(102deg) translateX(360px) rotateZ(51deg); } }
.c:nth-child(7) {
  animation: orbit7 14s infinite;
  animation-delay: 0.07s;
  background-color: #dc3545; }

@keyframes orbit7 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-327deg) rotateY(269deg) translateX(120px) rotateZ(327deg); }
  80% {
    transform: rotateZ(-327deg) rotateY(269deg) translateX(120px) rotateZ(327deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-327deg) rotateY(269deg) translateX(360px) rotateZ(327deg); } }
.c:nth-child(8) {
  animation: orbit8 14s infinite;
  animation-delay: 0.08s;
  background-color: #dc3545; }

@keyframes orbit8 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-136deg) rotateY(214deg) translateX(120px) rotateZ(136deg); }
  80% {
    transform: rotateZ(-136deg) rotateY(214deg) translateX(120px) rotateZ(136deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-136deg) rotateY(214deg) translateX(360px) rotateZ(136deg); } }
.c:nth-child(9) {
  animation: orbit9 14s infinite;
  animation-delay: 0.09s;
  background-color: #dc3545; }

@keyframes orbit9 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-24deg) rotateY(195deg) translateX(120px) rotateZ(24deg); }
  80% {
    transform: rotateZ(-24deg) rotateY(195deg) translateX(120px) rotateZ(24deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-24deg) rotateY(195deg) translateX(360px) rotateZ(24deg); } }
.c:nth-child(10) {
  animation: orbit10 14s infinite;
  animation-delay: 0.1s;
  background-color: #dc3545; }

@keyframes orbit10 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-268deg) rotateY(127deg) translateX(120px) rotateZ(268deg); }
  80% {
    transform: rotateZ(-268deg) rotateY(127deg) translateX(120px) rotateZ(268deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-268deg) rotateY(127deg) translateX(360px) rotateZ(268deg); } }
.c:nth-child(11) {
  animation: orbit11 14s infinite;
  animation-delay: 0.11s;
  background-color: #dc3545; }

@keyframes orbit11 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-250deg) rotateY(140deg) translateX(120px) rotateZ(250deg); }
  80% {
    transform: rotateZ(-250deg) rotateY(140deg) translateX(120px) rotateZ(250deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-250deg) rotateY(140deg) translateX(360px) rotateZ(250deg); } }
.c:nth-child(12) {
  animation: orbit12 14s infinite;
  animation-delay: 0.12s;
  background-color: #dc3545; }

@keyframes orbit12 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-12deg) rotateY(324deg) translateX(120px) rotateZ(12deg); }
  80% {
    transform: rotateZ(-12deg) rotateY(324deg) translateX(120px) rotateZ(12deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-12deg) rotateY(324deg) translateX(360px) rotateZ(12deg); } }
.c:nth-child(13) {
  animation: orbit13 14s infinite;
  animation-delay: 0.13s;
  background-color: #dc3545; }

@keyframes orbit13 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-338deg) rotateY(358deg) translateX(120px) rotateZ(338deg); }
  80% {
    transform: rotateZ(-338deg) rotateY(358deg) translateX(120px) rotateZ(338deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-338deg) rotateY(358deg) translateX(360px) rotateZ(338deg); } }
.c:nth-child(14) {
  animation: orbit14 14s infinite;
  animation-delay: 0.14s;
  background-color: #dc3545; }

@keyframes orbit14 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-80deg) rotateY(90deg) translateX(120px) rotateZ(80deg); }
  80% {
    transform: rotateZ(-80deg) rotateY(90deg) translateX(120px) rotateZ(80deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-80deg) rotateY(90deg) translateX(360px) rotateZ(80deg); } }
.c:nth-child(15) {
  animation: orbit15 14s infinite;
  animation-delay: 0.15s;
  background-color: #dc3545; }

@keyframes orbit15 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-15deg) rotateY(114deg) translateX(120px) rotateZ(15deg); }
  80% {
    transform: rotateZ(-15deg) rotateY(114deg) translateX(120px) rotateZ(15deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-15deg) rotateY(114deg) translateX(360px) rotateZ(15deg); } }
.c:nth-child(16) {
  animation: orbit16 14s infinite;
  animation-delay: 0.16s;
  background-color: #dc3545; }

@keyframes orbit16 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-291deg) rotateY(93deg) translateX(120px) rotateZ(291deg); }
  80% {
    transform: rotateZ(-291deg) rotateY(93deg) translateX(120px) rotateZ(291deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-291deg) rotateY(93deg) translateX(360px) rotateZ(291deg); } }
.c:nth-child(17) {
  animation: orbit17 14s infinite;
  animation-delay: 0.17s;
  background-color: #dc3545; }

@keyframes orbit17 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-175deg) rotateY(315deg) translateX(120px) rotateZ(175deg); }
  80% {
    transform: rotateZ(-175deg) rotateY(315deg) translateX(120px) rotateZ(175deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-175deg) rotateY(315deg) translateX(360px) rotateZ(175deg); } }
.c:nth-child(18) {
  animation: orbit18 14s infinite;
  animation-delay: 0.18s;
  background-color: #dc3545; }

@keyframes orbit18 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-137deg) rotateY(241deg) translateX(120px) rotateZ(137deg); }
  80% {
    transform: rotateZ(-137deg) rotateY(241deg) translateX(120px) rotateZ(137deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-137deg) rotateY(241deg) translateX(360px) rotateZ(137deg); } }
.c:nth-child(19) {
  animation: orbit19 14s infinite;
  animation-delay: 0.19s;
  background-color: #dc3545; }

@keyframes orbit19 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-316deg) rotateY(31deg) translateX(120px) rotateZ(316deg); }
  80% {
    transform: rotateZ(-316deg) rotateY(31deg) translateX(120px) rotateZ(316deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-316deg) rotateY(31deg) translateX(360px) rotateZ(316deg); } }
.c:nth-child(20) {
  animation: orbit20 14s infinite;
  animation-delay: 0.2s;
  background-color: #dc3545; }

@keyframes orbit20 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-90deg) rotateY(133deg) translateX(120px) rotateZ(90deg); }
  80% {
    transform: rotateZ(-90deg) rotateY(133deg) translateX(120px) rotateZ(90deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-90deg) rotateY(133deg) translateX(360px) rotateZ(90deg); } }
.c:nth-child(21) {
  animation: orbit21 14s infinite;
  animation-delay: 0.21s;
  background-color: #dc3545; }

@keyframes orbit21 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-175deg) rotateY(266deg) translateX(120px) rotateZ(175deg); }
  80% {
    transform: rotateZ(-175deg) rotateY(266deg) translateX(120px) rotateZ(175deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-175deg) rotateY(266deg) translateX(360px) rotateZ(175deg); } }
.c:nth-child(22) {
  animation: orbit22 14s infinite;
  animation-delay: 0.22s;
  background-color: #dc3545; }

@keyframes orbit22 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-232deg) rotateY(52deg) translateX(120px) rotateZ(232deg); }
  80% {
    transform: rotateZ(-232deg) rotateY(52deg) translateX(120px) rotateZ(232deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-232deg) rotateY(52deg) translateX(360px) rotateZ(232deg); } }
.c:nth-child(23) {
  animation: orbit23 14s infinite;
  animation-delay: 0.23s;
  background-color: #dc3545; }

@keyframes orbit23 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-302deg) rotateY(206deg) translateX(120px) rotateZ(302deg); }
  80% {
    transform: rotateZ(-302deg) rotateY(206deg) translateX(120px) rotateZ(302deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-302deg) rotateY(206deg) translateX(360px) rotateZ(302deg); } }
.c:nth-child(24) {
  animation: orbit24 14s infinite;
  animation-delay: 0.24s;
  background-color: #dc3545; }

@keyframes orbit24 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-111deg) rotateY(146deg) translateX(120px) rotateZ(111deg); }
  80% {
    transform: rotateZ(-111deg) rotateY(146deg) translateX(120px) rotateZ(111deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-111deg) rotateY(146deg) translateX(360px) rotateZ(111deg); } }
.c:nth-child(25) {
  animation: orbit25 14s infinite;
  animation-delay: 0.25s;
  background-color: #dc3545; }

@keyframes orbit25 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-97deg) rotateY(292deg) translateX(120px) rotateZ(97deg); }
  80% {
    transform: rotateZ(-97deg) rotateY(292deg) translateX(120px) rotateZ(97deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-97deg) rotateY(292deg) translateX(360px) rotateZ(97deg); } }
.c:nth-child(26) {
  animation: orbit26 14s infinite;
  animation-delay: 0.26s;
  background-color: #dc3545; }

@keyframes orbit26 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-133deg) rotateY(233deg) translateX(120px) rotateZ(133deg); }
  80% {
    transform: rotateZ(-133deg) rotateY(233deg) translateX(120px) rotateZ(133deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-133deg) rotateY(233deg) translateX(360px) rotateZ(133deg); } }
.c:nth-child(27) {
  animation: orbit27 14s infinite;
  animation-delay: 0.27s;
  background-color: #dc3545; }

@keyframes orbit27 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-8deg) rotateY(314deg) translateX(120px) rotateZ(8deg); }
  80% {
    transform: rotateZ(-8deg) rotateY(314deg) translateX(120px) rotateZ(8deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-8deg) rotateY(314deg) translateX(360px) rotateZ(8deg); } }
.c:nth-child(28) {
  animation: orbit28 14s infinite;
  animation-delay: 0.28s;
  background-color: #dc3545; }

@keyframes orbit28 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-351deg) rotateY(164deg) translateX(120px) rotateZ(351deg); }
  80% {
    transform: rotateZ(-351deg) rotateY(164deg) translateX(120px) rotateZ(351deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-351deg) rotateY(164deg) translateX(360px) rotateZ(351deg); } }
.c:nth-child(29) {
  animation: orbit29 14s infinite;
  animation-delay: 0.29s;
  background-color: #dc3545; }

@keyframes orbit29 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-224deg) rotateY(24deg) translateX(120px) rotateZ(224deg); }
  80% {
    transform: rotateZ(-224deg) rotateY(24deg) translateX(120px) rotateZ(224deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-224deg) rotateY(24deg) translateX(360px) rotateZ(224deg); } }
.c:nth-child(30) {
  animation: orbit30 14s infinite;
  animation-delay: 0.3s;
  background-color: #dc3545; }

@keyframes orbit30 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-83deg) rotateY(199deg) translateX(120px) rotateZ(83deg); }
  80% {
    transform: rotateZ(-83deg) rotateY(199deg) translateX(120px) rotateZ(83deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-83deg) rotateY(199deg) translateX(360px) rotateZ(83deg); } }
.c:nth-child(31) {
  animation: orbit31 14s infinite;
  animation-delay: 0.31s;
  background-color: #dc3545; }

@keyframes orbit31 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-123deg) rotateY(33deg) translateX(120px) rotateZ(123deg); }
  80% {
    transform: rotateZ(-123deg) rotateY(33deg) translateX(120px) rotateZ(123deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-123deg) rotateY(33deg) translateX(360px) rotateZ(123deg); } }
.c:nth-child(32) {
  animation: orbit32 14s infinite;
  animation-delay: 0.32s;
  background-color: #dc3545; }

@keyframes orbit32 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-352deg) rotateY(287deg) translateX(120px) rotateZ(352deg); }
  80% {
    transform: rotateZ(-352deg) rotateY(287deg) translateX(120px) rotateZ(352deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-352deg) rotateY(287deg) translateX(360px) rotateZ(352deg); } }
.c:nth-child(33) {
  animation: orbit33 14s infinite;
  animation-delay: 0.33s;
  background-color: #dc3545; }

@keyframes orbit33 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-219deg) rotateY(198deg) translateX(120px) rotateZ(219deg); }
  80% {
    transform: rotateZ(-219deg) rotateY(198deg) translateX(120px) rotateZ(219deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-219deg) rotateY(198deg) translateX(360px) rotateZ(219deg); } }
.c:nth-child(34) {
  animation: orbit34 14s infinite;
  animation-delay: 0.34s;
  background-color: #dc3545; }

@keyframes orbit34 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-259deg) rotateY(348deg) translateX(120px) rotateZ(259deg); }
  80% {
    transform: rotateZ(-259deg) rotateY(348deg) translateX(120px) rotateZ(259deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-259deg) rotateY(348deg) translateX(360px) rotateZ(259deg); } }
.c:nth-child(35) {
  animation: orbit35 14s infinite;
  animation-delay: 0.35s;
  background-color: #dc3545; }

@keyframes orbit35 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-293deg) rotateY(82deg) translateX(120px) rotateZ(293deg); }
  80% {
    transform: rotateZ(-293deg) rotateY(82deg) translateX(120px) rotateZ(293deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-293deg) rotateY(82deg) translateX(360px) rotateZ(293deg); } }
.c:nth-child(36) {
  animation: orbit36 14s infinite;
  animation-delay: 0.36s;
  background-color: #dc3545; }

@keyframes orbit36 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-268deg) rotateY(75deg) translateX(120px) rotateZ(268deg); }
  80% {
    transform: rotateZ(-268deg) rotateY(75deg) translateX(120px) rotateZ(268deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-268deg) rotateY(75deg) translateX(360px) rotateZ(268deg); } }
.c:nth-child(37) {
  animation: orbit37 14s infinite;
  animation-delay: 0.37s;
  background-color: #dc3545; }

@keyframes orbit37 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-230deg) rotateY(292deg) translateX(120px) rotateZ(230deg); }
  80% {
    transform: rotateZ(-230deg) rotateY(292deg) translateX(120px) rotateZ(230deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-230deg) rotateY(292deg) translateX(360px) rotateZ(230deg); } }
.c:nth-child(38) {
  animation: orbit38 14s infinite;
  animation-delay: 0.38s;
  background-color: #dc3545; }

@keyframes orbit38 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-240deg) rotateY(275deg) translateX(120px) rotateZ(240deg); }
  80% {
    transform: rotateZ(-240deg) rotateY(275deg) translateX(120px) rotateZ(240deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-240deg) rotateY(275deg) translateX(360px) rotateZ(240deg); } }
.c:nth-child(39) {
  animation: orbit39 14s infinite;
  animation-delay: 0.39s;
  background-color: #dc3545; }

@keyframes orbit39 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-126deg) rotateY(175deg) translateX(120px) rotateZ(126deg); }
  80% {
    transform: rotateZ(-126deg) rotateY(175deg) translateX(120px) rotateZ(126deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-126deg) rotateY(175deg) translateX(360px) rotateZ(126deg); } }
.c:nth-child(40) {
  animation: orbit40 14s infinite;
  animation-delay: 0.4s;
  background-color: #dc3545; }

@keyframes orbit40 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-137deg) rotateY(7deg) translateX(120px) rotateZ(137deg); }
  80% {
    transform: rotateZ(-137deg) rotateY(7deg) translateX(120px) rotateZ(137deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-137deg) rotateY(7deg) translateX(360px) rotateZ(137deg); } }
.c:nth-child(41) {
  animation: orbit41 14s infinite;
  animation-delay: 0.41s;
  background-color: #dc3545; }

@keyframes orbit41 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-244deg) rotateY(316deg) translateX(120px) rotateZ(244deg); }
  80% {
    transform: rotateZ(-244deg) rotateY(316deg) translateX(120px) rotateZ(244deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-244deg) rotateY(316deg) translateX(360px) rotateZ(244deg); } }
.c:nth-child(42) {
  animation: orbit42 14s infinite;
  animation-delay: 0.42s;
  background-color: #dc3545; }

@keyframes orbit42 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-36deg) rotateY(135deg) translateX(120px) rotateZ(36deg); }
  80% {
    transform: rotateZ(-36deg) rotateY(135deg) translateX(120px) rotateZ(36deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-36deg) rotateY(135deg) translateX(360px) rotateZ(36deg); } }
.c:nth-child(43) {
  animation: orbit43 14s infinite;
  animation-delay: 0.43s;
  background-color: #dc3545; }

@keyframes orbit43 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-230deg) rotateY(277deg) translateX(120px) rotateZ(230deg); }
  80% {
    transform: rotateZ(-230deg) rotateY(277deg) translateX(120px) rotateZ(230deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-230deg) rotateY(277deg) translateX(360px) rotateZ(230deg); } }
.c:nth-child(44) {
  animation: orbit44 14s infinite;
  animation-delay: 0.44s;
  background-color: #dc3545; }

@keyframes orbit44 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-192deg) rotateY(92deg) translateX(120px) rotateZ(192deg); }
  80% {
    transform: rotateZ(-192deg) rotateY(92deg) translateX(120px) rotateZ(192deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-192deg) rotateY(92deg) translateX(360px) rotateZ(192deg); } }
.c:nth-child(45) {
  animation: orbit45 14s infinite;
  animation-delay: 0.45s;
  background-color: #dc3545; }

@keyframes orbit45 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-313deg) rotateY(116deg) translateX(120px) rotateZ(313deg); }
  80% {
    transform: rotateZ(-313deg) rotateY(116deg) translateX(120px) rotateZ(313deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-313deg) rotateY(116deg) translateX(360px) rotateZ(313deg); } }
.c:nth-child(46) {
  animation: orbit46 14s infinite;
  animation-delay: 0.46s;
  background-color: #dc3545; }

@keyframes orbit46 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-214deg) rotateY(282deg) translateX(120px) rotateZ(214deg); }
  80% {
    transform: rotateZ(-214deg) rotateY(282deg) translateX(120px) rotateZ(214deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-214deg) rotateY(282deg) translateX(360px) rotateZ(214deg); } }
.c:nth-child(47) {
  animation: orbit47 14s infinite;
  animation-delay: 0.47s;
  background-color: #dc3545; }

@keyframes orbit47 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-342deg) rotateY(236deg) translateX(120px) rotateZ(342deg); }
  80% {
    transform: rotateZ(-342deg) rotateY(236deg) translateX(120px) rotateZ(342deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-342deg) rotateY(236deg) translateX(360px) rotateZ(342deg); } }
.c:nth-child(48) {
  animation: orbit48 14s infinite;
  animation-delay: 0.48s;
  background-color: #dc3545; }

@keyframes orbit48 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-105deg) rotateY(67deg) translateX(120px) rotateZ(105deg); }
  80% {
    transform: rotateZ(-105deg) rotateY(67deg) translateX(120px) rotateZ(105deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-105deg) rotateY(67deg) translateX(360px) rotateZ(105deg); } }
.c:nth-child(49) {
  animation: orbit49 14s infinite;
  animation-delay: 0.49s;
  background-color: #dc3545; }

@keyframes orbit49 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-38deg) rotateY(275deg) translateX(120px) rotateZ(38deg); }
  80% {
    transform: rotateZ(-38deg) rotateY(275deg) translateX(120px) rotateZ(38deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-38deg) rotateY(275deg) translateX(360px) rotateZ(38deg); } }
.c:nth-child(50) {
  animation: orbit50 14s infinite;
  animation-delay: 0.5s;
  background-color: #dc3545; }

@keyframes orbit50 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-162deg) rotateY(341deg) translateX(120px) rotateZ(162deg); }
  80% {
    transform: rotateZ(-162deg) rotateY(341deg) translateX(120px) rotateZ(162deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-162deg) rotateY(341deg) translateX(360px) rotateZ(162deg); } }
.c:nth-child(51) {
  animation: orbit51 14s infinite;
  animation-delay: 0.51s;
  background-color: #dc3545; }

@keyframes orbit51 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-79deg) rotateY(220deg) translateX(120px) rotateZ(79deg); }
  80% {
    transform: rotateZ(-79deg) rotateY(220deg) translateX(120px) rotateZ(79deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-79deg) rotateY(220deg) translateX(360px) rotateZ(79deg); } }
.c:nth-child(52) {
  animation: orbit52 14s infinite;
  animation-delay: 0.52s;
  background-color: #dc3545; }

@keyframes orbit52 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-273deg) rotateY(94deg) translateX(120px) rotateZ(273deg); }
  80% {
    transform: rotateZ(-273deg) rotateY(94deg) translateX(120px) rotateZ(273deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-273deg) rotateY(94deg) translateX(360px) rotateZ(273deg); } }
.c:nth-child(53) {
  animation: orbit53 14s infinite;
  animation-delay: 0.53s;
  background-color: #dc3545; }

@keyframes orbit53 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-153deg) rotateY(96deg) translateX(120px) rotateZ(153deg); }
  80% {
    transform: rotateZ(-153deg) rotateY(96deg) translateX(120px) rotateZ(153deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-153deg) rotateY(96deg) translateX(360px) rotateZ(153deg); } }
.c:nth-child(54) {
  animation: orbit54 14s infinite;
  animation-delay: 0.54s;
  background-color: #dc3545; }

@keyframes orbit54 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-131deg) rotateY(295deg) translateX(120px) rotateZ(131deg); }
  80% {
    transform: rotateZ(-131deg) rotateY(295deg) translateX(120px) rotateZ(131deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-131deg) rotateY(295deg) translateX(360px) rotateZ(131deg); } }
.c:nth-child(55) {
  animation: orbit55 14s infinite;
  animation-delay: 0.55s;
  background-color: #dc3545; }

@keyframes orbit55 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-39deg) rotateY(331deg) translateX(120px) rotateZ(39deg); }
  80% {
    transform: rotateZ(-39deg) rotateY(331deg) translateX(120px) rotateZ(39deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-39deg) rotateY(331deg) translateX(360px) rotateZ(39deg); } }
.c:nth-child(56) {
  animation: orbit56 14s infinite;
  animation-delay: 0.56s;
  background-color: #dc3545; }

@keyframes orbit56 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-258deg) rotateY(299deg) translateX(120px) rotateZ(258deg); }
  80% {
    transform: rotateZ(-258deg) rotateY(299deg) translateX(120px) rotateZ(258deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-258deg) rotateY(299deg) translateX(360px) rotateZ(258deg); } }
.c:nth-child(57) {
  animation: orbit57 14s infinite;
  animation-delay: 0.57s;
  background-color: #dc3545; }

@keyframes orbit57 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(195deg) translateX(120px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(195deg) translateX(120px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(195deg) translateX(360px) rotateZ(264deg); } }
.c:nth-child(58) {
  animation: orbit58 14s infinite;
  animation-delay: 0.58s;
  background-color: #dc3545; }

@keyframes orbit58 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-348deg) rotateY(112deg) translateX(120px) rotateZ(348deg); }
  80% {
    transform: rotateZ(-348deg) rotateY(112deg) translateX(120px) rotateZ(348deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-348deg) rotateY(112deg) translateX(360px) rotateZ(348deg); } }
.c:nth-child(59) {
  animation: orbit59 14s infinite;
  animation-delay: 0.59s;
  background-color: #dc3545; }

@keyframes orbit59 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-241deg) rotateY(110deg) translateX(120px) rotateZ(241deg); }
  80% {
    transform: rotateZ(-241deg) rotateY(110deg) translateX(120px) rotateZ(241deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-241deg) rotateY(110deg) translateX(360px) rotateZ(241deg); } }
.c:nth-child(60) {
  animation: orbit60 14s infinite;
  animation-delay: 0.6s;
  background-color: #dc3545; }

@keyframes orbit60 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-346deg) rotateY(97deg) translateX(120px) rotateZ(346deg); }
  80% {
    transform: rotateZ(-346deg) rotateY(97deg) translateX(120px) rotateZ(346deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-346deg) rotateY(97deg) translateX(360px) rotateZ(346deg); } }
.c:nth-child(61) {
  animation: orbit61 14s infinite;
  animation-delay: 0.61s;
  background-color: #dc3545; }

@keyframes orbit61 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-4deg) rotateY(125deg) translateX(120px) rotateZ(4deg); }
  80% {
    transform: rotateZ(-4deg) rotateY(125deg) translateX(120px) rotateZ(4deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-4deg) rotateY(125deg) translateX(360px) rotateZ(4deg); } }
.c:nth-child(62) {
  animation: orbit62 14s infinite;
  animation-delay: 0.62s;
  background-color: #dc3545; }

@keyframes orbit62 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-296deg) rotateY(70deg) translateX(120px) rotateZ(296deg); }
  80% {
    transform: rotateZ(-296deg) rotateY(70deg) translateX(120px) rotateZ(296deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-296deg) rotateY(70deg) translateX(360px) rotateZ(296deg); } }
.c:nth-child(63) {
  animation: orbit63 14s infinite;
  animation-delay: 0.63s;
  background-color: #dc3545; }

@keyframes orbit63 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-210deg) rotateY(132deg) translateX(120px) rotateZ(210deg); }
  80% {
    transform: rotateZ(-210deg) rotateY(132deg) translateX(120px) rotateZ(210deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-210deg) rotateY(132deg) translateX(360px) rotateZ(210deg); } }
.c:nth-child(64) {
  animation: orbit64 14s infinite;
  animation-delay: 0.64s;
  background-color: #dc3545; }

@keyframes orbit64 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-283deg) rotateY(52deg) translateX(120px) rotateZ(283deg); }
  80% {
    transform: rotateZ(-283deg) rotateY(52deg) translateX(120px) rotateZ(283deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-283deg) rotateY(52deg) translateX(360px) rotateZ(283deg); } }
.c:nth-child(65) {
  animation: orbit65 14s infinite;
  animation-delay: 0.65s;
  background-color: #dc3545; }

@keyframes orbit65 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-252deg) rotateY(313deg) translateX(120px) rotateZ(252deg); }
  80% {
    transform: rotateZ(-252deg) rotateY(313deg) translateX(120px) rotateZ(252deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-252deg) rotateY(313deg) translateX(360px) rotateZ(252deg); } }
.c:nth-child(66) {
  animation: orbit66 14s infinite;
  animation-delay: 0.66s;
  background-color: #dc3545; }

@keyframes orbit66 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-102deg) rotateY(224deg) translateX(120px) rotateZ(102deg); }
  80% {
    transform: rotateZ(-102deg) rotateY(224deg) translateX(120px) rotateZ(102deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-102deg) rotateY(224deg) translateX(360px) rotateZ(102deg); } }
.c:nth-child(67) {
  animation: orbit67 14s infinite;
  animation-delay: 0.67s;
  background-color: #dc3545; }

@keyframes orbit67 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-48deg) rotateY(338deg) translateX(120px) rotateZ(48deg); }
  80% {
    transform: rotateZ(-48deg) rotateY(338deg) translateX(120px) rotateZ(48deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-48deg) rotateY(338deg) translateX(360px) rotateZ(48deg); } }
.c:nth-child(68) {
  animation: orbit68 14s infinite;
  animation-delay: 0.68s;
  background-color: #dc3545; }

@keyframes orbit68 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-168deg) rotateY(194deg) translateX(120px) rotateZ(168deg); }
  80% {
    transform: rotateZ(-168deg) rotateY(194deg) translateX(120px) rotateZ(168deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-168deg) rotateY(194deg) translateX(360px) rotateZ(168deg); } }
.c:nth-child(69) {
  animation: orbit69 14s infinite;
  animation-delay: 0.69s;
  background-color: #dc3545; }

@keyframes orbit69 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-218deg) rotateY(4deg) translateX(120px) rotateZ(218deg); }
  80% {
    transform: rotateZ(-218deg) rotateY(4deg) translateX(120px) rotateZ(218deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-218deg) rotateY(4deg) translateX(360px) rotateZ(218deg); } }
.c:nth-child(70) {
  animation: orbit70 14s infinite;
  animation-delay: 0.7s;
  background-color: #dc3545; }

@keyframes orbit70 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-161deg) rotateY(335deg) translateX(120px) rotateZ(161deg); }
  80% {
    transform: rotateZ(-161deg) rotateY(335deg) translateX(120px) rotateZ(161deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-161deg) rotateY(335deg) translateX(360px) rotateZ(161deg); } }
.c:nth-child(71) {
  animation: orbit71 14s infinite;
  animation-delay: 0.71s;
  background-color: #dc3545; }

@keyframes orbit71 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-317deg) rotateY(59deg) translateX(120px) rotateZ(317deg); }
  80% {
    transform: rotateZ(-317deg) rotateY(59deg) translateX(120px) rotateZ(317deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-317deg) rotateY(59deg) translateX(360px) rotateZ(317deg); } }
.c:nth-child(72) {
  animation: orbit72 14s infinite;
  animation-delay: 0.72s;
  background-color: #dc3545; }

@keyframes orbit72 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-4deg) rotateY(93deg) translateX(120px) rotateZ(4deg); }
  80% {
    transform: rotateZ(-4deg) rotateY(93deg) translateX(120px) rotateZ(4deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-4deg) rotateY(93deg) translateX(360px) rotateZ(4deg); } }
.c:nth-child(73) {
  animation: orbit73 14s infinite;
  animation-delay: 0.73s;
  background-color: #dc3545; }

@keyframes orbit73 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-227deg) rotateY(303deg) translateX(120px) rotateZ(227deg); }
  80% {
    transform: rotateZ(-227deg) rotateY(303deg) translateX(120px) rotateZ(227deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-227deg) rotateY(303deg) translateX(360px) rotateZ(227deg); } }
.c:nth-child(74) {
  animation: orbit74 14s infinite;
  animation-delay: 0.74s;
  background-color: #dc3545; }

@keyframes orbit74 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-27deg) rotateY(56deg) translateX(120px) rotateZ(27deg); }
  80% {
    transform: rotateZ(-27deg) rotateY(56deg) translateX(120px) rotateZ(27deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-27deg) rotateY(56deg) translateX(360px) rotateZ(27deg); } }
.c:nth-child(75) {
  animation: orbit75 14s infinite;
  animation-delay: 0.75s;
  background-color: #dc3545; }

@keyframes orbit75 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-42deg) rotateY(247deg) translateX(120px) rotateZ(42deg); }
  80% {
    transform: rotateZ(-42deg) rotateY(247deg) translateX(120px) rotateZ(42deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-42deg) rotateY(247deg) translateX(360px) rotateZ(42deg); } }
.c:nth-child(76) {
  animation: orbit76 14s infinite;
  animation-delay: 0.76s;
  background-color: #dc3545; }

@keyframes orbit76 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-49deg) rotateY(191deg) translateX(120px) rotateZ(49deg); }
  80% {
    transform: rotateZ(-49deg) rotateY(191deg) translateX(120px) rotateZ(49deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-49deg) rotateY(191deg) translateX(360px) rotateZ(49deg); } }
.c:nth-child(77) {
  animation: orbit77 14s infinite;
  animation-delay: 0.77s;
  background-color: #dc3545; }

@keyframes orbit77 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-303deg) rotateY(200deg) translateX(120px) rotateZ(303deg); }
  80% {
    transform: rotateZ(-303deg) rotateY(200deg) translateX(120px) rotateZ(303deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-303deg) rotateY(200deg) translateX(360px) rotateZ(303deg); } }
.c:nth-child(78) {
  animation: orbit78 14s infinite;
  animation-delay: 0.78s;
  background-color: #dc3545; }

@keyframes orbit78 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-212deg) rotateY(12deg) translateX(120px) rotateZ(212deg); }
  80% {
    transform: rotateZ(-212deg) rotateY(12deg) translateX(120px) rotateZ(212deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-212deg) rotateY(12deg) translateX(360px) rotateZ(212deg); } }
.c:nth-child(79) {
  animation: orbit79 14s infinite;
  animation-delay: 0.79s;
  background-color: #dc3545; }

@keyframes orbit79 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-111deg) rotateY(68deg) translateX(120px) rotateZ(111deg); }
  80% {
    transform: rotateZ(-111deg) rotateY(68deg) translateX(120px) rotateZ(111deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-111deg) rotateY(68deg) translateX(360px) rotateZ(111deg); } }
.c:nth-child(80) {
  animation: orbit80 14s infinite;
  animation-delay: 0.8s;
  background-color: #dc3545; }

@keyframes orbit80 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-340deg) rotateY(93deg) translateX(120px) rotateZ(340deg); }
  80% {
    transform: rotateZ(-340deg) rotateY(93deg) translateX(120px) rotateZ(340deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-340deg) rotateY(93deg) translateX(360px) rotateZ(340deg); } }
.c:nth-child(81) {
  animation: orbit81 14s infinite;
  animation-delay: 0.81s;
  background-color: #dc3545; }

@keyframes orbit81 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-129deg) rotateY(50deg) translateX(120px) rotateZ(129deg); }
  80% {
    transform: rotateZ(-129deg) rotateY(50deg) translateX(120px) rotateZ(129deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-129deg) rotateY(50deg) translateX(360px) rotateZ(129deg); } }
.c:nth-child(82) {
  animation: orbit82 14s infinite;
  animation-delay: 0.82s;
  background-color: #dc3545; }

@keyframes orbit82 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-92deg) rotateY(303deg) translateX(120px) rotateZ(92deg); }
  80% {
    transform: rotateZ(-92deg) rotateY(303deg) translateX(120px) rotateZ(92deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-92deg) rotateY(303deg) translateX(360px) rotateZ(92deg); } }
.c:nth-child(83) {
  animation: orbit83 14s infinite;
  animation-delay: 0.83s;
  background-color: #dc3545; }

@keyframes orbit83 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-303deg) rotateY(114deg) translateX(120px) rotateZ(303deg); }
  80% {
    transform: rotateZ(-303deg) rotateY(114deg) translateX(120px) rotateZ(303deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-303deg) rotateY(114deg) translateX(360px) rotateZ(303deg); } }
.c:nth-child(84) {
  animation: orbit84 14s infinite;
  animation-delay: 0.84s;
  background-color: #dc3545; }

@keyframes orbit84 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-115deg) rotateY(74deg) translateX(120px) rotateZ(115deg); }
  80% {
    transform: rotateZ(-115deg) rotateY(74deg) translateX(120px) rotateZ(115deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-115deg) rotateY(74deg) translateX(360px) rotateZ(115deg); } }
.c:nth-child(85) {
  animation: orbit85 14s infinite;
  animation-delay: 0.85s;
  background-color: #dc3545; }

@keyframes orbit85 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-300deg) rotateY(94deg) translateX(120px) rotateZ(300deg); }
  80% {
    transform: rotateZ(-300deg) rotateY(94deg) translateX(120px) rotateZ(300deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-300deg) rotateY(94deg) translateX(360px) rotateZ(300deg); } }
.c:nth-child(86) {
  animation: orbit86 14s infinite;
  animation-delay: 0.86s;
  background-color: #dc3545; }

@keyframes orbit86 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-165deg) rotateY(143deg) translateX(120px) rotateZ(165deg); }
  80% {
    transform: rotateZ(-165deg) rotateY(143deg) translateX(120px) rotateZ(165deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-165deg) rotateY(143deg) translateX(360px) rotateZ(165deg); } }
.c:nth-child(87) {
  animation: orbit87 14s infinite;
  animation-delay: 0.87s;
  background-color: #dc3545; }

@keyframes orbit87 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-158deg) rotateY(177deg) translateX(120px) rotateZ(158deg); }
  80% {
    transform: rotateZ(-158deg) rotateY(177deg) translateX(120px) rotateZ(158deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-158deg) rotateY(177deg) translateX(360px) rotateZ(158deg); } }
.c:nth-child(88) {
  animation: orbit88 14s infinite;
  animation-delay: 0.88s;
  background-color: #dc3545; }

@keyframes orbit88 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-215deg) rotateY(280deg) translateX(120px) rotateZ(215deg); }
  80% {
    transform: rotateZ(-215deg) rotateY(280deg) translateX(120px) rotateZ(215deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-215deg) rotateY(280deg) translateX(360px) rotateZ(215deg); } }
.c:nth-child(89) {
  animation: orbit89 14s infinite;
  animation-delay: 0.89s;
  background-color: #dc3545; }

@keyframes orbit89 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-42deg) rotateY(60deg) translateX(120px) rotateZ(42deg); }
  80% {
    transform: rotateZ(-42deg) rotateY(60deg) translateX(120px) rotateZ(42deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-42deg) rotateY(60deg) translateX(360px) rotateZ(42deg); } }
.c:nth-child(90) {
  animation: orbit90 14s infinite;
  animation-delay: 0.9s;
  background-color: #dc3545; }

@keyframes orbit90 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-304deg) rotateY(271deg) translateX(120px) rotateZ(304deg); }
  80% {
    transform: rotateZ(-304deg) rotateY(271deg) translateX(120px) rotateZ(304deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-304deg) rotateY(271deg) translateX(360px) rotateZ(304deg); } }
.c:nth-child(91) {
  animation: orbit91 14s infinite;
  animation-delay: 0.91s;
  background-color: #dc3545; }

@keyframes orbit91 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-280deg) rotateY(150deg) translateX(120px) rotateZ(280deg); }
  80% {
    transform: rotateZ(-280deg) rotateY(150deg) translateX(120px) rotateZ(280deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-280deg) rotateY(150deg) translateX(360px) rotateZ(280deg); } }
.c:nth-child(92) {
  animation: orbit92 14s infinite;
  animation-delay: 0.92s;
  background-color: #dc3545; }

@keyframes orbit92 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-129deg) rotateY(8deg) translateX(120px) rotateZ(129deg); }
  80% {
    transform: rotateZ(-129deg) rotateY(8deg) translateX(120px) rotateZ(129deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-129deg) rotateY(8deg) translateX(360px) rotateZ(129deg); } }
.c:nth-child(93) {
  animation: orbit93 14s infinite;
  animation-delay: 0.93s;
  background-color: #dc3545; }

@keyframes orbit93 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-66deg) rotateY(87deg) translateX(120px) rotateZ(66deg); }
  80% {
    transform: rotateZ(-66deg) rotateY(87deg) translateX(120px) rotateZ(66deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-66deg) rotateY(87deg) translateX(360px) rotateZ(66deg); } }
.c:nth-child(94) {
  animation: orbit94 14s infinite;
  animation-delay: 0.94s;
  background-color: #dc3545; }

@keyframes orbit94 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-49deg) rotateY(159deg) translateX(120px) rotateZ(49deg); }
  80% {
    transform: rotateZ(-49deg) rotateY(159deg) translateX(120px) rotateZ(49deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-49deg) rotateY(159deg) translateX(360px) rotateZ(49deg); } }
.c:nth-child(95) {
  animation: orbit95 14s infinite;
  animation-delay: 0.95s;
  background-color: #dc3545; }

@keyframes orbit95 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-321deg) rotateY(246deg) translateX(120px) rotateZ(321deg); }
  80% {
    transform: rotateZ(-321deg) rotateY(246deg) translateX(120px) rotateZ(321deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-321deg) rotateY(246deg) translateX(360px) rotateZ(321deg); } }
.c:nth-child(96) {
  animation: orbit96 14s infinite;
  animation-delay: 0.96s;
  background-color: #dc3545; }

@keyframes orbit96 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-197deg) rotateY(307deg) translateX(120px) rotateZ(197deg); }
  80% {
    transform: rotateZ(-197deg) rotateY(307deg) translateX(120px) rotateZ(197deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-197deg) rotateY(307deg) translateX(360px) rotateZ(197deg); } }
.c:nth-child(97) {
  animation: orbit97 14s infinite;
  animation-delay: 0.97s;
  background-color: #dc3545; }

@keyframes orbit97 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-121deg) rotateY(49deg) translateX(120px) rotateZ(121deg); }
  80% {
    transform: rotateZ(-121deg) rotateY(49deg) translateX(120px) rotateZ(121deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-121deg) rotateY(49deg) translateX(360px) rotateZ(121deg); } }
.c:nth-child(98) {
  animation: orbit98 14s infinite;
  animation-delay: 0.98s;
  background-color: #dc3545; }

@keyframes orbit98 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-36deg) rotateY(36deg) translateX(120px) rotateZ(36deg); }
  80% {
    transform: rotateZ(-36deg) rotateY(36deg) translateX(120px) rotateZ(36deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-36deg) rotateY(36deg) translateX(360px) rotateZ(36deg); } }
.c:nth-child(99) {
  animation: orbit99 14s infinite;
  animation-delay: 0.99s;
  background-color: #dc3545; }

@keyframes orbit99 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-111deg) rotateY(106deg) translateX(120px) rotateZ(111deg); }
  80% {
    transform: rotateZ(-111deg) rotateY(106deg) translateX(120px) rotateZ(111deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-111deg) rotateY(106deg) translateX(360px) rotateZ(111deg); } }
.c:nth-child(100) {
  animation: orbit100 14s infinite;
  animation-delay: 1s;
  background-color: #dc3545; }

@keyframes orbit100 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-168deg) rotateY(280deg) translateX(120px) rotateZ(168deg); }
  80% {
    transform: rotateZ(-168deg) rotateY(280deg) translateX(120px) rotateZ(168deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-168deg) rotateY(280deg) translateX(360px) rotateZ(168deg); } }
.c:nth-child(101) {
  animation: orbit101 14s infinite;
  animation-delay: 1.01s;
  background-color: #dc3545; }

@keyframes orbit101 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-66deg) rotateY(268deg) translateX(120px) rotateZ(66deg); }
  80% {
    transform: rotateZ(-66deg) rotateY(268deg) translateX(120px) rotateZ(66deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-66deg) rotateY(268deg) translateX(360px) rotateZ(66deg); } }
.c:nth-child(102) {
  animation: orbit102 14s infinite;
  animation-delay: 1.02s;
  background-color: #dc3545; }

@keyframes orbit102 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-161deg) rotateY(340deg) translateX(120px) rotateZ(161deg); }
  80% {
    transform: rotateZ(-161deg) rotateY(340deg) translateX(120px) rotateZ(161deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-161deg) rotateY(340deg) translateX(360px) rotateZ(161deg); } }
.c:nth-child(103) {
  animation: orbit103 14s infinite;
  animation-delay: 1.03s;
  background-color: #dc3545; }

@keyframes orbit103 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-78deg) rotateY(290deg) translateX(120px) rotateZ(78deg); }
  80% {
    transform: rotateZ(-78deg) rotateY(290deg) translateX(120px) rotateZ(78deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-78deg) rotateY(290deg) translateX(360px) rotateZ(78deg); } }
.c:nth-child(104) {
  animation: orbit104 14s infinite;
  animation-delay: 1.04s;
  background-color: #dc3545; }

@keyframes orbit104 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-150deg) rotateY(260deg) translateX(120px) rotateZ(150deg); }
  80% {
    transform: rotateZ(-150deg) rotateY(260deg) translateX(120px) rotateZ(150deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-150deg) rotateY(260deg) translateX(360px) rotateZ(150deg); } }
.c:nth-child(105) {
  animation: orbit105 14s infinite;
  animation-delay: 1.05s;
  background-color: #dc3545; }

@keyframes orbit105 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-179deg) rotateY(238deg) translateX(120px) rotateZ(179deg); }
  80% {
    transform: rotateZ(-179deg) rotateY(238deg) translateX(120px) rotateZ(179deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-179deg) rotateY(238deg) translateX(360px) rotateZ(179deg); } }
.c:nth-child(106) {
  animation: orbit106 14s infinite;
  animation-delay: 1.06s;
  background-color: #dc3545; }

@keyframes orbit106 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-181deg) rotateY(295deg) translateX(120px) rotateZ(181deg); }
  80% {
    transform: rotateZ(-181deg) rotateY(295deg) translateX(120px) rotateZ(181deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-181deg) rotateY(295deg) translateX(360px) rotateZ(181deg); } }
.c:nth-child(107) {
  animation: orbit107 14s infinite;
  animation-delay: 1.07s;
  background-color: #dc3545; }

@keyframes orbit107 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-202deg) rotateY(200deg) translateX(120px) rotateZ(202deg); }
  80% {
    transform: rotateZ(-202deg) rotateY(200deg) translateX(120px) rotateZ(202deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-202deg) rotateY(200deg) translateX(360px) rotateZ(202deg); } }
.c:nth-child(108) {
  animation: orbit108 14s infinite;
  animation-delay: 1.08s;
  background-color: #dc3545; }

@keyframes orbit108 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-39deg) rotateY(306deg) translateX(120px) rotateZ(39deg); }
  80% {
    transform: rotateZ(-39deg) rotateY(306deg) translateX(120px) rotateZ(39deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-39deg) rotateY(306deg) translateX(360px) rotateZ(39deg); } }
.c:nth-child(109) {
  animation: orbit109 14s infinite;
  animation-delay: 1.09s;
  background-color: #dc3545; }

@keyframes orbit109 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-359deg) rotateY(268deg) translateX(120px) rotateZ(359deg); }
  80% {
    transform: rotateZ(-359deg) rotateY(268deg) translateX(120px) rotateZ(359deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-359deg) rotateY(268deg) translateX(360px) rotateZ(359deg); } }
.c:nth-child(110) {
  animation: orbit110 14s infinite;
  animation-delay: 1.1s;
  background-color: #dc3545; }

@keyframes orbit110 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-10deg) rotateY(316deg) translateX(120px) rotateZ(10deg); }
  80% {
    transform: rotateZ(-10deg) rotateY(316deg) translateX(120px) rotateZ(10deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-10deg) rotateY(316deg) translateX(360px) rotateZ(10deg); } }
.c:nth-child(111) {
  animation: orbit111 14s infinite;
  animation-delay: 1.11s;
  background-color: #dc3545; }

@keyframes orbit111 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-350deg) rotateY(72deg) translateX(120px) rotateZ(350deg); }
  80% {
    transform: rotateZ(-350deg) rotateY(72deg) translateX(120px) rotateZ(350deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-350deg) rotateY(72deg) translateX(360px) rotateZ(350deg); } }
.c:nth-child(112) {
  animation: orbit112 14s infinite;
  animation-delay: 1.12s;
  background-color: #dc3545; }

@keyframes orbit112 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-318deg) rotateY(102deg) translateX(120px) rotateZ(318deg); }
  80% {
    transform: rotateZ(-318deg) rotateY(102deg) translateX(120px) rotateZ(318deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-318deg) rotateY(102deg) translateX(360px) rotateZ(318deg); } }
.c:nth-child(113) {
  animation: orbit113 14s infinite;
  animation-delay: 1.13s;
  background-color: #dc3545; }

@keyframes orbit113 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-258deg) rotateY(155deg) translateX(120px) rotateZ(258deg); }
  80% {
    transform: rotateZ(-258deg) rotateY(155deg) translateX(120px) rotateZ(258deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-258deg) rotateY(155deg) translateX(360px) rotateZ(258deg); } }
.c:nth-child(114) {
  animation: orbit114 14s infinite;
  animation-delay: 1.14s;
  background-color: #dc3545; }

@keyframes orbit114 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-321deg) rotateY(339deg) translateX(120px) rotateZ(321deg); }
  80% {
    transform: rotateZ(-321deg) rotateY(339deg) translateX(120px) rotateZ(321deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-321deg) rotateY(339deg) translateX(360px) rotateZ(321deg); } }
.c:nth-child(115) {
  animation: orbit115 14s infinite;
  animation-delay: 1.15s;
  background-color: #dc3545; }

@keyframes orbit115 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-195deg) rotateY(12deg) translateX(120px) rotateZ(195deg); }
  80% {
    transform: rotateZ(-195deg) rotateY(12deg) translateX(120px) rotateZ(195deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-195deg) rotateY(12deg) translateX(360px) rotateZ(195deg); } }
.c:nth-child(116) {
  animation: orbit116 14s infinite;
  animation-delay: 1.16s;
  background-color: #dc3545; }

@keyframes orbit116 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-195deg) rotateY(67deg) translateX(120px) rotateZ(195deg); }
  80% {
    transform: rotateZ(-195deg) rotateY(67deg) translateX(120px) rotateZ(195deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-195deg) rotateY(67deg) translateX(360px) rotateZ(195deg); } }
.c:nth-child(117) {
  animation: orbit117 14s infinite;
  animation-delay: 1.17s;
  background-color: #dc3545; }

@keyframes orbit117 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-164deg) rotateY(83deg) translateX(120px) rotateZ(164deg); }
  80% {
    transform: rotateZ(-164deg) rotateY(83deg) translateX(120px) rotateZ(164deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-164deg) rotateY(83deg) translateX(360px) rotateZ(164deg); } }
.c:nth-child(118) {
  animation: orbit118 14s infinite;
  animation-delay: 1.18s;
  background-color: #dc3545; }

@keyframes orbit118 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-209deg) rotateY(315deg) translateX(120px) rotateZ(209deg); }
  80% {
    transform: rotateZ(-209deg) rotateY(315deg) translateX(120px) rotateZ(209deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-209deg) rotateY(315deg) translateX(360px) rotateZ(209deg); } }
.c:nth-child(119) {
  animation: orbit119 14s infinite;
  animation-delay: 1.19s;
  background-color: #dc3545; }

@keyframes orbit119 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-277deg) rotateY(280deg) translateX(120px) rotateZ(277deg); }
  80% {
    transform: rotateZ(-277deg) rotateY(280deg) translateX(120px) rotateZ(277deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-277deg) rotateY(280deg) translateX(360px) rotateZ(277deg); } }
.c:nth-child(120) {
  animation: orbit120 14s infinite;
  animation-delay: 1.2s;
  background-color: #dc3545; }

@keyframes orbit120 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-50deg) rotateY(342deg) translateX(120px) rotateZ(50deg); }
  80% {
    transform: rotateZ(-50deg) rotateY(342deg) translateX(120px) rotateZ(50deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-50deg) rotateY(342deg) translateX(360px) rotateZ(50deg); } }
.c:nth-child(121) {
  animation: orbit121 14s infinite;
  animation-delay: 1.21s;
  background-color: #dc3545; }

@keyframes orbit121 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-336deg) rotateY(105deg) translateX(120px) rotateZ(336deg); }
  80% {
    transform: rotateZ(-336deg) rotateY(105deg) translateX(120px) rotateZ(336deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-336deg) rotateY(105deg) translateX(360px) rotateZ(336deg); } }
.c:nth-child(122) {
  animation: orbit122 14s infinite;
  animation-delay: 1.22s;
  background-color: #dc3545; }

@keyframes orbit122 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-34deg) rotateY(250deg) translateX(120px) rotateZ(34deg); }
  80% {
    transform: rotateZ(-34deg) rotateY(250deg) translateX(120px) rotateZ(34deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-34deg) rotateY(250deg) translateX(360px) rotateZ(34deg); } }
.c:nth-child(123) {
  animation: orbit123 14s infinite;
  animation-delay: 1.23s;
  background-color: #dc3545; }

@keyframes orbit123 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-75deg) rotateY(358deg) translateX(120px) rotateZ(75deg); }
  80% {
    transform: rotateZ(-75deg) rotateY(358deg) translateX(120px) rotateZ(75deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-75deg) rotateY(358deg) translateX(360px) rotateZ(75deg); } }
.c:nth-child(124) {
  animation: orbit124 14s infinite;
  animation-delay: 1.24s;
  background-color: #dc3545; }

@keyframes orbit124 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-221deg) rotateY(86deg) translateX(120px) rotateZ(221deg); }
  80% {
    transform: rotateZ(-221deg) rotateY(86deg) translateX(120px) rotateZ(221deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-221deg) rotateY(86deg) translateX(360px) rotateZ(221deg); } }
.c:nth-child(125) {
  animation: orbit125 14s infinite;
  animation-delay: 1.25s;
  background-color: #dc3545; }

@keyframes orbit125 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-183deg) rotateY(54deg) translateX(120px) rotateZ(183deg); }
  80% {
    transform: rotateZ(-183deg) rotateY(54deg) translateX(120px) rotateZ(183deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-183deg) rotateY(54deg) translateX(360px) rotateZ(183deg); } }
.c:nth-child(126) {
  animation: orbit126 14s infinite;
  animation-delay: 1.26s;
  background-color: #dc3545; }

@keyframes orbit126 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-169deg) rotateY(96deg) translateX(120px) rotateZ(169deg); }
  80% {
    transform: rotateZ(-169deg) rotateY(96deg) translateX(120px) rotateZ(169deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-169deg) rotateY(96deg) translateX(360px) rotateZ(169deg); } }
.c:nth-child(127) {
  animation: orbit127 14s infinite;
  animation-delay: 1.27s;
  background-color: #dc3545; }

@keyframes orbit127 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-223deg) rotateY(160deg) translateX(120px) rotateZ(223deg); }
  80% {
    transform: rotateZ(-223deg) rotateY(160deg) translateX(120px) rotateZ(223deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-223deg) rotateY(160deg) translateX(360px) rotateZ(223deg); } }
.c:nth-child(128) {
  animation: orbit128 14s infinite;
  animation-delay: 1.28s;
  background-color: #dc3545; }

@keyframes orbit128 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-159deg) rotateY(234deg) translateX(120px) rotateZ(159deg); }
  80% {
    transform: rotateZ(-159deg) rotateY(234deg) translateX(120px) rotateZ(159deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-159deg) rotateY(234deg) translateX(360px) rotateZ(159deg); } }
.c:nth-child(129) {
  animation: orbit129 14s infinite;
  animation-delay: 1.29s;
  background-color: #dc3545; }

@keyframes orbit129 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-207deg) rotateY(142deg) translateX(120px) rotateZ(207deg); }
  80% {
    transform: rotateZ(-207deg) rotateY(142deg) translateX(120px) rotateZ(207deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-207deg) rotateY(142deg) translateX(360px) rotateZ(207deg); } }
.c:nth-child(130) {
  animation: orbit130 14s infinite;
  animation-delay: 1.3s;
  background-color: #dc3545; }

@keyframes orbit130 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-352deg) rotateY(284deg) translateX(120px) rotateZ(352deg); }
  80% {
    transform: rotateZ(-352deg) rotateY(284deg) translateX(120px) rotateZ(352deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-352deg) rotateY(284deg) translateX(360px) rotateZ(352deg); } }
.c:nth-child(131) {
  animation: orbit131 14s infinite;
  animation-delay: 1.31s;
  background-color: #dc3545; }

@keyframes orbit131 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-132deg) rotateY(84deg) translateX(120px) rotateZ(132deg); }
  80% {
    transform: rotateZ(-132deg) rotateY(84deg) translateX(120px) rotateZ(132deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-132deg) rotateY(84deg) translateX(360px) rotateZ(132deg); } }
.c:nth-child(132) {
  animation: orbit132 14s infinite;
  animation-delay: 1.32s;
  background-color: #dc3545; }

@keyframes orbit132 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-331deg) rotateY(347deg) translateX(120px) rotateZ(331deg); }
  80% {
    transform: rotateZ(-331deg) rotateY(347deg) translateX(120px) rotateZ(331deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-331deg) rotateY(347deg) translateX(360px) rotateZ(331deg); } }
.c:nth-child(133) {
  animation: orbit133 14s infinite;
  animation-delay: 1.33s;
  background-color: #dc3545; }

@keyframes orbit133 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-25deg) rotateY(345deg) translateX(120px) rotateZ(25deg); }
  80% {
    transform: rotateZ(-25deg) rotateY(345deg) translateX(120px) rotateZ(25deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-25deg) rotateY(345deg) translateX(360px) rotateZ(25deg); } }
.c:nth-child(134) {
  animation: orbit134 14s infinite;
  animation-delay: 1.34s;
  background-color: #dc3545; }

@keyframes orbit134 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-44deg) rotateY(342deg) translateX(120px) rotateZ(44deg); }
  80% {
    transform: rotateZ(-44deg) rotateY(342deg) translateX(120px) rotateZ(44deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-44deg) rotateY(342deg) translateX(360px) rotateZ(44deg); } }
.c:nth-child(135) {
  animation: orbit135 14s infinite;
  animation-delay: 1.35s;
  background-color: #dc3545; }

@keyframes orbit135 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-242deg) rotateY(76deg) translateX(120px) rotateZ(242deg); }
  80% {
    transform: rotateZ(-242deg) rotateY(76deg) translateX(120px) rotateZ(242deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-242deg) rotateY(76deg) translateX(360px) rotateZ(242deg); } }
.c:nth-child(136) {
  animation: orbit136 14s infinite;
  animation-delay: 1.36s;
  background-color: #dc3545; }

@keyframes orbit136 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-107deg) rotateY(344deg) translateX(120px) rotateZ(107deg); }
  80% {
    transform: rotateZ(-107deg) rotateY(344deg) translateX(120px) rotateZ(107deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-107deg) rotateY(344deg) translateX(360px) rotateZ(107deg); } }
.c:nth-child(137) {
  animation: orbit137 14s infinite;
  animation-delay: 1.37s;
  background-color: #dc3545; }

@keyframes orbit137 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-66deg) rotateY(225deg) translateX(120px) rotateZ(66deg); }
  80% {
    transform: rotateZ(-66deg) rotateY(225deg) translateX(120px) rotateZ(66deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-66deg) rotateY(225deg) translateX(360px) rotateZ(66deg); } }
.c:nth-child(138) {
  animation: orbit138 14s infinite;
  animation-delay: 1.38s;
  background-color: #dc3545; }

@keyframes orbit138 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-229deg) rotateY(40deg) translateX(120px) rotateZ(229deg); }
  80% {
    transform: rotateZ(-229deg) rotateY(40deg) translateX(120px) rotateZ(229deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-229deg) rotateY(40deg) translateX(360px) rotateZ(229deg); } }
.c:nth-child(139) {
  animation: orbit139 14s infinite;
  animation-delay: 1.39s;
  background-color: #dc3545; }

@keyframes orbit139 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-205deg) rotateY(163deg) translateX(120px) rotateZ(205deg); }
  80% {
    transform: rotateZ(-205deg) rotateY(163deg) translateX(120px) rotateZ(205deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-205deg) rotateY(163deg) translateX(360px) rotateZ(205deg); } }
.c:nth-child(140) {
  animation: orbit140 14s infinite;
  animation-delay: 1.4s;
  background-color: #dc3545; }

@keyframes orbit140 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-245deg) rotateY(272deg) translateX(120px) rotateZ(245deg); }
  80% {
    transform: rotateZ(-245deg) rotateY(272deg) translateX(120px) rotateZ(245deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-245deg) rotateY(272deg) translateX(360px) rotateZ(245deg); } }
.c:nth-child(141) {
  animation: orbit141 14s infinite;
  animation-delay: 1.41s;
  background-color: #dc3545; }

@keyframes orbit141 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-270deg) rotateY(220deg) translateX(120px) rotateZ(270deg); }
  80% {
    transform: rotateZ(-270deg) rotateY(220deg) translateX(120px) rotateZ(270deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-270deg) rotateY(220deg) translateX(360px) rotateZ(270deg); } }
.c:nth-child(142) {
  animation: orbit142 14s infinite;
  animation-delay: 1.42s;
  background-color: #dc3545; }

@keyframes orbit142 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-85deg) rotateY(82deg) translateX(120px) rotateZ(85deg); }
  80% {
    transform: rotateZ(-85deg) rotateY(82deg) translateX(120px) rotateZ(85deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-85deg) rotateY(82deg) translateX(360px) rotateZ(85deg); } }
.c:nth-child(143) {
  animation: orbit143 14s infinite;
  animation-delay: 1.43s;
  background-color: #dc3545; }

@keyframes orbit143 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-351deg) rotateY(230deg) translateX(120px) rotateZ(351deg); }
  80% {
    transform: rotateZ(-351deg) rotateY(230deg) translateX(120px) rotateZ(351deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-351deg) rotateY(230deg) translateX(360px) rotateZ(351deg); } }
.c:nth-child(144) {
  animation: orbit144 14s infinite;
  animation-delay: 1.44s;
  background-color: #dc3545; }

@keyframes orbit144 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-354deg) rotateY(312deg) translateX(120px) rotateZ(354deg); }
  80% {
    transform: rotateZ(-354deg) rotateY(312deg) translateX(120px) rotateZ(354deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-354deg) rotateY(312deg) translateX(360px) rotateZ(354deg); } }
.c:nth-child(145) {
  animation: orbit145 14s infinite;
  animation-delay: 1.45s;
  background-color: #dc3545; }

@keyframes orbit145 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-190deg) rotateY(81deg) translateX(120px) rotateZ(190deg); }
  80% {
    transform: rotateZ(-190deg) rotateY(81deg) translateX(120px) rotateZ(190deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-190deg) rotateY(81deg) translateX(360px) rotateZ(190deg); } }
.c:nth-child(146) {
  animation: orbit146 14s infinite;
  animation-delay: 1.46s;
  background-color: #dc3545; }

@keyframes orbit146 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-354deg) rotateY(125deg) translateX(120px) rotateZ(354deg); }
  80% {
    transform: rotateZ(-354deg) rotateY(125deg) translateX(120px) rotateZ(354deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-354deg) rotateY(125deg) translateX(360px) rotateZ(354deg); } }
.c:nth-child(147) {
  animation: orbit147 14s infinite;
  animation-delay: 1.47s;
  background-color: #dc3545; }

@keyframes orbit147 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-240deg) rotateY(122deg) translateX(120px) rotateZ(240deg); }
  80% {
    transform: rotateZ(-240deg) rotateY(122deg) translateX(120px) rotateZ(240deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-240deg) rotateY(122deg) translateX(360px) rotateZ(240deg); } }
.c:nth-child(148) {
  animation: orbit148 14s infinite;
  animation-delay: 1.48s;
  background-color: #dc3545; }

@keyframes orbit148 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-37deg) rotateY(328deg) translateX(120px) rotateZ(37deg); }
  80% {
    transform: rotateZ(-37deg) rotateY(328deg) translateX(120px) rotateZ(37deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-37deg) rotateY(328deg) translateX(360px) rotateZ(37deg); } }
.c:nth-child(149) {
  animation: orbit149 14s infinite;
  animation-delay: 1.49s;
  background-color: #dc3545; }

@keyframes orbit149 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-183deg) rotateY(148deg) translateX(120px) rotateZ(183deg); }
  80% {
    transform: rotateZ(-183deg) rotateY(148deg) translateX(120px) rotateZ(183deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-183deg) rotateY(148deg) translateX(360px) rotateZ(183deg); } }
.c:nth-child(150) {
  animation: orbit150 14s infinite;
  animation-delay: 1.5s;
  background-color: #dc3545; }

@keyframes orbit150 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-147deg) rotateY(284deg) translateX(120px) rotateZ(147deg); }
  80% {
    transform: rotateZ(-147deg) rotateY(284deg) translateX(120px) rotateZ(147deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-147deg) rotateY(284deg) translateX(360px) rotateZ(147deg); } }
.c:nth-child(151) {
  animation: orbit151 14s infinite;
  animation-delay: 1.51s;
  background-color: #dc3545; }

@keyframes orbit151 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-303deg) rotateY(328deg) translateX(120px) rotateZ(303deg); }
  80% {
    transform: rotateZ(-303deg) rotateY(328deg) translateX(120px) rotateZ(303deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-303deg) rotateY(328deg) translateX(360px) rotateZ(303deg); } }
.c:nth-child(152) {
  animation: orbit152 14s infinite;
  animation-delay: 1.52s;
  background-color: #dc3545; }

@keyframes orbit152 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-10deg) rotateY(113deg) translateX(120px) rotateZ(10deg); }
  80% {
    transform: rotateZ(-10deg) rotateY(113deg) translateX(120px) rotateZ(10deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-10deg) rotateY(113deg) translateX(360px) rotateZ(10deg); } }
.c:nth-child(153) {
  animation: orbit153 14s infinite;
  animation-delay: 1.53s;
  background-color: #dc3545; }

@keyframes orbit153 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-76deg) rotateY(213deg) translateX(120px) rotateZ(76deg); }
  80% {
    transform: rotateZ(-76deg) rotateY(213deg) translateX(120px) rotateZ(76deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-76deg) rotateY(213deg) translateX(360px) rotateZ(76deg); } }
.c:nth-child(154) {
  animation: orbit154 14s infinite;
  animation-delay: 1.54s;
  background-color: #dc3545; }

@keyframes orbit154 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-37deg) rotateY(143deg) translateX(120px) rotateZ(37deg); }
  80% {
    transform: rotateZ(-37deg) rotateY(143deg) translateX(120px) rotateZ(37deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-37deg) rotateY(143deg) translateX(360px) rotateZ(37deg); } }
.c:nth-child(155) {
  animation: orbit155 14s infinite;
  animation-delay: 1.55s;
  background-color: #dc3545; }

@keyframes orbit155 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-13deg) rotateY(309deg) translateX(120px) rotateZ(13deg); }
  80% {
    transform: rotateZ(-13deg) rotateY(309deg) translateX(120px) rotateZ(13deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-13deg) rotateY(309deg) translateX(360px) rotateZ(13deg); } }
.c:nth-child(156) {
  animation: orbit156 14s infinite;
  animation-delay: 1.56s;
  background-color: #dc3545; }

@keyframes orbit156 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-191deg) rotateY(112deg) translateX(120px) rotateZ(191deg); }
  80% {
    transform: rotateZ(-191deg) rotateY(112deg) translateX(120px) rotateZ(191deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-191deg) rotateY(112deg) translateX(360px) rotateZ(191deg); } }
.c:nth-child(157) {
  animation: orbit157 14s infinite;
  animation-delay: 1.57s;
  background-color: #dc3545; }

@keyframes orbit157 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-194deg) rotateY(316deg) translateX(120px) rotateZ(194deg); }
  80% {
    transform: rotateZ(-194deg) rotateY(316deg) translateX(120px) rotateZ(194deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-194deg) rotateY(316deg) translateX(360px) rotateZ(194deg); } }
.c:nth-child(158) {
  animation: orbit158 14s infinite;
  animation-delay: 1.58s;
  background-color: #dc3545; }

@keyframes orbit158 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-149deg) rotateY(315deg) translateX(120px) rotateZ(149deg); }
  80% {
    transform: rotateZ(-149deg) rotateY(315deg) translateX(120px) rotateZ(149deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-149deg) rotateY(315deg) translateX(360px) rotateZ(149deg); } }
.c:nth-child(159) {
  animation: orbit159 14s infinite;
  animation-delay: 1.59s;
  background-color: #dc3545; }

@keyframes orbit159 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-81deg) rotateY(19deg) translateX(120px) rotateZ(81deg); }
  80% {
    transform: rotateZ(-81deg) rotateY(19deg) translateX(120px) rotateZ(81deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-81deg) rotateY(19deg) translateX(360px) rotateZ(81deg); } }
.c:nth-child(160) {
  animation: orbit160 14s infinite;
  animation-delay: 1.6s;
  background-color: #dc3545; }

@keyframes orbit160 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-10deg) rotateY(253deg) translateX(120px) rotateZ(10deg); }
  80% {
    transform: rotateZ(-10deg) rotateY(253deg) translateX(120px) rotateZ(10deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-10deg) rotateY(253deg) translateX(360px) rotateZ(10deg); } }
.c:nth-child(161) {
  animation: orbit161 14s infinite;
  animation-delay: 1.61s;
  background-color: #dc3545; }

@keyframes orbit161 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-205deg) rotateY(61deg) translateX(120px) rotateZ(205deg); }
  80% {
    transform: rotateZ(-205deg) rotateY(61deg) translateX(120px) rotateZ(205deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-205deg) rotateY(61deg) translateX(360px) rotateZ(205deg); } }
.c:nth-child(162) {
  animation: orbit162 14s infinite;
  animation-delay: 1.62s;
  background-color: #dc3545; }

@keyframes orbit162 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-98deg) rotateY(74deg) translateX(120px) rotateZ(98deg); }
  80% {
    transform: rotateZ(-98deg) rotateY(74deg) translateX(120px) rotateZ(98deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-98deg) rotateY(74deg) translateX(360px) rotateZ(98deg); } }
.c:nth-child(163) {
  animation: orbit163 14s infinite;
  animation-delay: 1.63s;
  background-color: #dc3545; }

@keyframes orbit163 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-1deg) rotateY(318deg) translateX(120px) rotateZ(1deg); }
  80% {
    transform: rotateZ(-1deg) rotateY(318deg) translateX(120px) rotateZ(1deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-1deg) rotateY(318deg) translateX(360px) rotateZ(1deg); } }
.c:nth-child(164) {
  animation: orbit164 14s infinite;
  animation-delay: 1.64s;
  background-color: #dc3545; }

@keyframes orbit164 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-213deg) rotateY(63deg) translateX(120px) rotateZ(213deg); }
  80% {
    transform: rotateZ(-213deg) rotateY(63deg) translateX(120px) rotateZ(213deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-213deg) rotateY(63deg) translateX(360px) rotateZ(213deg); } }
.c:nth-child(165) {
  animation: orbit165 14s infinite;
  animation-delay: 1.65s;
  background-color: #dc3545; }

@keyframes orbit165 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-70deg) rotateY(187deg) translateX(120px) rotateZ(70deg); }
  80% {
    transform: rotateZ(-70deg) rotateY(187deg) translateX(120px) rotateZ(70deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-70deg) rotateY(187deg) translateX(360px) rotateZ(70deg); } }
.c:nth-child(166) {
  animation: orbit166 14s infinite;
  animation-delay: 1.66s;
  background-color: #dc3545; }

@keyframes orbit166 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-355deg) rotateY(246deg) translateX(120px) rotateZ(355deg); }
  80% {
    transform: rotateZ(-355deg) rotateY(246deg) translateX(120px) rotateZ(355deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-355deg) rotateY(246deg) translateX(360px) rotateZ(355deg); } }
.c:nth-child(167) {
  animation: orbit167 14s infinite;
  animation-delay: 1.67s;
  background-color: #dc3545; }

@keyframes orbit167 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-197deg) rotateY(59deg) translateX(120px) rotateZ(197deg); }
  80% {
    transform: rotateZ(-197deg) rotateY(59deg) translateX(120px) rotateZ(197deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-197deg) rotateY(59deg) translateX(360px) rotateZ(197deg); } }
.c:nth-child(168) {
  animation: orbit168 14s infinite;
  animation-delay: 1.68s;
  background-color: #dc3545; }

@keyframes orbit168 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-271deg) rotateY(334deg) translateX(120px) rotateZ(271deg); }
  80% {
    transform: rotateZ(-271deg) rotateY(334deg) translateX(120px) rotateZ(271deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-271deg) rotateY(334deg) translateX(360px) rotateZ(271deg); } }
.c:nth-child(169) {
  animation: orbit169 14s infinite;
  animation-delay: 1.69s;
  background-color: #dc3545; }

@keyframes orbit169 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-30deg) rotateY(349deg) translateX(120px) rotateZ(30deg); }
  80% {
    transform: rotateZ(-30deg) rotateY(349deg) translateX(120px) rotateZ(30deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-30deg) rotateY(349deg) translateX(360px) rotateZ(30deg); } }
.c:nth-child(170) {
  animation: orbit170 14s infinite;
  animation-delay: 1.7s;
  background-color: #dc3545; }

@keyframes orbit170 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-183deg) rotateY(134deg) translateX(120px) rotateZ(183deg); }
  80% {
    transform: rotateZ(-183deg) rotateY(134deg) translateX(120px) rotateZ(183deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-183deg) rotateY(134deg) translateX(360px) rotateZ(183deg); } }
.c:nth-child(171) {
  animation: orbit171 14s infinite;
  animation-delay: 1.71s;
  background-color: #dc3545; }

@keyframes orbit171 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-355deg) rotateY(266deg) translateX(120px) rotateZ(355deg); }
  80% {
    transform: rotateZ(-355deg) rotateY(266deg) translateX(120px) rotateZ(355deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-355deg) rotateY(266deg) translateX(360px) rotateZ(355deg); } }
.c:nth-child(172) {
  animation: orbit172 14s infinite;
  animation-delay: 1.72s;
  background-color: #dc3545; }

@keyframes orbit172 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-305deg) rotateY(322deg) translateX(120px) rotateZ(305deg); }
  80% {
    transform: rotateZ(-305deg) rotateY(322deg) translateX(120px) rotateZ(305deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-305deg) rotateY(322deg) translateX(360px) rotateZ(305deg); } }
.c:nth-child(173) {
  animation: orbit173 14s infinite;
  animation-delay: 1.73s;
  background-color: #dc3545; }

@keyframes orbit173 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-57deg) rotateY(45deg) translateX(120px) rotateZ(57deg); }
  80% {
    transform: rotateZ(-57deg) rotateY(45deg) translateX(120px) rotateZ(57deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-57deg) rotateY(45deg) translateX(360px) rotateZ(57deg); } }
.c:nth-child(174) {
  animation: orbit174 14s infinite;
  animation-delay: 1.74s;
  background-color: #dc3545; }

@keyframes orbit174 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-51deg) rotateY(335deg) translateX(120px) rotateZ(51deg); }
  80% {
    transform: rotateZ(-51deg) rotateY(335deg) translateX(120px) rotateZ(51deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-51deg) rotateY(335deg) translateX(360px) rotateZ(51deg); } }
.c:nth-child(175) {
  animation: orbit175 14s infinite;
  animation-delay: 1.75s;
  background-color: #dc3545; }

@keyframes orbit175 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-75deg) rotateY(59deg) translateX(120px) rotateZ(75deg); }
  80% {
    transform: rotateZ(-75deg) rotateY(59deg) translateX(120px) rotateZ(75deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-75deg) rotateY(59deg) translateX(360px) rotateZ(75deg); } }
.c:nth-child(176) {
  animation: orbit176 14s infinite;
  animation-delay: 1.76s;
  background-color: #dc3545; }

@keyframes orbit176 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-61deg) rotateY(266deg) translateX(120px) rotateZ(61deg); }
  80% {
    transform: rotateZ(-61deg) rotateY(266deg) translateX(120px) rotateZ(61deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-61deg) rotateY(266deg) translateX(360px) rotateZ(61deg); } }
.c:nth-child(177) {
  animation: orbit177 14s infinite;
  animation-delay: 1.77s;
  background-color: #dc3545; }

@keyframes orbit177 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-233deg) rotateY(196deg) translateX(120px) rotateZ(233deg); }
  80% {
    transform: rotateZ(-233deg) rotateY(196deg) translateX(120px) rotateZ(233deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-233deg) rotateY(196deg) translateX(360px) rotateZ(233deg); } }
.c:nth-child(178) {
  animation: orbit178 14s infinite;
  animation-delay: 1.78s;
  background-color: #dc3545; }

@keyframes orbit178 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-182deg) rotateY(340deg) translateX(120px) rotateZ(182deg); }
  80% {
    transform: rotateZ(-182deg) rotateY(340deg) translateX(120px) rotateZ(182deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-182deg) rotateY(340deg) translateX(360px) rotateZ(182deg); } }
.c:nth-child(179) {
  animation: orbit179 14s infinite;
  animation-delay: 1.79s;
  background-color: #dc3545; }

@keyframes orbit179 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-346deg) rotateY(141deg) translateX(120px) rotateZ(346deg); }
  80% {
    transform: rotateZ(-346deg) rotateY(141deg) translateX(120px) rotateZ(346deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-346deg) rotateY(141deg) translateX(360px) rotateZ(346deg); } }
.c:nth-child(180) {
  animation: orbit180 14s infinite;
  animation-delay: 1.8s;
  background-color: #dc3545; }

@keyframes orbit180 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-2deg) rotateY(144deg) translateX(120px) rotateZ(2deg); }
  80% {
    transform: rotateZ(-2deg) rotateY(144deg) translateX(120px) rotateZ(2deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-2deg) rotateY(144deg) translateX(360px) rotateZ(2deg); } }
.c:nth-child(181) {
  animation: orbit181 14s infinite;
  animation-delay: 1.81s;
  background-color: #dc3545; }

@keyframes orbit181 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-157deg) rotateY(163deg) translateX(120px) rotateZ(157deg); }
  80% {
    transform: rotateZ(-157deg) rotateY(163deg) translateX(120px) rotateZ(157deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-157deg) rotateY(163deg) translateX(360px) rotateZ(157deg); } }
.c:nth-child(182) {
  animation: orbit182 14s infinite;
  animation-delay: 1.82s;
  background-color: #dc3545; }

@keyframes orbit182 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-124deg) rotateY(64deg) translateX(120px) rotateZ(124deg); }
  80% {
    transform: rotateZ(-124deg) rotateY(64deg) translateX(120px) rotateZ(124deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-124deg) rotateY(64deg) translateX(360px) rotateZ(124deg); } }
.c:nth-child(183) {
  animation: orbit183 14s infinite;
  animation-delay: 1.83s;
  background-color: #dc3545; }

@keyframes orbit183 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-121deg) rotateY(359deg) translateX(120px) rotateZ(121deg); }
  80% {
    transform: rotateZ(-121deg) rotateY(359deg) translateX(120px) rotateZ(121deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-121deg) rotateY(359deg) translateX(360px) rotateZ(121deg); } }
.c:nth-child(184) {
  animation: orbit184 14s infinite;
  animation-delay: 1.84s;
  background-color: #dc3545; }

@keyframes orbit184 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-320deg) rotateY(43deg) translateX(120px) rotateZ(320deg); }
  80% {
    transform: rotateZ(-320deg) rotateY(43deg) translateX(120px) rotateZ(320deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-320deg) rotateY(43deg) translateX(360px) rotateZ(320deg); } }
.c:nth-child(185) {
  animation: orbit185 14s infinite;
  animation-delay: 1.85s;
  background-color: #dc3545; }

@keyframes orbit185 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-217deg) rotateY(164deg) translateX(120px) rotateZ(217deg); }
  80% {
    transform: rotateZ(-217deg) rotateY(164deg) translateX(120px) rotateZ(217deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-217deg) rotateY(164deg) translateX(360px) rotateZ(217deg); } }
.c:nth-child(186) {
  animation: orbit186 14s infinite;
  animation-delay: 1.86s;
  background-color: #dc3545; }

@keyframes orbit186 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-70deg) rotateY(226deg) translateX(120px) rotateZ(70deg); }
  80% {
    transform: rotateZ(-70deg) rotateY(226deg) translateX(120px) rotateZ(70deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-70deg) rotateY(226deg) translateX(360px) rotateZ(70deg); } }
.c:nth-child(187) {
  animation: orbit187 14s infinite;
  animation-delay: 1.87s;
  background-color: #dc3545; }

@keyframes orbit187 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-183deg) rotateY(176deg) translateX(120px) rotateZ(183deg); }
  80% {
    transform: rotateZ(-183deg) rotateY(176deg) translateX(120px) rotateZ(183deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-183deg) rotateY(176deg) translateX(360px) rotateZ(183deg); } }
.c:nth-child(188) {
  animation: orbit188 14s infinite;
  animation-delay: 1.88s;
  background-color: #dc3545; }

@keyframes orbit188 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-39deg) rotateY(262deg) translateX(120px) rotateZ(39deg); }
  80% {
    transform: rotateZ(-39deg) rotateY(262deg) translateX(120px) rotateZ(39deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-39deg) rotateY(262deg) translateX(360px) rotateZ(39deg); } }
.c:nth-child(189) {
  animation: orbit189 14s infinite;
  animation-delay: 1.89s;
  background-color: #dc3545; }

@keyframes orbit189 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-307deg) rotateY(293deg) translateX(120px) rotateZ(307deg); }
  80% {
    transform: rotateZ(-307deg) rotateY(293deg) translateX(120px) rotateZ(307deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-307deg) rotateY(293deg) translateX(360px) rotateZ(307deg); } }
.c:nth-child(190) {
  animation: orbit190 14s infinite;
  animation-delay: 1.9s;
  background-color: #dc3545; }

@keyframes orbit190 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-91deg) rotateY(334deg) translateX(120px) rotateZ(91deg); }
  80% {
    transform: rotateZ(-91deg) rotateY(334deg) translateX(120px) rotateZ(91deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-91deg) rotateY(334deg) translateX(360px) rotateZ(91deg); } }
.c:nth-child(191) {
  animation: orbit191 14s infinite;
  animation-delay: 1.91s;
  background-color: #dc3545; }

@keyframes orbit191 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-155deg) rotateY(79deg) translateX(120px) rotateZ(155deg); }
  80% {
    transform: rotateZ(-155deg) rotateY(79deg) translateX(120px) rotateZ(155deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-155deg) rotateY(79deg) translateX(360px) rotateZ(155deg); } }
.c:nth-child(192) {
  animation: orbit192 14s infinite;
  animation-delay: 1.92s;
  background-color: #dc3545; }

@keyframes orbit192 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-189deg) rotateY(306deg) translateX(120px) rotateZ(189deg); }
  80% {
    transform: rotateZ(-189deg) rotateY(306deg) translateX(120px) rotateZ(189deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-189deg) rotateY(306deg) translateX(360px) rotateZ(189deg); } }
.c:nth-child(193) {
  animation: orbit193 14s infinite;
  animation-delay: 1.93s;
  background-color: #dc3545; }

@keyframes orbit193 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-65deg) rotateY(206deg) translateX(120px) rotateZ(65deg); }
  80% {
    transform: rotateZ(-65deg) rotateY(206deg) translateX(120px) rotateZ(65deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-65deg) rotateY(206deg) translateX(360px) rotateZ(65deg); } }
.c:nth-child(194) {
  animation: orbit194 14s infinite;
  animation-delay: 1.94s;
  background-color: #dc3545; }

@keyframes orbit194 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-318deg) rotateY(22deg) translateX(120px) rotateZ(318deg); }
  80% {
    transform: rotateZ(-318deg) rotateY(22deg) translateX(120px) rotateZ(318deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-318deg) rotateY(22deg) translateX(360px) rotateZ(318deg); } }
.c:nth-child(195) {
  animation: orbit195 14s infinite;
  animation-delay: 1.95s;
  background-color: #dc3545; }

@keyframes orbit195 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-26deg) rotateY(238deg) translateX(120px) rotateZ(26deg); }
  80% {
    transform: rotateZ(-26deg) rotateY(238deg) translateX(120px) rotateZ(26deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-26deg) rotateY(238deg) translateX(360px) rotateZ(26deg); } }
.c:nth-child(196) {
  animation: orbit196 14s infinite;
  animation-delay: 1.96s;
  background-color: #dc3545; }

@keyframes orbit196 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-178deg) rotateY(156deg) translateX(120px) rotateZ(178deg); }
  80% {
    transform: rotateZ(-178deg) rotateY(156deg) translateX(120px) rotateZ(178deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-178deg) rotateY(156deg) translateX(360px) rotateZ(178deg); } }
.c:nth-child(197) {
  animation: orbit197 14s infinite;
  animation-delay: 1.97s;
  background-color: #dc3545; }

@keyframes orbit197 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-315deg) rotateY(54deg) translateX(120px) rotateZ(315deg); }
  80% {
    transform: rotateZ(-315deg) rotateY(54deg) translateX(120px) rotateZ(315deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-315deg) rotateY(54deg) translateX(360px) rotateZ(315deg); } }
.c:nth-child(198) {
  animation: orbit198 14s infinite;
  animation-delay: 1.98s;
  background-color: #dc3545; }

@keyframes orbit198 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-254deg) rotateY(66deg) translateX(120px) rotateZ(254deg); }
  80% {
    transform: rotateZ(-254deg) rotateY(66deg) translateX(120px) rotateZ(254deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-254deg) rotateY(66deg) translateX(360px) rotateZ(254deg); } }
.c:nth-child(199) {
  animation: orbit199 14s infinite;
  animation-delay: 1.99s;
  background-color: #dc3545; }

@keyframes orbit199 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-270deg) rotateY(52deg) translateX(120px) rotateZ(270deg); }
  80% {
    transform: rotateZ(-270deg) rotateY(52deg) translateX(120px) rotateZ(270deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-270deg) rotateY(52deg) translateX(360px) rotateZ(270deg); } }
.c:nth-child(200) {
  animation: orbit200 14s infinite;
  animation-delay: 2s;
  background-color: #dc3545; }

@keyframes orbit200 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-70deg) rotateY(165deg) translateX(120px) rotateZ(70deg); }
  80% {
    transform: rotateZ(-70deg) rotateY(165deg) translateX(120px) rotateZ(70deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-70deg) rotateY(165deg) translateX(360px) rotateZ(70deg); } }
.c:nth-child(201) {
  animation: orbit201 14s infinite;
  animation-delay: 2.01s;
  background-color: #dc3545; }

@keyframes orbit201 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-238deg) rotateY(241deg) translateX(120px) rotateZ(238deg); }
  80% {
    transform: rotateZ(-238deg) rotateY(241deg) translateX(120px) rotateZ(238deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-238deg) rotateY(241deg) translateX(360px) rotateZ(238deg); } }
.c:nth-child(202) {
  animation: orbit202 14s infinite;
  animation-delay: 2.02s;
  background-color: #dc3545; }

@keyframes orbit202 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-352deg) rotateY(6deg) translateX(120px) rotateZ(352deg); }
  80% {
    transform: rotateZ(-352deg) rotateY(6deg) translateX(120px) rotateZ(352deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-352deg) rotateY(6deg) translateX(360px) rotateZ(352deg); } }
.c:nth-child(203) {
  animation: orbit203 14s infinite;
  animation-delay: 2.03s;
  background-color: #dc3545; }

@keyframes orbit203 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-204deg) rotateY(261deg) translateX(120px) rotateZ(204deg); }
  80% {
    transform: rotateZ(-204deg) rotateY(261deg) translateX(120px) rotateZ(204deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-204deg) rotateY(261deg) translateX(360px) rotateZ(204deg); } }
.c:nth-child(204) {
  animation: orbit204 14s infinite;
  animation-delay: 2.04s;
  background-color: #dc3545; }

@keyframes orbit204 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-127deg) rotateY(342deg) translateX(120px) rotateZ(127deg); }
  80% {
    transform: rotateZ(-127deg) rotateY(342deg) translateX(120px) rotateZ(127deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-127deg) rotateY(342deg) translateX(360px) rotateZ(127deg); } }
.c:nth-child(205) {
  animation: orbit205 14s infinite;
  animation-delay: 2.05s;
  background-color: #dc3545; }

@keyframes orbit205 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-49deg) rotateY(160deg) translateX(120px) rotateZ(49deg); }
  80% {
    transform: rotateZ(-49deg) rotateY(160deg) translateX(120px) rotateZ(49deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-49deg) rotateY(160deg) translateX(360px) rotateZ(49deg); } }
.c:nth-child(206) {
  animation: orbit206 14s infinite;
  animation-delay: 2.06s;
  background-color: #dc3545; }

@keyframes orbit206 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-197deg) rotateY(53deg) translateX(120px) rotateZ(197deg); }
  80% {
    transform: rotateZ(-197deg) rotateY(53deg) translateX(120px) rotateZ(197deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-197deg) rotateY(53deg) translateX(360px) rotateZ(197deg); } }
.c:nth-child(207) {
  animation: orbit207 14s infinite;
  animation-delay: 2.07s;
  background-color: #dc3545; }

@keyframes orbit207 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-308deg) rotateY(164deg) translateX(120px) rotateZ(308deg); }
  80% {
    transform: rotateZ(-308deg) rotateY(164deg) translateX(120px) rotateZ(308deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-308deg) rotateY(164deg) translateX(360px) rotateZ(308deg); } }
.c:nth-child(208) {
  animation: orbit208 14s infinite;
  animation-delay: 2.08s;
  background-color: #dc3545; }

@keyframes orbit208 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-102deg) rotateY(107deg) translateX(120px) rotateZ(102deg); }
  80% {
    transform: rotateZ(-102deg) rotateY(107deg) translateX(120px) rotateZ(102deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-102deg) rotateY(107deg) translateX(360px) rotateZ(102deg); } }
.c:nth-child(209) {
  animation: orbit209 14s infinite;
  animation-delay: 2.09s;
  background-color: #dc3545; }

@keyframes orbit209 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-295deg) rotateY(105deg) translateX(120px) rotateZ(295deg); }
  80% {
    transform: rotateZ(-295deg) rotateY(105deg) translateX(120px) rotateZ(295deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-295deg) rotateY(105deg) translateX(360px) rotateZ(295deg); } }
.c:nth-child(210) {
  animation: orbit210 14s infinite;
  animation-delay: 2.1s;
  background-color: #dc3545; }

@keyframes orbit210 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-252deg) rotateY(64deg) translateX(120px) rotateZ(252deg); }
  80% {
    transform: rotateZ(-252deg) rotateY(64deg) translateX(120px) rotateZ(252deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-252deg) rotateY(64deg) translateX(360px) rotateZ(252deg); } }
.c:nth-child(211) {
  animation: orbit211 14s infinite;
  animation-delay: 2.11s;
  background-color: #dc3545; }

@keyframes orbit211 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-349deg) rotateY(235deg) translateX(120px) rotateZ(349deg); }
  80% {
    transform: rotateZ(-349deg) rotateY(235deg) translateX(120px) rotateZ(349deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-349deg) rotateY(235deg) translateX(360px) rotateZ(349deg); } }
.c:nth-child(212) {
  animation: orbit212 14s infinite;
  animation-delay: 2.12s;
  background-color: #dc3545; }

@keyframes orbit212 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-343deg) rotateY(9deg) translateX(120px) rotateZ(343deg); }
  80% {
    transform: rotateZ(-343deg) rotateY(9deg) translateX(120px) rotateZ(343deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-343deg) rotateY(9deg) translateX(360px) rotateZ(343deg); } }
.c:nth-child(213) {
  animation: orbit213 14s infinite;
  animation-delay: 2.13s;
  background-color: #dc3545; }

@keyframes orbit213 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-355deg) rotateY(243deg) translateX(120px) rotateZ(355deg); }
  80% {
    transform: rotateZ(-355deg) rotateY(243deg) translateX(120px) rotateZ(355deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-355deg) rotateY(243deg) translateX(360px) rotateZ(355deg); } }
.c:nth-child(214) {
  animation: orbit214 14s infinite;
  animation-delay: 2.14s;
  background-color: #dc3545; }

@keyframes orbit214 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-241deg) rotateY(356deg) translateX(120px) rotateZ(241deg); }
  80% {
    transform: rotateZ(-241deg) rotateY(356deg) translateX(120px) rotateZ(241deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-241deg) rotateY(356deg) translateX(360px) rotateZ(241deg); } }
.c:nth-child(215) {
  animation: orbit215 14s infinite;
  animation-delay: 2.15s;
  background-color: #dc3545; }

@keyframes orbit215 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(116deg) translateX(120px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(116deg) translateX(120px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(116deg) translateX(360px) rotateZ(264deg); } }
.c:nth-child(216) {
  animation: orbit216 14s infinite;
  animation-delay: 2.16s;
  background-color: #dc3545; }

@keyframes orbit216 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-62deg) rotateY(63deg) translateX(120px) rotateZ(62deg); }
  80% {
    transform: rotateZ(-62deg) rotateY(63deg) translateX(120px) rotateZ(62deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-62deg) rotateY(63deg) translateX(360px) rotateZ(62deg); } }
.c:nth-child(217) {
  animation: orbit217 14s infinite;
  animation-delay: 2.17s;
  background-color: #dc3545; }

@keyframes orbit217 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-269deg) rotateY(343deg) translateX(120px) rotateZ(269deg); }
  80% {
    transform: rotateZ(-269deg) rotateY(343deg) translateX(120px) rotateZ(269deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-269deg) rotateY(343deg) translateX(360px) rotateZ(269deg); } }
.c:nth-child(218) {
  animation: orbit218 14s infinite;
  animation-delay: 2.18s;
  background-color: #dc3545; }

@keyframes orbit218 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-226deg) rotateY(314deg) translateX(120px) rotateZ(226deg); }
  80% {
    transform: rotateZ(-226deg) rotateY(314deg) translateX(120px) rotateZ(226deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-226deg) rotateY(314deg) translateX(360px) rotateZ(226deg); } }
.c:nth-child(219) {
  animation: orbit219 14s infinite;
  animation-delay: 2.19s;
  background-color: #dc3545; }

@keyframes orbit219 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-17deg) rotateY(272deg) translateX(120px) rotateZ(17deg); }
  80% {
    transform: rotateZ(-17deg) rotateY(272deg) translateX(120px) rotateZ(17deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-17deg) rotateY(272deg) translateX(360px) rotateZ(17deg); } }
.c:nth-child(220) {
  animation: orbit220 14s infinite;
  animation-delay: 2.2s;
  background-color: #dc3545; }

@keyframes orbit220 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-238deg) rotateY(121deg) translateX(120px) rotateZ(238deg); }
  80% {
    transform: rotateZ(-238deg) rotateY(121deg) translateX(120px) rotateZ(238deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-238deg) rotateY(121deg) translateX(360px) rotateZ(238deg); } }
.c:nth-child(221) {
  animation: orbit221 14s infinite;
  animation-delay: 2.21s;
  background-color: #dc3545; }

@keyframes orbit221 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-251deg) rotateY(301deg) translateX(120px) rotateZ(251deg); }
  80% {
    transform: rotateZ(-251deg) rotateY(301deg) translateX(120px) rotateZ(251deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-251deg) rotateY(301deg) translateX(360px) rotateZ(251deg); } }
.c:nth-child(222) {
  animation: orbit222 14s infinite;
  animation-delay: 2.22s;
  background-color: #dc3545; }

@keyframes orbit222 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-155deg) rotateY(240deg) translateX(120px) rotateZ(155deg); }
  80% {
    transform: rotateZ(-155deg) rotateY(240deg) translateX(120px) rotateZ(155deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-155deg) rotateY(240deg) translateX(360px) rotateZ(155deg); } }
.c:nth-child(223) {
  animation: orbit223 14s infinite;
  animation-delay: 2.23s;
  background-color: #dc3545; }

@keyframes orbit223 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-76deg) rotateY(353deg) translateX(120px) rotateZ(76deg); }
  80% {
    transform: rotateZ(-76deg) rotateY(353deg) translateX(120px) rotateZ(76deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-76deg) rotateY(353deg) translateX(360px) rotateZ(76deg); } }
.c:nth-child(224) {
  animation: orbit224 14s infinite;
  animation-delay: 2.24s;
  background-color: #dc3545; }

@keyframes orbit224 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-271deg) rotateY(117deg) translateX(120px) rotateZ(271deg); }
  80% {
    transform: rotateZ(-271deg) rotateY(117deg) translateX(120px) rotateZ(271deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-271deg) rotateY(117deg) translateX(360px) rotateZ(271deg); } }
.c:nth-child(225) {
  animation: orbit225 14s infinite;
  animation-delay: 2.25s;
  background-color: #dc3545; }

@keyframes orbit225 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-180deg) rotateY(322deg) translateX(120px) rotateZ(180deg); }
  80% {
    transform: rotateZ(-180deg) rotateY(322deg) translateX(120px) rotateZ(180deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-180deg) rotateY(322deg) translateX(360px) rotateZ(180deg); } }
.c:nth-child(226) {
  animation: orbit226 14s infinite;
  animation-delay: 2.26s;
  background-color: #dc3545; }

@keyframes orbit226 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-1deg) rotateY(244deg) translateX(120px) rotateZ(1deg); }
  80% {
    transform: rotateZ(-1deg) rotateY(244deg) translateX(120px) rotateZ(1deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-1deg) rotateY(244deg) translateX(360px) rotateZ(1deg); } }
.c:nth-child(227) {
  animation: orbit227 14s infinite;
  animation-delay: 2.27s;
  background-color: #dc3545; }

@keyframes orbit227 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-166deg) rotateY(306deg) translateX(120px) rotateZ(166deg); }
  80% {
    transform: rotateZ(-166deg) rotateY(306deg) translateX(120px) rotateZ(166deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-166deg) rotateY(306deg) translateX(360px) rotateZ(166deg); } }
.c:nth-child(228) {
  animation: orbit228 14s infinite;
  animation-delay: 2.28s;
  background-color: #dc3545; }

@keyframes orbit228 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-312deg) rotateY(178deg) translateX(120px) rotateZ(312deg); }
  80% {
    transform: rotateZ(-312deg) rotateY(178deg) translateX(120px) rotateZ(312deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-312deg) rotateY(178deg) translateX(360px) rotateZ(312deg); } }
.c:nth-child(229) {
  animation: orbit229 14s infinite;
  animation-delay: 2.29s;
  background-color: #dc3545; }

@keyframes orbit229 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-297deg) rotateY(142deg) translateX(120px) rotateZ(297deg); }
  80% {
    transform: rotateZ(-297deg) rotateY(142deg) translateX(120px) rotateZ(297deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-297deg) rotateY(142deg) translateX(360px) rotateZ(297deg); } }
.c:nth-child(230) {
  animation: orbit230 14s infinite;
  animation-delay: 2.3s;
  background-color: #dc3545; }

@keyframes orbit230 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-170deg) rotateY(258deg) translateX(120px) rotateZ(170deg); }
  80% {
    transform: rotateZ(-170deg) rotateY(258deg) translateX(120px) rotateZ(170deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-170deg) rotateY(258deg) translateX(360px) rotateZ(170deg); } }
.c:nth-child(231) {
  animation: orbit231 14s infinite;
  animation-delay: 2.31s;
  background-color: #dc3545; }

@keyframes orbit231 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-245deg) rotateY(215deg) translateX(120px) rotateZ(245deg); }
  80% {
    transform: rotateZ(-245deg) rotateY(215deg) translateX(120px) rotateZ(245deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-245deg) rotateY(215deg) translateX(360px) rotateZ(245deg); } }
.c:nth-child(232) {
  animation: orbit232 14s infinite;
  animation-delay: 2.32s;
  background-color: #dc3545; }

@keyframes orbit232 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-262deg) rotateY(160deg) translateX(120px) rotateZ(262deg); }
  80% {
    transform: rotateZ(-262deg) rotateY(160deg) translateX(120px) rotateZ(262deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-262deg) rotateY(160deg) translateX(360px) rotateZ(262deg); } }
.c:nth-child(233) {
  animation: orbit233 14s infinite;
  animation-delay: 2.33s;
  background-color: #dc3545; }

@keyframes orbit233 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-22deg) rotateY(249deg) translateX(120px) rotateZ(22deg); }
  80% {
    transform: rotateZ(-22deg) rotateY(249deg) translateX(120px) rotateZ(22deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-22deg) rotateY(249deg) translateX(360px) rotateZ(22deg); } }
.c:nth-child(234) {
  animation: orbit234 14s infinite;
  animation-delay: 2.34s;
  background-color: #dc3545; }

@keyframes orbit234 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-109deg) rotateY(295deg) translateX(120px) rotateZ(109deg); }
  80% {
    transform: rotateZ(-109deg) rotateY(295deg) translateX(120px) rotateZ(109deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-109deg) rotateY(295deg) translateX(360px) rotateZ(109deg); } }
.c:nth-child(235) {
  animation: orbit235 14s infinite;
  animation-delay: 2.35s;
  background-color: #dc3545; }

@keyframes orbit235 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-100deg) rotateY(54deg) translateX(120px) rotateZ(100deg); }
  80% {
    transform: rotateZ(-100deg) rotateY(54deg) translateX(120px) rotateZ(100deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-100deg) rotateY(54deg) translateX(360px) rotateZ(100deg); } }
.c:nth-child(236) {
  animation: orbit236 14s infinite;
  animation-delay: 2.36s;
  background-color: #dc3545; }

@keyframes orbit236 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-359deg) rotateY(236deg) translateX(120px) rotateZ(359deg); }
  80% {
    transform: rotateZ(-359deg) rotateY(236deg) translateX(120px) rotateZ(359deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-359deg) rotateY(236deg) translateX(360px) rotateZ(359deg); } }
.c:nth-child(237) {
  animation: orbit237 14s infinite;
  animation-delay: 2.37s;
  background-color: #dc3545; }

@keyframes orbit237 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-134deg) rotateY(119deg) translateX(120px) rotateZ(134deg); }
  80% {
    transform: rotateZ(-134deg) rotateY(119deg) translateX(120px) rotateZ(134deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-134deg) rotateY(119deg) translateX(360px) rotateZ(134deg); } }
.c:nth-child(238) {
  animation: orbit238 14s infinite;
  animation-delay: 2.38s;
  background-color: #dc3545; }

@keyframes orbit238 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-141deg) rotateY(290deg) translateX(120px) rotateZ(141deg); }
  80% {
    transform: rotateZ(-141deg) rotateY(290deg) translateX(120px) rotateZ(141deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-141deg) rotateY(290deg) translateX(360px) rotateZ(141deg); } }
.c:nth-child(239) {
  animation: orbit239 14s infinite;
  animation-delay: 2.39s;
  background-color: #dc3545; }

@keyframes orbit239 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-338deg) rotateY(158deg) translateX(120px) rotateZ(338deg); }
  80% {
    transform: rotateZ(-338deg) rotateY(158deg) translateX(120px) rotateZ(338deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-338deg) rotateY(158deg) translateX(360px) rotateZ(338deg); } }
.c:nth-child(240) {
  animation: orbit240 14s infinite;
  animation-delay: 2.4s;
  background-color: #dc3545; }

@keyframes orbit240 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-100deg) rotateY(116deg) translateX(120px) rotateZ(100deg); }
  80% {
    transform: rotateZ(-100deg) rotateY(116deg) translateX(120px) rotateZ(100deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-100deg) rotateY(116deg) translateX(360px) rotateZ(100deg); } }
.c:nth-child(241) {
  animation: orbit241 14s infinite;
  animation-delay: 2.41s;
  background-color: #dc3545; }

@keyframes orbit241 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-232deg) rotateY(315deg) translateX(120px) rotateZ(232deg); }
  80% {
    transform: rotateZ(-232deg) rotateY(315deg) translateX(120px) rotateZ(232deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-232deg) rotateY(315deg) translateX(360px) rotateZ(232deg); } }
.c:nth-child(242) {
  animation: orbit242 14s infinite;
  animation-delay: 2.42s;
  background-color: #dc3545; }

@keyframes orbit242 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-44deg) rotateY(22deg) translateX(120px) rotateZ(44deg); }
  80% {
    transform: rotateZ(-44deg) rotateY(22deg) translateX(120px) rotateZ(44deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-44deg) rotateY(22deg) translateX(360px) rotateZ(44deg); } }
.c:nth-child(243) {
  animation: orbit243 14s infinite;
  animation-delay: 2.43s;
  background-color: #dc3545; }

@keyframes orbit243 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-154deg) rotateY(303deg) translateX(120px) rotateZ(154deg); }
  80% {
    transform: rotateZ(-154deg) rotateY(303deg) translateX(120px) rotateZ(154deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-154deg) rotateY(303deg) translateX(360px) rotateZ(154deg); } }
.c:nth-child(244) {
  animation: orbit244 14s infinite;
  animation-delay: 2.44s;
  background-color: #dc3545; }

@keyframes orbit244 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-23deg) rotateY(70deg) translateX(120px) rotateZ(23deg); }
  80% {
    transform: rotateZ(-23deg) rotateY(70deg) translateX(120px) rotateZ(23deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-23deg) rotateY(70deg) translateX(360px) rotateZ(23deg); } }
.c:nth-child(245) {
  animation: orbit245 14s infinite;
  animation-delay: 2.45s;
  background-color: #dc3545; }

@keyframes orbit245 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-179deg) rotateY(56deg) translateX(120px) rotateZ(179deg); }
  80% {
    transform: rotateZ(-179deg) rotateY(56deg) translateX(120px) rotateZ(179deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-179deg) rotateY(56deg) translateX(360px) rotateZ(179deg); } }
.c:nth-child(246) {
  animation: orbit246 14s infinite;
  animation-delay: 2.46s;
  background-color: #dc3545; }

@keyframes orbit246 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-55deg) rotateY(110deg) translateX(120px) rotateZ(55deg); }
  80% {
    transform: rotateZ(-55deg) rotateY(110deg) translateX(120px) rotateZ(55deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-55deg) rotateY(110deg) translateX(360px) rotateZ(55deg); } }
.c:nth-child(247) {
  animation: orbit247 14s infinite;
  animation-delay: 2.47s;
  background-color: #dc3545; }

@keyframes orbit247 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-146deg) rotateY(22deg) translateX(120px) rotateZ(146deg); }
  80% {
    transform: rotateZ(-146deg) rotateY(22deg) translateX(120px) rotateZ(146deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-146deg) rotateY(22deg) translateX(360px) rotateZ(146deg); } }
.c:nth-child(248) {
  animation: orbit248 14s infinite;
  animation-delay: 2.48s;
  background-color: #dc3545; }

@keyframes orbit248 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-32deg) rotateY(85deg) translateX(120px) rotateZ(32deg); }
  80% {
    transform: rotateZ(-32deg) rotateY(85deg) translateX(120px) rotateZ(32deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-32deg) rotateY(85deg) translateX(360px) rotateZ(32deg); } }
.c:nth-child(249) {
  animation: orbit249 14s infinite;
  animation-delay: 2.49s;
  background-color: #dc3545; }

@keyframes orbit249 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-125deg) rotateY(138deg) translateX(120px) rotateZ(125deg); }
  80% {
    transform: rotateZ(-125deg) rotateY(138deg) translateX(120px) rotateZ(125deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-125deg) rotateY(138deg) translateX(360px) rotateZ(125deg); } }
.c:nth-child(250) {
  animation: orbit250 14s infinite;
  animation-delay: 2.5s;
  background-color: #dc3545; }

@keyframes orbit250 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-312deg) rotateY(151deg) translateX(120px) rotateZ(312deg); }
  80% {
    transform: rotateZ(-312deg) rotateY(151deg) translateX(120px) rotateZ(312deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-312deg) rotateY(151deg) translateX(360px) rotateZ(312deg); } }
.c:nth-child(251) {
  animation: orbit251 14s infinite;
  animation-delay: 2.51s;
  background-color: #dc3545; }

@keyframes orbit251 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-251deg) rotateY(19deg) translateX(120px) rotateZ(251deg); }
  80% {
    transform: rotateZ(-251deg) rotateY(19deg) translateX(120px) rotateZ(251deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-251deg) rotateY(19deg) translateX(360px) rotateZ(251deg); } }
.c:nth-child(252) {
  animation: orbit252 14s infinite;
  animation-delay: 2.52s;
  background-color: #dc3545; }

@keyframes orbit252 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-206deg) rotateY(274deg) translateX(120px) rotateZ(206deg); }
  80% {
    transform: rotateZ(-206deg) rotateY(274deg) translateX(120px) rotateZ(206deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-206deg) rotateY(274deg) translateX(360px) rotateZ(206deg); } }
.c:nth-child(253) {
  animation: orbit253 14s infinite;
  animation-delay: 2.53s;
  background-color: #dc3545; }

@keyframes orbit253 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-76deg) rotateY(328deg) translateX(120px) rotateZ(76deg); }
  80% {
    transform: rotateZ(-76deg) rotateY(328deg) translateX(120px) rotateZ(76deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-76deg) rotateY(328deg) translateX(360px) rotateZ(76deg); } }
.c:nth-child(254) {
  animation: orbit254 14s infinite;
  animation-delay: 2.54s;
  background-color: #dc3545; }

@keyframes orbit254 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-330deg) rotateY(267deg) translateX(120px) rotateZ(330deg); }
  80% {
    transform: rotateZ(-330deg) rotateY(267deg) translateX(120px) rotateZ(330deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-330deg) rotateY(267deg) translateX(360px) rotateZ(330deg); } }
.c:nth-child(255) {
  animation: orbit255 14s infinite;
  animation-delay: 2.55s;
  background-color: #dc3545; }

@keyframes orbit255 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-68deg) rotateY(136deg) translateX(120px) rotateZ(68deg); }
  80% {
    transform: rotateZ(-68deg) rotateY(136deg) translateX(120px) rotateZ(68deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-68deg) rotateY(136deg) translateX(360px) rotateZ(68deg); } }
.c:nth-child(256) {
  animation: orbit256 14s infinite;
  animation-delay: 2.56s;
  background-color: #dc3545; }

@keyframes orbit256 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-177deg) rotateY(28deg) translateX(120px) rotateZ(177deg); }
  80% {
    transform: rotateZ(-177deg) rotateY(28deg) translateX(120px) rotateZ(177deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-177deg) rotateY(28deg) translateX(360px) rotateZ(177deg); } }
.c:nth-child(257) {
  animation: orbit257 14s infinite;
  animation-delay: 2.57s;
  background-color: #dc3545; }

@keyframes orbit257 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-148deg) rotateY(295deg) translateX(120px) rotateZ(148deg); }
  80% {
    transform: rotateZ(-148deg) rotateY(295deg) translateX(120px) rotateZ(148deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-148deg) rotateY(295deg) translateX(360px) rotateZ(148deg); } }
.c:nth-child(258) {
  animation: orbit258 14s infinite;
  animation-delay: 2.58s;
  background-color: #dc3545; }

@keyframes orbit258 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-25deg) rotateY(211deg) translateX(120px) rotateZ(25deg); }
  80% {
    transform: rotateZ(-25deg) rotateY(211deg) translateX(120px) rotateZ(25deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-25deg) rotateY(211deg) translateX(360px) rotateZ(25deg); } }
.c:nth-child(259) {
  animation: orbit259 14s infinite;
  animation-delay: 2.59s;
  background-color: #dc3545; }

@keyframes orbit259 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-23deg) rotateY(342deg) translateX(120px) rotateZ(23deg); }
  80% {
    transform: rotateZ(-23deg) rotateY(342deg) translateX(120px) rotateZ(23deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-23deg) rotateY(342deg) translateX(360px) rotateZ(23deg); } }
.c:nth-child(260) {
  animation: orbit260 14s infinite;
  animation-delay: 2.6s;
  background-color: #dc3545; }

@keyframes orbit260 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-229deg) rotateY(319deg) translateX(120px) rotateZ(229deg); }
  80% {
    transform: rotateZ(-229deg) rotateY(319deg) translateX(120px) rotateZ(229deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-229deg) rotateY(319deg) translateX(360px) rotateZ(229deg); } }
.c:nth-child(261) {
  animation: orbit261 14s infinite;
  animation-delay: 2.61s;
  background-color: #dc3545; }

@keyframes orbit261 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-72deg) rotateY(178deg) translateX(120px) rotateZ(72deg); }
  80% {
    transform: rotateZ(-72deg) rotateY(178deg) translateX(120px) rotateZ(72deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-72deg) rotateY(178deg) translateX(360px) rotateZ(72deg); } }
.c:nth-child(262) {
  animation: orbit262 14s infinite;
  animation-delay: 2.62s;
  background-color: #dc3545; }

@keyframes orbit262 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-270deg) rotateY(278deg) translateX(120px) rotateZ(270deg); }
  80% {
    transform: rotateZ(-270deg) rotateY(278deg) translateX(120px) rotateZ(270deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-270deg) rotateY(278deg) translateX(360px) rotateZ(270deg); } }
.c:nth-child(263) {
  animation: orbit263 14s infinite;
  animation-delay: 2.63s;
  background-color: #dc3545; }

@keyframes orbit263 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-123deg) rotateY(316deg) translateX(120px) rotateZ(123deg); }
  80% {
    transform: rotateZ(-123deg) rotateY(316deg) translateX(120px) rotateZ(123deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-123deg) rotateY(316deg) translateX(360px) rotateZ(123deg); } }
.c:nth-child(264) {
  animation: orbit264 14s infinite;
  animation-delay: 2.64s;
  background-color: #dc3545; }

@keyframes orbit264 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-117deg) rotateY(258deg) translateX(120px) rotateZ(117deg); }
  80% {
    transform: rotateZ(-117deg) rotateY(258deg) translateX(120px) rotateZ(117deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-117deg) rotateY(258deg) translateX(360px) rotateZ(117deg); } }
.c:nth-child(265) {
  animation: orbit265 14s infinite;
  animation-delay: 2.65s;
  background-color: #dc3545; }

@keyframes orbit265 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-75deg) rotateY(116deg) translateX(120px) rotateZ(75deg); }
  80% {
    transform: rotateZ(-75deg) rotateY(116deg) translateX(120px) rotateZ(75deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-75deg) rotateY(116deg) translateX(360px) rotateZ(75deg); } }
.c:nth-child(266) {
  animation: orbit266 14s infinite;
  animation-delay: 2.66s;
  background-color: #dc3545; }

@keyframes orbit266 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-204deg) rotateY(344deg) translateX(120px) rotateZ(204deg); }
  80% {
    transform: rotateZ(-204deg) rotateY(344deg) translateX(120px) rotateZ(204deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-204deg) rotateY(344deg) translateX(360px) rotateZ(204deg); } }
.c:nth-child(267) {
  animation: orbit267 14s infinite;
  animation-delay: 2.67s;
  background-color: #dc3545; }

@keyframes orbit267 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-291deg) rotateY(181deg) translateX(120px) rotateZ(291deg); }
  80% {
    transform: rotateZ(-291deg) rotateY(181deg) translateX(120px) rotateZ(291deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-291deg) rotateY(181deg) translateX(360px) rotateZ(291deg); } }
.c:nth-child(268) {
  animation: orbit268 14s infinite;
  animation-delay: 2.68s;
  background-color: #dc3545; }

@keyframes orbit268 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-305deg) rotateY(308deg) translateX(120px) rotateZ(305deg); }
  80% {
    transform: rotateZ(-305deg) rotateY(308deg) translateX(120px) rotateZ(305deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-305deg) rotateY(308deg) translateX(360px) rotateZ(305deg); } }
.c:nth-child(269) {
  animation: orbit269 14s infinite;
  animation-delay: 2.69s;
  background-color: #dc3545; }

@keyframes orbit269 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-216deg) rotateY(249deg) translateX(120px) rotateZ(216deg); }
  80% {
    transform: rotateZ(-216deg) rotateY(249deg) translateX(120px) rotateZ(216deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-216deg) rotateY(249deg) translateX(360px) rotateZ(216deg); } }
.c:nth-child(270) {
  animation: orbit270 14s infinite;
  animation-delay: 2.7s;
  background-color: #dc3545; }

@keyframes orbit270 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-259deg) rotateY(6deg) translateX(120px) rotateZ(259deg); }
  80% {
    transform: rotateZ(-259deg) rotateY(6deg) translateX(120px) rotateZ(259deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-259deg) rotateY(6deg) translateX(360px) rotateZ(259deg); } }
.c:nth-child(271) {
  animation: orbit271 14s infinite;
  animation-delay: 2.71s;
  background-color: #dc3545; }

@keyframes orbit271 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-122deg) rotateY(166deg) translateX(120px) rotateZ(122deg); }
  80% {
    transform: rotateZ(-122deg) rotateY(166deg) translateX(120px) rotateZ(122deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-122deg) rotateY(166deg) translateX(360px) rotateZ(122deg); } }
.c:nth-child(272) {
  animation: orbit272 14s infinite;
  animation-delay: 2.72s;
  background-color: #dc3545; }

@keyframes orbit272 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-32deg) rotateY(327deg) translateX(120px) rotateZ(32deg); }
  80% {
    transform: rotateZ(-32deg) rotateY(327deg) translateX(120px) rotateZ(32deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-32deg) rotateY(327deg) translateX(360px) rotateZ(32deg); } }
.c:nth-child(273) {
  animation: orbit273 14s infinite;
  animation-delay: 2.73s;
  background-color: #dc3545; }

@keyframes orbit273 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-191deg) rotateY(239deg) translateX(120px) rotateZ(191deg); }
  80% {
    transform: rotateZ(-191deg) rotateY(239deg) translateX(120px) rotateZ(191deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-191deg) rotateY(239deg) translateX(360px) rotateZ(191deg); } }
.c:nth-child(274) {
  animation: orbit274 14s infinite;
  animation-delay: 2.74s;
  background-color: #dc3545; }

@keyframes orbit274 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-253deg) rotateY(106deg) translateX(120px) rotateZ(253deg); }
  80% {
    transform: rotateZ(-253deg) rotateY(106deg) translateX(120px) rotateZ(253deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-253deg) rotateY(106deg) translateX(360px) rotateZ(253deg); } }
.c:nth-child(275) {
  animation: orbit275 14s infinite;
  animation-delay: 2.75s;
  background-color: #dc3545; }

@keyframes orbit275 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-295deg) rotateY(308deg) translateX(120px) rotateZ(295deg); }
  80% {
    transform: rotateZ(-295deg) rotateY(308deg) translateX(120px) rotateZ(295deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-295deg) rotateY(308deg) translateX(360px) rotateZ(295deg); } }
.c:nth-child(276) {
  animation: orbit276 14s infinite;
  animation-delay: 2.76s;
  background-color: #dc3545; }

@keyframes orbit276 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-211deg) rotateY(271deg) translateX(120px) rotateZ(211deg); }
  80% {
    transform: rotateZ(-211deg) rotateY(271deg) translateX(120px) rotateZ(211deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-211deg) rotateY(271deg) translateX(360px) rotateZ(211deg); } }
.c:nth-child(277) {
  animation: orbit277 14s infinite;
  animation-delay: 2.77s;
  background-color: #dc3545; }

@keyframes orbit277 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-322deg) rotateY(290deg) translateX(120px) rotateZ(322deg); }
  80% {
    transform: rotateZ(-322deg) rotateY(290deg) translateX(120px) rotateZ(322deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-322deg) rotateY(290deg) translateX(360px) rotateZ(322deg); } }
.c:nth-child(278) {
  animation: orbit278 14s infinite;
  animation-delay: 2.78s;
  background-color: #dc3545; }

@keyframes orbit278 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-68deg) rotateY(63deg) translateX(120px) rotateZ(68deg); }
  80% {
    transform: rotateZ(-68deg) rotateY(63deg) translateX(120px) rotateZ(68deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-68deg) rotateY(63deg) translateX(360px) rotateZ(68deg); } }
.c:nth-child(279) {
  animation: orbit279 14s infinite;
  animation-delay: 2.79s;
  background-color: #dc3545; }

@keyframes orbit279 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-150deg) rotateY(2deg) translateX(120px) rotateZ(150deg); }
  80% {
    transform: rotateZ(-150deg) rotateY(2deg) translateX(120px) rotateZ(150deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-150deg) rotateY(2deg) translateX(360px) rotateZ(150deg); } }
.c:nth-child(280) {
  animation: orbit280 14s infinite;
  animation-delay: 2.8s;
  background-color: #dc3545; }

@keyframes orbit280 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-309deg) rotateY(256deg) translateX(120px) rotateZ(309deg); }
  80% {
    transform: rotateZ(-309deg) rotateY(256deg) translateX(120px) rotateZ(309deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-309deg) rotateY(256deg) translateX(360px) rotateZ(309deg); } }
.c:nth-child(281) {
  animation: orbit281 14s infinite;
  animation-delay: 2.81s;
  background-color: #dc3545; }

@keyframes orbit281 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-8deg) rotateY(93deg) translateX(120px) rotateZ(8deg); }
  80% {
    transform: rotateZ(-8deg) rotateY(93deg) translateX(120px) rotateZ(8deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-8deg) rotateY(93deg) translateX(360px) rotateZ(8deg); } }
.c:nth-child(282) {
  animation: orbit282 14s infinite;
  animation-delay: 2.82s;
  background-color: #dc3545; }

@keyframes orbit282 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-268deg) rotateY(301deg) translateX(120px) rotateZ(268deg); }
  80% {
    transform: rotateZ(-268deg) rotateY(301deg) translateX(120px) rotateZ(268deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-268deg) rotateY(301deg) translateX(360px) rotateZ(268deg); } }
.c:nth-child(283) {
  animation: orbit283 14s infinite;
  animation-delay: 2.83s;
  background-color: #dc3545; }

@keyframes orbit283 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-145deg) rotateY(175deg) translateX(120px) rotateZ(145deg); }
  80% {
    transform: rotateZ(-145deg) rotateY(175deg) translateX(120px) rotateZ(145deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-145deg) rotateY(175deg) translateX(360px) rotateZ(145deg); } }
.c:nth-child(284) {
  animation: orbit284 14s infinite;
  animation-delay: 2.84s;
  background-color: #dc3545; }

@keyframes orbit284 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-288deg) rotateY(116deg) translateX(120px) rotateZ(288deg); }
  80% {
    transform: rotateZ(-288deg) rotateY(116deg) translateX(120px) rotateZ(288deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-288deg) rotateY(116deg) translateX(360px) rotateZ(288deg); } }
.c:nth-child(285) {
  animation: orbit285 14s infinite;
  animation-delay: 2.85s;
  background-color: #dc3545; }

@keyframes orbit285 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-5deg) rotateY(74deg) translateX(120px) rotateZ(5deg); }
  80% {
    transform: rotateZ(-5deg) rotateY(74deg) translateX(120px) rotateZ(5deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-5deg) rotateY(74deg) translateX(360px) rotateZ(5deg); } }
.c:nth-child(286) {
  animation: orbit286 14s infinite;
  animation-delay: 2.86s;
  background-color: #dc3545; }

@keyframes orbit286 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-206deg) rotateY(73deg) translateX(120px) rotateZ(206deg); }
  80% {
    transform: rotateZ(-206deg) rotateY(73deg) translateX(120px) rotateZ(206deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-206deg) rotateY(73deg) translateX(360px) rotateZ(206deg); } }
.c:nth-child(287) {
  animation: orbit287 14s infinite;
  animation-delay: 2.87s;
  background-color: #dc3545; }

@keyframes orbit287 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-154deg) rotateY(160deg) translateX(120px) rotateZ(154deg); }
  80% {
    transform: rotateZ(-154deg) rotateY(160deg) translateX(120px) rotateZ(154deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-154deg) rotateY(160deg) translateX(360px) rotateZ(154deg); } }
.c:nth-child(288) {
  animation: orbit288 14s infinite;
  animation-delay: 2.88s;
  background-color: #dc3545; }

@keyframes orbit288 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-83deg) rotateY(122deg) translateX(120px) rotateZ(83deg); }
  80% {
    transform: rotateZ(-83deg) rotateY(122deg) translateX(120px) rotateZ(83deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-83deg) rotateY(122deg) translateX(360px) rotateZ(83deg); } }
.c:nth-child(289) {
  animation: orbit289 14s infinite;
  animation-delay: 2.89s;
  background-color: #dc3545; }

@keyframes orbit289 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-272deg) rotateY(298deg) translateX(120px) rotateZ(272deg); }
  80% {
    transform: rotateZ(-272deg) rotateY(298deg) translateX(120px) rotateZ(272deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-272deg) rotateY(298deg) translateX(360px) rotateZ(272deg); } }
.c:nth-child(290) {
  animation: orbit290 14s infinite;
  animation-delay: 2.9s;
  background-color: #dc3545; }

@keyframes orbit290 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-200deg) rotateY(360deg) translateX(120px) rotateZ(200deg); }
  80% {
    transform: rotateZ(-200deg) rotateY(360deg) translateX(120px) rotateZ(200deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-200deg) rotateY(360deg) translateX(360px) rotateZ(200deg); } }
.c:nth-child(291) {
  animation: orbit291 14s infinite;
  animation-delay: 2.91s;
  background-color: #dc3545; }

@keyframes orbit291 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-28deg) rotateY(241deg) translateX(120px) rotateZ(28deg); }
  80% {
    transform: rotateZ(-28deg) rotateY(241deg) translateX(120px) rotateZ(28deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-28deg) rotateY(241deg) translateX(360px) rotateZ(28deg); } }
.c:nth-child(292) {
  animation: orbit292 14s infinite;
  animation-delay: 2.92s;
  background-color: #dc3545; }

@keyframes orbit292 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-270deg) rotateY(266deg) translateX(120px) rotateZ(270deg); }
  80% {
    transform: rotateZ(-270deg) rotateY(266deg) translateX(120px) rotateZ(270deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-270deg) rotateY(266deg) translateX(360px) rotateZ(270deg); } }
.c:nth-child(293) {
  animation: orbit293 14s infinite;
  animation-delay: 2.93s;
  background-color: #dc3545; }

@keyframes orbit293 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-200deg) rotateY(197deg) translateX(120px) rotateZ(200deg); }
  80% {
    transform: rotateZ(-200deg) rotateY(197deg) translateX(120px) rotateZ(200deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-200deg) rotateY(197deg) translateX(360px) rotateZ(200deg); } }
.c:nth-child(294) {
  animation: orbit294 14s infinite;
  animation-delay: 2.94s;
  background-color: #dc3545; }

@keyframes orbit294 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-209deg) rotateY(206deg) translateX(120px) rotateZ(209deg); }
  80% {
    transform: rotateZ(-209deg) rotateY(206deg) translateX(120px) rotateZ(209deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-209deg) rotateY(206deg) translateX(360px) rotateZ(209deg); } }
.c:nth-child(295) {
  animation: orbit295 14s infinite;
  animation-delay: 2.95s;
  background-color: #dc3545; }

@keyframes orbit295 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-259deg) rotateY(330deg) translateX(120px) rotateZ(259deg); }
  80% {
    transform: rotateZ(-259deg) rotateY(330deg) translateX(120px) rotateZ(259deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-259deg) rotateY(330deg) translateX(360px) rotateZ(259deg); } }
.c:nth-child(296) {
  animation: orbit296 14s infinite;
  animation-delay: 2.96s;
  background-color: #dc3545; }

@keyframes orbit296 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-270deg) rotateY(100deg) translateX(120px) rotateZ(270deg); }
  80% {
    transform: rotateZ(-270deg) rotateY(100deg) translateX(120px) rotateZ(270deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-270deg) rotateY(100deg) translateX(360px) rotateZ(270deg); } }
.c:nth-child(297) {
  animation: orbit297 14s infinite;
  animation-delay: 2.97s;
  background-color: #dc3545; }

@keyframes orbit297 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-112deg) rotateY(325deg) translateX(120px) rotateZ(112deg); }
  80% {
    transform: rotateZ(-112deg) rotateY(325deg) translateX(120px) rotateZ(112deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-112deg) rotateY(325deg) translateX(360px) rotateZ(112deg); } }
.c:nth-child(298) {
  animation: orbit298 14s infinite;
  animation-delay: 2.98s;
  background-color: #dc3545; }

@keyframes orbit298 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-190deg) rotateY(109deg) translateX(120px) rotateZ(190deg); }
  80% {
    transform: rotateZ(-190deg) rotateY(109deg) translateX(120px) rotateZ(190deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-190deg) rotateY(109deg) translateX(360px) rotateZ(190deg); } }
.c:nth-child(299) {
  animation: orbit299 14s infinite;
  animation-delay: 2.99s;
  background-color: #dc3545; }

@keyframes orbit299 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-98deg) rotateY(302deg) translateX(120px) rotateZ(98deg); }
  80% {
    transform: rotateZ(-98deg) rotateY(302deg) translateX(120px) rotateZ(98deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-98deg) rotateY(302deg) translateX(360px) rotateZ(98deg); } }
.c:nth-child(300) {
  animation: orbit300 14s infinite;
  animation-delay: 3s;
  background-color: #dc3545; }

@keyframes orbit300 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-266deg) rotateY(128deg) translateX(120px) rotateZ(266deg); }
  80% {
    transform: rotateZ(-266deg) rotateY(128deg) translateX(120px) rotateZ(266deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-266deg) rotateY(128deg) translateX(360px) rotateZ(266deg); } }
.c:nth-child(301) {
  animation: orbit301 14s infinite;
  animation-delay: 3.01s;
  background-color: #dc3545; }

@keyframes orbit301 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-305deg) rotateY(17deg) translateX(120px) rotateZ(305deg); }
  80% {
    transform: rotateZ(-305deg) rotateY(17deg) translateX(120px) rotateZ(305deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-305deg) rotateY(17deg) translateX(360px) rotateZ(305deg); } }
.c:nth-child(302) {
  animation: orbit302 14s infinite;
  animation-delay: 3.02s;
  background-color: #dc3545; }

@keyframes orbit302 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-360deg) rotateY(181deg) translateX(120px) rotateZ(360deg); }
  80% {
    transform: rotateZ(-360deg) rotateY(181deg) translateX(120px) rotateZ(360deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-360deg) rotateY(181deg) translateX(360px) rotateZ(360deg); } }
.c:nth-child(303) {
  animation: orbit303 14s infinite;
  animation-delay: 3.03s;
  background-color: #dc3545; }

@keyframes orbit303 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-139deg) rotateY(333deg) translateX(120px) rotateZ(139deg); }
  80% {
    transform: rotateZ(-139deg) rotateY(333deg) translateX(120px) rotateZ(139deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-139deg) rotateY(333deg) translateX(360px) rotateZ(139deg); } }
.c:nth-child(304) {
  animation: orbit304 14s infinite;
  animation-delay: 3.04s;
  background-color: #dc3545; }

@keyframes orbit304 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-114deg) rotateY(350deg) translateX(120px) rotateZ(114deg); }
  80% {
    transform: rotateZ(-114deg) rotateY(350deg) translateX(120px) rotateZ(114deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-114deg) rotateY(350deg) translateX(360px) rotateZ(114deg); } }
.c:nth-child(305) {
  animation: orbit305 14s infinite;
  animation-delay: 3.05s;
  background-color: #dc3545; }

@keyframes orbit305 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-135deg) rotateY(149deg) translateX(120px) rotateZ(135deg); }
  80% {
    transform: rotateZ(-135deg) rotateY(149deg) translateX(120px) rotateZ(135deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-135deg) rotateY(149deg) translateX(360px) rotateZ(135deg); } }
.c:nth-child(306) {
  animation: orbit306 14s infinite;
  animation-delay: 3.06s;
  background-color: #dc3545; }

@keyframes orbit306 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-9deg) rotateY(231deg) translateX(120px) rotateZ(9deg); }
  80% {
    transform: rotateZ(-9deg) rotateY(231deg) translateX(120px) rotateZ(9deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-9deg) rotateY(231deg) translateX(360px) rotateZ(9deg); } }
.c:nth-child(307) {
  animation: orbit307 14s infinite;
  animation-delay: 3.07s;
  background-color: #dc3545; }

@keyframes orbit307 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-122deg) rotateY(306deg) translateX(120px) rotateZ(122deg); }
  80% {
    transform: rotateZ(-122deg) rotateY(306deg) translateX(120px) rotateZ(122deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-122deg) rotateY(306deg) translateX(360px) rotateZ(122deg); } }
.c:nth-child(308) {
  animation: orbit308 14s infinite;
  animation-delay: 3.08s;
  background-color: #dc3545; }

@keyframes orbit308 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-130deg) rotateY(84deg) translateX(120px) rotateZ(130deg); }
  80% {
    transform: rotateZ(-130deg) rotateY(84deg) translateX(120px) rotateZ(130deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-130deg) rotateY(84deg) translateX(360px) rotateZ(130deg); } }
.c:nth-child(309) {
  animation: orbit309 14s infinite;
  animation-delay: 3.09s;
  background-color: #dc3545; }

@keyframes orbit309 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-264deg) rotateY(218deg) translateX(120px) rotateZ(264deg); }
  80% {
    transform: rotateZ(-264deg) rotateY(218deg) translateX(120px) rotateZ(264deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-264deg) rotateY(218deg) translateX(360px) rotateZ(264deg); } }
.c:nth-child(310) {
  animation: orbit310 14s infinite;
  animation-delay: 3.1s;
  background-color: #dc3545; }

@keyframes orbit310 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-20deg) rotateY(311deg) translateX(120px) rotateZ(20deg); }
  80% {
    transform: rotateZ(-20deg) rotateY(311deg) translateX(120px) rotateZ(20deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-20deg) rotateY(311deg) translateX(360px) rotateZ(20deg); } }
.c:nth-child(311) {
  animation: orbit311 14s infinite;
  animation-delay: 3.11s;
  background-color: #dc3545; }

@keyframes orbit311 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-206deg) rotateY(101deg) translateX(120px) rotateZ(206deg); }
  80% {
    transform: rotateZ(-206deg) rotateY(101deg) translateX(120px) rotateZ(206deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-206deg) rotateY(101deg) translateX(360px) rotateZ(206deg); } }
.c:nth-child(312) {
  animation: orbit312 14s infinite;
  animation-delay: 3.12s;
  background-color: #dc3545; }

@keyframes orbit312 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-94deg) rotateY(171deg) translateX(120px) rotateZ(94deg); }
  80% {
    transform: rotateZ(-94deg) rotateY(171deg) translateX(120px) rotateZ(94deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-94deg) rotateY(171deg) translateX(360px) rotateZ(94deg); } }
.c:nth-child(313) {
  animation: orbit313 14s infinite;
  animation-delay: 3.13s;
  background-color: #dc3545; }

@keyframes orbit313 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-240deg) rotateY(311deg) translateX(120px) rotateZ(240deg); }
  80% {
    transform: rotateZ(-240deg) rotateY(311deg) translateX(120px) rotateZ(240deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-240deg) rotateY(311deg) translateX(360px) rotateZ(240deg); } }
.c:nth-child(314) {
  animation: orbit314 14s infinite;
  animation-delay: 3.14s;
  background-color: #dc3545; }

@keyframes orbit314 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-38deg) rotateY(353deg) translateX(120px) rotateZ(38deg); }
  80% {
    transform: rotateZ(-38deg) rotateY(353deg) translateX(120px) rotateZ(38deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-38deg) rotateY(353deg) translateX(360px) rotateZ(38deg); } }
.c:nth-child(315) {
  animation: orbit315 14s infinite;
  animation-delay: 3.15s;
  background-color: #dc3545; }

@keyframes orbit315 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-205deg) rotateY(274deg) translateX(120px) rotateZ(205deg); }
  80% {
    transform: rotateZ(-205deg) rotateY(274deg) translateX(120px) rotateZ(205deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-205deg) rotateY(274deg) translateX(360px) rotateZ(205deg); } }
.c:nth-child(316) {
  animation: orbit316 14s infinite;
  animation-delay: 3.16s;
  background-color: #dc3545; }

@keyframes orbit316 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-85deg) rotateY(268deg) translateX(120px) rotateZ(85deg); }
  80% {
    transform: rotateZ(-85deg) rotateY(268deg) translateX(120px) rotateZ(85deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-85deg) rotateY(268deg) translateX(360px) rotateZ(85deg); } }
.c:nth-child(317) {
  animation: orbit317 14s infinite;
  animation-delay: 3.17s;
  background-color: #dc3545; }

@keyframes orbit317 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-44deg) rotateY(132deg) translateX(120px) rotateZ(44deg); }
  80% {
    transform: rotateZ(-44deg) rotateY(132deg) translateX(120px) rotateZ(44deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-44deg) rotateY(132deg) translateX(360px) rotateZ(44deg); } }
.c:nth-child(318) {
  animation: orbit318 14s infinite;
  animation-delay: 3.18s;
  background-color: #dc3545; }

@keyframes orbit318 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-103deg) rotateY(125deg) translateX(120px) rotateZ(103deg); }
  80% {
    transform: rotateZ(-103deg) rotateY(125deg) translateX(120px) rotateZ(103deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-103deg) rotateY(125deg) translateX(360px) rotateZ(103deg); } }
.c:nth-child(319) {
  animation: orbit319 14s infinite;
  animation-delay: 3.19s;
  background-color: #dc3545; }

@keyframes orbit319 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-230deg) rotateY(26deg) translateX(120px) rotateZ(230deg); }
  80% {
    transform: rotateZ(-230deg) rotateY(26deg) translateX(120px) rotateZ(230deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-230deg) rotateY(26deg) translateX(360px) rotateZ(230deg); } }
.c:nth-child(320) {
  animation: orbit320 14s infinite;
  animation-delay: 3.2s;
  background-color: #dc3545; }

@keyframes orbit320 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-245deg) rotateY(53deg) translateX(120px) rotateZ(245deg); }
  80% {
    transform: rotateZ(-245deg) rotateY(53deg) translateX(120px) rotateZ(245deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-245deg) rotateY(53deg) translateX(360px) rotateZ(245deg); } }
.c:nth-child(321) {
  animation: orbit321 14s infinite;
  animation-delay: 3.21s;
  background-color: #dc3545; }

@keyframes orbit321 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-353deg) rotateY(301deg) translateX(120px) rotateZ(353deg); }
  80% {
    transform: rotateZ(-353deg) rotateY(301deg) translateX(120px) rotateZ(353deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-353deg) rotateY(301deg) translateX(360px) rotateZ(353deg); } }
.c:nth-child(322) {
  animation: orbit322 14s infinite;
  animation-delay: 3.22s;
  background-color: #dc3545; }

@keyframes orbit322 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-123deg) rotateY(133deg) translateX(120px) rotateZ(123deg); }
  80% {
    transform: rotateZ(-123deg) rotateY(133deg) translateX(120px) rotateZ(123deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-123deg) rotateY(133deg) translateX(360px) rotateZ(123deg); } }
.c:nth-child(323) {
  animation: orbit323 14s infinite;
  animation-delay: 3.23s;
  background-color: #dc3545; }

@keyframes orbit323 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-277deg) rotateY(255deg) translateX(120px) rotateZ(277deg); }
  80% {
    transform: rotateZ(-277deg) rotateY(255deg) translateX(120px) rotateZ(277deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-277deg) rotateY(255deg) translateX(360px) rotateZ(277deg); } }
.c:nth-child(324) {
  animation: orbit324 14s infinite;
  animation-delay: 3.24s;
  background-color: #dc3545; }

@keyframes orbit324 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-103deg) rotateY(85deg) translateX(120px) rotateZ(103deg); }
  80% {
    transform: rotateZ(-103deg) rotateY(85deg) translateX(120px) rotateZ(103deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-103deg) rotateY(85deg) translateX(360px) rotateZ(103deg); } }
.c:nth-child(325) {
  animation: orbit325 14s infinite;
  animation-delay: 3.25s;
  background-color: #dc3545; }

@keyframes orbit325 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-122deg) rotateY(293deg) translateX(120px) rotateZ(122deg); }
  80% {
    transform: rotateZ(-122deg) rotateY(293deg) translateX(120px) rotateZ(122deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-122deg) rotateY(293deg) translateX(360px) rotateZ(122deg); } }
.c:nth-child(326) {
  animation: orbit326 14s infinite;
  animation-delay: 3.26s;
  background-color: #dc3545; }

@keyframes orbit326 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-232deg) rotateY(62deg) translateX(120px) rotateZ(232deg); }
  80% {
    transform: rotateZ(-232deg) rotateY(62deg) translateX(120px) rotateZ(232deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-232deg) rotateY(62deg) translateX(360px) rotateZ(232deg); } }
.c:nth-child(327) {
  animation: orbit327 14s infinite;
  animation-delay: 3.27s;
  background-color: #dc3545; }

@keyframes orbit327 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-168deg) rotateY(43deg) translateX(120px) rotateZ(168deg); }
  80% {
    transform: rotateZ(-168deg) rotateY(43deg) translateX(120px) rotateZ(168deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-168deg) rotateY(43deg) translateX(360px) rotateZ(168deg); } }
.c:nth-child(328) {
  animation: orbit328 14s infinite;
  animation-delay: 3.28s;
  background-color: #dc3545; }

@keyframes orbit328 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-157deg) rotateY(194deg) translateX(120px) rotateZ(157deg); }
  80% {
    transform: rotateZ(-157deg) rotateY(194deg) translateX(120px) rotateZ(157deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-157deg) rotateY(194deg) translateX(360px) rotateZ(157deg); } }
.c:nth-child(329) {
  animation: orbit329 14s infinite;
  animation-delay: 3.29s;
  background-color: #dc3545; }

@keyframes orbit329 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-145deg) rotateY(203deg) translateX(120px) rotateZ(145deg); }
  80% {
    transform: rotateZ(-145deg) rotateY(203deg) translateX(120px) rotateZ(145deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-145deg) rotateY(203deg) translateX(360px) rotateZ(145deg); } }
.c:nth-child(330) {
  animation: orbit330 14s infinite;
  animation-delay: 3.3s;
  background-color: #dc3545; }

@keyframes orbit330 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-287deg) rotateY(137deg) translateX(120px) rotateZ(287deg); }
  80% {
    transform: rotateZ(-287deg) rotateY(137deg) translateX(120px) rotateZ(287deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-287deg) rotateY(137deg) translateX(360px) rotateZ(287deg); } }
.c:nth-child(331) {
  animation: orbit331 14s infinite;
  animation-delay: 3.31s;
  background-color: #dc3545; }

@keyframes orbit331 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-151deg) rotateY(352deg) translateX(120px) rotateZ(151deg); }
  80% {
    transform: rotateZ(-151deg) rotateY(352deg) translateX(120px) rotateZ(151deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-151deg) rotateY(352deg) translateX(360px) rotateZ(151deg); } }
.c:nth-child(332) {
  animation: orbit332 14s infinite;
  animation-delay: 3.32s;
  background-color: #dc3545; }

@keyframes orbit332 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-119deg) rotateY(303deg) translateX(120px) rotateZ(119deg); }
  80% {
    transform: rotateZ(-119deg) rotateY(303deg) translateX(120px) rotateZ(119deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-119deg) rotateY(303deg) translateX(360px) rotateZ(119deg); } }
.c:nth-child(333) {
  animation: orbit333 14s infinite;
  animation-delay: 3.33s;
  background-color: #dc3545; }

@keyframes orbit333 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-287deg) rotateY(176deg) translateX(120px) rotateZ(287deg); }
  80% {
    transform: rotateZ(-287deg) rotateY(176deg) translateX(120px) rotateZ(287deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-287deg) rotateY(176deg) translateX(360px) rotateZ(287deg); } }
.c:nth-child(334) {
  animation: orbit334 14s infinite;
  animation-delay: 3.34s;
  background-color: #dc3545; }

@keyframes orbit334 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-271deg) rotateY(139deg) translateX(120px) rotateZ(271deg); }
  80% {
    transform: rotateZ(-271deg) rotateY(139deg) translateX(120px) rotateZ(271deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-271deg) rotateY(139deg) translateX(360px) rotateZ(271deg); } }
.c:nth-child(335) {
  animation: orbit335 14s infinite;
  animation-delay: 3.35s;
  background-color: #dc3545; }

@keyframes orbit335 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-197deg) rotateY(296deg) translateX(120px) rotateZ(197deg); }
  80% {
    transform: rotateZ(-197deg) rotateY(296deg) translateX(120px) rotateZ(197deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-197deg) rotateY(296deg) translateX(360px) rotateZ(197deg); } }
.c:nth-child(336) {
  animation: orbit336 14s infinite;
  animation-delay: 3.36s;
  background-color: #dc3545; }

@keyframes orbit336 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-312deg) rotateY(304deg) translateX(120px) rotateZ(312deg); }
  80% {
    transform: rotateZ(-312deg) rotateY(304deg) translateX(120px) rotateZ(312deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-312deg) rotateY(304deg) translateX(360px) rotateZ(312deg); } }
.c:nth-child(337) {
  animation: orbit337 14s infinite;
  animation-delay: 3.37s;
  background-color: #dc3545; }

@keyframes orbit337 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-106deg) rotateY(315deg) translateX(120px) rotateZ(106deg); }
  80% {
    transform: rotateZ(-106deg) rotateY(315deg) translateX(120px) rotateZ(106deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-106deg) rotateY(315deg) translateX(360px) rotateZ(106deg); } }
.c:nth-child(338) {
  animation: orbit338 14s infinite;
  animation-delay: 3.38s;
  background-color: #dc3545; }

@keyframes orbit338 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-353deg) rotateY(290deg) translateX(120px) rotateZ(353deg); }
  80% {
    transform: rotateZ(-353deg) rotateY(290deg) translateX(120px) rotateZ(353deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-353deg) rotateY(290deg) translateX(360px) rotateZ(353deg); } }
.c:nth-child(339) {
  animation: orbit339 14s infinite;
  animation-delay: 3.39s;
  background-color: #dc3545; }

@keyframes orbit339 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-192deg) rotateY(75deg) translateX(120px) rotateZ(192deg); }
  80% {
    transform: rotateZ(-192deg) rotateY(75deg) translateX(120px) rotateZ(192deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-192deg) rotateY(75deg) translateX(360px) rotateZ(192deg); } }
.c:nth-child(340) {
  animation: orbit340 14s infinite;
  animation-delay: 3.4s;
  background-color: #dc3545; }

@keyframes orbit340 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-353deg) rotateY(344deg) translateX(120px) rotateZ(353deg); }
  80% {
    transform: rotateZ(-353deg) rotateY(344deg) translateX(120px) rotateZ(353deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-353deg) rotateY(344deg) translateX(360px) rotateZ(353deg); } }
.c:nth-child(341) {
  animation: orbit341 14s infinite;
  animation-delay: 3.41s;
  background-color: #dc3545; }

@keyframes orbit341 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-31deg) rotateY(65deg) translateX(120px) rotateZ(31deg); }
  80% {
    transform: rotateZ(-31deg) rotateY(65deg) translateX(120px) rotateZ(31deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-31deg) rotateY(65deg) translateX(360px) rotateZ(31deg); } }
.c:nth-child(342) {
  animation: orbit342 14s infinite;
  animation-delay: 3.42s;
  background-color: #dc3545; }

@keyframes orbit342 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-334deg) rotateY(276deg) translateX(120px) rotateZ(334deg); }
  80% {
    transform: rotateZ(-334deg) rotateY(276deg) translateX(120px) rotateZ(334deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-334deg) rotateY(276deg) translateX(360px) rotateZ(334deg); } }
.c:nth-child(343) {
  animation: orbit343 14s infinite;
  animation-delay: 3.43s;
  background-color: #dc3545; }

@keyframes orbit343 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-52deg) rotateY(6deg) translateX(120px) rotateZ(52deg); }
  80% {
    transform: rotateZ(-52deg) rotateY(6deg) translateX(120px) rotateZ(52deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-52deg) rotateY(6deg) translateX(360px) rotateZ(52deg); } }
.c:nth-child(344) {
  animation: orbit344 14s infinite;
  animation-delay: 3.44s;
  background-color: #dc3545; }

@keyframes orbit344 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-69deg) rotateY(148deg) translateX(120px) rotateZ(69deg); }
  80% {
    transform: rotateZ(-69deg) rotateY(148deg) translateX(120px) rotateZ(69deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-69deg) rotateY(148deg) translateX(360px) rotateZ(69deg); } }
.c:nth-child(345) {
  animation: orbit345 14s infinite;
  animation-delay: 3.45s;
  background-color: #dc3545; }

@keyframes orbit345 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-213deg) rotateY(265deg) translateX(120px) rotateZ(213deg); }
  80% {
    transform: rotateZ(-213deg) rotateY(265deg) translateX(120px) rotateZ(213deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-213deg) rotateY(265deg) translateX(360px) rotateZ(213deg); } }
.c:nth-child(346) {
  animation: orbit346 14s infinite;
  animation-delay: 3.46s;
  background-color: #dc3545; }

@keyframes orbit346 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-106deg) rotateY(197deg) translateX(120px) rotateZ(106deg); }
  80% {
    transform: rotateZ(-106deg) rotateY(197deg) translateX(120px) rotateZ(106deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-106deg) rotateY(197deg) translateX(360px) rotateZ(106deg); } }
.c:nth-child(347) {
  animation: orbit347 14s infinite;
  animation-delay: 3.47s;
  background-color: #dc3545; }

@keyframes orbit347 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-277deg) rotateY(337deg) translateX(120px) rotateZ(277deg); }
  80% {
    transform: rotateZ(-277deg) rotateY(337deg) translateX(120px) rotateZ(277deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-277deg) rotateY(337deg) translateX(360px) rotateZ(277deg); } }
.c:nth-child(348) {
  animation: orbit348 14s infinite;
  animation-delay: 3.48s;
  background-color: #dc3545; }

@keyframes orbit348 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-52deg) rotateY(266deg) translateX(120px) rotateZ(52deg); }
  80% {
    transform: rotateZ(-52deg) rotateY(266deg) translateX(120px) rotateZ(52deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-52deg) rotateY(266deg) translateX(360px) rotateZ(52deg); } }
.c:nth-child(349) {
  animation: orbit349 14s infinite;
  animation-delay: 3.49s;
  background-color: #dc3545; }

@keyframes orbit349 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-192deg) rotateY(110deg) translateX(120px) rotateZ(192deg); }
  80% {
    transform: rotateZ(-192deg) rotateY(110deg) translateX(120px) rotateZ(192deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-192deg) rotateY(110deg) translateX(360px) rotateZ(192deg); } }
.c:nth-child(350) {
  animation: orbit350 14s infinite;
  animation-delay: 3.5s;
  background-color: #dc3545; }

@keyframes orbit350 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-33deg) rotateY(313deg) translateX(120px) rotateZ(33deg); }
  80% {
    transform: rotateZ(-33deg) rotateY(313deg) translateX(120px) rotateZ(33deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-33deg) rotateY(313deg) translateX(360px) rotateZ(33deg); } }
.c:nth-child(351) {
  animation: orbit351 14s infinite;
  animation-delay: 3.51s;
  background-color: #dc3545; }

@keyframes orbit351 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-213deg) rotateY(274deg) translateX(120px) rotateZ(213deg); }
  80% {
    transform: rotateZ(-213deg) rotateY(274deg) translateX(120px) rotateZ(213deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-213deg) rotateY(274deg) translateX(360px) rotateZ(213deg); } }
.c:nth-child(352) {
  animation: orbit352 14s infinite;
  animation-delay: 3.52s;
  background-color: #dc3545; }

@keyframes orbit352 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-254deg) rotateY(176deg) translateX(120px) rotateZ(254deg); }
  80% {
    transform: rotateZ(-254deg) rotateY(176deg) translateX(120px) rotateZ(254deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-254deg) rotateY(176deg) translateX(360px) rotateZ(254deg); } }
.c:nth-child(353) {
  animation: orbit353 14s infinite;
  animation-delay: 3.53s;
  background-color: #dc3545; }

@keyframes orbit353 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-220deg) rotateY(206deg) translateX(120px) rotateZ(220deg); }
  80% {
    transform: rotateZ(-220deg) rotateY(206deg) translateX(120px) rotateZ(220deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-220deg) rotateY(206deg) translateX(360px) rotateZ(220deg); } }
.c:nth-child(354) {
  animation: orbit354 14s infinite;
  animation-delay: 3.54s;
  background-color: #dc3545; }

@keyframes orbit354 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-209deg) rotateY(121deg) translateX(120px) rotateZ(209deg); }
  80% {
    transform: rotateZ(-209deg) rotateY(121deg) translateX(120px) rotateZ(209deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-209deg) rotateY(121deg) translateX(360px) rotateZ(209deg); } }
.c:nth-child(355) {
  animation: orbit355 14s infinite;
  animation-delay: 3.55s;
  background-color: #dc3545; }

@keyframes orbit355 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-103deg) rotateY(9deg) translateX(120px) rotateZ(103deg); }
  80% {
    transform: rotateZ(-103deg) rotateY(9deg) translateX(120px) rotateZ(103deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-103deg) rotateY(9deg) translateX(360px) rotateZ(103deg); } }
.c:nth-child(356) {
  animation: orbit356 14s infinite;
  animation-delay: 3.56s;
  background-color: #dc3545; }

@keyframes orbit356 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-190deg) rotateY(108deg) translateX(120px) rotateZ(190deg); }
  80% {
    transform: rotateZ(-190deg) rotateY(108deg) translateX(120px) rotateZ(190deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-190deg) rotateY(108deg) translateX(360px) rotateZ(190deg); } }
.c:nth-child(357) {
  animation: orbit357 14s infinite;
  animation-delay: 3.57s;
  background-color: #dc3545; }

@keyframes orbit357 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-343deg) rotateY(354deg) translateX(120px) rotateZ(343deg); }
  80% {
    transform: rotateZ(-343deg) rotateY(354deg) translateX(120px) rotateZ(343deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-343deg) rotateY(354deg) translateX(360px) rotateZ(343deg); } }
.c:nth-child(358) {
  animation: orbit358 14s infinite;
  animation-delay: 3.58s;
  background-color: #dc3545; }

@keyframes orbit358 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-280deg) rotateY(68deg) translateX(120px) rotateZ(280deg); }
  80% {
    transform: rotateZ(-280deg) rotateY(68deg) translateX(120px) rotateZ(280deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-280deg) rotateY(68deg) translateX(360px) rotateZ(280deg); } }
.c:nth-child(359) {
  animation: orbit359 14s infinite;
  animation-delay: 3.59s;
  background-color: #dc3545; }

@keyframes orbit359 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-203deg) rotateY(128deg) translateX(120px) rotateZ(203deg); }
  80% {
    transform: rotateZ(-203deg) rotateY(128deg) translateX(120px) rotateZ(203deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-203deg) rotateY(128deg) translateX(360px) rotateZ(203deg); } }
.c:nth-child(360) {
  animation: orbit360 14s infinite;
  animation-delay: 3.6s;
  background-color: #dc3545; }

@keyframes orbit360 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-243deg) rotateY(152deg) translateX(120px) rotateZ(243deg); }
  80% {
    transform: rotateZ(-243deg) rotateY(152deg) translateX(120px) rotateZ(243deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-243deg) rotateY(152deg) translateX(360px) rotateZ(243deg); } }
.c:nth-child(361) {
  animation: orbit361 14s infinite;
  animation-delay: 3.61s;
  background-color: #dc3545; }

@keyframes orbit361 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-199deg) rotateY(112deg) translateX(120px) rotateZ(199deg); }
  80% {
    transform: rotateZ(-199deg) rotateY(112deg) translateX(120px) rotateZ(199deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-199deg) rotateY(112deg) translateX(360px) rotateZ(199deg); } }
.c:nth-child(362) {
  animation: orbit362 14s infinite;
  animation-delay: 3.62s;
  background-color: #dc3545; }

@keyframes orbit362 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-349deg) rotateY(233deg) translateX(120px) rotateZ(349deg); }
  80% {
    transform: rotateZ(-349deg) rotateY(233deg) translateX(120px) rotateZ(349deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-349deg) rotateY(233deg) translateX(360px) rotateZ(349deg); } }
.c:nth-child(363) {
  animation: orbit363 14s infinite;
  animation-delay: 3.63s;
  background-color: #dc3545; }

@keyframes orbit363 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-213deg) rotateY(273deg) translateX(120px) rotateZ(213deg); }
  80% {
    transform: rotateZ(-213deg) rotateY(273deg) translateX(120px) rotateZ(213deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-213deg) rotateY(273deg) translateX(360px) rotateZ(213deg); } }
.c:nth-child(364) {
  animation: orbit364 14s infinite;
  animation-delay: 3.64s;
  background-color: #dc3545; }

@keyframes orbit364 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-5deg) rotateY(284deg) translateX(120px) rotateZ(5deg); }
  80% {
    transform: rotateZ(-5deg) rotateY(284deg) translateX(120px) rotateZ(5deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-5deg) rotateY(284deg) translateX(360px) rotateZ(5deg); } }
.c:nth-child(365) {
  animation: orbit365 14s infinite;
  animation-delay: 3.65s;
  background-color: #dc3545; }

@keyframes orbit365 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-34deg) rotateY(283deg) translateX(120px) rotateZ(34deg); }
  80% {
    transform: rotateZ(-34deg) rotateY(283deg) translateX(120px) rotateZ(34deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-34deg) rotateY(283deg) translateX(360px) rotateZ(34deg); } }
.c:nth-child(366) {
  animation: orbit366 14s infinite;
  animation-delay: 3.66s;
  background-color: #dc3545; }

@keyframes orbit366 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-278deg) rotateY(103deg) translateX(120px) rotateZ(278deg); }
  80% {
    transform: rotateZ(-278deg) rotateY(103deg) translateX(120px) rotateZ(278deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-278deg) rotateY(103deg) translateX(360px) rotateZ(278deg); } }
.c:nth-child(367) {
  animation: orbit367 14s infinite;
  animation-delay: 3.67s;
  background-color: #dc3545; }

@keyframes orbit367 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-20deg) rotateY(69deg) translateX(120px) rotateZ(20deg); }
  80% {
    transform: rotateZ(-20deg) rotateY(69deg) translateX(120px) rotateZ(20deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-20deg) rotateY(69deg) translateX(360px) rotateZ(20deg); } }
.c:nth-child(368) {
  animation: orbit368 14s infinite;
  animation-delay: 3.68s;
  background-color: #dc3545; }

@keyframes orbit368 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-122deg) rotateY(292deg) translateX(120px) rotateZ(122deg); }
  80% {
    transform: rotateZ(-122deg) rotateY(292deg) translateX(120px) rotateZ(122deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-122deg) rotateY(292deg) translateX(360px) rotateZ(122deg); } }
.c:nth-child(369) {
  animation: orbit369 14s infinite;
  animation-delay: 3.69s;
  background-color: #dc3545; }

@keyframes orbit369 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-210deg) rotateY(74deg) translateX(120px) rotateZ(210deg); }
  80% {
    transform: rotateZ(-210deg) rotateY(74deg) translateX(120px) rotateZ(210deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-210deg) rotateY(74deg) translateX(360px) rotateZ(210deg); } }
.c:nth-child(370) {
  animation: orbit370 14s infinite;
  animation-delay: 3.7s;
  background-color: #dc3545; }

@keyframes orbit370 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-187deg) rotateY(39deg) translateX(120px) rotateZ(187deg); }
  80% {
    transform: rotateZ(-187deg) rotateY(39deg) translateX(120px) rotateZ(187deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-187deg) rotateY(39deg) translateX(360px) rotateZ(187deg); } }
.c:nth-child(371) {
  animation: orbit371 14s infinite;
  animation-delay: 3.71s;
  background-color: #dc3545; }

@keyframes orbit371 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-219deg) rotateY(226deg) translateX(120px) rotateZ(219deg); }
  80% {
    transform: rotateZ(-219deg) rotateY(226deg) translateX(120px) rotateZ(219deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-219deg) rotateY(226deg) translateX(360px) rotateZ(219deg); } }
.c:nth-child(372) {
  animation: orbit372 14s infinite;
  animation-delay: 3.72s;
  background-color: #dc3545; }

@keyframes orbit372 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-227deg) rotateY(152deg) translateX(120px) rotateZ(227deg); }
  80% {
    transform: rotateZ(-227deg) rotateY(152deg) translateX(120px) rotateZ(227deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-227deg) rotateY(152deg) translateX(360px) rotateZ(227deg); } }
.c:nth-child(373) {
  animation: orbit373 14s infinite;
  animation-delay: 3.73s;
  background-color: #dc3545; }

@keyframes orbit373 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-341deg) rotateY(316deg) translateX(120px) rotateZ(341deg); }
  80% {
    transform: rotateZ(-341deg) rotateY(316deg) translateX(120px) rotateZ(341deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-341deg) rotateY(316deg) translateX(360px) rotateZ(341deg); } }
.c:nth-child(374) {
  animation: orbit374 14s infinite;
  animation-delay: 3.74s;
  background-color: #dc3545; }

@keyframes orbit374 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-111deg) rotateY(58deg) translateX(120px) rotateZ(111deg); }
  80% {
    transform: rotateZ(-111deg) rotateY(58deg) translateX(120px) rotateZ(111deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-111deg) rotateY(58deg) translateX(360px) rotateZ(111deg); } }
.c:nth-child(375) {
  animation: orbit375 14s infinite;
  animation-delay: 3.75s;
  background-color: #dc3545; }

@keyframes orbit375 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-111deg) rotateY(197deg) translateX(120px) rotateZ(111deg); }
  80% {
    transform: rotateZ(-111deg) rotateY(197deg) translateX(120px) rotateZ(111deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-111deg) rotateY(197deg) translateX(360px) rotateZ(111deg); } }
.c:nth-child(376) {
  animation: orbit376 14s infinite;
  animation-delay: 3.76s;
  background-color: #dc3545; }

@keyframes orbit376 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-118deg) rotateY(302deg) translateX(120px) rotateZ(118deg); }
  80% {
    transform: rotateZ(-118deg) rotateY(302deg) translateX(120px) rotateZ(118deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-118deg) rotateY(302deg) translateX(360px) rotateZ(118deg); } }
.c:nth-child(377) {
  animation: orbit377 14s infinite;
  animation-delay: 3.77s;
  background-color: #dc3545; }

@keyframes orbit377 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-194deg) rotateY(41deg) translateX(120px) rotateZ(194deg); }
  80% {
    transform: rotateZ(-194deg) rotateY(41deg) translateX(120px) rotateZ(194deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-194deg) rotateY(41deg) translateX(360px) rotateZ(194deg); } }
.c:nth-child(378) {
  animation: orbit378 14s infinite;
  animation-delay: 3.78s;
  background-color: #dc3545; }

@keyframes orbit378 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-135deg) rotateY(98deg) translateX(120px) rotateZ(135deg); }
  80% {
    transform: rotateZ(-135deg) rotateY(98deg) translateX(120px) rotateZ(135deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-135deg) rotateY(98deg) translateX(360px) rotateZ(135deg); } }
.c:nth-child(379) {
  animation: orbit379 14s infinite;
  animation-delay: 3.79s;
  background-color: #dc3545; }

@keyframes orbit379 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-208deg) rotateY(310deg) translateX(120px) rotateZ(208deg); }
  80% {
    transform: rotateZ(-208deg) rotateY(310deg) translateX(120px) rotateZ(208deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-208deg) rotateY(310deg) translateX(360px) rotateZ(208deg); } }
.c:nth-child(380) {
  animation: orbit380 14s infinite;
  animation-delay: 3.8s;
  background-color: #dc3545; }

@keyframes orbit380 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-319deg) rotateY(101deg) translateX(120px) rotateZ(319deg); }
  80% {
    transform: rotateZ(-319deg) rotateY(101deg) translateX(120px) rotateZ(319deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-319deg) rotateY(101deg) translateX(360px) rotateZ(319deg); } }
.c:nth-child(381) {
  animation: orbit381 14s infinite;
  animation-delay: 3.81s;
  background-color: #dc3545; }

@keyframes orbit381 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-307deg) rotateY(199deg) translateX(120px) rotateZ(307deg); }
  80% {
    transform: rotateZ(-307deg) rotateY(199deg) translateX(120px) rotateZ(307deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-307deg) rotateY(199deg) translateX(360px) rotateZ(307deg); } }
.c:nth-child(382) {
  animation: orbit382 14s infinite;
  animation-delay: 3.82s;
  background-color: #dc3545; }

@keyframes orbit382 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-112deg) rotateY(47deg) translateX(120px) rotateZ(112deg); }
  80% {
    transform: rotateZ(-112deg) rotateY(47deg) translateX(120px) rotateZ(112deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-112deg) rotateY(47deg) translateX(360px) rotateZ(112deg); } }
.c:nth-child(383) {
  animation: orbit383 14s infinite;
  animation-delay: 3.83s;
  background-color: #dc3545; }

@keyframes orbit383 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-178deg) rotateY(90deg) translateX(120px) rotateZ(178deg); }
  80% {
    transform: rotateZ(-178deg) rotateY(90deg) translateX(120px) rotateZ(178deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-178deg) rotateY(90deg) translateX(360px) rotateZ(178deg); } }
.c:nth-child(384) {
  animation: orbit384 14s infinite;
  animation-delay: 3.84s;
  background-color: #dc3545; }

@keyframes orbit384 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-40deg) rotateY(133deg) translateX(120px) rotateZ(40deg); }
  80% {
    transform: rotateZ(-40deg) rotateY(133deg) translateX(120px) rotateZ(40deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-40deg) rotateY(133deg) translateX(360px) rotateZ(40deg); } }
.c:nth-child(385) {
  animation: orbit385 14s infinite;
  animation-delay: 3.85s;
  background-color: #dc3545; }

@keyframes orbit385 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-160deg) rotateY(339deg) translateX(120px) rotateZ(160deg); }
  80% {
    transform: rotateZ(-160deg) rotateY(339deg) translateX(120px) rotateZ(160deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-160deg) rotateY(339deg) translateX(360px) rotateZ(160deg); } }
.c:nth-child(386) {
  animation: orbit386 14s infinite;
  animation-delay: 3.86s;
  background-color: #dc3545; }

@keyframes orbit386 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-25deg) rotateY(84deg) translateX(120px) rotateZ(25deg); }
  80% {
    transform: rotateZ(-25deg) rotateY(84deg) translateX(120px) rotateZ(25deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-25deg) rotateY(84deg) translateX(360px) rotateZ(25deg); } }
.c:nth-child(387) {
  animation: orbit387 14s infinite;
  animation-delay: 3.87s;
  background-color: #dc3545; }

@keyframes orbit387 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-32deg) rotateY(183deg) translateX(120px) rotateZ(32deg); }
  80% {
    transform: rotateZ(-32deg) rotateY(183deg) translateX(120px) rotateZ(32deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-32deg) rotateY(183deg) translateX(360px) rotateZ(32deg); } }
.c:nth-child(388) {
  animation: orbit388 14s infinite;
  animation-delay: 3.88s;
  background-color: #dc3545; }

@keyframes orbit388 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-193deg) rotateY(335deg) translateX(120px) rotateZ(193deg); }
  80% {
    transform: rotateZ(-193deg) rotateY(335deg) translateX(120px) rotateZ(193deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-193deg) rotateY(335deg) translateX(360px) rotateZ(193deg); } }
.c:nth-child(389) {
  animation: orbit389 14s infinite;
  animation-delay: 3.89s;
  background-color: #dc3545; }

@keyframes orbit389 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-328deg) rotateY(205deg) translateX(120px) rotateZ(328deg); }
  80% {
    transform: rotateZ(-328deg) rotateY(205deg) translateX(120px) rotateZ(328deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-328deg) rotateY(205deg) translateX(360px) rotateZ(328deg); } }
.c:nth-child(390) {
  animation: orbit390 14s infinite;
  animation-delay: 3.9s;
  background-color: #dc3545; }

@keyframes orbit390 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-35deg) rotateY(74deg) translateX(120px) rotateZ(35deg); }
  80% {
    transform: rotateZ(-35deg) rotateY(74deg) translateX(120px) rotateZ(35deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-35deg) rotateY(74deg) translateX(360px) rotateZ(35deg); } }
.c:nth-child(391) {
  animation: orbit391 14s infinite;
  animation-delay: 3.91s;
  background-color: #dc3545; }

@keyframes orbit391 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-111deg) rotateY(300deg) translateX(120px) rotateZ(111deg); }
  80% {
    transform: rotateZ(-111deg) rotateY(300deg) translateX(120px) rotateZ(111deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-111deg) rotateY(300deg) translateX(360px) rotateZ(111deg); } }
.c:nth-child(392) {
  animation: orbit392 14s infinite;
  animation-delay: 3.92s;
  background-color: #dc3545; }

@keyframes orbit392 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-257deg) rotateY(251deg) translateX(120px) rotateZ(257deg); }
  80% {
    transform: rotateZ(-257deg) rotateY(251deg) translateX(120px) rotateZ(257deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-257deg) rotateY(251deg) translateX(360px) rotateZ(257deg); } }
.c:nth-child(393) {
  animation: orbit393 14s infinite;
  animation-delay: 3.93s;
  background-color: #dc3545; }

@keyframes orbit393 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-320deg) rotateY(259deg) translateX(120px) rotateZ(320deg); }
  80% {
    transform: rotateZ(-320deg) rotateY(259deg) translateX(120px) rotateZ(320deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-320deg) rotateY(259deg) translateX(360px) rotateZ(320deg); } }
.c:nth-child(394) {
  animation: orbit394 14s infinite;
  animation-delay: 3.94s;
  background-color: #dc3545; }

@keyframes orbit394 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-56deg) rotateY(49deg) translateX(120px) rotateZ(56deg); }
  80% {
    transform: rotateZ(-56deg) rotateY(49deg) translateX(120px) rotateZ(56deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-56deg) rotateY(49deg) translateX(360px) rotateZ(56deg); } }
.c:nth-child(395) {
  animation: orbit395 14s infinite;
  animation-delay: 3.95s;
  background-color: #dc3545; }

@keyframes orbit395 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-113deg) rotateY(56deg) translateX(120px) rotateZ(113deg); }
  80% {
    transform: rotateZ(-113deg) rotateY(56deg) translateX(120px) rotateZ(113deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-113deg) rotateY(56deg) translateX(360px) rotateZ(113deg); } }
.c:nth-child(396) {
  animation: orbit396 14s infinite;
  animation-delay: 3.96s;
  background-color: #dc3545; }

@keyframes orbit396 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-302deg) rotateY(316deg) translateX(120px) rotateZ(302deg); }
  80% {
    transform: rotateZ(-302deg) rotateY(316deg) translateX(120px) rotateZ(302deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-302deg) rotateY(316deg) translateX(360px) rotateZ(302deg); } }
.c:nth-child(397) {
  animation: orbit397 14s infinite;
  animation-delay: 3.97s;
  background-color: #dc3545; }

@keyframes orbit397 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-4deg) rotateY(322deg) translateX(120px) rotateZ(4deg); }
  80% {
    transform: rotateZ(-4deg) rotateY(322deg) translateX(120px) rotateZ(4deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-4deg) rotateY(322deg) translateX(360px) rotateZ(4deg); } }
.c:nth-child(398) {
  animation: orbit398 14s infinite;
  animation-delay: 3.98s;
  background-color: #dc3545; }

@keyframes orbit398 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-55deg) rotateY(45deg) translateX(120px) rotateZ(55deg); }
  80% {
    transform: rotateZ(-55deg) rotateY(45deg) translateX(120px) rotateZ(55deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-55deg) rotateY(45deg) translateX(360px) rotateZ(55deg); } }
.c:nth-child(399) {
  animation: orbit399 14s infinite;
  animation-delay: 3.99s;
  background-color: #dc3545; }

@keyframes orbit399 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-228deg) rotateY(313deg) translateX(120px) rotateZ(228deg); }
  80% {
    transform: rotateZ(-228deg) rotateY(313deg) translateX(120px) rotateZ(228deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-228deg) rotateY(313deg) translateX(360px) rotateZ(228deg); } }
.c:nth-child(400) {
  animation: orbit400 14s infinite;
  animation-delay: 4s;
  background-color: #dc3545; }

@keyframes orbit400 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-205deg) rotateY(74deg) translateX(120px) rotateZ(205deg); }
  80% {
    transform: rotateZ(-205deg) rotateY(74deg) translateX(120px) rotateZ(205deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-205deg) rotateY(74deg) translateX(360px) rotateZ(205deg); } }
.c:nth-child(401) {
  animation: orbit401 14s infinite;
  animation-delay: 4.01s;
  background-color: #dc3545; }

@keyframes orbit401 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-248deg) rotateY(169deg) translateX(120px) rotateZ(248deg); }
  80% {
    transform: rotateZ(-248deg) rotateY(169deg) translateX(120px) rotateZ(248deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-248deg) rotateY(169deg) translateX(360px) rotateZ(248deg); } }
.c:nth-child(402) {
  animation: orbit402 14s infinite;
  animation-delay: 4.02s;
  background-color: #dc3545; }

@keyframes orbit402 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-100deg) rotateY(4deg) translateX(120px) rotateZ(100deg); }
  80% {
    transform: rotateZ(-100deg) rotateY(4deg) translateX(120px) rotateZ(100deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-100deg) rotateY(4deg) translateX(360px) rotateZ(100deg); } }
.c:nth-child(403) {
  animation: orbit403 14s infinite;
  animation-delay: 4.03s;
  background-color: #dc3545; }

@keyframes orbit403 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-118deg) rotateY(29deg) translateX(120px) rotateZ(118deg); }
  80% {
    transform: rotateZ(-118deg) rotateY(29deg) translateX(120px) rotateZ(118deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-118deg) rotateY(29deg) translateX(360px) rotateZ(118deg); } }
.c:nth-child(404) {
  animation: orbit404 14s infinite;
  animation-delay: 4.04s;
  background-color: #dc3545; }

@keyframes orbit404 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-122deg) rotateY(205deg) translateX(120px) rotateZ(122deg); }
  80% {
    transform: rotateZ(-122deg) rotateY(205deg) translateX(120px) rotateZ(122deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-122deg) rotateY(205deg) translateX(360px) rotateZ(122deg); } }
.c:nth-child(405) {
  animation: orbit405 14s infinite;
  animation-delay: 4.05s;
  background-color: #dc3545; }

@keyframes orbit405 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-133deg) rotateY(58deg) translateX(120px) rotateZ(133deg); }
  80% {
    transform: rotateZ(-133deg) rotateY(58deg) translateX(120px) rotateZ(133deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-133deg) rotateY(58deg) translateX(360px) rotateZ(133deg); } }
.c:nth-child(406) {
  animation: orbit406 14s infinite;
  animation-delay: 4.06s;
  background-color: #dc3545; }

@keyframes orbit406 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-338deg) rotateY(22deg) translateX(120px) rotateZ(338deg); }
  80% {
    transform: rotateZ(-338deg) rotateY(22deg) translateX(120px) rotateZ(338deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-338deg) rotateY(22deg) translateX(360px) rotateZ(338deg); } }
.c:nth-child(407) {
  animation: orbit407 14s infinite;
  animation-delay: 4.07s;
  background-color: #dc3545; }

@keyframes orbit407 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-59deg) rotateY(154deg) translateX(120px) rotateZ(59deg); }
  80% {
    transform: rotateZ(-59deg) rotateY(154deg) translateX(120px) rotateZ(59deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-59deg) rotateY(154deg) translateX(360px) rotateZ(59deg); } }
.c:nth-child(408) {
  animation: orbit408 14s infinite;
  animation-delay: 4.08s;
  background-color: #dc3545; }

@keyframes orbit408 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-60deg) rotateY(212deg) translateX(120px) rotateZ(60deg); }
  80% {
    transform: rotateZ(-60deg) rotateY(212deg) translateX(120px) rotateZ(60deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-60deg) rotateY(212deg) translateX(360px) rotateZ(60deg); } }
.c:nth-child(409) {
  animation: orbit409 14s infinite;
  animation-delay: 4.09s;
  background-color: #dc3545; }

@keyframes orbit409 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-142deg) rotateY(214deg) translateX(120px) rotateZ(142deg); }
  80% {
    transform: rotateZ(-142deg) rotateY(214deg) translateX(120px) rotateZ(142deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-142deg) rotateY(214deg) translateX(360px) rotateZ(142deg); } }
.c:nth-child(410) {
  animation: orbit410 14s infinite;
  animation-delay: 4.1s;
  background-color: #dc3545; }

@keyframes orbit410 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-200deg) rotateY(159deg) translateX(120px) rotateZ(200deg); }
  80% {
    transform: rotateZ(-200deg) rotateY(159deg) translateX(120px) rotateZ(200deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-200deg) rotateY(159deg) translateX(360px) rotateZ(200deg); } }
.c:nth-child(411) {
  animation: orbit411 14s infinite;
  animation-delay: 4.11s;
  background-color: #dc3545; }

@keyframes orbit411 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-258deg) rotateY(121deg) translateX(120px) rotateZ(258deg); }
  80% {
    transform: rotateZ(-258deg) rotateY(121deg) translateX(120px) rotateZ(258deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-258deg) rotateY(121deg) translateX(360px) rotateZ(258deg); } }
.c:nth-child(412) {
  animation: orbit412 14s infinite;
  animation-delay: 4.12s;
  background-color: #dc3545; }

@keyframes orbit412 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-161deg) rotateY(89deg) translateX(120px) rotateZ(161deg); }
  80% {
    transform: rotateZ(-161deg) rotateY(89deg) translateX(120px) rotateZ(161deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-161deg) rotateY(89deg) translateX(360px) rotateZ(161deg); } }
.c:nth-child(413) {
  animation: orbit413 14s infinite;
  animation-delay: 4.13s;
  background-color: #dc3545; }

@keyframes orbit413 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-62deg) rotateY(151deg) translateX(120px) rotateZ(62deg); }
  80% {
    transform: rotateZ(-62deg) rotateY(151deg) translateX(120px) rotateZ(62deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-62deg) rotateY(151deg) translateX(360px) rotateZ(62deg); } }
.c:nth-child(414) {
  animation: orbit414 14s infinite;
  animation-delay: 4.14s;
  background-color: #dc3545; }

@keyframes orbit414 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-176deg) rotateY(163deg) translateX(120px) rotateZ(176deg); }
  80% {
    transform: rotateZ(-176deg) rotateY(163deg) translateX(120px) rotateZ(176deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-176deg) rotateY(163deg) translateX(360px) rotateZ(176deg); } }
.c:nth-child(415) {
  animation: orbit415 14s infinite;
  animation-delay: 4.15s;
  background-color: #dc3545; }

@keyframes orbit415 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-6deg) rotateY(25deg) translateX(120px) rotateZ(6deg); }
  80% {
    transform: rotateZ(-6deg) rotateY(25deg) translateX(120px) rotateZ(6deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-6deg) rotateY(25deg) translateX(360px) rotateZ(6deg); } }
.c:nth-child(416) {
  animation: orbit416 14s infinite;
  animation-delay: 4.16s;
  background-color: #dc3545; }

@keyframes orbit416 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-357deg) rotateY(163deg) translateX(120px) rotateZ(357deg); }
  80% {
    transform: rotateZ(-357deg) rotateY(163deg) translateX(120px) rotateZ(357deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-357deg) rotateY(163deg) translateX(360px) rotateZ(357deg); } }
.c:nth-child(417) {
  animation: orbit417 14s infinite;
  animation-delay: 4.17s;
  background-color: #dc3545; }

@keyframes orbit417 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-360deg) rotateY(48deg) translateX(120px) rotateZ(360deg); }
  80% {
    transform: rotateZ(-360deg) rotateY(48deg) translateX(120px) rotateZ(360deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-360deg) rotateY(48deg) translateX(360px) rotateZ(360deg); } }
.c:nth-child(418) {
  animation: orbit418 14s infinite;
  animation-delay: 4.18s;
  background-color: #dc3545; }

@keyframes orbit418 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-84deg) rotateY(294deg) translateX(120px) rotateZ(84deg); }
  80% {
    transform: rotateZ(-84deg) rotateY(294deg) translateX(120px) rotateZ(84deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-84deg) rotateY(294deg) translateX(360px) rotateZ(84deg); } }
.c:nth-child(419) {
  animation: orbit419 14s infinite;
  animation-delay: 4.19s;
  background-color: #dc3545; }

@keyframes orbit419 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-289deg) rotateY(278deg) translateX(120px) rotateZ(289deg); }
  80% {
    transform: rotateZ(-289deg) rotateY(278deg) translateX(120px) rotateZ(289deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-289deg) rotateY(278deg) translateX(360px) rotateZ(289deg); } }
.c:nth-child(420) {
  animation: orbit420 14s infinite;
  animation-delay: 4.2s;
  background-color: #dc3545; }

@keyframes orbit420 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-90deg) rotateY(154deg) translateX(120px) rotateZ(90deg); }
  80% {
    transform: rotateZ(-90deg) rotateY(154deg) translateX(120px) rotateZ(90deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-90deg) rotateY(154deg) translateX(360px) rotateZ(90deg); } }
.c:nth-child(421) {
  animation: orbit421 14s infinite;
  animation-delay: 4.21s;
  background-color: #dc3545; }

@keyframes orbit421 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-325deg) rotateY(94deg) translateX(120px) rotateZ(325deg); }
  80% {
    transform: rotateZ(-325deg) rotateY(94deg) translateX(120px) rotateZ(325deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-325deg) rotateY(94deg) translateX(360px) rotateZ(325deg); } }
.c:nth-child(422) {
  animation: orbit422 14s infinite;
  animation-delay: 4.22s;
  background-color: #dc3545; }

@keyframes orbit422 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-316deg) rotateY(218deg) translateX(120px) rotateZ(316deg); }
  80% {
    transform: rotateZ(-316deg) rotateY(218deg) translateX(120px) rotateZ(316deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-316deg) rotateY(218deg) translateX(360px) rotateZ(316deg); } }
.c:nth-child(423) {
  animation: orbit423 14s infinite;
  animation-delay: 4.23s;
  background-color: #dc3545; }

@keyframes orbit423 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-47deg) rotateY(43deg) translateX(120px) rotateZ(47deg); }
  80% {
    transform: rotateZ(-47deg) rotateY(43deg) translateX(120px) rotateZ(47deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-47deg) rotateY(43deg) translateX(360px) rotateZ(47deg); } }
.c:nth-child(424) {
  animation: orbit424 14s infinite;
  animation-delay: 4.24s;
  background-color: #dc3545; }

@keyframes orbit424 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-262deg) rotateY(255deg) translateX(120px) rotateZ(262deg); }
  80% {
    transform: rotateZ(-262deg) rotateY(255deg) translateX(120px) rotateZ(262deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-262deg) rotateY(255deg) translateX(360px) rotateZ(262deg); } }
.c:nth-child(425) {
  animation: orbit425 14s infinite;
  animation-delay: 4.25s;
  background-color: #dc3545; }

@keyframes orbit425 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-334deg) rotateY(306deg) translateX(120px) rotateZ(334deg); }
  80% {
    transform: rotateZ(-334deg) rotateY(306deg) translateX(120px) rotateZ(334deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-334deg) rotateY(306deg) translateX(360px) rotateZ(334deg); } }
.c:nth-child(426) {
  animation: orbit426 14s infinite;
  animation-delay: 4.26s;
  background-color: #dc3545; }

@keyframes orbit426 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-96deg) rotateY(9deg) translateX(120px) rotateZ(96deg); }
  80% {
    transform: rotateZ(-96deg) rotateY(9deg) translateX(120px) rotateZ(96deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-96deg) rotateY(9deg) translateX(360px) rotateZ(96deg); } }
.c:nth-child(427) {
  animation: orbit427 14s infinite;
  animation-delay: 4.27s;
  background-color: #dc3545; }

@keyframes orbit427 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-313deg) rotateY(85deg) translateX(120px) rotateZ(313deg); }
  80% {
    transform: rotateZ(-313deg) rotateY(85deg) translateX(120px) rotateZ(313deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-313deg) rotateY(85deg) translateX(360px) rotateZ(313deg); } }
.c:nth-child(428) {
  animation: orbit428 14s infinite;
  animation-delay: 4.28s;
  background-color: #dc3545; }

@keyframes orbit428 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-180deg) rotateY(177deg) translateX(120px) rotateZ(180deg); }
  80% {
    transform: rotateZ(-180deg) rotateY(177deg) translateX(120px) rotateZ(180deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-180deg) rotateY(177deg) translateX(360px) rotateZ(180deg); } }
.c:nth-child(429) {
  animation: orbit429 14s infinite;
  animation-delay: 4.29s;
  background-color: #dc3545; }

@keyframes orbit429 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-17deg) rotateY(183deg) translateX(120px) rotateZ(17deg); }
  80% {
    transform: rotateZ(-17deg) rotateY(183deg) translateX(120px) rotateZ(17deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-17deg) rotateY(183deg) translateX(360px) rotateZ(17deg); } }
.c:nth-child(430) {
  animation: orbit430 14s infinite;
  animation-delay: 4.3s;
  background-color: #dc3545; }

@keyframes orbit430 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-22deg) rotateY(179deg) translateX(120px) rotateZ(22deg); }
  80% {
    transform: rotateZ(-22deg) rotateY(179deg) translateX(120px) rotateZ(22deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-22deg) rotateY(179deg) translateX(360px) rotateZ(22deg); } }
.c:nth-child(431) {
  animation: orbit431 14s infinite;
  animation-delay: 4.31s;
  background-color: #dc3545; }

@keyframes orbit431 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-179deg) rotateY(331deg) translateX(120px) rotateZ(179deg); }
  80% {
    transform: rotateZ(-179deg) rotateY(331deg) translateX(120px) rotateZ(179deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-179deg) rotateY(331deg) translateX(360px) rotateZ(179deg); } }
.c:nth-child(432) {
  animation: orbit432 14s infinite;
  animation-delay: 4.32s;
  background-color: #dc3545; }

@keyframes orbit432 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-304deg) rotateY(176deg) translateX(120px) rotateZ(304deg); }
  80% {
    transform: rotateZ(-304deg) rotateY(176deg) translateX(120px) rotateZ(304deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-304deg) rotateY(176deg) translateX(360px) rotateZ(304deg); } }
.c:nth-child(433) {
  animation: orbit433 14s infinite;
  animation-delay: 4.33s;
  background-color: #dc3545; }

@keyframes orbit433 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-168deg) rotateY(299deg) translateX(120px) rotateZ(168deg); }
  80% {
    transform: rotateZ(-168deg) rotateY(299deg) translateX(120px) rotateZ(168deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-168deg) rotateY(299deg) translateX(360px) rotateZ(168deg); } }
.c:nth-child(434) {
  animation: orbit434 14s infinite;
  animation-delay: 4.34s;
  background-color: #dc3545; }

@keyframes orbit434 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-216deg) rotateY(299deg) translateX(120px) rotateZ(216deg); }
  80% {
    transform: rotateZ(-216deg) rotateY(299deg) translateX(120px) rotateZ(216deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-216deg) rotateY(299deg) translateX(360px) rotateZ(216deg); } }
.c:nth-child(435) {
  animation: orbit435 14s infinite;
  animation-delay: 4.35s;
  background-color: #dc3545; }

@keyframes orbit435 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-352deg) rotateY(311deg) translateX(120px) rotateZ(352deg); }
  80% {
    transform: rotateZ(-352deg) rotateY(311deg) translateX(120px) rotateZ(352deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-352deg) rotateY(311deg) translateX(360px) rotateZ(352deg); } }
.c:nth-child(436) {
  animation: orbit436 14s infinite;
  animation-delay: 4.36s;
  background-color: #dc3545; }

@keyframes orbit436 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-270deg) rotateY(194deg) translateX(120px) rotateZ(270deg); }
  80% {
    transform: rotateZ(-270deg) rotateY(194deg) translateX(120px) rotateZ(270deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-270deg) rotateY(194deg) translateX(360px) rotateZ(270deg); } }
.c:nth-child(437) {
  animation: orbit437 14s infinite;
  animation-delay: 4.37s;
  background-color: #dc3545; }

@keyframes orbit437 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-293deg) rotateY(85deg) translateX(120px) rotateZ(293deg); }
  80% {
    transform: rotateZ(-293deg) rotateY(85deg) translateX(120px) rotateZ(293deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-293deg) rotateY(85deg) translateX(360px) rotateZ(293deg); } }
.c:nth-child(438) {
  animation: orbit438 14s infinite;
  animation-delay: 4.38s;
  background-color: #dc3545; }

@keyframes orbit438 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-358deg) rotateY(72deg) translateX(120px) rotateZ(358deg); }
  80% {
    transform: rotateZ(-358deg) rotateY(72deg) translateX(120px) rotateZ(358deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-358deg) rotateY(72deg) translateX(360px) rotateZ(358deg); } }
.c:nth-child(439) {
  animation: orbit439 14s infinite;
  animation-delay: 4.39s;
  background-color: #dc3545; }

@keyframes orbit439 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-348deg) rotateY(221deg) translateX(120px) rotateZ(348deg); }
  80% {
    transform: rotateZ(-348deg) rotateY(221deg) translateX(120px) rotateZ(348deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-348deg) rotateY(221deg) translateX(360px) rotateZ(348deg); } }
.c:nth-child(440) {
  animation: orbit440 14s infinite;
  animation-delay: 4.4s;
  background-color: #dc3545; }

@keyframes orbit440 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-345deg) rotateY(182deg) translateX(120px) rotateZ(345deg); }
  80% {
    transform: rotateZ(-345deg) rotateY(182deg) translateX(120px) rotateZ(345deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-345deg) rotateY(182deg) translateX(360px) rotateZ(345deg); } }
.c:nth-child(441) {
  animation: orbit441 14s infinite;
  animation-delay: 4.41s;
  background-color: #dc3545; }

@keyframes orbit441 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-163deg) rotateY(256deg) translateX(120px) rotateZ(163deg); }
  80% {
    transform: rotateZ(-163deg) rotateY(256deg) translateX(120px) rotateZ(163deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-163deg) rotateY(256deg) translateX(360px) rotateZ(163deg); } }
.c:nth-child(442) {
  animation: orbit442 14s infinite;
  animation-delay: 4.42s;
  background-color: #dc3545; }

@keyframes orbit442 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-33deg) rotateY(234deg) translateX(120px) rotateZ(33deg); }
  80% {
    transform: rotateZ(-33deg) rotateY(234deg) translateX(120px) rotateZ(33deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-33deg) rotateY(234deg) translateX(360px) rotateZ(33deg); } }
.c:nth-child(443) {
  animation: orbit443 14s infinite;
  animation-delay: 4.43s;
  background-color: #dc3545; }

@keyframes orbit443 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-17deg) rotateY(274deg) translateX(120px) rotateZ(17deg); }
  80% {
    transform: rotateZ(-17deg) rotateY(274deg) translateX(120px) rotateZ(17deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-17deg) rotateY(274deg) translateX(360px) rotateZ(17deg); } }
.c:nth-child(444) {
  animation: orbit444 14s infinite;
  animation-delay: 4.44s;
  background-color: #dc3545; }

@keyframes orbit444 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-71deg) rotateY(322deg) translateX(120px) rotateZ(71deg); }
  80% {
    transform: rotateZ(-71deg) rotateY(322deg) translateX(120px) rotateZ(71deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-71deg) rotateY(322deg) translateX(360px) rotateZ(71deg); } }
.c:nth-child(445) {
  animation: orbit445 14s infinite;
  animation-delay: 4.45s;
  background-color: #dc3545; }

@keyframes orbit445 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-242deg) rotateY(39deg) translateX(120px) rotateZ(242deg); }
  80% {
    transform: rotateZ(-242deg) rotateY(39deg) translateX(120px) rotateZ(242deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-242deg) rotateY(39deg) translateX(360px) rotateZ(242deg); } }
.c:nth-child(446) {
  animation: orbit446 14s infinite;
  animation-delay: 4.46s;
  background-color: #dc3545; }

@keyframes orbit446 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-338deg) rotateY(219deg) translateX(120px) rotateZ(338deg); }
  80% {
    transform: rotateZ(-338deg) rotateY(219deg) translateX(120px) rotateZ(338deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-338deg) rotateY(219deg) translateX(360px) rotateZ(338deg); } }
.c:nth-child(447) {
  animation: orbit447 14s infinite;
  animation-delay: 4.47s;
  background-color: #dc3545; }

@keyframes orbit447 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-284deg) rotateY(133deg) translateX(120px) rotateZ(284deg); }
  80% {
    transform: rotateZ(-284deg) rotateY(133deg) translateX(120px) rotateZ(284deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-284deg) rotateY(133deg) translateX(360px) rotateZ(284deg); } }
.c:nth-child(448) {
  animation: orbit448 14s infinite;
  animation-delay: 4.48s;
  background-color: #dc3545; }

@keyframes orbit448 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-203deg) rotateY(356deg) translateX(120px) rotateZ(203deg); }
  80% {
    transform: rotateZ(-203deg) rotateY(356deg) translateX(120px) rotateZ(203deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-203deg) rotateY(356deg) translateX(360px) rotateZ(203deg); } }
.c:nth-child(449) {
  animation: orbit449 14s infinite;
  animation-delay: 4.49s;
  background-color: #dc3545; }

@keyframes orbit449 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-353deg) rotateY(174deg) translateX(120px) rotateZ(353deg); }
  80% {
    transform: rotateZ(-353deg) rotateY(174deg) translateX(120px) rotateZ(353deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-353deg) rotateY(174deg) translateX(360px) rotateZ(353deg); } }
.c:nth-child(450) {
  animation: orbit450 14s infinite;
  animation-delay: 4.5s;
  background-color: #dc3545; }

@keyframes orbit450 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-53deg) rotateY(18deg) translateX(120px) rotateZ(53deg); }
  80% {
    transform: rotateZ(-53deg) rotateY(18deg) translateX(120px) rotateZ(53deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-53deg) rotateY(18deg) translateX(360px) rotateZ(53deg); } }
.c:nth-child(451) {
  animation: orbit451 14s infinite;
  animation-delay: 4.51s;
  background-color: #dc3545; }

@keyframes orbit451 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-299deg) rotateY(294deg) translateX(120px) rotateZ(299deg); }
  80% {
    transform: rotateZ(-299deg) rotateY(294deg) translateX(120px) rotateZ(299deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-299deg) rotateY(294deg) translateX(360px) rotateZ(299deg); } }
.c:nth-child(452) {
  animation: orbit452 14s infinite;
  animation-delay: 4.52s;
  background-color: #dc3545; }

@keyframes orbit452 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-351deg) rotateY(274deg) translateX(120px) rotateZ(351deg); }
  80% {
    transform: rotateZ(-351deg) rotateY(274deg) translateX(120px) rotateZ(351deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-351deg) rotateY(274deg) translateX(360px) rotateZ(351deg); } }
.c:nth-child(453) {
  animation: orbit453 14s infinite;
  animation-delay: 4.53s;
  background-color: #dc3545; }

@keyframes orbit453 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-142deg) rotateY(197deg) translateX(120px) rotateZ(142deg); }
  80% {
    transform: rotateZ(-142deg) rotateY(197deg) translateX(120px) rotateZ(142deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-142deg) rotateY(197deg) translateX(360px) rotateZ(142deg); } }
.c:nth-child(454) {
  animation: orbit454 14s infinite;
  animation-delay: 4.54s;
  background-color: #dc3545; }

@keyframes orbit454 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-170deg) rotateY(348deg) translateX(120px) rotateZ(170deg); }
  80% {
    transform: rotateZ(-170deg) rotateY(348deg) translateX(120px) rotateZ(170deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-170deg) rotateY(348deg) translateX(360px) rotateZ(170deg); } }
.c:nth-child(455) {
  animation: orbit455 14s infinite;
  animation-delay: 4.55s;
  background-color: #dc3545; }

@keyframes orbit455 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-82deg) rotateY(122deg) translateX(120px) rotateZ(82deg); }
  80% {
    transform: rotateZ(-82deg) rotateY(122deg) translateX(120px) rotateZ(82deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-82deg) rotateY(122deg) translateX(360px) rotateZ(82deg); } }
.c:nth-child(456) {
  animation: orbit456 14s infinite;
  animation-delay: 4.56s;
  background-color: #dc3545; }

@keyframes orbit456 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-269deg) rotateY(171deg) translateX(120px) rotateZ(269deg); }
  80% {
    transform: rotateZ(-269deg) rotateY(171deg) translateX(120px) rotateZ(269deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-269deg) rotateY(171deg) translateX(360px) rotateZ(269deg); } }
.c:nth-child(457) {
  animation: orbit457 14s infinite;
  animation-delay: 4.57s;
  background-color: #dc3545; }

@keyframes orbit457 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-276deg) rotateY(54deg) translateX(120px) rotateZ(276deg); }
  80% {
    transform: rotateZ(-276deg) rotateY(54deg) translateX(120px) rotateZ(276deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-276deg) rotateY(54deg) translateX(360px) rotateZ(276deg); } }
.c:nth-child(458) {
  animation: orbit458 14s infinite;
  animation-delay: 4.58s;
  background-color: #dc3545; }

@keyframes orbit458 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-306deg) rotateY(192deg) translateX(120px) rotateZ(306deg); }
  80% {
    transform: rotateZ(-306deg) rotateY(192deg) translateX(120px) rotateZ(306deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-306deg) rotateY(192deg) translateX(360px) rotateZ(306deg); } }
.c:nth-child(459) {
  animation: orbit459 14s infinite;
  animation-delay: 4.59s;
  background-color: #dc3545; }

@keyframes orbit459 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-285deg) rotateY(288deg) translateX(120px) rotateZ(285deg); }
  80% {
    transform: rotateZ(-285deg) rotateY(288deg) translateX(120px) rotateZ(285deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-285deg) rotateY(288deg) translateX(360px) rotateZ(285deg); } }
.c:nth-child(460) {
  animation: orbit460 14s infinite;
  animation-delay: 4.6s;
  background-color: #dc3545; }

@keyframes orbit460 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-281deg) rotateY(72deg) translateX(120px) rotateZ(281deg); }
  80% {
    transform: rotateZ(-281deg) rotateY(72deg) translateX(120px) rotateZ(281deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-281deg) rotateY(72deg) translateX(360px) rotateZ(281deg); } }
.c:nth-child(461) {
  animation: orbit461 14s infinite;
  animation-delay: 4.61s;
  background-color: #dc3545; }

@keyframes orbit461 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-248deg) rotateY(348deg) translateX(120px) rotateZ(248deg); }
  80% {
    transform: rotateZ(-248deg) rotateY(348deg) translateX(120px) rotateZ(248deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-248deg) rotateY(348deg) translateX(360px) rotateZ(248deg); } }
.c:nth-child(462) {
  animation: orbit462 14s infinite;
  animation-delay: 4.62s;
  background-color: #dc3545; }

@keyframes orbit462 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-212deg) rotateY(132deg) translateX(120px) rotateZ(212deg); }
  80% {
    transform: rotateZ(-212deg) rotateY(132deg) translateX(120px) rotateZ(212deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-212deg) rotateY(132deg) translateX(360px) rotateZ(212deg); } }
.c:nth-child(463) {
  animation: orbit463 14s infinite;
  animation-delay: 4.63s;
  background-color: #dc3545; }

@keyframes orbit463 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-29deg) rotateY(283deg) translateX(120px) rotateZ(29deg); }
  80% {
    transform: rotateZ(-29deg) rotateY(283deg) translateX(120px) rotateZ(29deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-29deg) rotateY(283deg) translateX(360px) rotateZ(29deg); } }
.c:nth-child(464) {
  animation: orbit464 14s infinite;
  animation-delay: 4.64s;
  background-color: #dc3545; }

@keyframes orbit464 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-269deg) rotateY(109deg) translateX(120px) rotateZ(269deg); }
  80% {
    transform: rotateZ(-269deg) rotateY(109deg) translateX(120px) rotateZ(269deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-269deg) rotateY(109deg) translateX(360px) rotateZ(269deg); } }
.c:nth-child(465) {
  animation: orbit465 14s infinite;
  animation-delay: 4.65s;
  background-color: #dc3545; }

@keyframes orbit465 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-292deg) rotateY(198deg) translateX(120px) rotateZ(292deg); }
  80% {
    transform: rotateZ(-292deg) rotateY(198deg) translateX(120px) rotateZ(292deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-292deg) rotateY(198deg) translateX(360px) rotateZ(292deg); } }
.c:nth-child(466) {
  animation: orbit466 14s infinite;
  animation-delay: 4.66s;
  background-color: #dc3545; }

@keyframes orbit466 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-191deg) rotateY(313deg) translateX(120px) rotateZ(191deg); }
  80% {
    transform: rotateZ(-191deg) rotateY(313deg) translateX(120px) rotateZ(191deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-191deg) rotateY(313deg) translateX(360px) rotateZ(191deg); } }
.c:nth-child(467) {
  animation: orbit467 14s infinite;
  animation-delay: 4.67s;
  background-color: #dc3545; }

@keyframes orbit467 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-34deg) rotateY(18deg) translateX(120px) rotateZ(34deg); }
  80% {
    transform: rotateZ(-34deg) rotateY(18deg) translateX(120px) rotateZ(34deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-34deg) rotateY(18deg) translateX(360px) rotateZ(34deg); } }
.c:nth-child(468) {
  animation: orbit468 14s infinite;
  animation-delay: 4.68s;
  background-color: #dc3545; }

@keyframes orbit468 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-220deg) rotateY(327deg) translateX(120px) rotateZ(220deg); }
  80% {
    transform: rotateZ(-220deg) rotateY(327deg) translateX(120px) rotateZ(220deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-220deg) rotateY(327deg) translateX(360px) rotateZ(220deg); } }
.c:nth-child(469) {
  animation: orbit469 14s infinite;
  animation-delay: 4.69s;
  background-color: #dc3545; }

@keyframes orbit469 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-169deg) rotateY(263deg) translateX(120px) rotateZ(169deg); }
  80% {
    transform: rotateZ(-169deg) rotateY(263deg) translateX(120px) rotateZ(169deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-169deg) rotateY(263deg) translateX(360px) rotateZ(169deg); } }
.c:nth-child(470) {
  animation: orbit470 14s infinite;
  animation-delay: 4.7s;
  background-color: #dc3545; }

@keyframes orbit470 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-13deg) rotateY(330deg) translateX(120px) rotateZ(13deg); }
  80% {
    transform: rotateZ(-13deg) rotateY(330deg) translateX(120px) rotateZ(13deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-13deg) rotateY(330deg) translateX(360px) rotateZ(13deg); } }
.c:nth-child(471) {
  animation: orbit471 14s infinite;
  animation-delay: 4.71s;
  background-color: #dc3545; }

@keyframes orbit471 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-108deg) rotateY(48deg) translateX(120px) rotateZ(108deg); }
  80% {
    transform: rotateZ(-108deg) rotateY(48deg) translateX(120px) rotateZ(108deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-108deg) rotateY(48deg) translateX(360px) rotateZ(108deg); } }
.c:nth-child(472) {
  animation: orbit472 14s infinite;
  animation-delay: 4.72s;
  background-color: #dc3545; }

@keyframes orbit472 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-100deg) rotateY(160deg) translateX(120px) rotateZ(100deg); }
  80% {
    transform: rotateZ(-100deg) rotateY(160deg) translateX(120px) rotateZ(100deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-100deg) rotateY(160deg) translateX(360px) rotateZ(100deg); } }
.c:nth-child(473) {
  animation: orbit473 14s infinite;
  animation-delay: 4.73s;
  background-color: #dc3545; }

@keyframes orbit473 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-342deg) rotateY(39deg) translateX(120px) rotateZ(342deg); }
  80% {
    transform: rotateZ(-342deg) rotateY(39deg) translateX(120px) rotateZ(342deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-342deg) rotateY(39deg) translateX(360px) rotateZ(342deg); } }
.c:nth-child(474) {
  animation: orbit474 14s infinite;
  animation-delay: 4.74s;
  background-color: #dc3545; }

@keyframes orbit474 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-315deg) rotateY(234deg) translateX(120px) rotateZ(315deg); }
  80% {
    transform: rotateZ(-315deg) rotateY(234deg) translateX(120px) rotateZ(315deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-315deg) rotateY(234deg) translateX(360px) rotateZ(315deg); } }
.c:nth-child(475) {
  animation: orbit475 14s infinite;
  animation-delay: 4.75s;
  background-color: #dc3545; }

@keyframes orbit475 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-209deg) rotateY(48deg) translateX(120px) rotateZ(209deg); }
  80% {
    transform: rotateZ(-209deg) rotateY(48deg) translateX(120px) rotateZ(209deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-209deg) rotateY(48deg) translateX(360px) rotateZ(209deg); } }
.c:nth-child(476) {
  animation: orbit476 14s infinite;
  animation-delay: 4.76s;
  background-color: #dc3545; }

@keyframes orbit476 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-121deg) rotateY(121deg) translateX(120px) rotateZ(121deg); }
  80% {
    transform: rotateZ(-121deg) rotateY(121deg) translateX(120px) rotateZ(121deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-121deg) rotateY(121deg) translateX(360px) rotateZ(121deg); } }
.c:nth-child(477) {
  animation: orbit477 14s infinite;
  animation-delay: 4.77s;
  background-color: #dc3545; }

@keyframes orbit477 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-188deg) rotateY(38deg) translateX(120px) rotateZ(188deg); }
  80% {
    transform: rotateZ(-188deg) rotateY(38deg) translateX(120px) rotateZ(188deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-188deg) rotateY(38deg) translateX(360px) rotateZ(188deg); } }
.c:nth-child(478) {
  animation: orbit478 14s infinite;
  animation-delay: 4.78s;
  background-color: #dc3545; }

@keyframes orbit478 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-246deg) rotateY(305deg) translateX(120px) rotateZ(246deg); }
  80% {
    transform: rotateZ(-246deg) rotateY(305deg) translateX(120px) rotateZ(246deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-246deg) rotateY(305deg) translateX(360px) rotateZ(246deg); } }
.c:nth-child(479) {
  animation: orbit479 14s infinite;
  animation-delay: 4.79s;
  background-color: #dc3545; }

@keyframes orbit479 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-211deg) rotateY(65deg) translateX(120px) rotateZ(211deg); }
  80% {
    transform: rotateZ(-211deg) rotateY(65deg) translateX(120px) rotateZ(211deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-211deg) rotateY(65deg) translateX(360px) rotateZ(211deg); } }
.c:nth-child(480) {
  animation: orbit480 14s infinite;
  animation-delay: 4.8s;
  background-color: #dc3545; }

@keyframes orbit480 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-178deg) rotateY(332deg) translateX(120px) rotateZ(178deg); }
  80% {
    transform: rotateZ(-178deg) rotateY(332deg) translateX(120px) rotateZ(178deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-178deg) rotateY(332deg) translateX(360px) rotateZ(178deg); } }
.c:nth-child(481) {
  animation: orbit481 14s infinite;
  animation-delay: 4.81s;
  background-color: #dc3545; }

@keyframes orbit481 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-106deg) rotateY(95deg) translateX(120px) rotateZ(106deg); }
  80% {
    transform: rotateZ(-106deg) rotateY(95deg) translateX(120px) rotateZ(106deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-106deg) rotateY(95deg) translateX(360px) rotateZ(106deg); } }
.c:nth-child(482) {
  animation: orbit482 14s infinite;
  animation-delay: 4.82s;
  background-color: #dc3545; }

@keyframes orbit482 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-138deg) rotateY(272deg) translateX(120px) rotateZ(138deg); }
  80% {
    transform: rotateZ(-138deg) rotateY(272deg) translateX(120px) rotateZ(138deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-138deg) rotateY(272deg) translateX(360px) rotateZ(138deg); } }
.c:nth-child(483) {
  animation: orbit483 14s infinite;
  animation-delay: 4.83s;
  background-color: #dc3545; }

@keyframes orbit483 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-17deg) rotateY(88deg) translateX(120px) rotateZ(17deg); }
  80% {
    transform: rotateZ(-17deg) rotateY(88deg) translateX(120px) rotateZ(17deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-17deg) rotateY(88deg) translateX(360px) rotateZ(17deg); } }
.c:nth-child(484) {
  animation: orbit484 14s infinite;
  animation-delay: 4.84s;
  background-color: #dc3545; }

@keyframes orbit484 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-221deg) rotateY(58deg) translateX(120px) rotateZ(221deg); }
  80% {
    transform: rotateZ(-221deg) rotateY(58deg) translateX(120px) rotateZ(221deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-221deg) rotateY(58deg) translateX(360px) rotateZ(221deg); } }
.c:nth-child(485) {
  animation: orbit485 14s infinite;
  animation-delay: 4.85s;
  background-color: #dc3545; }

@keyframes orbit485 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-318deg) rotateY(231deg) translateX(120px) rotateZ(318deg); }
  80% {
    transform: rotateZ(-318deg) rotateY(231deg) translateX(120px) rotateZ(318deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-318deg) rotateY(231deg) translateX(360px) rotateZ(318deg); } }
.c:nth-child(486) {
  animation: orbit486 14s infinite;
  animation-delay: 4.86s;
  background-color: #dc3545; }

@keyframes orbit486 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-197deg) rotateY(176deg) translateX(120px) rotateZ(197deg); }
  80% {
    transform: rotateZ(-197deg) rotateY(176deg) translateX(120px) rotateZ(197deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-197deg) rotateY(176deg) translateX(360px) rotateZ(197deg); } }
.c:nth-child(487) {
  animation: orbit487 14s infinite;
  animation-delay: 4.87s;
  background-color: #dc3545; }

@keyframes orbit487 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-124deg) rotateY(297deg) translateX(120px) rotateZ(124deg); }
  80% {
    transform: rotateZ(-124deg) rotateY(297deg) translateX(120px) rotateZ(124deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-124deg) rotateY(297deg) translateX(360px) rotateZ(124deg); } }
.c:nth-child(488) {
  animation: orbit488 14s infinite;
  animation-delay: 4.88s;
  background-color: #dc3545; }

@keyframes orbit488 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-88deg) rotateY(54deg) translateX(120px) rotateZ(88deg); }
  80% {
    transform: rotateZ(-88deg) rotateY(54deg) translateX(120px) rotateZ(88deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-88deg) rotateY(54deg) translateX(360px) rotateZ(88deg); } }
.c:nth-child(489) {
  animation: orbit489 14s infinite;
  animation-delay: 4.89s;
  background-color: #dc3545; }

@keyframes orbit489 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-24deg) rotateY(180deg) translateX(120px) rotateZ(24deg); }
  80% {
    transform: rotateZ(-24deg) rotateY(180deg) translateX(120px) rotateZ(24deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-24deg) rotateY(180deg) translateX(360px) rotateZ(24deg); } }
.c:nth-child(490) {
  animation: orbit490 14s infinite;
  animation-delay: 4.9s;
  background-color: #dc3545; }

@keyframes orbit490 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-259deg) rotateY(3deg) translateX(120px) rotateZ(259deg); }
  80% {
    transform: rotateZ(-259deg) rotateY(3deg) translateX(120px) rotateZ(259deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-259deg) rotateY(3deg) translateX(360px) rotateZ(259deg); } }
.c:nth-child(491) {
  animation: orbit491 14s infinite;
  animation-delay: 4.91s;
  background-color: #dc3545; }

@keyframes orbit491 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-36deg) rotateY(82deg) translateX(120px) rotateZ(36deg); }
  80% {
    transform: rotateZ(-36deg) rotateY(82deg) translateX(120px) rotateZ(36deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-36deg) rotateY(82deg) translateX(360px) rotateZ(36deg); } }
.c:nth-child(492) {
  animation: orbit492 14s infinite;
  animation-delay: 4.92s;
  background-color: #dc3545; }

@keyframes orbit492 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-187deg) rotateY(124deg) translateX(120px) rotateZ(187deg); }
  80% {
    transform: rotateZ(-187deg) rotateY(124deg) translateX(120px) rotateZ(187deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-187deg) rotateY(124deg) translateX(360px) rotateZ(187deg); } }
.c:nth-child(493) {
  animation: orbit493 14s infinite;
  animation-delay: 4.93s;
  background-color: #dc3545; }

@keyframes orbit493 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-102deg) rotateY(225deg) translateX(120px) rotateZ(102deg); }
  80% {
    transform: rotateZ(-102deg) rotateY(225deg) translateX(120px) rotateZ(102deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-102deg) rotateY(225deg) translateX(360px) rotateZ(102deg); } }
.c:nth-child(494) {
  animation: orbit494 14s infinite;
  animation-delay: 4.94s;
  background-color: #dc3545; }

@keyframes orbit494 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-95deg) rotateY(207deg) translateX(120px) rotateZ(95deg); }
  80% {
    transform: rotateZ(-95deg) rotateY(207deg) translateX(120px) rotateZ(95deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-95deg) rotateY(207deg) translateX(360px) rotateZ(95deg); } }
.c:nth-child(495) {
  animation: orbit495 14s infinite;
  animation-delay: 4.95s;
  background-color: #dc3545; }

@keyframes orbit495 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-20deg) rotateY(121deg) translateX(120px) rotateZ(20deg); }
  80% {
    transform: rotateZ(-20deg) rotateY(121deg) translateX(120px) rotateZ(20deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-20deg) rotateY(121deg) translateX(360px) rotateZ(20deg); } }
.c:nth-child(496) {
  animation: orbit496 14s infinite;
  animation-delay: 4.96s;
  background-color: #dc3545; }

@keyframes orbit496 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-61deg) rotateY(259deg) translateX(120px) rotateZ(61deg); }
  80% {
    transform: rotateZ(-61deg) rotateY(259deg) translateX(120px) rotateZ(61deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-61deg) rotateY(259deg) translateX(360px) rotateZ(61deg); } }
.c:nth-child(497) {
  animation: orbit497 14s infinite;
  animation-delay: 4.97s;
  background-color: #dc3545; }

@keyframes orbit497 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-34deg) rotateY(233deg) translateX(120px) rotateZ(34deg); }
  80% {
    transform: rotateZ(-34deg) rotateY(233deg) translateX(120px) rotateZ(34deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-34deg) rotateY(233deg) translateX(360px) rotateZ(34deg); } }
.c:nth-child(498) {
  animation: orbit498 14s infinite;
  animation-delay: 4.98s;
  background-color: #dc3545; }

@keyframes orbit498 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-83deg) rotateY(285deg) translateX(120px) rotateZ(83deg); }
  80% {
    transform: rotateZ(-83deg) rotateY(285deg) translateX(120px) rotateZ(83deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-83deg) rotateY(285deg) translateX(360px) rotateZ(83deg); } }
.c:nth-child(499) {
  animation: orbit499 14s infinite;
  animation-delay: 4.99s;
  background-color: #dc3545; }

@keyframes orbit499 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-163deg) rotateY(160deg) translateX(120px) rotateZ(163deg); }
  80% {
    transform: rotateZ(-163deg) rotateY(160deg) translateX(120px) rotateZ(163deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-163deg) rotateY(160deg) translateX(360px) rotateZ(163deg); } }
.c:nth-child(500) {
  animation: orbit500 14s infinite;
  animation-delay: 5s;
  background-color: #dc3545; }

@keyframes orbit500 {
  20% {
    opacity: 1; }
  30% {
    transform: rotateZ(-94deg) rotateY(260deg) translateX(120px) rotateZ(94deg); }
  80% {
    transform: rotateZ(-94deg) rotateY(260deg) translateX(120px) rotateZ(94deg);
    opacity: 1; }
  100% {
    transform: rotateZ(-94deg) rotateY(260deg) translateX(360px) rotateZ(94deg); } }
