@charset "UTF-8";
*,
*::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: "IBM Plex Sans", Helvetica, Arial, "sans-serif";
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}

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: bolder;
}

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: #fab400;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000B23;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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;
}

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;
}

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;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #73E500;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #002da5;
  --secondary: #fab400;
  --success: #73E500;
  --info: #002da5;
  --warning: #ffc107;
  --danger: #BE1700;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-700: #002da5;
  --primary-500: #9FC2FF;
  --primary-300: #F4F8FF;
  --primary-1050: #000B23;
  --secondary-500: #F9CC69;
  --secondary-300: #F7E5C1;
  --secondary-1050: #C9931B;
  --red-light: #BE1700;
  --red-light-500: #BE1700;
  --red-light-300: #BE1700;
  --red-dark: #BE1700;
  --red-dark-500: #BE1700;
  --red-dark-300: #BE1700;
  --tealish: #002da5;
  --tealish-500: #9FC2FF;
  --tealish-300: #9FC2FF;
  --green: #73E500;
  --green-700: #002da5;
  --green-500: #002da5;
  --green-300: #F4F8FF;
  --byline-700: #413D38;
  --byline-500: #777777;
  --byline-400: #C8C8C8;
  --byline-300: #e6e6e6;
  --byline-100: #F2F2F2;
  --brown: #e7d2b5;
  --body-bg: white;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1480px;
  --font-family-sans-serif: "IBM Plex Sans", Helvetica, Arial, "sans-serif";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@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 {
    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;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  font-family: "IBM Plex Sans", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.328125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.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.328125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.5rem;
}
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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col10-xl,
.col10-xl-auto, .col10-xl-10, .col10-xl-9, .col10-xl-8, .col10-xl-7, .col10-xl-6, .col10-xl-5, .col10-xl-4, .col10-xl-3, .col10-xl-2, .col10-xl-1, .col10-lg,
.col10-lg-auto, .col10-lg-10, .col10-lg-9, .col10-lg-8, .col10-lg-7, .col10-lg-6, .col10-lg-5, .col10-lg-4, .col10-lg-3, .col10-lg-2, .col10-lg-1, .col10-md,
.col10-md-auto, .col10-md-10, .col10-md-9, .col10-md-8, .col10-md-7, .col10-md-6, .col10-md-5, .col10-md-4, .col10-md-3, .col10-md-2, .col10-md-1, .col10-sm,
.col10-sm-auto, .col10-sm-10, .col10-sm-9, .col10-sm-8, .col10-sm-7, .col10-sm-6, .col10-sm-5, .col10-sm-4, .col10-sm-3, .col10-sm-2, .col10-sm-1, .col10,
.col10-auto, .col10-10, .col10-9, .col10-8, .col10-7, .col10-6, .col10-5, .col10-4, .col10-3, .col10-2, .col10-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.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;
    max-width: 100%;
  }
  .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;
    max-width: 100%;
  }
  .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;
    max-width: 100%;
  }
  .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: 1480px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 196.2, 229.8);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 145.8, 208.2);
}

.table-hover .table-primary:hover {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(253.6, 234, 183.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(252.4, 216, 122.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(253.1096153846, 226.6442307692, 158.5903846154);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(253.1096153846, 226.6442307692, 158.5903846154);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(215.8, 247.72, 183.6);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(182.2, 241.48, 122.4);
}

.table-hover .table-success:hover {
  background-color: rgb(203.0953736655, 245.360569395, 160.459430605);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(203.0953736655, 245.360569395, 160.459430605);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 196.2, 229.8);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 145.8, 208.2);
}

.table-hover .table-info:hover {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-primary-700,
.table-primary-700 > th,
.table-primary-700 > td {
  background-color: rgb(183.6, 196.2, 229.8);
}
.table-primary-700 th,
.table-primary-700 td,
.table-primary-700 thead th,
.table-primary-700 tbody + tbody {
  border-color: rgb(122.4, 145.8, 208.2);
}

.table-hover .table-primary-700:hover {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.table-hover .table-primary-700:hover > td,
.table-hover .table-primary-700:hover > th {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}

.table-primary-500,
.table-primary-500 > th,
.table-primary-500 > td {
  background-color: rgb(228.12, 237.92, 255);
}
.table-primary-500 th,
.table-primary-500 td,
.table-primary-500 thead th,
.table-primary-500 tbody + tbody {
  border-color: rgb(205.08, 223.28, 255);
}

.table-hover .table-primary-500:hover {
  background-color: rgb(202.62, 221.716875, 255);
}
.table-hover .table-primary-500:hover > td,
.table-hover .table-primary-500:hover > th {
  background-color: rgb(202.62, 221.716875, 255);
}

.table-primary-300,
.table-primary-300 > th,
.table-primary-300 > td {
  background-color: rgb(251.92, 253.04, 255);
}
.table-primary-300 th,
.table-primary-300 td,
.table-primary-300 thead th,
.table-primary-300 tbody + tbody {
  border-color: rgb(249.28, 251.36, 255);
}

.table-hover .table-primary-300:hover {
  background-color: rgb(226.42, 236.8127272727, 255);
}
.table-hover .table-primary-300:hover > td,
.table-hover .table-primary-300:hover > th {
  background-color: rgb(226.42, 236.8127272727, 255);
}

.table-primary-1050,
.table-primary-1050 > th,
.table-primary-1050 > td {
  background-color: rgb(183.6, 186.68, 193.4);
}
.table-primary-1050 th,
.table-primary-1050 td,
.table-primary-1050 thead th,
.table-primary-1050 tbody + tbody {
  border-color: rgb(122.4, 128.12, 140.6);
}

.table-hover .table-primary-1050:hover {
  background-color: rgb(169.9105263158, 173.5810526316, 181.5894736842);
}
.table-hover .table-primary-1050:hover > td,
.table-hover .table-primary-1050:hover > th {
  background-color: rgb(169.9105263158, 173.5810526316, 181.5894736842);
}

.table-secondary-500,
.table-secondary-500 > th,
.table-secondary-500 > td {
  background-color: rgb(253.32, 240.72, 213);
}
.table-secondary-500 th,
.table-secondary-500 td,
.table-secondary-500 thead th,
.table-secondary-500 tbody + tbody {
  border-color: rgb(251.88, 228.48, 177);
}

.table-hover .table-secondary-500:hover {
  background-color: rgb(252.3392307692, 232.3834615385, 188.4807692308);
}
.table-hover .table-secondary-500:hover > td,
.table-hover .table-secondary-500:hover > th {
  background-color: rgb(252.3392307692, 232.3834615385, 188.4807692308);
}

.table-secondary-300,
.table-secondary-300 > th,
.table-secondary-300 > td {
  background-color: rgb(252.76, 247.72, 237.64);
}
.table-secondary-300 th,
.table-secondary-300 td,
.table-secondary-300 thead th,
.table-secondary-300 tbody + tbody {
  border-color: rgb(250.84, 241.48, 222.76);
}

.table-hover .table-secondary-300:hover {
  background-color: rgb(249.8457142857, 238.2485714286, 215.0542857143);
}
.table-hover .table-secondary-300:hover > td,
.table-hover .table-secondary-300:hover > th {
  background-color: rgb(249.8457142857, 238.2485714286, 215.0542857143);
}

.table-secondary-1050,
.table-secondary-1050 > th,
.table-secondary-1050 > td {
  background-color: rgb(239.88, 224.76, 191.16);
}
.table-secondary-1050 th,
.table-secondary-1050 td,
.table-secondary-1050 thead th,
.table-secondary-1050 tbody + tbody {
  border-color: rgb(226.92, 198.84, 136.44);
}

.table-hover .table-secondary-1050:hover {
  background-color: rgb(234.9970212766, 214.9940425532, 170.5429787234);
}
.table-hover .table-secondary-1050:hover > td,
.table-hover .table-secondary-1050:hover > th {
  background-color: rgb(234.9970212766, 214.9940425532, 170.5429787234);
}

.table-red-light,
.table-red-light > th,
.table-red-light > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-red-light th,
.table-red-light td,
.table-red-light thead th,
.table-red-light tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-red-light:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-red-light:hover > td,
.table-hover .table-red-light:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-red-light-500,
.table-red-light-500 > th,
.table-red-light-500 > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-red-light-500 th,
.table-red-light-500 td,
.table-red-light-500 thead th,
.table-red-light-500 tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-red-light-500:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-red-light-500:hover > td,
.table-hover .table-red-light-500:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-red-light-300,
.table-red-light-300 > th,
.table-red-light-300 > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-red-light-300 th,
.table-red-light-300 td,
.table-red-light-300 thead th,
.table-red-light-300 tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-red-light-300:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-red-light-300:hover > td,
.table-hover .table-red-light-300:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-red-dark,
.table-red-dark > th,
.table-red-dark > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-red-dark th,
.table-red-dark td,
.table-red-dark thead th,
.table-red-dark tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-red-dark:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-red-dark:hover > td,
.table-hover .table-red-dark:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-red-dark-500,
.table-red-dark-500 > th,
.table-red-dark-500 > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-red-dark-500 th,
.table-red-dark-500 td,
.table-red-dark-500 thead th,
.table-red-dark-500 tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-red-dark-500:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-red-dark-500:hover > td,
.table-hover .table-red-dark-500:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-red-dark-300,
.table-red-dark-300 > th,
.table-red-dark-300 > td {
  background-color: rgb(236.8, 190.04, 183.6);
}
.table-red-dark-300 th,
.table-red-dark-300 td,
.table-red-dark-300 thead th,
.table-red-dark-300 tbody + tbody {
  border-color: rgb(221.2, 134.36, 122.4);
}

.table-hover .table-red-dark-300:hover {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.table-hover .table-red-dark-300:hover > td,
.table-hover .table-red-dark-300:hover > th {
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}

.table-tealish,
.table-tealish > th,
.table-tealish > td {
  background-color: rgb(183.6, 196.2, 229.8);
}
.table-tealish th,
.table-tealish td,
.table-tealish thead th,
.table-tealish tbody + tbody {
  border-color: rgb(122.4, 145.8, 208.2);
}

.table-hover .table-tealish:hover {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.table-hover .table-tealish:hover > td,
.table-hover .table-tealish:hover > th {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}

.table-tealish-500,
.table-tealish-500 > th,
.table-tealish-500 > td {
  background-color: rgb(228.12, 237.92, 255);
}
.table-tealish-500 th,
.table-tealish-500 td,
.table-tealish-500 thead th,
.table-tealish-500 tbody + tbody {
  border-color: rgb(205.08, 223.28, 255);
}

.table-hover .table-tealish-500:hover {
  background-color: rgb(202.62, 221.716875, 255);
}
.table-hover .table-tealish-500:hover > td,
.table-hover .table-tealish-500:hover > th {
  background-color: rgb(202.62, 221.716875, 255);
}

.table-tealish-300,
.table-tealish-300 > th,
.table-tealish-300 > td {
  background-color: rgb(228.12, 237.92, 255);
}
.table-tealish-300 th,
.table-tealish-300 td,
.table-tealish-300 thead th,
.table-tealish-300 tbody + tbody {
  border-color: rgb(205.08, 223.28, 255);
}

.table-hover .table-tealish-300:hover {
  background-color: rgb(202.62, 221.716875, 255);
}
.table-hover .table-tealish-300:hover > td,
.table-hover .table-tealish-300:hover > th {
  background-color: rgb(202.62, 221.716875, 255);
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(215.8, 247.72, 183.6);
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(182.2, 241.48, 122.4);
}

.table-hover .table-green:hover {
  background-color: rgb(203.0953736655, 245.360569395, 160.459430605);
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(203.0953736655, 245.360569395, 160.459430605);
}

.table-green-700,
.table-green-700 > th,
.table-green-700 > td {
  background-color: rgb(183.6, 196.2, 229.8);
}
.table-green-700 th,
.table-green-700 td,
.table-green-700 thead th,
.table-green-700 tbody + tbody {
  border-color: rgb(122.4, 145.8, 208.2);
}

.table-hover .table-green-700:hover {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.table-hover .table-green-700:hover > td,
.table-hover .table-green-700:hover > th {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}

.table-green-500,
.table-green-500 > th,
.table-green-500 > td {
  background-color: rgb(183.6, 196.2, 229.8);
}
.table-green-500 th,
.table-green-500 td,
.table-green-500 thead th,
.table-green-500 tbody + tbody {
  border-color: rgb(122.4, 145.8, 208.2);
}

.table-hover .table-green-500:hover {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.table-hover .table-green-500:hover > td,
.table-hover .table-green-500:hover > th {
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}

.table-green-300,
.table-green-300 > th,
.table-green-300 > td {
  background-color: rgb(251.92, 253.04, 255);
}
.table-green-300 th,
.table-green-300 td,
.table-green-300 thead th,
.table-green-300 tbody + tbody {
  border-color: rgb(249.28, 251.36, 255);
}

.table-hover .table-green-300:hover {
  background-color: rgb(226.42, 236.8127272727, 255);
}
.table-hover .table-green-300:hover > td,
.table-hover .table-green-300:hover > th {
  background-color: rgb(226.42, 236.8127272727, 255);
}

.table-byline-700,
.table-byline-700 > th,
.table-byline-700 > td {
  background-color: rgb(201.8, 200.68, 199.28);
}
.table-byline-700 th,
.table-byline-700 td,
.table-byline-700 thead th,
.table-byline-700 tbody + tbody {
  border-color: rgb(156.2, 154.12, 151.52);
}

.table-hover .table-byline-700:hover {
  background-color: rgb(189.3449871465, 187.9627763496, 186.2350128535);
}
.table-hover .table-byline-700:hover > td,
.table-hover .table-byline-700:hover > th {
  background-color: rgb(189.3449871465, 187.9627763496, 186.2350128535);
}

.table-byline-500,
.table-byline-500 > th,
.table-byline-500 > td {
  background-color: rgb(216.92, 216.92, 216.92);
}
.table-byline-500 th,
.table-byline-500 td,
.table-byline-500 thead th,
.table-byline-500 tbody + tbody {
  border-color: rgb(184.28, 184.28, 184.28);
}

.table-hover .table-byline-500:hover {
  background-color: rgb(204.17, 204.17, 204.17);
}
.table-hover .table-byline-500:hover > td,
.table-hover .table-byline-500:hover > th {
  background-color: rgb(204.17, 204.17, 204.17);
}

.table-byline-400,
.table-byline-400 > th,
.table-byline-400 > td {
  background-color: rgb(239.6, 239.6, 239.6);
}
.table-byline-400 th,
.table-byline-400 td,
.table-byline-400 thead th,
.table-byline-400 tbody + tbody {
  border-color: rgb(226.4, 226.4, 226.4);
}

.table-hover .table-byline-400:hover {
  background-color: rgb(226.85, 226.85, 226.85);
}
.table-hover .table-byline-400:hover > td,
.table-hover .table-byline-400:hover > th {
  background-color: rgb(226.85, 226.85, 226.85);
}

.table-byline-300,
.table-byline-300 > th,
.table-byline-300 > td {
  background-color: #f8f8f8;
}
.table-byline-300 th,
.table-byline-300 td,
.table-byline-300 thead th,
.table-byline-300 tbody + tbody {
  border-color: #f2f2f2;
}

.table-hover .table-byline-300:hover {
  background-color: rgb(235.25, 235.25, 235.25);
}
.table-hover .table-byline-300:hover > td,
.table-hover .table-byline-300:hover > th {
  background-color: rgb(235.25, 235.25, 235.25);
}

.table-byline-100,
.table-byline-100 > th,
.table-byline-100 > td {
  background-color: rgb(251.36, 251.36, 251.36);
}
.table-byline-100 th,
.table-byline-100 td,
.table-byline-100 thead th,
.table-byline-100 tbody + tbody {
  border-color: rgb(248.24, 248.24, 248.24);
}

.table-hover .table-byline-100:hover {
  background-color: rgb(238.61, 238.61, 238.61);
}
.table-hover .table-byline-100:hover > td,
.table-hover .table-byline-100:hover > th {
  background-color: rgb(238.61, 238.61, 238.61);
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: rgb(248.28, 242.4, 234.28);
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: rgb(242.52, 231.6, 216.52);
}

.table-hover .table-brown:hover {
  background-color: rgb(242.0351020408, 230.6908163265, 215.0248979592);
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: rgb(242.0351020408, 230.6908163265, 215.0248979592);
}

.table-body-bg,
.table-body-bg > th,
.table-body-bg > td {
  background-color: white;
}
.table-body-bg th,
.table-body-bg td,
.table-body-bg thead th,
.table-body-bg tbody + tbody {
  border-color: white;
}

.table-hover .table-body-bg:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-body-bg:hover > td,
.table-hover .table-body-bg:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 1479.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;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #777777;
  border-radius: 1rem;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #002da5;
  outline: 0;
  box-shadow: 0 0 0 1px #002da5;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(2rem + 1px);
  padding-bottom: calc(2rem + 1px);
  font-size: 1.328125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.9296875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  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 1.5rem;
  font-size: 0.9296875rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 2rem 1.5rem;
  font-size: 1.328125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

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 {
  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: #73E500;
}

.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.9296875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(115, 229, 0, 0.9);
  border-radius: 0.5rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #73E500;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2373E500' 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: center right calc(0.375em + 0.5rem);
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #73E500;
  box-shadow: 0 0 0 0.2rem rgba(115, 229, 0, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #73E500;
  padding-right: calc((1em + 2rem) * 3 / 4 + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2373E500' 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 2.5rem/calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #73E500;
  box-shadow: 0 0 0 0.2rem rgba(115, 229, 0, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #73E500;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.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: #73E500;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #73E500;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(140.5021834061, 255, 25);
  background-color: rgb(140.5021834061, 255, 25);
}
.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(115, 229, 0, 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: #73E500;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #73E500;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #73E500;
  box-shadow: 0 0 0 0.2rem rgba(115, 229, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #BE1700;
}

.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.9296875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(190, 23, 0, 0.9);
  border-radius: 0.5rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #BE1700;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23BE1700' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23BE1700' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.5rem);
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #BE1700;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #BE1700;
  padding-right: calc((1em + 2rem) * 3 / 4 + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23BE1700' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23BE1700' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2.5rem/calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #BE1700;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #BE1700;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.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: #BE1700;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #BE1700;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(241, 29.1736842105, 0);
  background-color: rgb(241, 29.1736842105, 0);
}
.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(190, 23, 0, 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: #BE1700;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #BE1700;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #BE1700;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 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: 3px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1rem;
  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 #F4F8FF;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
}
.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 rgba(38.25, 76.5, 178.5, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #fab400;
  border-color: #fab400;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(211.75, 152.46, 0);
  border-color: rgb(199, 143.28, 0);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(217.45, 158.55, 6.15, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fab400;
  border-color: #fab400;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(199, 143.28, 0);
  border-color: rgb(186.25, 134.1, 0);
}
.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 rgba(217.45, 158.55, 6.15, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(95.7914847162, 190.75, 0);
  border-color: rgb(89.3886462882, 178, 0);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(102.7, 200.2, 6.15, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(89.3886462882, 178, 0);
  border-color: rgb(82.9858078603, 165.25, 0);
}
.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 rgba(102.7, 200.2, 6.15, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
}
.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 rgba(38.25, 76.5, 178.5, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.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 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 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: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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 rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-primary-700 {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-primary-700:hover {
  color: #fff;
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.btn-primary-700:focus, .btn-primary-700.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}
.btn-primary-700.disabled, .btn-primary-700:disabled {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-primary-700:not(:disabled):not(.disabled):active, .btn-primary-700:not(:disabled):not(.disabled).active, .show > .btn-primary-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
}
.btn-primary-700:not(:disabled):not(.disabled):active:focus, .btn-primary-700:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}

.btn-primary-500 {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-primary-500:hover {
  color: #212529;
  background-color: rgb(120.75, 169.6953125, 255);
  border-color: rgb(108, 161.59375, 255);
}
.btn-primary-500:focus, .btn-primary-500.focus {
  box-shadow: 0 0 0 0 rgba(140.1, 170.45, 222.9, 0.5);
}
.btn-primary-500.disabled, .btn-primary-500:disabled {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-primary-500:not(:disabled):not(.disabled):active, .btn-primary-500:not(:disabled):not(.disabled).active, .show > .btn-primary-500.dropdown-toggle {
  color: #212529;
  background-color: rgb(108, 161.59375, 255);
  border-color: rgb(95.25, 153.4921875, 255);
}
.btn-primary-500:not(:disabled):not(.disabled):active:focus, .btn-primary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(140.1, 170.45, 222.9, 0.5);
}

.btn-primary-300 {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-primary-300:hover {
  color: #212529;
  background-color: rgb(205.75, 223.6590909091, 255);
  border-color: rgb(193, 215.5454545455, 255);
}
.btn-primary-300:focus, .btn-primary-300.focus {
  box-shadow: 0 0 0 0 rgba(212.35, 216.35, 222.9, 0.5);
}
.btn-primary-300.disabled, .btn-primary-300:disabled {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-primary-300:not(:disabled):not(.disabled):active, .btn-primary-300:not(:disabled):not(.disabled).active, .show > .btn-primary-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(193, 215.5454545455, 255);
  border-color: rgb(180.25, 207.4318181818, 255);
}
.btn-primary-300:not(:disabled):not(.disabled):active:focus, .btn-primary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(212.35, 216.35, 222.9, 0.5);
}

.btn-primary-1050 {
  color: #fff;
  background-color: #000B23;
  border-color: #000B23;
}
.btn-primary-1050:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary-1050:focus, .btn-primary-1050.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 47.6, 68, 0.5);
}
.btn-primary-1050.disabled, .btn-primary-1050:disabled {
  color: #fff;
  background-color: #000B23;
  border-color: #000B23;
}
.btn-primary-1050:not(:disabled):not(.disabled):active, .btn-primary-1050:not(:disabled):not(.disabled).active, .show > .btn-primary-1050.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary-1050:not(:disabled):not(.disabled):active:focus, .btn-primary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 47.6, 68, 0.5);
}

.btn-secondary-500 {
  color: #212529;
  background-color: #F9CC69;
  border-color: #F9CC69;
}
.btn-secondary-500:hover {
  color: #212529;
  background-color: rgb(247.5288461538, 191.4951923077, 68.2211538462);
  border-color: rgb(247.0384615385, 187.3269230769, 55.9615384615);
}
.btn-secondary-500:focus, .btn-secondary-500.focus {
  box-shadow: 0 0 0 0 rgba(216.6, 178.95, 95.4, 0.5);
}
.btn-secondary-500.disabled, .btn-secondary-500:disabled {
  color: #212529;
  background-color: #F9CC69;
  border-color: #F9CC69;
}
.btn-secondary-500:not(:disabled):not(.disabled):active, .btn-secondary-500:not(:disabled):not(.disabled).active, .show > .btn-secondary-500.dropdown-toggle {
  color: #212529;
  background-color: rgb(247.0384615385, 187.3269230769, 55.9615384615);
  border-color: rgb(246.5480769231, 183.1586538462, 43.7019230769);
}
.btn-secondary-500:not(:disabled):not(.disabled):active:focus, .btn-secondary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216.6, 178.95, 95.4, 0.5);
}

.btn-secondary-300 {
  color: #212529;
  background-color: #F7E5C1;
  border-color: #F7E5C1;
}
.btn-secondary-300:hover {
  color: #212529;
  background-color: rgb(242.6285714286, 214.7928571429, 159.1214285714);
  border-color: rgb(241.1714285714, 210.0571428571, 147.8285714286);
}
.btn-secondary-300:focus, .btn-secondary-300.focus {
  box-shadow: 0 0 0 0 rgba(214.9, 200.2, 170.2, 0.5);
}
.btn-secondary-300.disabled, .btn-secondary-300:disabled {
  color: #212529;
  background-color: #F7E5C1;
  border-color: #F7E5C1;
}
.btn-secondary-300:not(:disabled):not(.disabled):active, .btn-secondary-300:not(:disabled):not(.disabled).active, .show > .btn-secondary-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(241.1714285714, 210.0571428571, 147.8285714286);
  border-color: rgb(239.7142857143, 205.3214285714, 136.5357142857);
}
.btn-secondary-300:not(:disabled):not(.disabled):active:focus, .btn-secondary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(214.9, 200.2, 170.2, 0.5);
}

.btn-secondary-1050 {
  color: #fff;
  background-color: #C9931B;
  border-color: #C9931B;
}
.btn-secondary-1050:hover {
  color: #fff;
  background-color: rgb(167.2796052632, 122.3388157895, 22.4703947368);
  border-color: rgb(156.0394736842, 114.1184210526, 20.9605263158);
}
.btn-secondary-1050:focus, .btn-secondary-1050.focus {
  box-shadow: 0 0 0 0 rgba(209.1, 163.2, 61.2, 0.5);
}
.btn-secondary-1050.disabled, .btn-secondary-1050:disabled {
  color: #fff;
  background-color: #C9931B;
  border-color: #C9931B;
}
.btn-secondary-1050:not(:disabled):not(.disabled):active, .btn-secondary-1050:not(:disabled):not(.disabled).active, .show > .btn-secondary-1050.dropdown-toggle {
  color: #fff;
  background-color: rgb(156.0394736842, 114.1184210526, 20.9605263158);
  border-color: rgb(144.7993421053, 105.8980263158, 19.4506578947);
}
.btn-secondary-1050:not(:disabled):not(.disabled):active:focus, .btn-secondary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(209.1, 163.2, 61.2, 0.5);
}

.btn-red-light {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-light:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-red-light:focus, .btn-red-light.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-red-light.disabled, .btn-red-light:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-light:not(:disabled):not(.disabled):active, .btn-red-light:not(:disabled):not(.disabled).active, .show > .btn-red-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.btn-red-light:not(:disabled):not(.disabled):active:focus, .btn-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-red-light-500 {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-light-500:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-red-light-500:focus, .btn-red-light-500.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-red-light-500.disabled, .btn-red-light-500:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-light-500:not(:disabled):not(.disabled):active, .btn-red-light-500:not(:disabled):not(.disabled).active, .show > .btn-red-light-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.btn-red-light-500:not(:disabled):not(.disabled):active:focus, .btn-red-light-500:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-red-light-300 {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-light-300:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-red-light-300:focus, .btn-red-light-300.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-red-light-300.disabled, .btn-red-light-300:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-light-300:not(:disabled):not(.disabled):active, .btn-red-light-300:not(:disabled):not(.disabled).active, .show > .btn-red-light-300.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.btn-red-light-300:not(:disabled):not(.disabled):active:focus, .btn-red-light-300:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-red-dark {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-dark:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-red-dark:focus, .btn-red-dark.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-red-dark.disabled, .btn-red-dark:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-dark:not(:disabled):not(.disabled):active, .btn-red-dark:not(:disabled):not(.disabled).active, .show > .btn-red-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.btn-red-dark:not(:disabled):not(.disabled):active:focus, .btn-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-red-dark-500 {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-dark-500:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-red-dark-500:focus, .btn-red-dark-500.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-red-dark-500.disabled, .btn-red-dark-500:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-dark-500:not(:disabled):not(.disabled):active, .btn-red-dark-500:not(:disabled):not(.disabled).active, .show > .btn-red-dark-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.btn-red-dark-500:not(:disabled):not(.disabled):active:focus, .btn-red-dark-500:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-red-dark-300 {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-dark-300:hover {
  color: #fff;
  background-color: rgb(151.75, 18.3697368421, 0);
  border-color: rgb(139, 16.8263157895, 0);
}
.btn-red-dark-300:focus, .btn-red-dark-300.focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}
.btn-red-dark-300.disabled, .btn-red-dark-300:disabled {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-red-dark-300:not(:disabled):not(.disabled):active, .btn-red-dark-300:not(:disabled):not(.disabled).active, .show > .btn-red-dark-300.dropdown-toggle {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
  border-color: rgb(126.25, 15.2828947368, 0);
}
.btn-red-dark-300:not(:disabled):not(.disabled):active:focus, .btn-red-dark-300:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199.75, 57.8, 38.25, 0.5);
}

.btn-tealish {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-tealish:hover {
  color: #fff;
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.btn-tealish:focus, .btn-tealish.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}
.btn-tealish.disabled, .btn-tealish:disabled {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-tealish:not(:disabled):not(.disabled):active, .btn-tealish:not(:disabled):not(.disabled).active, .show > .btn-tealish.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
}
.btn-tealish:not(:disabled):not(.disabled):active:focus, .btn-tealish:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}

.btn-tealish-500 {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-tealish-500:hover {
  color: #212529;
  background-color: rgb(120.75, 169.6953125, 255);
  border-color: rgb(108, 161.59375, 255);
}
.btn-tealish-500:focus, .btn-tealish-500.focus {
  box-shadow: 0 0 0 0 rgba(140.1, 170.45, 222.9, 0.5);
}
.btn-tealish-500.disabled, .btn-tealish-500:disabled {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-tealish-500:not(:disabled):not(.disabled):active, .btn-tealish-500:not(:disabled):not(.disabled).active, .show > .btn-tealish-500.dropdown-toggle {
  color: #212529;
  background-color: rgb(108, 161.59375, 255);
  border-color: rgb(95.25, 153.4921875, 255);
}
.btn-tealish-500:not(:disabled):not(.disabled):active:focus, .btn-tealish-500:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(140.1, 170.45, 222.9, 0.5);
}

.btn-tealish-300 {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-tealish-300:hover {
  color: #212529;
  background-color: rgb(120.75, 169.6953125, 255);
  border-color: rgb(108, 161.59375, 255);
}
.btn-tealish-300:focus, .btn-tealish-300.focus {
  box-shadow: 0 0 0 0 rgba(140.1, 170.45, 222.9, 0.5);
}
.btn-tealish-300.disabled, .btn-tealish-300:disabled {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-tealish-300:not(:disabled):not(.disabled):active, .btn-tealish-300:not(:disabled):not(.disabled).active, .show > .btn-tealish-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(108, 161.59375, 255);
  border-color: rgb(95.25, 153.4921875, 255);
}
.btn-tealish-300:not(:disabled):not(.disabled):active:focus, .btn-tealish-300:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(140.1, 170.45, 222.9, 0.5);
}

.btn-green {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-green:hover {
  color: #fff;
  background-color: rgb(95.7914847162, 190.75, 0);
  border-color: rgb(89.3886462882, 178, 0);
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0 rgba(102.7, 200.2, 6.15, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(89.3886462882, 178, 0);
  border-color: rgb(82.9858078603, 165.25, 0);
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(102.7, 200.2, 6.15, 0.5);
}

.btn-green-700 {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-green-700:hover {
  color: #fff;
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.btn-green-700:focus, .btn-green-700.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}
.btn-green-700.disabled, .btn-green-700:disabled {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-green-700:not(:disabled):not(.disabled):active, .btn-green-700:not(:disabled):not(.disabled).active, .show > .btn-green-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
}
.btn-green-700:not(:disabled):not(.disabled):active:focus, .btn-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}

.btn-green-500 {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-green-500:hover {
  color: #fff;
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.btn-green-500:focus, .btn-green-500.focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}
.btn-green-500.disabled, .btn-green-500:disabled {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-green-500:not(:disabled):not(.disabled):active, .btn-green-500:not(:disabled):not(.disabled).active, .show > .btn-green-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
}
.btn-green-500:not(:disabled):not(.disabled):active:focus, .btn-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 76.5, 178.5, 0.5);
}

.btn-green-300 {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-green-300:hover {
  color: #212529;
  background-color: rgb(205.75, 223.6590909091, 255);
  border-color: rgb(193, 215.5454545455, 255);
}
.btn-green-300:focus, .btn-green-300.focus {
  box-shadow: 0 0 0 0 rgba(212.35, 216.35, 222.9, 0.5);
}
.btn-green-300.disabled, .btn-green-300:disabled {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-green-300:not(:disabled):not(.disabled):active, .btn-green-300:not(:disabled):not(.disabled).active, .show > .btn-green-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(193, 215.5454545455, 255);
  border-color: rgb(180.25, 207.4318181818, 255);
}
.btn-green-300:not(:disabled):not(.disabled):active:focus, .btn-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(212.35, 216.35, 222.9, 0.5);
}

.btn-byline-700 {
  color: #fff;
  background-color: #413D38;
  border-color: #413D38;
}
.btn-byline-700:hover {
  color: #fff;
  background-color: rgb(44.4524793388, 41.7169421488, 38.2975206612);
  border-color: rgb(37.6033057851, 35.2892561983, 32.3966942149);
}
.btn-byline-700:focus, .btn-byline-700.focus {
  box-shadow: 0 0 0 0 rgba(93.5, 90.1, 85.85, 0.5);
}
.btn-byline-700.disabled, .btn-byline-700:disabled {
  color: #fff;
  background-color: #413D38;
  border-color: #413D38;
}
.btn-byline-700:not(:disabled):not(.disabled):active, .btn-byline-700:not(:disabled):not(.disabled).active, .show > .btn-byline-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(37.6033057851, 35.2892561983, 32.3966942149);
  border-color: rgb(30.7541322314, 28.8615702479, 26.4958677686);
}
.btn-byline-700:not(:disabled):not(.disabled):active:focus, .btn-byline-700:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(93.5, 90.1, 85.85, 0.5);
}

.btn-byline-500 {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.btn-byline-500:hover {
  color: #fff;
  background-color: rgb(99.875, 99.875, 99.875);
  border-color: rgb(93.5, 93.5, 93.5);
}
.btn-byline-500:focus, .btn-byline-500.focus {
  box-shadow: 0 0 0 0 rgba(139.4, 139.4, 139.4, 0.5);
}
.btn-byline-500.disabled, .btn-byline-500:disabled {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.btn-byline-500:not(:disabled):not(.disabled):active, .btn-byline-500:not(:disabled):not(.disabled).active, .show > .btn-byline-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(93.5, 93.5, 93.5);
  border-color: rgb(87.125, 87.125, 87.125);
}
.btn-byline-500:not(:disabled):not(.disabled):active:focus, .btn-byline-500:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(139.4, 139.4, 139.4, 0.5);
}

.btn-byline-400 {
  color: #212529;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-byline-400:hover {
  color: #212529;
  background-color: rgb(180.875, 180.875, 180.875);
  border-color: rgb(174.5, 174.5, 174.5);
}
.btn-byline-400:focus, .btn-byline-400.focus {
  box-shadow: 0 0 0 0 rgba(174.95, 175.55, 176.15, 0.5);
}
.btn-byline-400.disabled, .btn-byline-400:disabled {
  color: #212529;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-byline-400:not(:disabled):not(.disabled):active, .btn-byline-400:not(:disabled):not(.disabled).active, .show > .btn-byline-400.dropdown-toggle {
  color: #212529;
  background-color: rgb(174.5, 174.5, 174.5);
  border-color: rgb(168.125, 168.125, 168.125);
}
.btn-byline-400:not(:disabled):not(.disabled):active:focus, .btn-byline-400:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174.95, 175.55, 176.15, 0.5);
}

.btn-byline-300 {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-byline-300:hover {
  color: #212529;
  background-color: rgb(210.875, 210.875, 210.875);
  border-color: rgb(204.5, 204.5, 204.5);
}
.btn-byline-300:focus, .btn-byline-300.focus {
  box-shadow: 0 0 0 0 rgba(200.45, 201.05, 201.65, 0.5);
}
.btn-byline-300.disabled, .btn-byline-300:disabled {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-byline-300:not(:disabled):not(.disabled):active, .btn-byline-300:not(:disabled):not(.disabled).active, .show > .btn-byline-300.dropdown-toggle {
  color: #212529;
  background-color: rgb(204.5, 204.5, 204.5);
  border-color: rgb(198.125, 198.125, 198.125);
}
.btn-byline-300:not(:disabled):not(.disabled):active:focus, .btn-byline-300:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200.45, 201.05, 201.65, 0.5);
}

.btn-byline-100 {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-byline-100:hover {
  color: #212529;
  background-color: rgb(222.875, 222.875, 222.875);
  border-color: rgb(216.5, 216.5, 216.5);
}
.btn-byline-100:focus, .btn-byline-100.focus {
  box-shadow: 0 0 0 0 rgba(210.65, 211.25, 211.85, 0.5);
}
.btn-byline-100.disabled, .btn-byline-100:disabled {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-byline-100:not(:disabled):not(.disabled):active, .btn-byline-100:not(:disabled):not(.disabled).active, .show > .btn-byline-100.dropdown-toggle {
  color: #212529;
  background-color: rgb(216.5, 216.5, 216.5);
  border-color: rgb(210.125, 210.125, 210.125);
}
.btn-byline-100:not(:disabled):not(.disabled):active:focus, .btn-byline-100:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(210.65, 211.25, 211.85, 0.5);
}

.btn-brown {
  color: #212529;
  background-color: #e7d2b5;
  border-color: #e7d2b5;
}
.btn-brown:hover {
  color: #212529;
  background-color: rgb(221.6326530612, 192.4362244898, 152.1173469388);
  border-color: rgb(218.5102040816, 186.5816326531, 142.4897959184);
}
.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 0 0 0 rgba(201.3, 184.05, 160, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #212529;
  background-color: #e7d2b5;
  border-color: #e7d2b5;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.5102040816, 186.5816326531, 142.4897959184);
  border-color: rgb(215.387755102, 180.7270408163, 132.862244898);
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201.3, 184.05, 160, 0.5);
}

.btn-body-bg {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-body-bg:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-body-bg:focus, .btn-body-bg.focus {
  box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-body-bg.disabled, .btn-body-bg:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-body-bg:not(:disabled):not(.disabled):active, .btn-body-bg:not(:disabled):not(.disabled).active, .show > .btn-body-bg.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-body-bg:not(:disabled):not(.disabled):active:focus, .btn-body-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-body-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-outline-primary {
  color: #002da5;
  border-color: #002da5;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #002da5;
  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: #002da5;
  border-color: #002da5;
}
.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 rgba(0, 45, 165, 0.5);
}

.btn-outline-secondary {
  color: #fab400;
  border-color: #fab400;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fab400;
  border-color: #fab400;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(250, 180, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fab400;
  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: #212529;
  background-color: #fab400;
  border-color: #fab400;
}
.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 rgba(250, 180, 0, 0.5);
}

.btn-outline-success {
  color: #73E500;
  border-color: #73E500;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(115, 229, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #73E500;
  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: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.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 rgba(115, 229, 0, 0.5);
}

.btn-outline-info {
  color: #002da5;
  border-color: #002da5;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #002da5;
  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: #002da5;
  border-color: #002da5;
}
.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 rgba(0, 45, 165, 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 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 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #BE1700;
  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: #BE1700;
  border-color: #BE1700;
}
.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 rgba(190, 23, 0, 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 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 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 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 rgba(52, 58, 64, 0.5);
}

.btn-outline-primary-700 {
  color: #002da5;
  border-color: #002da5;
}
.btn-outline-primary-700:hover {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-primary-700:focus, .btn-outline-primary-700.focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.btn-outline-primary-700.disabled, .btn-outline-primary-700:disabled {
  color: #002da5;
  background-color: transparent;
}
.btn-outline-primary-700:not(:disabled):not(.disabled):active, .btn-outline-primary-700:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-700.dropdown-toggle {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-primary-700:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}

.btn-outline-primary-500 {
  color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-primary-500:hover {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-primary-500:focus, .btn-outline-primary-500.focus {
  box-shadow: 0 0 0 0 rgba(159, 194, 255, 0.5);
}
.btn-outline-primary-500.disabled, .btn-outline-primary-500:disabled {
  color: #9FC2FF;
  background-color: transparent;
}
.btn-outline-primary-500:not(:disabled):not(.disabled):active, .btn-outline-primary-500:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-500.dropdown-toggle {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-primary-500:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(159, 194, 255, 0.5);
}

.btn-outline-primary-300 {
  color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-outline-primary-300:hover {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-outline-primary-300:focus, .btn-outline-primary-300.focus {
  box-shadow: 0 0 0 0 rgba(244, 248, 255, 0.5);
}
.btn-outline-primary-300.disabled, .btn-outline-primary-300:disabled {
  color: #F4F8FF;
  background-color: transparent;
}
.btn-outline-primary-300:not(:disabled):not(.disabled):active, .btn-outline-primary-300:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-300.dropdown-toggle {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-outline-primary-300:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 248, 255, 0.5);
}

.btn-outline-primary-1050 {
  color: #000B23;
  border-color: #000B23;
}
.btn-outline-primary-1050:hover {
  color: #fff;
  background-color: #000B23;
  border-color: #000B23;
}
.btn-outline-primary-1050:focus, .btn-outline-primary-1050.focus {
  box-shadow: 0 0 0 0 rgba(0, 11, 35, 0.5);
}
.btn-outline-primary-1050.disabled, .btn-outline-primary-1050:disabled {
  color: #000B23;
  background-color: transparent;
}
.btn-outline-primary-1050:not(:disabled):not(.disabled):active, .btn-outline-primary-1050:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-1050.dropdown-toggle {
  color: #fff;
  background-color: #000B23;
  border-color: #000B23;
}
.btn-outline-primary-1050:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 11, 35, 0.5);
}

.btn-outline-secondary-500 {
  color: #F9CC69;
  border-color: #F9CC69;
}
.btn-outline-secondary-500:hover {
  color: #212529;
  background-color: #F9CC69;
  border-color: #F9CC69;
}
.btn-outline-secondary-500:focus, .btn-outline-secondary-500.focus {
  box-shadow: 0 0 0 0 rgba(249, 204, 105, 0.5);
}
.btn-outline-secondary-500.disabled, .btn-outline-secondary-500:disabled {
  color: #F9CC69;
  background-color: transparent;
}
.btn-outline-secondary-500:not(:disabled):not(.disabled):active, .btn-outline-secondary-500:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-500.dropdown-toggle {
  color: #212529;
  background-color: #F9CC69;
  border-color: #F9CC69;
}
.btn-outline-secondary-500:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(249, 204, 105, 0.5);
}

.btn-outline-secondary-300 {
  color: #F7E5C1;
  border-color: #F7E5C1;
}
.btn-outline-secondary-300:hover {
  color: #212529;
  background-color: #F7E5C1;
  border-color: #F7E5C1;
}
.btn-outline-secondary-300:focus, .btn-outline-secondary-300.focus {
  box-shadow: 0 0 0 0 rgba(247, 229, 193, 0.5);
}
.btn-outline-secondary-300.disabled, .btn-outline-secondary-300:disabled {
  color: #F7E5C1;
  background-color: transparent;
}
.btn-outline-secondary-300:not(:disabled):not(.disabled):active, .btn-outline-secondary-300:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-300.dropdown-toggle {
  color: #212529;
  background-color: #F7E5C1;
  border-color: #F7E5C1;
}
.btn-outline-secondary-300:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 229, 193, 0.5);
}

.btn-outline-secondary-1050 {
  color: #C9931B;
  border-color: #C9931B;
}
.btn-outline-secondary-1050:hover {
  color: #fff;
  background-color: #C9931B;
  border-color: #C9931B;
}
.btn-outline-secondary-1050:focus, .btn-outline-secondary-1050.focus {
  box-shadow: 0 0 0 0 rgba(201, 147, 27, 0.5);
}
.btn-outline-secondary-1050.disabled, .btn-outline-secondary-1050:disabled {
  color: #C9931B;
  background-color: transparent;
}
.btn-outline-secondary-1050:not(:disabled):not(.disabled):active, .btn-outline-secondary-1050:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-1050.dropdown-toggle {
  color: #fff;
  background-color: #C9931B;
  border-color: #C9931B;
}
.btn-outline-secondary-1050:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 147, 27, 0.5);
}

.btn-outline-red-light {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light:focus, .btn-outline-red-light.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-red-light.disabled, .btn-outline-red-light:disabled {
  color: #BE1700;
  background-color: transparent;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active, .btn-outline-red-light:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light.dropdown-toggle {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}

.btn-outline-red-light-500 {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light-500:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light-500:focus, .btn-outline-red-light-500.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-red-light-500.disabled, .btn-outline-red-light-500:disabled {
  color: #BE1700;
  background-color: transparent;
}
.btn-outline-red-light-500:not(:disabled):not(.disabled):active, .btn-outline-red-light-500:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light-500.dropdown-toggle {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light-500:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}

.btn-outline-red-light-300 {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light-300:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light-300:focus, .btn-outline-red-light-300.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-red-light-300.disabled, .btn-outline-red-light-300:disabled {
  color: #BE1700;
  background-color: transparent;
}
.btn-outline-red-light-300:not(:disabled):not(.disabled):active, .btn-outline-red-light-300:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light-300.dropdown-toggle {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-light-300:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}

.btn-outline-red-dark {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark:focus, .btn-outline-red-dark.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-red-dark.disabled, .btn-outline-red-dark:disabled {
  color: #BE1700;
  background-color: transparent;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active, .btn-outline-red-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}

.btn-outline-red-dark-500 {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark-500:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark-500:focus, .btn-outline-red-dark-500.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-red-dark-500.disabled, .btn-outline-red-dark-500:disabled {
  color: #BE1700;
  background-color: transparent;
}
.btn-outline-red-dark-500:not(:disabled):not(.disabled):active, .btn-outline-red-dark-500:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark-500.dropdown-toggle {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark-500:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}

.btn-outline-red-dark-300 {
  color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark-300:hover {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark-300:focus, .btn-outline-red-dark-300.focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}
.btn-outline-red-dark-300.disabled, .btn-outline-red-dark-300:disabled {
  color: #BE1700;
  background-color: transparent;
}
.btn-outline-red-dark-300:not(:disabled):not(.disabled):active, .btn-outline-red-dark-300:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark-300.dropdown-toggle {
  color: #fff;
  background-color: #BE1700;
  border-color: #BE1700;
}
.btn-outline-red-dark-300:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 23, 0, 0.5);
}

.btn-outline-tealish {
  color: #002da5;
  border-color: #002da5;
}
.btn-outline-tealish:hover {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-tealish:focus, .btn-outline-tealish.focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.btn-outline-tealish.disabled, .btn-outline-tealish:disabled {
  color: #002da5;
  background-color: transparent;
}
.btn-outline-tealish:not(:disabled):not(.disabled):active, .btn-outline-tealish:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish.dropdown-toggle {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-tealish:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}

.btn-outline-tealish-500 {
  color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-tealish-500:hover {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-tealish-500:focus, .btn-outline-tealish-500.focus {
  box-shadow: 0 0 0 0 rgba(159, 194, 255, 0.5);
}
.btn-outline-tealish-500.disabled, .btn-outline-tealish-500:disabled {
  color: #9FC2FF;
  background-color: transparent;
}
.btn-outline-tealish-500:not(:disabled):not(.disabled):active, .btn-outline-tealish-500:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish-500.dropdown-toggle {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-tealish-500:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(159, 194, 255, 0.5);
}

.btn-outline-tealish-300 {
  color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-tealish-300:hover {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-tealish-300:focus, .btn-outline-tealish-300.focus {
  box-shadow: 0 0 0 0 rgba(159, 194, 255, 0.5);
}
.btn-outline-tealish-300.disabled, .btn-outline-tealish-300:disabled {
  color: #9FC2FF;
  background-color: transparent;
}
.btn-outline-tealish-300:not(:disabled):not(.disabled):active, .btn-outline-tealish-300:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish-300.dropdown-toggle {
  color: #212529;
  background-color: #9FC2FF;
  border-color: #9FC2FF;
}
.btn-outline-tealish-300:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(159, 194, 255, 0.5);
}

.btn-outline-green {
  color: #73E500;
  border-color: #73E500;
}
.btn-outline-green:hover {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(115, 229, 0, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #73E500;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #73E500;
  border-color: #73E500;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(115, 229, 0, 0.5);
}

.btn-outline-green-700 {
  color: #002da5;
  border-color: #002da5;
}
.btn-outline-green-700:hover {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-green-700:focus, .btn-outline-green-700.focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.btn-outline-green-700.disabled, .btn-outline-green-700:disabled {
  color: #002da5;
  background-color: transparent;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active, .btn-outline-green-700:not(:disabled):not(.disabled).active, .show > .btn-outline-green-700.dropdown-toggle {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active:focus, .btn-outline-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}

.btn-outline-green-500 {
  color: #002da5;
  border-color: #002da5;
}
.btn-outline-green-500:hover {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-green-500:focus, .btn-outline-green-500.focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.btn-outline-green-500.disabled, .btn-outline-green-500:disabled {
  color: #002da5;
  background-color: transparent;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active, .btn-outline-green-500:not(:disabled):not(.disabled).active, .show > .btn-outline-green-500.dropdown-toggle {
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active:focus, .btn-outline-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}

.btn-outline-green-300 {
  color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-outline-green-300:hover {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-outline-green-300:focus, .btn-outline-green-300.focus {
  box-shadow: 0 0 0 0 rgba(244, 248, 255, 0.5);
}
.btn-outline-green-300.disabled, .btn-outline-green-300:disabled {
  color: #F4F8FF;
  background-color: transparent;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active, .btn-outline-green-300:not(:disabled):not(.disabled).active, .show > .btn-outline-green-300.dropdown-toggle {
  color: #212529;
  background-color: #F4F8FF;
  border-color: #F4F8FF;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active:focus, .btn-outline-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 248, 255, 0.5);
}

.btn-outline-byline-700 {
  color: #413D38;
  border-color: #413D38;
}
.btn-outline-byline-700:hover {
  color: #fff;
  background-color: #413D38;
  border-color: #413D38;
}
.btn-outline-byline-700:focus, .btn-outline-byline-700.focus {
  box-shadow: 0 0 0 0 rgba(65, 61, 56, 0.5);
}
.btn-outline-byline-700.disabled, .btn-outline-byline-700:disabled {
  color: #413D38;
  background-color: transparent;
}
.btn-outline-byline-700:not(:disabled):not(.disabled):active, .btn-outline-byline-700:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-700.dropdown-toggle {
  color: #fff;
  background-color: #413D38;
  border-color: #413D38;
}
.btn-outline-byline-700:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(65, 61, 56, 0.5);
}

.btn-outline-byline-500 {
  color: #777777;
  border-color: #777777;
}
.btn-outline-byline-500:hover {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.btn-outline-byline-500:focus, .btn-outline-byline-500.focus {
  box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.5);
}
.btn-outline-byline-500.disabled, .btn-outline-byline-500:disabled {
  color: #777777;
  background-color: transparent;
}
.btn-outline-byline-500:not(:disabled):not(.disabled):active, .btn-outline-byline-500:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-500.dropdown-toggle {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}
.btn-outline-byline-500:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.5);
}

.btn-outline-byline-400 {
  color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-outline-byline-400:hover {
  color: #212529;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-outline-byline-400:focus, .btn-outline-byline-400.focus {
  box-shadow: 0 0 0 0 rgba(200, 200, 200, 0.5);
}
.btn-outline-byline-400.disabled, .btn-outline-byline-400:disabled {
  color: #C8C8C8;
  background-color: transparent;
}
.btn-outline-byline-400:not(:disabled):not(.disabled):active, .btn-outline-byline-400:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-400.dropdown-toggle {
  color: #212529;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-outline-byline-400:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200, 200, 200, 0.5);
}

.btn-outline-byline-300 {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-byline-300:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-byline-300:focus, .btn-outline-byline-300.focus {
  box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.5);
}
.btn-outline-byline-300.disabled, .btn-outline-byline-300:disabled {
  color: #e6e6e6;
  background-color: transparent;
}
.btn-outline-byline-300:not(:disabled):not(.disabled):active, .btn-outline-byline-300:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-300.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-byline-300:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.5);
}

.btn-outline-byline-100 {
  color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-byline-100:hover {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-byline-100:focus, .btn-outline-byline-100.focus {
  box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
}
.btn-outline-byline-100.disabled, .btn-outline-byline-100:disabled {
  color: #F2F2F2;
  background-color: transparent;
}
.btn-outline-byline-100:not(:disabled):not(.disabled):active, .btn-outline-byline-100:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-100.dropdown-toggle {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-byline-100:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
}

.btn-outline-brown {
  color: #e7d2b5;
  border-color: #e7d2b5;
}
.btn-outline-brown:hover {
  color: #212529;
  background-color: #e7d2b5;
  border-color: #e7d2b5;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0 rgba(231, 210, 181, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #e7d2b5;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #212529;
  background-color: #e7d2b5;
  border-color: #e7d2b5;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(231, 210, 181, 0.5);
}

.btn-outline-body-bg {
  color: white;
  border-color: white;
}
.btn-outline-body-bg:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-body-bg:focus, .btn-outline-body-bg.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-body-bg.disabled, .btn-outline-body-bg:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active, .btn-outline-body-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-body-bg.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-body-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-body-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #fab400;
  text-decoration: none;
}
.btn-link:hover {
  color: #000B23;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.815rem 2rem;
  font-size: 1.328125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.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: 1.25rem;
  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: 1rem;
}

.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: 1480px) {
  .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.75rem 1rem;
  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: rgb(0, 24.1363636364, 88.5);
  text-decoration: none;
  background-color: #F4F8FF;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(244, 248, 255, 0.6);
}
.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 1rem;
  margin-bottom: 0;
  font-size: 0.9296875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.75rem 1rem;
  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 > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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: -3px;
}
.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: 1.125rem;
  padding-left: 1.125rem;
}
.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: 1.125rem;
  padding-left: 1.125rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.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: -3px;
}
.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 input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.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%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.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-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.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: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #777777;
  border-radius: 1rem;
}
.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: 2rem 1.5rem;
  font-size: 1.328125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.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 1.5rem;
  font-size: 0.9296875rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.5rem;
}

.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.59375rem;
  padding-left: 2.375rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #002da5;
  background-color: #002da5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #002da5;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #002da5;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(88.5, 133.9090909091, 255);
  border-color: rgb(88.5, 133.9090909091, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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.140625rem;
  left: -2.375rem;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: -0.140625rem;
  left: -2.375rem;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #002da5;
  background-color: #002da5;
}
.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' 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(0, 45, 165, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 45, 165, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 1rem;
}
.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' 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(0, 45, 165, 0.5);
}

.custom-switch {
  padding-left: 3.78125rem;
}
.custom-switch .custom-control-label::before {
  left: -3.78125rem;
  width: 3.28125rem;
  pointer-events: all;
  border-radius: 0.9375rem;
}
.custom-switch .custom-control-label::after {
  top: calc(-0.140625rem + 2px);
  left: calc(-3.78125rem + 2px);
  width: calc(1.875rem - 4px);
  height: calc(1.875rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.9375rem;
  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: #fff;
  transform: translateX(1.40625rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 45, 165, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2.5rem 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.5rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #777777;
  border-radius: 1rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #002da5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #F4F8FF;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  font-size: 0.9296875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  font-size: 1.328125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #002da5;
  box-shadow: 0 0 0 1px #002da5;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Upload";
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Upload";
}
.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 + 2rem + 2px);
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #777777;
  border-radius: 1rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 2rem);
  padding: 1rem 1.5rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 1rem 1rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1.5rem + 0.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 white, 0 0 0 1px #002da5;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 1px #002da5;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 1px #002da5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.375rem;
  background-color: #002da5;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(88.5, 133.9090909091, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.75rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #002da5;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(88.5, 133.9090909091, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.75rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #002da5;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(88.5, 133.9090909091, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.75rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.75rem;
}
.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: 1rem;
  border-top-right-radius: 1rem;
}
.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: white;
  border-color: #dee2e6 #dee2e6 white;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #002da5;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.30078125rem;
  padding-bottom: 0.30078125rem;
  margin-right: 1rem;
  font-size: 1.328125rem;
  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.328125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1rem;
}
.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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1479.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1480px) {
  .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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.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 {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.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: 1rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.card-body {
  flex: 1 1 auto;
  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(1rem - 1px) calc(1rem - 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(1rem - 1px) calc(1rem - 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 {
  width: 100%;
  border-radius: calc(1rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: white;
  border-radius: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #9FC2FF;
  content: "|";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 1rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fab400;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #000B23;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #F4F8FF;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #002da5;
  border-color: #002da5;
}
.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.328125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1.375rem;
  border-bottom-left-radius: 1.375rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1.375rem;
  border-bottom-right-radius: 1.375rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.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: 1rem;
  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-primary {
  color: #fff;
  background-color: #002da5;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #fab400;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(199, 143.28, 0);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 180, 0, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #73E500;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(89.3886462882, 178, 0);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 229, 0, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #002da5;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
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: #BE1700;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
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: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-primary-700 {
  color: #fff;
  background-color: #002da5;
}
a.badge-primary-700:hover, a.badge-primary-700:focus {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
}
a.badge-primary-700:focus, a.badge-primary-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.badge-primary-500 {
  color: #212529;
  background-color: #9FC2FF;
}
a.badge-primary-500:hover, a.badge-primary-500:focus {
  color: #212529;
  background-color: rgb(108, 161.59375, 255);
}
a.badge-primary-500:focus, a.badge-primary-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 194, 255, 0.5);
}

.badge-primary-300 {
  color: #212529;
  background-color: #F4F8FF;
}
a.badge-primary-300:hover, a.badge-primary-300:focus {
  color: #212529;
  background-color: rgb(193, 215.5454545455, 255);
}
a.badge-primary-300:focus, a.badge-primary-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 248, 255, 0.5);
}

.badge-primary-1050 {
  color: #fff;
  background-color: #000B23;
}
a.badge-primary-1050:hover, a.badge-primary-1050:focus {
  color: #fff;
  background-color: black;
}
a.badge-primary-1050:focus, a.badge-primary-1050.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 11, 35, 0.5);
}

.badge-secondary-500 {
  color: #212529;
  background-color: #F9CC69;
}
a.badge-secondary-500:hover, a.badge-secondary-500:focus {
  color: #212529;
  background-color: rgb(247.0384615385, 187.3269230769, 55.9615384615);
}
a.badge-secondary-500:focus, a.badge-secondary-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 204, 105, 0.5);
}

.badge-secondary-300 {
  color: #212529;
  background-color: #F7E5C1;
}
a.badge-secondary-300:hover, a.badge-secondary-300:focus {
  color: #212529;
  background-color: rgb(241.1714285714, 210.0571428571, 147.8285714286);
}
a.badge-secondary-300:focus, a.badge-secondary-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 229, 193, 0.5);
}

.badge-secondary-1050 {
  color: #fff;
  background-color: #C9931B;
}
a.badge-secondary-1050:hover, a.badge-secondary-1050:focus {
  color: #fff;
  background-color: rgb(156.0394736842, 114.1184210526, 20.9605263158);
}
a.badge-secondary-1050:focus, a.badge-secondary-1050.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 147, 27, 0.5);
}

.badge-red-light {
  color: #fff;
  background-color: #BE1700;
}
a.badge-red-light:hover, a.badge-red-light:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-red-light:focus, a.badge-red-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-red-light-500 {
  color: #fff;
  background-color: #BE1700;
}
a.badge-red-light-500:hover, a.badge-red-light-500:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-red-light-500:focus, a.badge-red-light-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-red-light-300 {
  color: #fff;
  background-color: #BE1700;
}
a.badge-red-light-300:hover, a.badge-red-light-300:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-red-light-300:focus, a.badge-red-light-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-red-dark {
  color: #fff;
  background-color: #BE1700;
}
a.badge-red-dark:hover, a.badge-red-dark:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-red-dark:focus, a.badge-red-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-red-dark-500 {
  color: #fff;
  background-color: #BE1700;
}
a.badge-red-dark-500:hover, a.badge-red-dark-500:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-red-dark-500:focus, a.badge-red-dark-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-red-dark-300 {
  color: #fff;
  background-color: #BE1700;
}
a.badge-red-dark-300:hover, a.badge-red-dark-300:focus {
  color: #fff;
  background-color: rgb(139, 16.8263157895, 0);
}
a.badge-red-dark-300:focus, a.badge-red-dark-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

.badge-tealish {
  color: #fff;
  background-color: #002da5;
}
a.badge-tealish:hover, a.badge-tealish:focus {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
}
a.badge-tealish:focus, a.badge-tealish.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.badge-tealish-500 {
  color: #212529;
  background-color: #9FC2FF;
}
a.badge-tealish-500:hover, a.badge-tealish-500:focus {
  color: #212529;
  background-color: rgb(108, 161.59375, 255);
}
a.badge-tealish-500:focus, a.badge-tealish-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 194, 255, 0.5);
}

.badge-tealish-300 {
  color: #212529;
  background-color: #9FC2FF;
}
a.badge-tealish-300:hover, a.badge-tealish-300:focus {
  color: #212529;
  background-color: rgb(108, 161.59375, 255);
}
a.badge-tealish-300:focus, a.badge-tealish-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(159, 194, 255, 0.5);
}

.badge-green {
  color: #212529;
  background-color: #73E500;
}
a.badge-green:hover, a.badge-green:focus {
  color: #212529;
  background-color: rgb(89.3886462882, 178, 0);
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 229, 0, 0.5);
}

.badge-green-700 {
  color: #fff;
  background-color: #002da5;
}
a.badge-green-700:hover, a.badge-green-700:focus {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
}
a.badge-green-700:focus, a.badge-green-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.badge-green-500 {
  color: #fff;
  background-color: #002da5;
}
a.badge-green-500:hover, a.badge-green-500:focus {
  color: #fff;
  background-color: rgb(0, 31.0909090909, 114);
}
a.badge-green-500:focus, a.badge-green-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.badge-green-300 {
  color: #212529;
  background-color: #F4F8FF;
}
a.badge-green-300:hover, a.badge-green-300:focus {
  color: #212529;
  background-color: rgb(193, 215.5454545455, 255);
}
a.badge-green-300:focus, a.badge-green-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 248, 255, 0.5);
}

.badge-byline-700 {
  color: #fff;
  background-color: #413D38;
}
a.badge-byline-700:hover, a.badge-byline-700:focus {
  color: #fff;
  background-color: rgb(37.6033057851, 35.2892561983, 32.3966942149);
}
a.badge-byline-700:focus, a.badge-byline-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(65, 61, 56, 0.5);
}

.badge-byline-500 {
  color: #fff;
  background-color: #777777;
}
a.badge-byline-500:hover, a.badge-byline-500:focus {
  color: #fff;
  background-color: rgb(93.5, 93.5, 93.5);
}
a.badge-byline-500:focus, a.badge-byline-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.badge-byline-400 {
  color: #212529;
  background-color: #C8C8C8;
}
a.badge-byline-400:hover, a.badge-byline-400:focus {
  color: #212529;
  background-color: rgb(174.5, 174.5, 174.5);
}
a.badge-byline-400:focus, a.badge-byline-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}

.badge-byline-300 {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-byline-300:hover, a.badge-byline-300:focus {
  color: #212529;
  background-color: rgb(204.5, 204.5, 204.5);
}
a.badge-byline-300:focus, a.badge-byline-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.badge-byline-100 {
  color: #212529;
  background-color: #F2F2F2;
}
a.badge-byline-100:hover, a.badge-byline-100:focus {
  color: #212529;
  background-color: rgb(216.5, 216.5, 216.5);
}
a.badge-byline-100:focus, a.badge-byline-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.badge-brown {
  color: #212529;
  background-color: #e7d2b5;
}
a.badge-brown:hover, a.badge-brown:focus {
  color: #212529;
  background-color: rgb(218.5102040816, 186.5816326531, 142.4897959184);
}
a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 181, 0.5);
}

.badge-body-bg {
  color: #212529;
  background-color: white;
}
a.badge-body-bg:hover, a.badge-body-bg:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-body-bg:focus, a.badge-body-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 1rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.09375rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
.alert-primary hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
.alert-primary .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}

.alert-secondary {
  color: rgb(130, 93.6, 0);
  background-color: #fef0cc;
  border-color: #fcd266;
}
.alert-secondary hr {
  border-top-color: rgb(251.5096153846, 202.6442307692, 76.9903846154);
}
.alert-secondary .alert-link {
  color: rgb(79, 56.88, 0);
}

.alert-success {
  color: rgb(59.8, 119.08, 0);
  background-color: rgb(227, 249.8, 204);
  border-color: rgb(171, 239.4, 102);
}
.alert-success hr {
  border-top-color: rgb(158.2953736655, 237.040569395, 78.859430605);
}
.alert-success .alert-link {
  color: rgb(34.1886462882, 68.08, 0);
}

.alert-info {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
.alert-info hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
.alert-info .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 217.8, 106.2);
}
.alert-warning hr {
  border-top-color: rgb(255, 211.425, 80.7);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-danger hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-danger .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(250.8, 251.4, 252);
}
.alert-light hr {
  border-top-color: rgb(235.925, 238.65, 241.375);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(133.2, 136.8, 140.4);
}
.alert-dark hr {
  border-top-color: rgb(120.2718274112, 124.05, 127.8281725888);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.alert-primary-700 {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
.alert-primary-700 hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
.alert-primary-700 .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}

.alert-primary-500 {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(235.8, 242.8, 255);
  border-color: rgb(197.4, 218.4, 255);
}
.alert-primary-500 hr {
  border-top-color: rgb(171.9, 202.196875, 255);
}
.alert-primary-500 .alert-link {
  color: rgb(63.0930434783, 76.9814492754, 101.1869565217);
}

.alert-primary-300 {
  color: rgb(126.88, 128.96, 132.6);
  background-color: rgb(252.8, 253.6, 255);
  border-color: rgb(248.4, 250.8, 255);
}
.alert-primary-300 hr {
  border-top-color: rgb(222.9, 234.5727272727, 255);
}
.alert-primary-300 .alert-link {
  color: rgb(101.8599393262, 103.5908925435, 106.6200606738);
}

.alert-primary-1050 {
  color: rgb(0, 5.72, 18.2);
  background-color: rgb(204, 206.2, 211);
  border-color: rgb(102, 108.6, 123);
}
.alert-primary-1050 hr {
  border-top-color: rgb(90.44, 96.292, 109.06);
}
.alert-primary-1050 .alert-link {
  color: black;
}

.alert-secondary-500 {
  color: rgb(129.48, 106.08, 54.6);
  background-color: rgb(253.8, 244.8, 225);
  border-color: rgb(251.4, 224.4, 165);
}
.alert-secondary-500 hr {
  border-top-color: rgb(250.4192307692, 216.0634615385, 140.4807692308);
}
.alert-secondary-500 .alert-link {
  color: rgb(93.6071186441, 76.6901694915, 39.4728813559);
}

.alert-secondary-300 {
  color: rgb(128.44, 119.08, 100.36);
  background-color: rgb(253.4, 249.8, 242.6);
  border-color: rgb(250.2, 239.4, 217.8);
}
.alert-secondary-300 hr {
  border-top-color: rgb(247.2857142857, 229.9285714286, 195.2142857143);
}
.alert-secondary-300 .alert-link {
  color: rgb(99.8104545455, 92.5368181818, 77.9895454545);
}

.alert-secondary-1050 {
  color: rgb(104.52, 76.44, 14.04);
  background-color: rgb(244.2, 233.4, 209.4);
  border-color: rgb(222.6, 190.2, 118.2);
}
.alert-secondary-1050 hr {
  border-top-color: rgb(217.7170212766, 180.4340425532, 97.5829787234);
}
.alert-secondary-1050 .alert-link {
  color: rgb(59.5594736842, 43.5584210526, 8.0005263158);
}

.alert-red-light {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-red-light hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-red-light .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-red-light-500 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-red-light-500 hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-red-light-500 .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-red-light-300 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-red-light-300 hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-red-light-300 .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-red-dark {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-red-dark hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-red-dark .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-red-dark-500 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-red-dark-500 hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-red-dark-500 .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-red-dark-300 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(242, 208.6, 204);
  border-color: rgb(216, 115.8, 102);
}
.alert-red-dark-300 hr {
  border-top-color: rgb(210.8203125, 97.3125, 81.6796875);
}
.alert-red-dark-300 .alert-link {
  color: rgb(47.8, 5.7863157895, 0);
}

.alert-tealish {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
.alert-tealish hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
.alert-tealish .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}

.alert-tealish-500 {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(235.8, 242.8, 255);
  border-color: rgb(197.4, 218.4, 255);
}
.alert-tealish-500 hr {
  border-top-color: rgb(171.9, 202.196875, 255);
}
.alert-tealish-500 .alert-link {
  color: rgb(63.0930434783, 76.9814492754, 101.1869565217);
}

.alert-tealish-300 {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(235.8, 242.8, 255);
  border-color: rgb(197.4, 218.4, 255);
}
.alert-tealish-300 hr {
  border-top-color: rgb(171.9, 202.196875, 255);
}
.alert-tealish-300 .alert-link {
  color: rgb(63.0930434783, 76.9814492754, 101.1869565217);
}

.alert-green {
  color: rgb(59.8, 119.08, 0);
  background-color: rgb(227, 249.8, 204);
  border-color: rgb(171, 239.4, 102);
}
.alert-green hr {
  border-top-color: rgb(158.2953736655, 237.040569395, 78.859430605);
}
.alert-green .alert-link {
  color: rgb(34.1886462882, 68.08, 0);
}

.alert-green-700 {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
.alert-green-700 hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
.alert-green-700 .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}

.alert-green-500 {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
.alert-green-500 hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
.alert-green-500 .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}

.alert-green-300 {
  color: rgb(126.88, 128.96, 132.6);
  background-color: rgb(252.8, 253.6, 255);
  border-color: rgb(248.4, 250.8, 255);
}
.alert-green-300 hr {
  border-top-color: rgb(222.9, 234.5727272727, 255);
}
.alert-green-300 .alert-link {
  color: rgb(101.8599393262, 103.5908925435, 106.6200606738);
}

.alert-byline-700 {
  color: rgb(33.8, 31.72, 29.12);
  background-color: rgb(217, 216.2, 215.2);
  border-color: rgb(141, 138.6, 135.6);
}
.alert-byline-700 hr {
  border-top-color: rgb(128.4547557841, 125.8727506427, 122.6452442159);
}
.alert-byline-700 .alert-link {
  color: rgb(6.4033057851, 6.0092561983, 5.5166942149);
}

.alert-byline-500 {
  color: rgb(61.88, 61.88, 61.88);
  background-color: rgb(227.8, 227.8, 227.8);
  border-color: rgb(173.4, 173.4, 173.4);
}
.alert-byline-500 hr {
  border-top-color: rgb(160.65, 160.65, 160.65);
}
.alert-byline-500 .alert-link {
  color: rgb(36.38, 36.38, 36.38);
}

.alert-byline-400 {
  color: #686868;
  background-color: #f4f4f4;
  border-color: #dedede;
}
.alert-byline-400 hr {
  border-top-color: rgb(209.25, 209.25, 209.25);
}
.alert-byline-400 .alert-link {
  color: rgb(78.5, 78.5, 78.5);
}

.alert-byline-300 {
  color: rgb(119.6, 119.6, 119.6);
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.alert-byline-300 hr {
  border-top-color: rgb(227.25, 227.25, 227.25);
}
.alert-byline-300 .alert-link {
  color: rgb(94.1, 94.1, 94.1);
}

.alert-byline-100 {
  color: rgb(125.84, 125.84, 125.84);
  background-color: rgb(252.4, 252.4, 252.4);
  border-color: rgb(247.2, 247.2, 247.2);
}
.alert-byline-100 hr {
  border-top-color: rgb(234.45, 234.45, 234.45);
}
.alert-byline-100 .alert-link {
  color: rgb(100.34, 100.34, 100.34);
}

.alert-brown {
  color: rgb(120.12, 109.2, 94.12);
  background-color: rgb(250.2, 246, 240.2);
  border-color: rgb(240.6, 228, 210.6);
}
.alert-brown hr {
  border-top-color: rgb(234.3551020408, 216.2908163265, 191.3448979592);
}
.alert-brown .alert-link {
  color: rgb(91.5253398058, 83.2048543689, 71.7146601942);
}

.alert-body-bg {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-body-bg hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-body-bg .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.875rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1.875rem;
  overflow: hidden;
  font-size: 0.796875rem;
  background-color: #F4F8FF;
  border-radius: 0.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #002da5;
  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: 1.875rem 1.875rem;
}

.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;
}

.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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.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: #002da5;
  border-color: #002da5;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1480px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(183.6, 196.2, 229.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 23.4, 85.8);
  border-color: rgb(0, 23.4, 85.8);
}

.list-group-item-secondary {
  color: rgb(130, 93.6, 0);
  background-color: rgb(253.6, 234, 183.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(130, 93.6, 0);
  background-color: rgb(253.1096153846, 226.6442307692, 158.5903846154);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130, 93.6, 0);
  border-color: rgb(130, 93.6, 0);
}

.list-group-item-success {
  color: rgb(59.8, 119.08, 0);
  background-color: rgb(215.8, 247.72, 183.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(59.8, 119.08, 0);
  background-color: rgb(203.0953736655, 245.360569395, 160.459430605);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(59.8, 119.08, 0);
  border-color: rgb(59.8, 119.08, 0);
}

.list-group-item-info {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(183.6, 196.2, 229.8);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 23.4, 85.8);
  border-color: rgb(0, 23.4, 85.8);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.list-group-item-primary-700 {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(183.6, 196.2, 229.8);
}
.list-group-item-primary-700.list-group-item-action:hover, .list-group-item-primary-700.list-group-item-action:focus {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.list-group-item-primary-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 23.4, 85.8);
  border-color: rgb(0, 23.4, 85.8);
}

.list-group-item-primary-500 {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(228.12, 237.92, 255);
}
.list-group-item-primary-500.list-group-item-action:hover, .list-group-item-primary-500.list-group-item-action:focus {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(202.62, 221.716875, 255);
}
.list-group-item-primary-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(82.68, 100.88, 132.6);
  border-color: rgb(82.68, 100.88, 132.6);
}

.list-group-item-primary-300 {
  color: rgb(126.88, 128.96, 132.6);
  background-color: rgb(251.92, 253.04, 255);
}
.list-group-item-primary-300.list-group-item-action:hover, .list-group-item-primary-300.list-group-item-action:focus {
  color: rgb(126.88, 128.96, 132.6);
  background-color: rgb(226.42, 236.8127272727, 255);
}
.list-group-item-primary-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 128.96, 132.6);
  border-color: rgb(126.88, 128.96, 132.6);
}

.list-group-item-primary-1050 {
  color: rgb(0, 5.72, 18.2);
  background-color: rgb(183.6, 186.68, 193.4);
}
.list-group-item-primary-1050.list-group-item-action:hover, .list-group-item-primary-1050.list-group-item-action:focus {
  color: rgb(0, 5.72, 18.2);
  background-color: rgb(169.9105263158, 173.5810526316, 181.5894736842);
}
.list-group-item-primary-1050.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 5.72, 18.2);
  border-color: rgb(0, 5.72, 18.2);
}

.list-group-item-secondary-500 {
  color: rgb(129.48, 106.08, 54.6);
  background-color: rgb(253.32, 240.72, 213);
}
.list-group-item-secondary-500.list-group-item-action:hover, .list-group-item-secondary-500.list-group-item-action:focus {
  color: rgb(129.48, 106.08, 54.6);
  background-color: rgb(252.3392307692, 232.3834615385, 188.4807692308);
}
.list-group-item-secondary-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(129.48, 106.08, 54.6);
  border-color: rgb(129.48, 106.08, 54.6);
}

.list-group-item-secondary-300 {
  color: rgb(128.44, 119.08, 100.36);
  background-color: rgb(252.76, 247.72, 237.64);
}
.list-group-item-secondary-300.list-group-item-action:hover, .list-group-item-secondary-300.list-group-item-action:focus {
  color: rgb(128.44, 119.08, 100.36);
  background-color: rgb(249.8457142857, 238.2485714286, 215.0542857143);
}
.list-group-item-secondary-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.44, 119.08, 100.36);
  border-color: rgb(128.44, 119.08, 100.36);
}

.list-group-item-secondary-1050 {
  color: rgb(104.52, 76.44, 14.04);
  background-color: rgb(239.88, 224.76, 191.16);
}
.list-group-item-secondary-1050.list-group-item-action:hover, .list-group-item-secondary-1050.list-group-item-action:focus {
  color: rgb(104.52, 76.44, 14.04);
  background-color: rgb(234.9970212766, 214.9940425532, 170.5429787234);
}
.list-group-item-secondary-1050.list-group-item-action.active {
  color: #fff;
  background-color: rgb(104.52, 76.44, 14.04);
  border-color: rgb(104.52, 76.44, 14.04);
}

.list-group-item-red-light {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-red-light.list-group-item-action:hover, .list-group-item-red-light.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-red-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-red-light-500 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-red-light-500.list-group-item-action:hover, .list-group-item-red-light-500.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-red-light-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-red-light-300 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-red-light-300.list-group-item-action:hover, .list-group-item-red-light-300.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-red-light-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-red-dark {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-red-dark.list-group-item-action:hover, .list-group-item-red-dark.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-red-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-red-dark-500 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-red-dark-500.list-group-item-action:hover, .list-group-item-red-dark-500.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-red-dark-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-red-dark-300 {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(236.8, 190.04, 183.6);
}
.list-group-item-red-dark-300.list-group-item-action:hover, .list-group-item-red-dark-300.list-group-item-action:focus {
  color: rgb(98.8, 11.96, 0);
  background-color: rgb(231.6203125, 171.5525, 163.2796875);
}
.list-group-item-red-dark-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98.8, 11.96, 0);
  border-color: rgb(98.8, 11.96, 0);
}

.list-group-item-tealish {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(183.6, 196.2, 229.8);
}
.list-group-item-tealish.list-group-item-action:hover, .list-group-item-tealish.list-group-item-action:focus {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.list-group-item-tealish.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 23.4, 85.8);
  border-color: rgb(0, 23.4, 85.8);
}

.list-group-item-tealish-500 {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(228.12, 237.92, 255);
}
.list-group-item-tealish-500.list-group-item-action:hover, .list-group-item-tealish-500.list-group-item-action:focus {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(202.62, 221.716875, 255);
}
.list-group-item-tealish-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(82.68, 100.88, 132.6);
  border-color: rgb(82.68, 100.88, 132.6);
}

.list-group-item-tealish-300 {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(228.12, 237.92, 255);
}
.list-group-item-tealish-300.list-group-item-action:hover, .list-group-item-tealish-300.list-group-item-action:focus {
  color: rgb(82.68, 100.88, 132.6);
  background-color: rgb(202.62, 221.716875, 255);
}
.list-group-item-tealish-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(82.68, 100.88, 132.6);
  border-color: rgb(82.68, 100.88, 132.6);
}

.list-group-item-green {
  color: rgb(59.8, 119.08, 0);
  background-color: rgb(215.8, 247.72, 183.6);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(59.8, 119.08, 0);
  background-color: rgb(203.0953736655, 245.360569395, 160.459430605);
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(59.8, 119.08, 0);
  border-color: rgb(59.8, 119.08, 0);
}

.list-group-item-green-700 {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(183.6, 196.2, 229.8);
}
.list-group-item-green-700.list-group-item-action:hover, .list-group-item-green-700.list-group-item-action:focus {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.list-group-item-green-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 23.4, 85.8);
  border-color: rgb(0, 23.4, 85.8);
}

.list-group-item-green-500 {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(183.6, 196.2, 229.8);
}
.list-group-item-green-500.list-group-item-action:hover, .list-group-item-green-500.list-group-item-action:focus {
  color: rgb(0, 23.4, 85.8);
  background-color: rgb(164.752173913, 180.6782608696, 223.147826087);
}
.list-group-item-green-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 23.4, 85.8);
  border-color: rgb(0, 23.4, 85.8);
}

.list-group-item-green-300 {
  color: rgb(126.88, 128.96, 132.6);
  background-color: rgb(251.92, 253.04, 255);
}
.list-group-item-green-300.list-group-item-action:hover, .list-group-item-green-300.list-group-item-action:focus {
  color: rgb(126.88, 128.96, 132.6);
  background-color: rgb(226.42, 236.8127272727, 255);
}
.list-group-item-green-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 128.96, 132.6);
  border-color: rgb(126.88, 128.96, 132.6);
}

.list-group-item-byline-700 {
  color: rgb(33.8, 31.72, 29.12);
  background-color: rgb(201.8, 200.68, 199.28);
}
.list-group-item-byline-700.list-group-item-action:hover, .list-group-item-byline-700.list-group-item-action:focus {
  color: rgb(33.8, 31.72, 29.12);
  background-color: rgb(189.3449871465, 187.9627763496, 186.2350128535);
}
.list-group-item-byline-700.list-group-item-action.active {
  color: #fff;
  background-color: rgb(33.8, 31.72, 29.12);
  border-color: rgb(33.8, 31.72, 29.12);
}

.list-group-item-byline-500 {
  color: rgb(61.88, 61.88, 61.88);
  background-color: rgb(216.92, 216.92, 216.92);
}
.list-group-item-byline-500.list-group-item-action:hover, .list-group-item-byline-500.list-group-item-action:focus {
  color: rgb(61.88, 61.88, 61.88);
  background-color: rgb(204.17, 204.17, 204.17);
}
.list-group-item-byline-500.list-group-item-action.active {
  color: #fff;
  background-color: rgb(61.88, 61.88, 61.88);
  border-color: rgb(61.88, 61.88, 61.88);
}

.list-group-item-byline-400 {
  color: #686868;
  background-color: rgb(239.6, 239.6, 239.6);
}
.list-group-item-byline-400.list-group-item-action:hover, .list-group-item-byline-400.list-group-item-action:focus {
  color: #686868;
  background-color: rgb(226.85, 226.85, 226.85);
}
.list-group-item-byline-400.list-group-item-action.active {
  color: #fff;
  background-color: #686868;
  border-color: #686868;
}

.list-group-item-byline-300 {
  color: rgb(119.6, 119.6, 119.6);
  background-color: #f8f8f8;
}
.list-group-item-byline-300.list-group-item-action:hover, .list-group-item-byline-300.list-group-item-action:focus {
  color: rgb(119.6, 119.6, 119.6);
  background-color: rgb(235.25, 235.25, 235.25);
}
.list-group-item-byline-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.6, 119.6, 119.6);
  border-color: rgb(119.6, 119.6, 119.6);
}

.list-group-item-byline-100 {
  color: rgb(125.84, 125.84, 125.84);
  background-color: rgb(251.36, 251.36, 251.36);
}
.list-group-item-byline-100.list-group-item-action:hover, .list-group-item-byline-100.list-group-item-action:focus {
  color: rgb(125.84, 125.84, 125.84);
  background-color: rgb(238.61, 238.61, 238.61);
}
.list-group-item-byline-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.84, 125.84, 125.84);
  border-color: rgb(125.84, 125.84, 125.84);
}

.list-group-item-brown {
  color: rgb(120.12, 109.2, 94.12);
  background-color: rgb(248.28, 242.4, 234.28);
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: rgb(120.12, 109.2, 94.12);
  background-color: rgb(242.0351020408, 230.6908163265, 215.0248979592);
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: rgb(120.12, 109.2, 94.12);
  border-color: rgb(120.12, 109.2, 94.12);
}

.list-group-item-body-bg {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-body-bg.list-group-item-action:hover, .list-group-item-body-bg.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-body-bg.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.close {
  float: right;
  font-size: 1.59375rem;
  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;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.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.25s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, 40vh);
}
.modal.show .modal-dialog {
  transform: none;
}

.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);
  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: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 1.375rem;
  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: 0 solid #dee2e6;
  border-top-left-radius: 1.375rem;
  border-top-right-radius: 1.375rem;
}
.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 1.375rem;
  border-bottom-left-radius: 1.375rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    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);
  }
  .modal-sm {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .modal-xl {
    max-width: 1440px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "IBM Plex Sans", Helvetica, 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.9296875rem;
  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.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "IBM Plex Sans", Helvetica, 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.9296875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.375rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 1.375rem;
}
.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) * -1);
}
.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1.375rem 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) * -1);
}
.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 rgb(247.35, 247.35, 247.35);
}

.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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1.375rem 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: 1.0625rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(1.375rem - 1px);
  border-top-right-radius: calc(1.375rem - 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: 0s 0.6s opacity;
}
@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-prev:focus,
.carousel-control-next:hover,
.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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.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;
}

.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-primary {
  background-color: #002da5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 31.0909090909, 114) !important;
}

.bg-secondary {
  background-color: #fab400 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(199, 143.28, 0) !important;
}

.bg-success {
  background-color: #73E500 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(89.3886462882, 178, 0) !important;
}

.bg-info {
  background-color: #002da5 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 31.0909090909, 114) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #BE1700 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-primary-700 {
  background-color: #002da5 !important;
}

a.bg-primary-700:hover, a.bg-primary-700:focus,
button.bg-primary-700:hover,
button.bg-primary-700:focus {
  background-color: rgb(0, 31.0909090909, 114) !important;
}

.bg-primary-500 {
  background-color: #9FC2FF !important;
}

a.bg-primary-500:hover, a.bg-primary-500:focus,
button.bg-primary-500:hover,
button.bg-primary-500:focus {
  background-color: rgb(108, 161.59375, 255) !important;
}

.bg-primary-300 {
  background-color: #F4F8FF !important;
}

a.bg-primary-300:hover, a.bg-primary-300:focus,
button.bg-primary-300:hover,
button.bg-primary-300:focus {
  background-color: rgb(193, 215.5454545455, 255) !important;
}

.bg-primary-1050 {
  background-color: #000B23 !important;
}

a.bg-primary-1050:hover, a.bg-primary-1050:focus,
button.bg-primary-1050:hover,
button.bg-primary-1050:focus {
  background-color: black !important;
}

.bg-secondary-500 {
  background-color: #F9CC69 !important;
}

a.bg-secondary-500:hover, a.bg-secondary-500:focus,
button.bg-secondary-500:hover,
button.bg-secondary-500:focus {
  background-color: rgb(247.0384615385, 187.3269230769, 55.9615384615) !important;
}

.bg-secondary-300 {
  background-color: #F7E5C1 !important;
}

a.bg-secondary-300:hover, a.bg-secondary-300:focus,
button.bg-secondary-300:hover,
button.bg-secondary-300:focus {
  background-color: rgb(241.1714285714, 210.0571428571, 147.8285714286) !important;
}

.bg-secondary-1050 {
  background-color: #C9931B !important;
}

a.bg-secondary-1050:hover, a.bg-secondary-1050:focus,
button.bg-secondary-1050:hover,
button.bg-secondary-1050:focus {
  background-color: rgb(156.0394736842, 114.1184210526, 20.9605263158) !important;
}

.bg-red-light {
  background-color: #BE1700 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-red-light-500 {
  background-color: #BE1700 !important;
}

a.bg-red-light-500:hover, a.bg-red-light-500:focus,
button.bg-red-light-500:hover,
button.bg-red-light-500:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-red-light-300 {
  background-color: #BE1700 !important;
}

a.bg-red-light-300:hover, a.bg-red-light-300:focus,
button.bg-red-light-300:hover,
button.bg-red-light-300:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-red-dark {
  background-color: #BE1700 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus,
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-red-dark-500 {
  background-color: #BE1700 !important;
}

a.bg-red-dark-500:hover, a.bg-red-dark-500:focus,
button.bg-red-dark-500:hover,
button.bg-red-dark-500:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-red-dark-300 {
  background-color: #BE1700 !important;
}

a.bg-red-dark-300:hover, a.bg-red-dark-300:focus,
button.bg-red-dark-300:hover,
button.bg-red-dark-300:focus {
  background-color: rgb(139, 16.8263157895, 0) !important;
}

.bg-tealish {
  background-color: #002da5 !important;
}

a.bg-tealish:hover, a.bg-tealish:focus,
button.bg-tealish:hover,
button.bg-tealish:focus {
  background-color: rgb(0, 31.0909090909, 114) !important;
}

.bg-tealish-500 {
  background-color: #9FC2FF !important;
}

a.bg-tealish-500:hover, a.bg-tealish-500:focus,
button.bg-tealish-500:hover,
button.bg-tealish-500:focus {
  background-color: rgb(108, 161.59375, 255) !important;
}

.bg-tealish-300 {
  background-color: #9FC2FF !important;
}

a.bg-tealish-300:hover, a.bg-tealish-300:focus,
button.bg-tealish-300:hover,
button.bg-tealish-300:focus {
  background-color: rgb(108, 161.59375, 255) !important;
}

.bg-green {
  background-color: #73E500 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(89.3886462882, 178, 0) !important;
}

.bg-green-700 {
  background-color: #002da5 !important;
}

a.bg-green-700:hover, a.bg-green-700:focus,
button.bg-green-700:hover,
button.bg-green-700:focus {
  background-color: rgb(0, 31.0909090909, 114) !important;
}

.bg-green-500 {
  background-color: #002da5 !important;
}

a.bg-green-500:hover, a.bg-green-500:focus,
button.bg-green-500:hover,
button.bg-green-500:focus {
  background-color: rgb(0, 31.0909090909, 114) !important;
}

.bg-green-300 {
  background-color: #F4F8FF !important;
}

a.bg-green-300:hover, a.bg-green-300:focus,
button.bg-green-300:hover,
button.bg-green-300:focus {
  background-color: rgb(193, 215.5454545455, 255) !important;
}

.bg-byline-700 {
  background-color: #413D38 !important;
}

a.bg-byline-700:hover, a.bg-byline-700:focus,
button.bg-byline-700:hover,
button.bg-byline-700:focus {
  background-color: rgb(37.6033057851, 35.2892561983, 32.3966942149) !important;
}

.bg-byline-500 {
  background-color: #777777 !important;
}

a.bg-byline-500:hover, a.bg-byline-500:focus,
button.bg-byline-500:hover,
button.bg-byline-500:focus {
  background-color: rgb(93.5, 93.5, 93.5) !important;
}

.bg-byline-400 {
  background-color: #C8C8C8 !important;
}

a.bg-byline-400:hover, a.bg-byline-400:focus,
button.bg-byline-400:hover,
button.bg-byline-400:focus {
  background-color: rgb(174.5, 174.5, 174.5) !important;
}

.bg-byline-300 {
  background-color: #e6e6e6 !important;
}

a.bg-byline-300:hover, a.bg-byline-300:focus,
button.bg-byline-300:hover,
button.bg-byline-300:focus {
  background-color: rgb(204.5, 204.5, 204.5) !important;
}

.bg-byline-100 {
  background-color: #F2F2F2 !important;
}

a.bg-byline-100:hover, a.bg-byline-100:focus,
button.bg-byline-100:hover,
button.bg-byline-100:focus {
  background-color: rgb(216.5, 216.5, 216.5) !important;
}

.bg-brown {
  background-color: #e7d2b5 !important;
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: rgb(218.5102040816, 186.5816326531, 142.4897959184) !important;
}

.bg-body-bg {
  background-color: white !important;
}

a.bg-body-bg:hover, a.bg-body-bg:focus,
button.bg-body-bg:hover,
button.bg-body-bg:focus {
  background-color: rgb(229.5, 229.5, 229.5) !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-primary {
  border-color: #002da5 !important;
}

.border-secondary {
  border-color: #fab400 !important;
}

.border-success {
  border-color: #73E500 !important;
}

.border-info {
  border-color: #002da5 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #BE1700 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-primary-700 {
  border-color: #002da5 !important;
}

.border-primary-500 {
  border-color: #9FC2FF !important;
}

.border-primary-300 {
  border-color: #F4F8FF !important;
}

.border-primary-1050 {
  border-color: #000B23 !important;
}

.border-secondary-500 {
  border-color: #F9CC69 !important;
}

.border-secondary-300 {
  border-color: #F7E5C1 !important;
}

.border-secondary-1050 {
  border-color: #C9931B !important;
}

.border-red-light {
  border-color: #BE1700 !important;
}

.border-red-light-500 {
  border-color: #BE1700 !important;
}

.border-red-light-300 {
  border-color: #BE1700 !important;
}

.border-red-dark {
  border-color: #BE1700 !important;
}

.border-red-dark-500 {
  border-color: #BE1700 !important;
}

.border-red-dark-300 {
  border-color: #BE1700 !important;
}

.border-tealish {
  border-color: #002da5 !important;
}

.border-tealish-500 {
  border-color: #9FC2FF !important;
}

.border-tealish-300 {
  border-color: #9FC2FF !important;
}

.border-green {
  border-color: #73E500 !important;
}

.border-green-700 {
  border-color: #002da5 !important;
}

.border-green-500 {
  border-color: #002da5 !important;
}

.border-green-300 {
  border-color: #F4F8FF !important;
}

.border-byline-700 {
  border-color: #413D38 !important;
}

.border-byline-500 {
  border-color: #777777 !important;
}

.border-byline-400 {
  border-color: #C8C8C8 !important;
}

.border-byline-300 {
  border-color: #e6e6e6 !important;
}

.border-byline-100 {
  border-color: #F2F2F2 !important;
}

.border-brown {
  border-color: #e7d2b5 !important;
}

.border-body-bg {
  border-color: white !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 1rem !important;
}

.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 1.375rem !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: 1480px) {
  .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: 1480px) {
  .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: 1480px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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: 1px 1px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.shadow {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.25) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.w-33 {
  width: 33% !important;
}

.w-66 {
  width: 66% !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;
}

.h-33 {
  height: 33% !important;
}

.h-66 {
  height: 66% !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;
}

.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);
}

.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: 1480px) {
  .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;
  }
}
.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: 1480px) {
  .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: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #002da5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 24.1363636364, 88.5) !important;
}

.text-secondary {
  color: #fab400 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(173.5, 124.92, 0) !important;
}

.text-success {
  color: #73E500 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(76.5829694323, 152.5, 0) !important;
}

.text-info {
  color: #002da5 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 24.1363636364, 88.5) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #BE1700 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-primary-700 {
  color: #002da5 !important;
}

a.text-primary-700:hover, a.text-primary-700:focus {
  color: rgb(0, 24.1363636364, 88.5) !important;
}

.text-primary-500 {
  color: #9FC2FF !important;
}

a.text-primary-500:hover, a.text-primary-500:focus {
  color: rgb(82.5, 145.390625, 255) !important;
}

.text-primary-300 {
  color: #F4F8FF !important;
}

a.text-primary-300:hover, a.text-primary-300:focus {
  color: rgb(167.5, 199.3181818182, 255) !important;
}

.text-primary-1050 {
  color: #000B23 !important;
}

a.text-primary-1050:hover, a.text-primary-1050:focus {
  color: black !important;
}

.text-secondary-500 {
  color: #F9CC69 !important;
}

a.text-secondary-500:hover, a.text-secondary-500:focus {
  color: rgb(246.0576923077, 178.9903846154, 31.4423076923) !important;
}

.text-secondary-300 {
  color: #F7E5C1 !important;
}

a.text-secondary-300:hover, a.text-secondary-300:focus {
  color: rgb(238.2571428571, 200.5857142857, 125.2428571429) !important;
}

.text-secondary-1050 {
  color: #C9931B !important;
}

a.text-secondary-1050:hover, a.text-secondary-1050:focus {
  color: rgb(133.5592105263, 97.6776315789, 17.9407894737) !important;
}

.text-red-light {
  color: #BE1700 !important;
}

a.text-red-light:hover, a.text-red-light:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-red-light-500 {
  color: #BE1700 !important;
}

a.text-red-light-500:hover, a.text-red-light-500:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-red-light-300 {
  color: #BE1700 !important;
}

a.text-red-light-300:hover, a.text-red-light-300:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-red-dark {
  color: #BE1700 !important;
}

a.text-red-dark:hover, a.text-red-dark:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-red-dark-500 {
  color: #BE1700 !important;
}

a.text-red-dark-500:hover, a.text-red-dark-500:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-red-dark-300 {
  color: #BE1700 !important;
}

a.text-red-dark-300:hover, a.text-red-dark-300:focus {
  color: rgb(113.5, 13.7394736842, 0) !important;
}

.text-tealish {
  color: #002da5 !important;
}

a.text-tealish:hover, a.text-tealish:focus {
  color: rgb(0, 24.1363636364, 88.5) !important;
}

.text-tealish-500 {
  color: #9FC2FF !important;
}

a.text-tealish-500:hover, a.text-tealish-500:focus {
  color: rgb(82.5, 145.390625, 255) !important;
}

.text-tealish-300 {
  color: #9FC2FF !important;
}

a.text-tealish-300:hover, a.text-tealish-300:focus {
  color: rgb(82.5, 145.390625, 255) !important;
}

.text-green {
  color: #73E500 !important;
}

a.text-green:hover, a.text-green:focus {
  color: rgb(76.5829694323, 152.5, 0) !important;
}

.text-green-700 {
  color: #002da5 !important;
}

a.text-green-700:hover, a.text-green-700:focus {
  color: rgb(0, 24.1363636364, 88.5) !important;
}

.text-green-500 {
  color: #002da5 !important;
}

a.text-green-500:hover, a.text-green-500:focus {
  color: rgb(0, 24.1363636364, 88.5) !important;
}

.text-green-300 {
  color: #F4F8FF !important;
}

a.text-green-300:hover, a.text-green-300:focus {
  color: rgb(167.5, 199.3181818182, 255) !important;
}

.text-byline-700 {
  color: #413D38 !important;
}

a.text-byline-700:hover, a.text-byline-700:focus {
  color: rgb(23.9049586777, 22.4338842975, 20.5950413223) !important;
}

.text-byline-500 {
  color: #777777 !important;
}

a.text-byline-500:hover, a.text-byline-500:focus {
  color: rgb(80.75, 80.75, 80.75) !important;
}

.text-byline-400 {
  color: #C8C8C8 !important;
}

a.text-byline-400:hover, a.text-byline-400:focus {
  color: rgb(161.75, 161.75, 161.75) !important;
}

.text-byline-300 {
  color: #e6e6e6 !important;
}

a.text-byline-300:hover, a.text-byline-300:focus {
  color: rgb(191.75, 191.75, 191.75) !important;
}

.text-byline-100 {
  color: #F2F2F2 !important;
}

a.text-byline-100:hover, a.text-byline-100:focus {
  color: rgb(203.75, 203.75, 203.75) !important;
}

.text-brown {
  color: #e7d2b5 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: rgb(212.2653061224, 174.8724489796, 123.2346938776) !important;
}

.text-body-bg {
  color: white !important;
}

a.text-body-bg:hover, a.text-body-bg:focus {
  color: rgb(216.75, 216.75, 216.75) !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-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.toast {
  max-width: 50rem;
  overflow: hidden;
  font-size: 1rem;
  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: 1rem;
}
.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;
}

@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;
  }
}
.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;
}

.gw-crosslink.gw-orange {
  background-color: #F9CC69 !important;
}

.gw-stickynote.gw-orange .gw-behind span {
  background-color: rgb(222.8076923077, 170.2716346154, 54.6923076923) !important;
  box-shadow: 0.5rem 0 0 rgb(222.8076923077, 170.2716346154, 54.6923076923), -0.25rem 0 0 rgb(222.8076923077, 170.2716346154, 54.6923076923);
  background-color: rgb(222.8076923077, 170.2716346154, 54.6923076923);
}

.gw-crosslink.gw-red {
  background-color: #BE1700 !important;
}

.gw-stickynote.gw-red .gw-behind span {
  background-color: rgb(102.15, 22.3415789474, 11.35) !important;
  box-shadow: 0.5rem 0 0 rgb(102.15, 22.3415789474, 11.35), -0.25rem 0 0 rgb(102.15, 22.3415789474, 11.35);
  background-color: rgb(102.15, 22.3415789474, 11.35);
}

.gw-crosslink.gw-green {
  background-color: #002da5 !important;
}

.gw-stickynote.gw-green .gw-behind span {
  background-color: rgb(8.85, 28.1590909091, 79.65) !important;
  box-shadow: 0.5rem 0 0 rgb(8.85, 28.1590909091, 79.65), -0.25rem 0 0 rgb(8.85, 28.1590909091, 79.65);
  background-color: rgb(8.85, 28.1590909091, 79.65);
}

.gw-crosslink.gw-teal {
  background-color: rgb(0, 56.1272727273, 205.8) !important;
}

.gw-stickynote.gw-teal .gw-behind span {
  background-color: rgb(12.93, 41.1409090909, 116.37) !important;
  box-shadow: 0.5rem 0 0 rgb(12.93, 41.1409090909, 116.37), -0.25rem 0 0 rgb(12.93, 41.1409090909, 116.37);
  background-color: rgb(12.93, 41.1409090909, 116.37);
}

.gw-crosslink.gw-red-dark {
  background-color: rgb(255, 63.3894736842, 37) !important;
}

.gw-stickynote.gw-red-dark .gw-behind span {
  background-color: rgb(193.95, 42.4194736842, 21.55) !important;
  box-shadow: 0.5rem 0 0 rgb(193.95, 42.4194736842, 21.55), -0.25rem 0 0 rgb(193.95, 42.4194736842, 21.55);
  background-color: rgb(193.95, 42.4194736842, 21.55);
}

.gw-crosslink.gw-blue {
  background-color: #9FC2FF !important;
}

.gw-stickynote.gw-blue .gw-behind span {
  background-color: rgb(99.75, 150.0625, 237.75) !important;
  box-shadow: 0.5rem 0 0 rgb(99.75, 150.0625, 237.75), -0.25rem 0 0 rgb(99.75, 150.0625, 237.75);
  background-color: rgb(99.75, 150.0625, 237.75);
}

.gw-rot00 {
  transform: rotate(0deg);
}
.gw-rot00 [class*=-derotate] {
  transform: rotate(0deg);
}
.gw-rot00:hover {
  transform: rotate(0deg);
}
.gw-rot00:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot01 {
  transform: rotate(-2.3deg);
}
.gw-rot01 [class*=-derotate] {
  transform: rotate(2.3deg);
}
.gw-rot01:hover {
  transform: rotate(0deg);
}
.gw-rot01:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot02 {
  transform: rotate(5deg);
}
.gw-rot02 [class*=-derotate] {
  transform: rotate(-5deg);
}
.gw-rot02:hover {
  transform: rotate(0deg);
}
.gw-rot02:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot03 {
  transform: rotate(-1.7deg);
}
.gw-rot03 [class*=-derotate] {
  transform: rotate(1.7deg);
}
.gw-rot03:hover {
  transform: rotate(0deg);
}
.gw-rot03:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot04 {
  transform: rotate(1.4deg);
}
.gw-rot04 [class*=-derotate] {
  transform: rotate(-1.4deg);
}
.gw-rot04:hover {
  transform: rotate(0deg);
}
.gw-rot04:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot05 {
  transform: rotate(-3.4deg);
}
.gw-rot05 [class*=-derotate] {
  transform: rotate(3.4deg);
}
.gw-rot05:hover {
  transform: rotate(0deg);
}
.gw-rot05:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot06 {
  transform: rotate(2.1deg);
}
.gw-rot06 [class*=-derotate] {
  transform: rotate(-2.1deg);
}
.gw-rot06:hover {
  transform: rotate(0deg);
}
.gw-rot06:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot07 {
  transform: rotate(-1.25deg);
}
.gw-rot07 [class*=-derotate] {
  transform: rotate(1.25deg);
}
.gw-rot07:hover {
  transform: rotate(0deg);
}
.gw-rot07:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot08 {
  transform: rotate(4.3deg);
}
.gw-rot08 [class*=-derotate] {
  transform: rotate(-4.3deg);
}
.gw-rot08:hover {
  transform: rotate(0deg);
}
.gw-rot08:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot09 {
  transform: rotate(-2.7deg);
}
.gw-rot09 [class*=-derotate] {
  transform: rotate(2.7deg);
}
.gw-rot09:hover {
  transform: rotate(0deg);
}
.gw-rot09:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot10 {
  transform: rotate(1.8deg);
}
.gw-rot10 [class*=-derotate] {
  transform: rotate(-1.8deg);
}
.gw-rot10:hover {
  transform: rotate(0deg);
}
.gw-rot10:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot11 {
  transform: rotate(-4.6deg);
}
.gw-rot11 [class*=-derotate] {
  transform: rotate(4.6deg);
}
.gw-rot11:hover {
  transform: rotate(0deg);
}
.gw-rot11:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot12 {
  transform: rotate(3.2deg);
}
.gw-rot12 [class*=-derotate] {
  transform: rotate(-3.2deg);
}
.gw-rot12:hover {
  transform: rotate(0deg);
}
.gw-rot12:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.embed-responsive-5by4::before {
  padding-top: 80%;
}

.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;
}

.w-33 {
  width: 33% !important;
}

.w-66 {
  width: 66% !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;
}

.h-33 {
  height: 33% !important;
}

.h-66 {
  height: 66% !important;
}

@media (min-width: 576px) {
  .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;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .w-sm-66 {
    width: 66% !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;
  }
  .h-sm-33 {
    height: 33% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .w-md-66 {
    width: 66% !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;
  }
  .h-md-33 {
    height: 33% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .w-lg-66 {
    width: 66% !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;
  }
  .h-lg-33 {
    height: 33% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
}
@media (min-width: 1480px) {
  .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;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .w-xl-66 {
    width: 66% !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;
  }
  .h-xl-33 {
    height: 33% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
}
.gw-orange {
  background-color: #F9CC69 !important;
}

.gw-red {
  background-color: #BE1700 !important;
}

.gw-green {
  background-color: #002da5 !important;
}

.gw-teal {
  background-color: rgb(0, 56.1272727273, 205.8) !important;
}

.gw-red-dark {
  background-color: rgb(255, 63.3894736842, 37) !important;
}

.gw-blue {
  background-color: #9FC2FF !important;
}

.col10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col10-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col10-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.col10-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col10-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col10-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col10-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col10-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col10-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col10-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col10-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.col10-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order10-first {
  order: -1;
}

.order10-1 {
  order: 1;
}

.order10-2 {
  order: 2;
}

.order10-3 {
  order: 3;
}

.order10-4 {
  order: 4;
}

.order10-5 {
  order: 5;
}

.order10-6 {
  order: 6;
}

.order10-7 {
  order: 7;
}

.order10-8 {
  order: 8;
}

.order10-9 {
  order: 9;
}

.order10-10 {
  order: 10;
}

.offset10-1 {
  margin-left: 10%;
}

.offset10-2 {
  margin-left: 20%;
}

.offset10-3 {
  margin-left: 30%;
}

.offset10-4 {
  margin-left: 40%;
}

.offset10-5 {
  margin-left: 50%;
}

.offset10-6 {
  margin-left: 60%;
}

.offset10-7 {
  margin-left: 70%;
}

.offset10-8 {
  margin-left: 80%;
}

.offset10-9 {
  margin-left: 90%;
}

@media (min-width: 576px) {
  .col10-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-sm-first {
    order: -1;
  }
  .order10-sm-1 {
    order: 1;
  }
  .order10-sm-2 {
    order: 2;
  }
  .order10-sm-3 {
    order: 3;
  }
  .order10-sm-4 {
    order: 4;
  }
  .order10-sm-5 {
    order: 5;
  }
  .order10-sm-6 {
    order: 6;
  }
  .order10-sm-7 {
    order: 7;
  }
  .order10-sm-8 {
    order: 8;
  }
  .order10-sm-9 {
    order: 9;
  }
  .order10-sm-10 {
    order: 10;
  }
  .offset10-sm-0 {
    margin-left: 0;
  }
  .offset10-sm-1 {
    margin-left: 10%;
  }
  .offset10-sm-2 {
    margin-left: 20%;
  }
  .offset10-sm-3 {
    margin-left: 30%;
  }
  .offset10-sm-4 {
    margin-left: 40%;
  }
  .offset10-sm-5 {
    margin-left: 50%;
  }
  .offset10-sm-6 {
    margin-left: 60%;
  }
  .offset10-sm-7 {
    margin-left: 70%;
  }
  .offset10-sm-8 {
    margin-left: 80%;
  }
  .offset10-sm-9 {
    margin-left: 90%;
  }
}
@media (min-width: 768px) {
  .col10-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-md-first {
    order: -1;
  }
  .order10-md-1 {
    order: 1;
  }
  .order10-md-2 {
    order: 2;
  }
  .order10-md-3 {
    order: 3;
  }
  .order10-md-4 {
    order: 4;
  }
  .order10-md-5 {
    order: 5;
  }
  .order10-md-6 {
    order: 6;
  }
  .order10-md-7 {
    order: 7;
  }
  .order10-md-8 {
    order: 8;
  }
  .order10-md-9 {
    order: 9;
  }
  .order10-md-10 {
    order: 10;
  }
  .offset10-md-0 {
    margin-left: 0;
  }
  .offset10-md-1 {
    margin-left: 10%;
  }
  .offset10-md-2 {
    margin-left: 20%;
  }
  .offset10-md-3 {
    margin-left: 30%;
  }
  .offset10-md-4 {
    margin-left: 40%;
  }
  .offset10-md-5 {
    margin-left: 50%;
  }
  .offset10-md-6 {
    margin-left: 60%;
  }
  .offset10-md-7 {
    margin-left: 70%;
  }
  .offset10-md-8 {
    margin-left: 80%;
  }
  .offset10-md-9 {
    margin-left: 90%;
  }
}
@media (min-width: 992px) {
  .col10-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-lg-first {
    order: -1;
  }
  .order10-lg-1 {
    order: 1;
  }
  .order10-lg-2 {
    order: 2;
  }
  .order10-lg-3 {
    order: 3;
  }
  .order10-lg-4 {
    order: 4;
  }
  .order10-lg-5 {
    order: 5;
  }
  .order10-lg-6 {
    order: 6;
  }
  .order10-lg-7 {
    order: 7;
  }
  .order10-lg-8 {
    order: 8;
  }
  .order10-lg-9 {
    order: 9;
  }
  .order10-lg-10 {
    order: 10;
  }
  .offset10-lg-0 {
    margin-left: 0;
  }
  .offset10-lg-1 {
    margin-left: 10%;
  }
  .offset10-lg-2 {
    margin-left: 20%;
  }
  .offset10-lg-3 {
    margin-left: 30%;
  }
  .offset10-lg-4 {
    margin-left: 40%;
  }
  .offset10-lg-5 {
    margin-left: 50%;
  }
  .offset10-lg-6 {
    margin-left: 60%;
  }
  .offset10-lg-7 {
    margin-left: 70%;
  }
  .offset10-lg-8 {
    margin-left: 80%;
  }
  .offset10-lg-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1480px) {
  .col10-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-xl-first {
    order: -1;
  }
  .order10-xl-1 {
    order: 1;
  }
  .order10-xl-2 {
    order: 2;
  }
  .order10-xl-3 {
    order: 3;
  }
  .order10-xl-4 {
    order: 4;
  }
  .order10-xl-5 {
    order: 5;
  }
  .order10-xl-6 {
    order: 6;
  }
  .order10-xl-7 {
    order: 7;
  }
  .order10-xl-8 {
    order: 8;
  }
  .order10-xl-9 {
    order: 9;
  }
  .order10-xl-10 {
    order: 10;
  }
  .offset10-xl-0 {
    margin-left: 0;
  }
  .offset10-xl-1 {
    margin-left: 10%;
  }
  .offset10-xl-2 {
    margin-left: 20%;
  }
  .offset10-xl-3 {
    margin-left: 30%;
  }
  .offset10-xl-4 {
    margin-left: 40%;
  }
  .offset10-xl-5 {
    margin-left: 50%;
  }
  .offset10-xl-6 {
    margin-left: 60%;
  }
  .offset10-xl-7 {
    margin-left: 70%;
  }
  .offset10-xl-8 {
    margin-left: 80%;
  }
  .offset10-xl-9 {
    margin-left: 90%;
  }
}
.minw-1 {
  min-width: 1rem;
}

.minw-2 {
  min-width: 2rem;
}

.minw-3 {
  min-width: 3rem;
}

.minw-4 {
  min-width: 4rem;
}

.minw-5 {
  min-width: 5rem;
}

.minw-6 {
  min-width: 6rem;
}

.minw-7 {
  min-width: 7rem;
}

.minw-8 {
  min-width: 8rem;
}

.minw-9 {
  min-width: 9rem;
}

.minw-10 {
  min-width: 10rem;
}

.minw-11 {
  min-width: 11rem;
}

.minw-12 {
  min-width: 12rem;
}

.minw-13 {
  min-width: 13rem;
}

.minw-14 {
  min-width: 14rem;
}

.minw-15 {
  min-width: 15rem;
}

.h-90 {
  height: 90%;
}

.hyphens-auto {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gw-colcount-2 {
  column-count: 2;
}

.gw-border-bottom-primary {
  border-bottom: 1px solid #002da5;
}

.gw-border-bottom-secondary {
  border-bottom: 1px solid #fab400;
}

.gw-border-bottom-success {
  border-bottom: 1px solid #73E500;
}

.gw-border-bottom-info {
  border-bottom: 1px solid #002da5;
}

.gw-border-bottom-warning {
  border-bottom: 1px solid #ffc107;
}

.gw-border-bottom-danger {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-light {
  border-bottom: 1px solid #f8f9fa;
}

.gw-border-bottom-dark {
  border-bottom: 1px solid #343a40;
}

.gw-border-bottom-primary-700 {
  border-bottom: 1px solid #002da5;
}

.gw-border-bottom-primary-500 {
  border-bottom: 1px solid #9FC2FF;
}

.gw-border-bottom-primary-300 {
  border-bottom: 1px solid #F4F8FF;
}

.gw-border-bottom-primary-1050 {
  border-bottom: 1px solid #000B23;
}

.gw-border-bottom-secondary-500 {
  border-bottom: 1px solid #F9CC69;
}

.gw-border-bottom-secondary-300 {
  border-bottom: 1px solid #F7E5C1;
}

.gw-border-bottom-secondary-1050 {
  border-bottom: 1px solid #C9931B;
}

.gw-border-bottom-red-light {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-red-light-500 {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-red-light-300 {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-red-dark {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-red-dark-500 {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-red-dark-300 {
  border-bottom: 1px solid #BE1700;
}

.gw-border-bottom-tealish {
  border-bottom: 1px solid #002da5;
}

.gw-border-bottom-tealish-500 {
  border-bottom: 1px solid #9FC2FF;
}

.gw-border-bottom-tealish-300 {
  border-bottom: 1px solid #9FC2FF;
}

.gw-border-bottom-green {
  border-bottom: 1px solid #73E500;
}

.gw-border-bottom-green-700 {
  border-bottom: 1px solid #002da5;
}

.gw-border-bottom-green-500 {
  border-bottom: 1px solid #002da5;
}

.gw-border-bottom-green-300 {
  border-bottom: 1px solid #F4F8FF;
}

.gw-border-bottom-byline-700 {
  border-bottom: 1px solid #413D38;
}

.gw-border-bottom-byline-500 {
  border-bottom: 1px solid #777777;
}

.gw-border-bottom-byline-400 {
  border-bottom: 1px solid #C8C8C8;
}

.gw-border-bottom-byline-300 {
  border-bottom: 1px solid #e6e6e6;
}

.gw-border-bottom-byline-100 {
  border-bottom: 1px solid #F2F2F2;
}

.gw-border-bottom-brown {
  border-bottom: 1px solid #e7d2b5;
}

.gw-border-bottom-body-bg {
  border-bottom: 1px solid white;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.gw-first-letter-capitalized::first-letter {
  text-transform: capitalize;
}

body {
  position: relative;
  line-height: 1.5;
}
body.gw-overhide {
  background-color: #002da5;
}
body.gw-overhide {
  background-color: white;
}

@media (min-width: 768px) {
  body {
    line-height: 1.5;
  }
}
.gw-keybox .container,
.gw-navbox {
  max-width: none;
}

@media (min-width: 1480px) {
  .gw-keybox .container,
  .gw-navbox {
    max-width: 1200px;
  }
}
.gw-overhide {
  overflow-x: hidden;
  width: 100%;
}

header {
  background: #fff;
  position: relative;
  z-index: 1;
}

.gw-keybox {
  position: relative;
  background-color: rgb(249.375, 241.605, 221.625);
}
.gw-keybox.gw-has-keyvis {
  overflow: hidden;
}
.gw-keybox.gw-has-no-keyvis {
  margin-bottom: 2rem;
}
.gw-keybox.gw-has-no-keyvis .gw-keyvis img {
  display: none;
}
.gw-keybox .gw-keyvis-back {
  position: absolute;
  filter: blur(11px) brightness(1.25) grayscale(70%);
  -webkit-filter: blur(11px) brightness(1.25) grayscale(70%);
  -moz-filter: blur(11px) brightness(1.25) grayscale(70%);
  -o-filter: blur(11px) brightness(1.25) grayscale(70%);
  -ms-filter: blur(11px) brightness(1.25) grayscale(70%);
  transform: scale(1.05);
  width: 100%;
  height: 100%;
}
.gw-keybox .gw-keyvis-back.blur-ie {
  opacity: 0.8;
}
.gw-keybox .gw-keyvis-back.blur-ie.last {
  transform: translateX(60%);
}
.gw-keybox .gw-keyvis {
  position: relative;
  background-color: rgb(236.25, 210.35, 143.75);
  transition: transform 0.3s ease;
}
.gw-keybox .gw-keyvis.gw-is-slided {
  transform: translateX(100%);
}
.gw-keybox .gw-keyvis.gw-is-slided {
  transform: translateX(22em);
}

html[data-agent*=Trident] .gw-keyvis-back.blur {
  display: none;
}

/* IE10+ detection */
html[data-agent*=Trident] .gw-keyvis-back.blur-ie {
  display: block;
}

.gw-login-mask-logo {
  width: 300px;
}

.gw-login-mask {
  min-width: 300px;
}

@media (min-width: 768px) {
  .gw-login-mask {
    min-width: 400px;
  }
  .gw-login-mask-logo {
    width: 400px;
  }
}
main#main {
  /*z-index: -1;*/
}

.gw-crosslinks {
  border-top: 2px solid #9FC2FF;
  margin-bottom: -1px;
}
.gw-crosslinks .container {
  transition: transform 0.3s ease;
}
.gw-crosslinks .container.gw-is-slided {
  transform: translateX(100%);
}
.gw-crosslinks .container.gw-is-slided {
  transform: translateX(22em);
}

@media (min-width: 768px) {
  .gw-crosslinks {
    margin-top: 2rem;
  }
}
.gw-intrabox .container, .gw-breadbox .container {
  transition: transform 0.3s ease;
}
.gw-intrabox .container.gw-is-slided, .gw-breadbox .container.gw-is-slided {
  transform: translateX(100%);
}
.gw-intrabox .container.gw-is-slided, .gw-breadbox .container.gw-is-slided {
  transform: translateX(22em);
}

footer {
  background-color: #9FC2FF;
  color: white;
  padding-top: 2rem;
}
footer .gw-footerbox .nav-link, footer .gw-footerbox address {
  font-size: 0.85rem;
}
footer .container {
  transition: transform 0.3s ease;
}
footer .container.gw-is-slided {
  transform: translateX(100%);
}
footer .container.gw-is-slided {
  transform: translateX(22em);
}

sup {
  font-weight: 300 !important;
}

mark {
  color: #fab400;
  background-color: white;
}

blockquote p {
  position: relative;
  font-size: 1.8rem !important;
  font-style: italic;
  color: rgb(92.3966942149, 86.7107438017, 79.6033057851);
  margin: 3rem 2rem;
}
@media (min-width: 768px) {
  blockquote p {
    margin: 4rem;
  }
}
blockquote p {
  line-height: 1.7;
  quotes: "“" "”";
}
blockquote p:before {
  content: open-quote;
  position: absolute;
  top: 0.2em;
  left: -0.15em;
  color: rgba(0, 0, 0, 0.06);
  font-size: 6em;
  line-height: 1.5rem;
  font-family: Arial, serif;
}
blockquote p:after {
  content: close-quote;
  position: absolute;
  bottom: -0.3em;
  color: rgba(0, 0, 0, 0.06);
  font-size: 6em;
  line-height: 1.5rem;
  font-family: Arial, serif;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
}

@media (min-width: 992px) {
  @supports (position: sticky) {
    .gw-lg-sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}
@media (min-width: 768px) {
  @supports (position: sticky) {
    .sticky-top {
      position: -webkit-sticky;
    }
  }
}
::selection {
  background: #fab400;
  color: white;
}

.lead a {
  font-weight: 500;
}

.gw-logo {
  max-width: 68%;
}

.gw-logo {
  max-width: 72%;
}

@media (min-width: 768px) {
  .gw-logo {
    max-width: 300px;
  }
}
.gw-topbar {
  z-index: 3;
  position: relative;
}
.gw-topbar.fixed-top {
  position: fixed;
}
.gw-topbar.navbar-light .navbar-toggler {
  border: none;
  padding-right: 0;
}
.gw-topbar.navbar-light .navbar-toggler:focus {
  outline: none;
}
.gw-topbar.navbar-light .navbar-toggler > i {
  font-size: 5vw;
  font-size: 1.5rem;
}
.gw-topbar.navbar {
  padding-left: 0;
  padding-right: 0;
}
.gw-topbar .nav-item.gw-iconitem {
  display: inline;
}
.gw-topbar .nav-item.gw-iconitem a {
  display: inline-block;
}
.gw-topbar .gw-login-indicator {
  font-size: 4.5vw;
  margin-left: 1.25vw;
  color: #fab400;
  font-size: 3.25vw;
}

.gw-metabox .nav-link {
  color: #212529 !important;
  font-weight: 200;
}
.gw-metabox .nav-link i {
  display: none;
}

@media (min-width: 768px) {
  .gw-metabox .nav-link i {
    display: inherit;
  }
  .gw-metabox .nav-link span {
    display: none;
  }
  .gw-metabox .mx-auto {
    margin-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .gw-metabox .gw-metahide .nav-link i {
    display: none;
  }
  .gw-metabox .gw-metahide .nav-link span {
    display: inherit;
  }
  .gw-metabox .mx-auto {
    margin-left: auto !important;
  }
}
.gw-langnav a {
  color: #212529;
  font-weight: 200;
}
.gw-langnav .dropdown-menu {
  min-width: inherit;
  border-radius: 0;
  margin-top: -0.5rem;
}
.gw-langnav .dropdown-menu a.active {
  display: none;
}
.gw-langnav .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.gw-langnav .dropdown-menu.show {
  display: none;
}
@media (min-width: 768px) {
  .gw-langnav .dropdown-menu.show {
    display: block;
  }
}
.gw-langnav div.dropdown-toggle::after {
  display: none;
  margin-left: 0.15em;
}
@media (min-width: 768px) {
  .gw-langnav div.dropdown-toggle::after {
    display: inline-block;
  }
  .gw-langnav .gw-inline-a:not(.active) {
    display: none;
  }
}

@media (min-width: 992px) {
  .gw-metahide {
    display: inherit;
  }
}
.gw-inline-a {
  padding-right: 1rem;
}
.gw-inline-a.active {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .gw-inline-a {
    padding-right: 0;
  }
  .gw-inline-a.active {
    opacity: 1;
  }
}
.gw-loginnav {
  position: absolute;
  right: 0;
  bottom: 0.75rem;
}
.gw-loginnav .gw-tinytext {
  margin: -0.5rem 0 1rem;
}
@media (min-width: 768px) {
  .gw-loginnav > a {
    max-width: 6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .gw-loginnav > a {
    max-width: 20rem;
  }
}
.gw-loginnav a {
  font-weight: 400;
}
.gw-loginnav a i:before {
  margin-right: 0.33rem;
}
.gw-loginnav .dropdown-menu {
  border-radius: 0;
  max-width: 30rem;
}
.gw-loginnav .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}
.gw-loginnav .dropdown-menu .form-group {
  margin-bottom: 0.33rem;
}
.gw-loginnav .dropdown-menu .gw-login-button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-loginnav .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.gw-loginnav form.dropdown-item {
  margin-bottom: 0;
}
.gw-loginnav .btn-sm, .gw-loginnav .btn-group-sm > .btn {
  font-size: inherit;
  padding: 0.1rem 0.5rem;
}
.gw-loginnav .gw-login-button {
  margin-top: 0.5rem;
}
.gw-loginnav .gw-loginnav-button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gw-login-true .gw-dropdown-login-false {
  display: none;
}
.gw-login-true .gw-dropdown-login-true [class^=gw-dropdown-items-] {
  display: none;
}
.gw-login-true .gw-loginnav > a i:before {
  content: "\e950";
}
.gw-login-true .gw-loginnav .dropdown-menu {
  min-width: none;
}

.gw-login-false .gw-dropdown-login-true {
  display: none;
}
.gw-login-false .gw-loginnav .dropdown-menu {
  min-width: 260px;
}
@media (min-width: 576px) {
  .gw-login-false .gw-loginnav .dropdown-menu {
    min-width: 300px;
  }
}
.gw-login-false .gw-login-indicator {
  display: none !important;
}

@media (min-width: 992px) {
  .gw-loginnav {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.gw-keyvis {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gw-keyvis img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100vh;
  transition: max-height 0.3s ease;
}

.gw-colorbar {
  height: 0.677rem;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 45, 165, 0.5);
  z-index: 0;
}

@media (min-width: 768px) {
  .gw-colorbar {
    height: 1rem;
  }
}
/* add by gateway.one */
header {
  z-index: 3;
}

.gw-menu {
  position: absolute;
  top: 0;
  z-index: 1;
  /*width: 100%;*/
}

.gw-menutoggler {
  background-color: #9FC2FF;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gw-menutoggler:hover {
  background-color: #002da5;
}
.gw-menutoggler.gw-menu-open {
  width: 100%;
  text-align: left;
}
.gw-menutoggler.gw-menu-open i:before {
  content: "\e934";
}

.gw-menu,
.gw-menutoggler.gw-menu-open {
  width: auto;
}

.gw-globalnav {
  position: absolute;
  top: 0;
  width: 0;
  padding-bottom: 2rem;
  min-height: 33rem;
  height: 900px;
  background: #002da5 none repeat scroll 0 0;
  overflow: hidden;
  transition: width 0.3s ease, height 0.3s ease;
}
.gw-globalnav:not(.gw-is-slided) {
  height: 900px !important;
}
.gw-globalnav.gw-is-slided {
  width: 100%;
  width: 22em;
}
.gw-globalnav.gw-is-slided ul {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}
.gw-globalnav a {
  color: #fff;
}
.gw-globalnav ul {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  opacity: 0;
  transition: opacity 0.1s ease;
  background-color: #002da5;
  padding: 0;
  margin: 0;
}
.gw-globalnav ul.gw-level-shown {
  width: 100%;
  width: 22em;
}
.gw-globalnav ul ul.gw-level-hidden {
  left: -100%;
  transition: left 0.3s ease;
}
.gw-globalnav ul ul.gw-level-shown {
  left: 0;
  transition: left 0.3s ease;
}
.gw-globalnav ul.gw-level-parent > li:not(.gw-sub-open) {
  position: relative;
  left: 100%;
  transition: left 0.3s ease;
}
.gw-globalnav ul.gw-level-parent > li:not(.gw-sub-open) .gw-level-hidden {
  visibility: hidden;
}
.gw-globalnav ul.gw-level-parent .gw-sub-open {
  border-bottom: 0;
}
.gw-globalnav ul.gw-level-parent .gw-sub-open > a, .gw-globalnav ul.gw-level-parent .gw-sub-open > .gw-nextlevel {
  display: none;
}
.gw-globalnav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-globalnav ul li a {
  display: block;
  padding: 0.75rem 0.5rem 0.75rem 15px;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: transparent;
  transition: background 0.3s ease;
}
.gw-globalnav ul li a.active {
  background-color: #002da5;
  cursor: default;
}
.gw-globalnav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gw-globalnav ul li.gw-has-sub > a {
  width: calc(100% - 3rem);
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  width: 3rem;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: transparent;
  transition: background 0.3s ease;
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel i {
  color: #fff;
  padding-left: 0.33rem;
}
.gw-globalnav ul li .gw-goback {
  padding: 0.75rem 0.5rem 0.75rem 12px;
  background-color: transparent;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: color 0.3s ease;
}
.gw-globalnav ul li .gw-goback i {
  color: rgba(255, 255, 255, 0.75);
  padding-right: 0.33rem;
}
.gw-globalnav ul li .gw-goback:hover {
  color: rgba(255, 255, 255, 0.8);
}
.gw-globalnav ul li .gw-goback:hover i {
  color: white;
}
.gw-globalnav ul li a {
  padding-left: 3rem;
}
.gw-globalnav ul li li.gw-goback {
  padding-left: 1.45rem;
}
.gw-globalnav > ul {
  top: 97px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-globalnav sup {
  position: static;
  vertical-align: super;
}

.gw-intrabox {
  background-color: #fff;
}

.navbar.gw-intrabar {
  padding-left: 0;
  padding-right: 0;
}
.navbar.gw-intrabar .navbar-nav {
  flex-wrap: wrap;
}
.navbar.gw-intrabar a {
  font-weight: 400;
}
.navbar.gw-intrabar a i {
  font-size: 1rem;
}
.navbar.gw-intrabar a i:before {
  margin-right: 0.33rem;
}
.navbar.gw-intrabar a span {
  font-size: 0.85rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar a span {
    display: inline-block;
    display: initial;
  }
}
.navbar.gw-intrabar .nav-item.active .nav-link {
  background-color: rgba(244, 248, 255, 0.6);
}
.navbar.gw-intrabar.navbar-expand .navbar-nav li.nav-item:first-of-type > a {
  margin-left: -1vw;
}
.navbar.gw-intrabar .dropdown-menu {
  border-radius: 0;
  z-index: 1050;
}
.navbar.gw-intrabar .dropdown-menu a {
  font-size: 0.85rem;
  color: #002da5;
}
.navbar.gw-intrabar .dropdown-menu a.disabled {
  color: #6c757d;
}
@media (max-width: 991.98px) {
  .navbar.gw-intrabar li:last-child .dropdown-menu {
    left: initial;
    right: 0;
  }
}
.navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
  padding-left: 1vw;
  padding-right: 5vw;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
    padding-right: 1vw;
  }
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link {
  color: #002da5;
  transition: color 0.3s ease;
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0, 24.1363636364, 88.5);
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link.disabled {
  color: #6c757d;
}

.gw-badge-counter {
  position: relative;
  top: -0.2rem;
  display: initial;
  vertical-align: top;
  margin-left: -0.7rem;
  background-clip: padding-box;
  font-size: 0.65rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .gw-badge-counter {
    margin-right: 0.2rem;
    vertical-align: text-top;
    top: 0;
  }
}
.gw-badge-counter span {
  font-size: inherit !important;
  display: inline-block !important;
}
.gw-badge-counter + .gw-badge-counter {
  z-index: 1;
  padding-left: 0.85rem;
  margin-left: -0.85rem;
}
@media (min-width: 768px) {
  .gw-badge-counter + .gw-badge-counter {
    padding-left: 0.75rem;
  }
}

.active .gw-badge-counter {
  border: none;
}

@media (min-width: 768px) {
  .gw-intrabar .gw-badge-counter {
    top: -0.3rem;
  }
}

.gw-breadbox {
  background-color: white;
}
.gw-breadbox .breadcrumb {
  padding-left: 0;
  font-weight: 300;
  font-size: 0.85rem;
}
.gw-breadbox .breadcrumb-item i:before {
  margin-right: 0.25rem;
}

@media (max-width: 991.98px) {
  .navbar.gw-intrabar.gw-intrabar-inline {
    padding-right: 1rem;
  }
  .navbar.gw-intrabar.gw-intrabar-inline:after {
    content: "\e93d";
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #413D38;
    font-family: "gateicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav {
  overflow-x: auto;
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav .nav-link {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .navbar.gw-intrabar.gw-intrabar-inline .navbar-nav .nav-link {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-right: 0.5rem;
  }
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav li.nav-item:first-of-type > a {
  margin-left: 0;
}

.navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.gw-content {
  transition: transform 0.3s ease;
}
.gw-content.gw-is-slided {
  transform: translateX(100%);
}
.gw-content.gw-is-slided {
  transform: translateX(22em);
}
.gw-content .gw-row-minheight {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 400px;
}
.gw-content .gw-contentbox:not(.gw-aside) {
  margin-bottom: 1rem;
}
.gw-content a, .gw-content .gw-likealink {
  transition: color 0.3s ease;
}
.gw-content a:hover .gw-likealink,
.gw-content .gw-likealink:hover {
  color: #000B23;
}
.gw-content img {
  max-width: 100%;
  height: auto;
}
.gw-content .gw-conotation {
  border-left: 1px solid #fab400;
  padding: 0 2.2rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

ul.gw-stamped, .gw-stamped ul {
  padding: 0;
  list-style: none;
}
ul.gw-stamped:not(.gw-nobullets), .gw-stamped ul:not(.gw-nobullets) {
  padding-left: 1.25rem;
}
ul.gw-stamped:not(.gw-nobullets) li, .gw-stamped ul:not(.gw-nobullets) li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
}
ul.gw-stamped:not(.gw-nobullets) li:before, .gw-stamped ul:not(.gw-nobullets) li:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #002da5;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}
ul.gw-stamped.gw-ul-compact li, .gw-stamped ul.gw-ul-compact li {
  margin-bottom: 0;
}

.gw-stamped.gw-ul-compact ul li {
  margin-bottom: 0;
}

ul.gw-nobullets, .gw-nobullets ul {
  padding-left: 1.5rem;
  list-style: none;
}
ul.gw-nobullets li:before, .gw-nobullets ul li:before {
  content: none;
}

[class^=float-], [class*=" float-"] {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  [class^=float-left], [class*=" float-left"],
  [class^=float-md-left], [class*=" float-md-left"] {
    margin-right: 0.5rem;
  }
  [class^=float-right], [class*=" float-right"],
  [class^=float-md-right], [class*=" float-md-right"] {
    margin-left: 0.5rem;
  }
}
.gw-aside {
  font-size: 1rem;
  background-color: white;
}
.gw-aside.gw-contentbox {
  padding-bottom: 2rem;
}
.gw-aside h3 {
  font-size: 1.6rem;
}
.gw-aside:empty {
  display: none;
}

@media (min-width: 768px) {
  .gw-aside {
    background: transparent;
  }
}
[class^=gw-icn-]:after, [class*=" gw-icn-"]:after {
  font-family: "gateicons" !important;
  font-size: 1rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.15rem;
}

.gw-icn-outlink:after {
  content: "\e91e";
  margin-left: 0.3rem;
  margin-right: 0.15rem;
}

.gw-icn-png:after {
  content: "\e951";
}
.gw-icn-png:hover:after {
  content: "\e952";
}

.gw-icn-pdf:after {
  content: "\e953";
}
.gw-icn-pdf:hover:after {
  content: "\e954";
}

.gw-icn-mp3:after {
  content: "\e955";
}
.gw-icn-mp3:hover:after {
  content: "\e956";
}

.gw-icn-jpg:after {
  content: "\e957";
}
.gw-icn-jpg:hover:after {
  content: "\e958";
}

.gw-icn-eps:after {
  content: "\e959";
}
.gw-icn-eps:hover:after {
  content: "\e95a";
}

.gw-icn-tif:after, .gw-icn-tiff:after {
  content: "\e95b";
}
.gw-icn-tif:hover:after, .gw-icn-tiff:hover:after {
  content: "\e95c";
}

.gw-icn-doc:after {
  content: "\e95d";
}
.gw-icn-doc:hover:after {
  content: "\e95e";
}

.gw-icn-xls:after {
  content: "\e95f";
}
.gw-icn-xls:hover:after {
  content: "\e960";
}

.gw-icn-docx:after {
  content: "\e961";
}
.gw-icn-docx:hover:after {
  content: "\e962";
}

.gw-icn-ppt:after {
  content: "\e963";
}
.gw-icn-ppt:hover:after {
  content: "\e964";
}

.gw-icn-xml:after {
  content: "\e965";
}
.gw-icn-xml:hover:after {
  content: "\e966";
}

.gw-icn-xlsx:after {
  content: "\e967";
}
.gw-icn-xlsx:hover:after {
  content: "\e968";
}

.gw-icn-txt:after {
  content: "\e969";
}
.gw-icn-txt:hover:after {
  content: "\e96a";
}

.gw-icn-rtf:after {
  content: "\e96b";
}
.gw-icn-rtf:hover:after {
  content: "\e96c";
}

.gw-icn-m4v:after {
  content: "\e96d";
}
.gw-icn-m4v:hover:after {
  content: "\e96e";
}

.gw-icn-zip:after {
  content: "\e96f";
}
.gw-icn-zip:hover:after {
  content: "\e970";
}

.gw-likealink {
  color: #fab400;
}
.gw-likealink i:before {
  margin-right: 0.3rem;
}

.gw-likealink-underline:hover .gw-linktext {
  text-decoration: underline;
}

.gw-event-date {
  color: #002da5;
}

div.gw-textcols-2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gw-textcols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
  }
}
.gw-contentbox h1 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .gw-contentbox h1 {
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }
}

.gw-table-border-blue thead th, .gw-table-border-blue th, .gw-table-border-blue td {
  border-color: #F4F8FF;
  border-bottom-color: #F4F8FF;
}
.gw-table-border-blue .table-primary thead th, .gw-table-border-blue .table-primary th, .gw-table-border-blue .table-primary td {
  border-color: #002da5;
  border-bottom-color: #002da5;
}

.table-primary.gw-primary, .gw-primary .table-primary {
  background-color: white;
}
.table-primary.gw-primary thead th, .gw-primary .table-primary thead th {
  border-color: #002da5;
}
.table-primary.gw-primary tbody td, .gw-primary .table-primary tbody td {
  border-color: #F4F8FF;
}

.table-light {
  margin-bottom: 1.5rem;
  border-collapse: separate;
  border-radius: 1rem;
}
.table-light th, .table-light td, .table-light thead th {
  border-color: #e6e6e6;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.bootstrap-table {
  margin-bottom: 1.5rem !important;
}

.gw-table-sm {
  font-size: 0.85rem;
}

.gw-table-boxes .spacer td, .gw-table-boxes .spacer th {
  background: white;
}
.gw-table-boxes tbody td, .gw-table-boxes thead th {
  border: none;
}

.gw-table-valign-middle td {
  vertical-align: middle;
}

.gw-table-first-column-pl-4 th:first-child,
.gw-table-first-column-pl-4 td:first-child {
  padding-left: 1.5rem;
}

figcaption {
  font-size: 0.85rem;
  margin-top: 0.33rem;
}

.gw-contentbox > figure img {
  border-radius: 1rem;
}

.btn.gw-mc-select {
  font-weight: 400;
  font-size: 1rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .btn.gw-mc-select {
    font-size: 1.25rem;
  }
}
.gw-mc-area-dropdown .dropdown-menu {
  border-radius: 0;
}

.gw-scrollblur {
  position: relative;
}
.gw-scrollblur:before, .gw-scrollblur:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 0.25rem;
}
.gw-scrollblur:before {
  top: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white 90%);
}
.gw-scrollblur:after {
  bottom: 0;
  height: 4rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
}
.gw-scrollblur > * {
  overflow-y: auto;
  max-height: 30rem;
  padding-bottom: 4rem !important;
}
.gw-scrollblur li:last-child {
  margin-bottom: 3rem;
}

.gw-logo-grid {
  margin-top: 2rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.gw-logo-grid .gw-ep-logo {
  margin-bottom: 0.6rem;
}
.gw-logo-grid a.gw-ep-logo {
  transition: transform 0.4s ease;
}
.gw-logo-grid a.gw-ep-logo img {
  box-shadow: 0 0 6px rgba(70, 48, 6, 0);
  transition: box-shadow 0.4s ease;
}
.gw-logo-grid a.gw-ep-logo:hover {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.gw-logo-grid a.gw-ep-logo:hover img {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}
.gw-logo-grid [class^=col-], .gw-logo-grid [class*=" col-"], .gw-logo-grid [class^=col10-], .gw-logo-grid [class*=" col10-"] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.gw-list-group .list-group-item {
  border-radius: 0;
}
.gw-list-group .list-group-item.row,
.gw-list-group .list-group-item .row {
  background-color: #fff;
}
.gw-list-group .list-group-item.row > div,
.gw-list-group .list-group-item .row > div {
  margin-bottom: 0.5rem;
}
.gw-list-group .list-group-item.row > div:last-of-type,
.gw-list-group .list-group-item .row > div:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gw-list-group .list-group-item.row > div,
  .gw-list-group .list-group-item .row > div {
    margin-bottom: 0;
  }
}
.gw-list-group .btn {
  margin-bottom: 0.25rem;
}

.gw-contentbox > .form-check {
  padding-left: 1.25rem;
}

.gw-title-byline {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2rem;
  margin-left: 0.25rem;
}
.gw-title-byline span {
  background: rgba(65, 61, 56, 0.6);
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: 0.5rem 0 0 rgba(65, 61, 56, 0.6), -0.25rem 0 0 rgba(65, 61, 56, 0.6);
  box-decoration-break: clone;
}

/* for content expense */
@media (min-width: 992px) {
  .gw-ml-lg-n {
    margin-left: -4rem;
  }
  .gw-mr-lg-n {
    margin-right: -4rem;
  }
}
.gw-translateY-12 {
  transform: translateY(12rem);
}

.gw-translateY-n3 {
  transform: translateY(-3rem);
}

@media (min-width: 992px) {
  .gw-translateY-lg-n3 {
    transform: translateY(-3rem);
  }
}
.gw-ol-airy li {
  margin-bottom: 0.5rem;
}

.gw-logo-grid a.gw-ep-logo img {
  border-radius: 1rem;
}

.gw-table table {
  width: 100%;
}
.gw-table table tr th {
  background-color: #002da5;
  color: white;
  padding: 0.5rem 1rem;
  border: 5px solid white;
}
.gw-table table tr th.head_0 {
  background-color: transparent;
}
.gw-table table tr td {
  background-color: #F4F8FF;
  color: black;
  padding: 0.5rem 1rem;
  border: 5px solid white;
  text-align: right;
}
.gw-table.gw-table-bb tr:nth-child(3) td,
.gw-table.gw-table-bb tr:nth-child(4) td,
.gw-table.gw-table-bb tr:nth-child(5) td {
  background-color: #C8C8C8;
  height: 0;
}
.gw-table.gw-table-bb tr:nth-child(3) th,
.gw-table.gw-table-bb tr:nth-child(4) th,
.gw-table.gw-table-bb tr:nth-child(5) th {
  background-color: #777777;
  height: 0;
  color: black;
}
.gw-table.gw-table-regions tr th {
  background-color: #002da5;
}
.gw-table.gw-table-regions tr td {
  background-color: #F4F8FF;
  text-align: left;
}
.gw-table.gw-table-regions tr:nth-child(9) td {
  background-color: #9FC2FF;
}
.gw-table.gw-table-regions tr:nth-child(10) td {
  background-color: #002da5;
}

.gw-row-sameheight > [class*=col] {
  display: flex;
}
.gw-row-sameheight > [class*=col] > div {
  align-self: stretch !important;
}

.gw-popular-professions a.list-group-item:hover {
  background: #F2F2F2;
}

.gw-professionlist a.list-group-item:hover {
  background: #F2F2F2;
}

.btn {
  font-weight: 700;
}
.btn.btn-link {
  font-weight: 400;
}
.btn:hover {
  cursor: pointer;
}
.btn.gw-btn-giant {
  font-size: 5vw;
  padding: 0.75rem 2.5rem;
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  margin: 1rem 0;
  max-width: 100%;
  overflow: hidden;
}

.btn.gw-btn-giant {
  font-size: 3.8vw;
}

@media (min-width: 768px) {
  .btn.gw-btn-giant {
    font-size: 1.5rem;
  }
}
.gw-pola .btn-lg, .gw-pola .btn-group-lg > .btn {
  padding: 0.4rem 1.5rem;
}

.gw-outline-btn {
  padding: 0.333rem;
  background-color: #fff;
  transition: background 0.3s ease, color 0.3s ease !important;
}
.gw-outline-btn .gw-btn-inner {
  border: 1px solid rgba(65, 61, 56, 0.5);
  padding: 0.375rem 0.375rem;
  transition: border 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0.25rem;
}
.gw-outline-btn[class*=secondary] {
  border-color: rgba(250, 180, 0, 0.75);
}
.gw-outline-btn[class*=secondary] .gw-btn-inner {
  border-color: rgba(250, 180, 0, 0.75);
}
.gw-outline-btn:hover .gw-btn-inner {
  border-color: rgba(255, 255, 255, 0.5);
}
.gw-outline-btn.gw-simple-outline {
  box-shadow: none;
}
.gw-outline-btn.gw-simple-outline i.icon-launch {
  font-size: 0.85rem;
}
.gw-outline-btn.gw-simple-outline i:before {
  margin-left: 0.25rem;
}

.gw-buttonrow {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.gw-buttonrow .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
.gw-buttonrow [class^=col-], .gw-buttonrow [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.btn.btn-green-500 {
  color: #fff;
}

.gw-btn-rounded {
  border-radius: 0.4rem;
}

.gw-btn-svg {
  max-width: 1rem;
  max-height: 1rem;
}

.btn-sm .gw-btn-svg, .btn-group-sm > .btn .gw-btn-svg {
  max-width: 0.7rem;
  max-height: 0.7rem;
}

.btn-lg .gw-btn-svg, .btn-group-lg > .btn .gw-btn-svg {
  max-width: 1.3rem;
  max-height: 1.3rem;
}

.btn-white {
  background-color: white;
}
.btn-white:hover {
  background-color: #e6e6e6;
}

.btn-link {
  border-radius: 1rem;
}
.btn-link:hover {
  background: #e6e6e6;
}

.gw-btn-edit {
  color: #002da5;
  border-radius: 1rem;
  transition: background ease 0.3s;
}
.gw-btn-edit:hover, .gw-btn-edit:active {
  color: #002da5;
  background: #e6e6e6;
}

.gw-btn-delete {
  color: #BE1700;
  transition: background ease 0.3s;
}
.gw-btn-delete:hover, .gw-btn-delete:active {
  color: #BE1700;
  background: #e6e6e6;
}

.gw-btn-add {
  color: #fab400;
  transition: background ease 0.3s;
}
.gw-btn-add:hover, .gw-btn-add:active {
  color: #fab400;
  background: #e6e6e6;
}

.gw-btn-more {
  color: #343a40;
}
.gw-btn-more:hover {
  color: #343a40;
}

.gw-bubblebox {
  margin-bottom: 3rem;
}
.gw-bubblebox.embed-responsive {
  overflow: visible;
  max-width: 85%;
  margin-left: 7%;
  max-width: 80%;
  margin-left: 10%;
}
@media (min-width: 576px) {
  .gw-bubblebox.embed-responsive {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gw-bubblebox.embed-responsive {
    margin-bottom: 3rem;
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  .gw-bubblebox.embed-responsive {
    margin-bottom: 1rem;
    max-width: 100%;
    margin-left: 0;
  }
}

.gw-bubble {
  transition: transform 0.5s ease;
  border-radius: 0 0 2rem 2rem;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 2px 4px rgba(70, 48, 6, 0.25);
}
.gw-bubble.embed-responsive-item {
  border: 3px solid #fab400;
}
.gw-bubble h3 {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.5rem;
  border-bottom: 3px solid #fab400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .gw-bubble h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1480px) {
  .gw-bubble h3 {
    font-size: 1.5rem;
  }
}
.gw-bubble .gw-bubble-inner {
  padding: 0.5rem 1rem 1rem;
  overflow: hidden;
}
.gw-bubble .gw-bubble-inner p {
  color: #212529;
  font-size: 0.95rem;
  line-height: 1.3;
}
.gw-bubble .gw-bubble-inner .gw-likealink {
  font-size: 0.85rem;
  color: #002da5;
  text-transform: uppercase;
  text-align: right;
}
.gw-bubble:before, .gw-bubble:after {
  content: "";
  display: block;
  position: absolute;
  right: 20%;
  bottom: -1.25rem;
  width: 2rem;
  height: 2rem;
  border: 3px solid #fab400;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(70, 48, 6, 0.25);
}
.gw-bubble:after {
  width: 1rem;
  height: 1rem;
  bottom: -2rem;
  right: calc(20% + 1.5rem);
}
.gw-bubble:hover .gw-bubble-inner .gw-likealink {
  color: rgb(0, 24.1363636364, 88.5);
}

@media (min-width: 768px) {
  .gw-bubblebox {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .gw-bubble h3 {
    padding: 0.4rem 0.6rem;
    border-width: 2px;
  }
  .gw-bubble.embed-responsive-item, .gw-bubble:before, .gw-bubble:after {
    border-width: 2px;
  }
  .gw-bubble .gw-bubble-inner {
    padding: 0.4rem 0.6rem;
  }
  .gw-bubble .gw-bubble-inner p, .gw-bubble .gw-bubble-inner .gw-likealink {
    font-size: 1vw;
  }
}
@media (min-width: 1480px) {
  .gw-bubble h3 {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-width: 3px;
  }
  .gw-bubble.embed-responsive-item, .gw-bubble:before, .gw-bubble:after {
    border-width: 3px;
  }
  .gw-bubble .gw-bubble-inner {
    padding: 0.5rem 1rem;
  }
  .gw-bubble .gw-bubble-inner p, .gw-bubble .gw-bubble-inner .gw-likealink {
    font-size: 0.85rem;
  }
}
.gw-sticky-note {
  transition: transform 0.25s ease;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-bottom: 3.75rem;
}
.gw-sticky-note .text-right.mb-2 {
  display: none;
}
.gw-sticky-note p {
  color: #343a40;
  font-size: 1rem;
}
.gw-sticky-note .gw-sticky-note-inner {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-sticky-note .gw-behind {
  font-size: 1rem;
}
.gw-sticky-note:hover {
  transform: scale(1.05);
}
.gw-sticky-note .gw-catname {
  display: none;
}
.gw-sticky-note .gw-datum {
  font-weight: 400;
  color: #002da5 !important;
  font-size: 1.0625rem;
}

.gw-sticky-note .gw-behind {
  font-size: 1.5rem;
  color: #343a40;
}

.gw-stickynote.gw-orange .gw-behind span {
  background-color: transparent !important;
  box-shadow: none;
}

.gw-stickynote-checked .gw-sticky-note {
  position: relative;
  transform: translateY(-0.25rem) scale(1.03);
}
.gw-stickynote-checked .gw-sticky-note:after {
  content: "\f312";
  width: 2rem;
  height: 2rem;
  background: #002da5;
  position: absolute;
  right: 48%;
  bottom: -0.9rem;
  border-radius: 1rem;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  color: white;
  text-align: center;
  font-size: 1rem;
}

.form-explanation, .form-explanation > * {
  color: #002da5;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.25rem;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gw-cr {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.gw-cr .gw-cr-wrapper {
  flex-grow: 1;
}
.gw-cr .gw-cr-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #777777;
  margin: 0;
}
.gw-cr .gw-cr-scale span {
  text-align: center;
  min-width: 1rem;
}
.gw-cr .gw-cr-scale span:first-child {
  text-align: left;
}
.gw-cr .gw-cr-scale span:last-child {
  text-align: right;
}
.gw-cr .gw-cr-output {
  background-color: #F2F2F2;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  min-width: 4.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .gw-cr {
    flex-direction: row;
    align-items: center;
  }
  .gw-cr .gw-cr-scale span {
    min-width: 2rem;
  }
}

.gw-dropdown-select .btn {
  text-align: left;
}
.gw-dropdown-select .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0.7rem;
}
.gw-dropdown-select .dropdown-menu {
  min-width: 100%;
  max-height: 25rem;
  /*overflow-y: auto;*/
}

.gw-input-border-green-500 {
  border: 2px solid #002da5;
}
.gw-input-border-green-500:focus {
  border-color: #002da5;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}

.gw-kendo-filter-autocomplete-primary:focus {
  border-color: #9FC2FF;
  box-shadow: 0 0 0 0.2rem rgba(159, 194, 255, 0.5);
}

.gw-custom-checkbox {
  padding-left: 2.5rem;
  background: #F2F2F2;
}
.gw-custom-checkbox:hover {
  background: #e9ecef;
}
.gw-custom-checkbox .custom-control-label {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-right: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
}
.gw-custom-checkbox .custom-control-label:before, .gw-custom-checkbox .custom-control-label:after {
  top: 0.6rem;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight .custom-control-input:not(:checked) + .custom-control-label {
  color: #6c757d;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight.gw-custom-checkbox-highlight-green-700 .custom-control-input:not(:checked) + .custom-control-label {
  color: #777777;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight.gw-custom-checkbox-highlight-green-700 .custom-control-input:checked + .custom-control-label {
  color: #002da5;
}
.gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label:before, .gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label:after {
  top: 0.4rem;
}
.gw-custom-checkbox.gw-custom-checkbox-empty {
  padding-left: 0;
}
.gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:empty {
  min-height: 3rem;
}
.gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:before, .gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:after {
  left: 1.25rem;
}

.gw-custom-checkbox-smalltext label {
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.gw-custom-file-input-edit-btn {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gw-custom-file-input-edit-btn input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;
  opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0; /* Safari 1.x */
  -moz-opacity: 0; /* FF lt 1.5, Netscape */
}

.gw-custom-multiselect-checkboxes {
  max-height: 30rem;
  overflow-y: scroll;
}
.gw-custom-multiselect-checkboxes .collapse-toggle {
  transition: transform ease 0.3s;
}
.gw-custom-multiselect-checkboxes .collapse-toggle.collapsed {
  transform: rotate(180deg);
}
.gw-custom-multiselect-checkboxes .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #002da5;
  border-color: #002da5;
}

.gw-custom-switch {
  background: white;
  padding-left: 3.5rem;
}
.gw-custom-switch .custom-control-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
}
.gw-custom-switch .custom-control-label:before {
  top: 1.1rem;
}
.gw-custom-switch .custom-control-label:after {
  top: calc(1.1rem + 2px);
}

.gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #777777;
  border-color: #777777;
}

.custom-checkbox.gw-custom-checkbox-lg {
  min-height: 3.5rem;
  padding-left: 3rem;
}
.custom-checkbox.gw-custom-checkbox-lg .custom-control-label:after, .custom-checkbox.gw-custom-checkbox-lg .custom-control-label:before {
  width: 3rem;
  height: 3rem;
  left: -3rem;
  cursor: pointer;
}

.custom-radio.gw-custom-radio-lg {
  min-height: 3.5rem;
  padding-left: 3rem;
}
.custom-radio.gw-custom-radio-lg .custom-control-label:after, .custom-radio.gw-custom-radio-lg .custom-control-label:before {
  width: 3rem;
  height: 3rem;
  left: -3rem;
  border-radius: 0;
  cursor: pointer;
}

.gw-custom-textinput {
  position: relative;
  display: flex;
  align-items: center;
}
.gw-custom-textinput label {
  position: absolute;
  padding: 1rem 1rem 1rem 1.5rem;
  margin: 0 !important;
  color: #6c757d;
}
.gw-custom-textinput label:after {
  content: "";
  width: 1px;
  height: 1rem;
  background: #6c757d;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gw-custom-textinput .vr {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5rem;
}
.gw-custom-textinput input {
  padding-left: 4.5rem;
}
.gw-custom-textinput input:not(:empty) {
  border: 1px solid #002da5;
  box-shadow: 0 0 0 1px #002da5;
}
.gw-custom-textinput:focus {
  color: #002da5;
}
.gw-custom-textinput ::placeholder {
  color: #6c757d;
}
@media (min-width: 992px) {
  .gw-custom-textinput.gw-custom-textinput-lg-large label {
    padding: 2rem 1rem 2rem 1.5rem;
  }
  .gw-custom-textinput.gw-custom-textinput-lg-large input {
    padding: 2rem 1.5rem 2rem 4.5rem;
  }
}

.gw-custom-select {
  opacity: 0;
  height: 60px;
}

.gw-custom-selectbox .gw-custom-select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.gw-custom-selectbox {
  position: relative;
  min-height: 4rem;
}
.gw-custom-selectbox .gw-custom-selectwrapper {
  position: absolute;
  background: white;
  border-radius: 1rem;
  width: 100%;
  border: 1px solid #777777;
  overflow: hidden;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  color: #343a40;
  white-space: nowrap;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .icon {
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .icon path {
  fill: #777777;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .icon:after {
  content: "";
  width: 1px;
  height: 1rem;
  background: #777777;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .vr {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5rem;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .text + i::after {
  border: none;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-btn .text.gw-placeholder {
  color: #777777;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul {
  font-size: 1.25rem;
  padding: 0 1rem 1rem;
  margin: 0;
  list-style: none;
  max-height: 30rem;
  overflow-y: auto;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin: 3px 0;
  position: relative;
  cursor: pointer;
  color: #777777;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.active {
  color: #343a40;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li:not(:last-child)::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #C8C8C8;
  display: block;
  position: absolute;
  bottom: 0;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li:hover {
  background: #F4F8FF;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.gw-selected {
  color: #343a40;
  position: relative;
  padding-right: 2rem;
  background-color: #F2F2F2;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.gw-selected:before {
  position: absolute;
  right: 0.5rem;
  color: #002da5;
  content: "\f310";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gw-custom-selectbox .gw-custom-selectwrapper .gw-custom-select-list ul li.gw-selected:hover {
  background-color: #F4F8FF;
}
.gw-custom-selectbox .gw-custom-selectwrapper.active {
  border: 1px solid #F4F8FF;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  z-index: 4;
}
.gw-custom-selectbox .gw-custom-selectwrapper.active .gw-custom-select-btn {
  color: #002da5;
}
.gw-custom-selectbox .gw-custom-selectwrapper.active .gw-custom-select-btn i.fi {
  transform: rotate(180deg);
}
.gw-custom-selectbox .gw-custom-selectwrapper.moving {
  z-index: 1;
}
.gw-custom-selectbox .gw-livesearchbox {
  padding: 0 1rem 0.5rem;
}
.gw-custom-selectbox .gw-livesearchbox .gw-custom-textinput {
  margin: 0;
}
@media (min-width: 992px) {
  .gw-custom-selectbox.gw-custom-selectbox-lg-large {
    min-height: 6rem;
  }
  .gw-custom-selectbox.gw-custom-selectbox-lg-large .gw-custom-select-btn {
    padding: 2rem 1.5rem;
  }
}
.gw-custom-selectbox.gw-has-icon .gw-custom-select-btn {
  justify-content: flex-start;
}
.gw-custom-selectbox .gw-custom-select:disabled + .gw-custom-selectwrapper {
  border-color: #e9ecef;
}
.gw-custom-selectbox .gw-custom-select:disabled + .gw-custom-selectwrapper .gw-custom-select-btn {
  cursor: not-allowed;
  background-color: #e9ecef;
}
.gw-custom-selectbox[data-style=form-control-sm] {
  min-height: auto;
}
.gw-custom-selectbox[data-style=form-control-sm] .gw-custom-selectwrapper {
  border-radius: 1rem;
}
.gw-custom-selectbox[data-style=form-control-sm] .gw-custom-selectwrapper .gw-custom-select-btn {
  padding: 0.25rem 0.5rem;
}
.gw-custom-selectbox .gw-optgroup-label {
  padding: 2rem 1rem 0.75rem;
  color: #777777;
  margin-bottom: 0;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}
.gw-custom-selectbox .gw-optgroup-label::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #777777;
  display: block;
  position: absolute;
  bottom: 0;
}

.gw-custom-selectbox.is-invalid .gw-custom-select + .gw-custom-selectwrapper {
  border-color: #dc3545;
}
.gw-custom-selectbox.is-invalid + .invalid-feedback {
  display: block;
  padding-left: 1.5rem;
}

.gw-jobs .gw-company-logo {
  max-width: 100%;
  max-height: 10rem;
}
.gw-jobs .gw-content .gw-jobindicator {
  font-size: 1.33rem;
}

@media print {
  @page {
    size: 210mm 297mm;
    margin: 12mm 10mm 12mm 12mm;
  }
}
@media print {
  body {
    font-size: 0.85rem;
  }
  .gw-menu,
  .navbar-toggler,
  .navbar-expand-md .navbar-collapse.gw-metabox,
  .gw-navbox {
    display: none !important;
  }
  footer a,
  a.gw-stickynote,
  a.gw-crosslink,
  a.btn,
  .gw-intrabar a {
    text-decoration: none;
  }
  footer a:visited,
  a.gw-stickynote:visited,
  a.gw-crosslink:visited,
  a.btn:visited,
  .gw-intrabar a:visited {
    text-decoration: none;
  }
  .badge {
    background: none;
  }
  .badge,
  .badge-pill,
  th {
    color: black !important;
  }
}
.spinner {
  margin: auto;
  width: 50px;
  height: 24px;
  text-align: center;
  font-size: 10px;
}

.spinner.large {
  margin: 100px auto;
  height: 40px;
}

.btn-lg .spinner, .btn-group-lg > .btn .spinner {
  height: 28px;
}

.gw-btn-inner .spinner {
  height: 32px;
  margin: 0 -14.3px;
}

.spinner div {
  background-color: #4a95cc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.btn .spinner div {
  background-color: #fff;
}
.btn.btn-outline-red-dark .spinner div {
  background-color: #BE1700;
}
.btn.text-secondary .spinner div {
  background-color: #fab400;
}

.spinner.spinner-white div {
  background-color: white;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.alert i[class^=icon-] {
  font-size: 1.4rem;
}

.gw-alert-ul {
  padding-left: 0;
}

.badge-thin {
  font-size: 11px;
  font-weight: normal;
}

.badge-outline-primary {
  background-color: white;
  border: 1px solid #002da5;
  color: #002da5;
}

.badge-outline-secondary {
  background-color: white;
  border: 1px solid #fab400;
  color: #fab400;
}

.badge-outline-success {
  background-color: white;
  border: 1px solid #73E500;
  color: #73E500;
}

.badge-outline-info {
  background-color: white;
  border: 1px solid #002da5;
  color: #002da5;
}

.badge-outline-warning {
  background-color: white;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-outline-danger {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-light {
  background-color: white;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.badge-outline-dark {
  background-color: white;
  border: 1px solid #343a40;
  color: #343a40;
}

.badge-outline-primary-700 {
  background-color: white;
  border: 1px solid #002da5;
  color: #002da5;
}

.badge-outline-primary-500 {
  background-color: white;
  border: 1px solid #9FC2FF;
  color: #9FC2FF;
}

.badge-outline-primary-300 {
  background-color: white;
  border: 1px solid #F4F8FF;
  color: #F4F8FF;
}

.badge-outline-primary-1050 {
  background-color: white;
  border: 1px solid #000B23;
  color: #000B23;
}

.badge-outline-secondary-500 {
  background-color: white;
  border: 1px solid #F9CC69;
  color: #F9CC69;
}

.badge-outline-secondary-300 {
  background-color: white;
  border: 1px solid #F7E5C1;
  color: #F7E5C1;
}

.badge-outline-secondary-1050 {
  background-color: white;
  border: 1px solid #C9931B;
  color: #C9931B;
}

.badge-outline-red-light {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-red-light-500 {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-red-light-300 {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-red-dark {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-red-dark-500 {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-red-dark-300 {
  background-color: white;
  border: 1px solid #BE1700;
  color: #BE1700;
}

.badge-outline-tealish {
  background-color: white;
  border: 1px solid #002da5;
  color: #002da5;
}

.badge-outline-tealish-500 {
  background-color: white;
  border: 1px solid #9FC2FF;
  color: #9FC2FF;
}

.badge-outline-tealish-300 {
  background-color: white;
  border: 1px solid #9FC2FF;
  color: #9FC2FF;
}

.badge-outline-green {
  background-color: white;
  border: 1px solid #73E500;
  color: #73E500;
}

.badge-outline-green-700 {
  background-color: white;
  border: 1px solid #002da5;
  color: #002da5;
}

.badge-outline-green-500 {
  background-color: white;
  border: 1px solid #002da5;
  color: #002da5;
}

.badge-outline-green-300 {
  background-color: white;
  border: 1px solid #F4F8FF;
  color: #F4F8FF;
}

.badge-outline-byline-700 {
  background-color: white;
  border: 1px solid #413D38;
  color: #413D38;
}

.badge-outline-byline-500 {
  background-color: white;
  border: 1px solid #777777;
  color: #777777;
}

.badge-outline-byline-400 {
  background-color: white;
  border: 1px solid #C8C8C8;
  color: #C8C8C8;
}

.badge-outline-byline-300 {
  background-color: white;
  border: 1px solid #e6e6e6;
  color: #e6e6e6;
}

.badge-outline-byline-100 {
  background-color: white;
  border: 1px solid #F2F2F2;
  color: #F2F2F2;
}

.badge-outline-brown {
  background-color: white;
  border: 1px solid #e7d2b5;
  color: #e7d2b5;
}

.badge-outline-body-bg {
  background-color: white;
  border: 1px solid white;
  color: white;
}

.gw-badge-headline {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .gw-banner .gw-banner-exclamation {
    font-size: 5rem;
  }
}

@media (max-width: 1479.98px) {
  .gw-overflow-x-lg-auto {
    overflow-x: auto;
  }
}
.gw-berufsbildungssystem {
  min-width: 65rem;
  background-position: center;
  background-size: cover;
}
.gw-berufsbildungssystem .gw-buttonlike {
  font-size: 1.25rem;
  font-weight: 300;
  cursor: pointer;
  margin: 0;
}
.gw-berufsbildungssystem .gw-buttonlike:hover {
  text-decoration: underline;
}
.gw-berufsbildungssystem .gw-sekundar {
  background: rgb(12, 78.2727272727, 255);
  cursor: pointer;
}
.gw-berufsbildungssystem .gw-sekundar:hover {
  background: rgb(0, 65.8636363636, 241.5);
}
.gw-berufsbildungssystem .gw-sekundar-2 {
  background: rgb(0, 51.9545454545, 190.5);
  cursor: pointer;
}
.gw-berufsbildungssystem .gw-zwischenzeit:hover {
  cursor: pointer;
  background: rgb(106.25, 106.25, 106.25) !important;
}

.gw-berufsfeld {
  transition: ease 0.3s all;
  position: relative;
}
.gw-berufsfeld:hover {
  transform: scale(1.05);
}

.gw-bgimage-rounded {
  width: 6rem;
  height: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  border-radius: 10rem;
}

.gw-blog-wrapper {
  background: rgba(190, 23, 0, 0.6);
}

.gw-blogger-media {
  font-size: 0.8rem;
  transition: transform 0.33s ease;
}
.gw-blogger-media:hover {
  transform: translateY(-0.25rem);
}

.gw-layout-full-blog .gw-head {
  margin-bottom: 1.5rem;
}
.gw-layout-full-blog .gw-subheader {
  font-size: 1.5rem;
  font-style: italic;
}
.gw-layout-full-blog h3 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .gw-layout-full-blog h3 {
    margin-top: 3rem;
  }
}
.gw-layout-full-blog h4 {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .gw-layout-full-blog h4 {
    margin-top: 2rem;
  }
}
.gw-layout-full-blog .gw-blog-mark {
  background: inherit;
  color: inherit;
  box-shadow: inset 0 -8px rgb(232, 211, 207);
  padding: 0;
}
.gw-layout-full-blog .gw-blog-question {
  font-style: italic;
  padding-left: 2rem;
  font-size: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
}
.gw-layout-full-blog .gw-blog-question:before {
  position: absolute;
  content: "\e7d6";
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  left: 0;
  top: 5px;
}
.gw-layout-full-blog .info {
  font-family: "Courier New", serif;
}

.gw-blog-share .gw-toggler .gw-toggler-span {
  font-size: 3rem;
  transition: ease transform 0.5s;
}
.gw-blog-share .gw-toggler:not(.collapsed) .gw-toggler-span {
  transform: rotate(-45deg);
}
.gw-box-group {
  position: relative;
  display: inline-flex;
}
.gw-box-group .gw-box {
  border: 1px solid #777777;
  color: #777777;
  padding: 0.375rem 1rem;
  margin-bottom: 0;
}
.gw-box-group .gw-box + .gw-box {
  margin-left: -1px;
}
.gw-box-group .gw-box:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.gw-box-group .gw-box:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.gw-box-group.gw-box-group-evaluation:not(.active) .gw-box:first-child {
  background: #e6e6e6;
  color: #413D38;
}
.gw-box-group.gw-box-group-evaluation.active .gw-box {
  border: 1px solid #002da5;
  color: #002da5;
  font-weight: bold;
}
.gw-box-group.gw-box-group-evaluation.active .gw-box.active {
  background: #002da5;
  color: white;
}

.gw-btn-collapse-icon.collapsed i.icon-chevron-up:before {
  content: "\e93b";
}

.gw-btn-color-picker + .dropdown-menu .dropdown-item {
  color: white !important;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gw-btn-group-evaluation {
  margin-right: 1rem;
}
.gw-btn-group-evaluation .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gw-btn-group-evaluation:not(.active) .btn:not(:hover) {
  border-color: #777777;
  color: #777777;
}
.gw-btn-group-evaluation:not(.active) .btn:not(:hover):first-child {
  background: #e6e6e6;
  color: #413D38;
}

.gw-btn-group-rounded .btn:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-btn-group-rounded .btn:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.gw-btn-nowrap {
  white-space: normal;
  text-align: left;
}

.gw-btnrow-rubriquebox .btn {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left-width: 0px;
}
@media (min-width: 768px) {
  .gw-btnrow-rubriquebox .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gw-btnrow-rubriquebox .btn:first-child {
  border-left-width: 1px;
}
.gw-btnrow-rubriquebox .btn:hover {
  color: #212529;
}
.gw-btnrow-rubriquebox [class*=btn-outline-]:hover {
  color: white;
}

@media (max-width: 767.98px) {
  .gw-aside .gw-button-further .bg-light {
    background-color: white !important;
  }
}
.gw-circle {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  font-size: 0.85rem;
  color: #fff;
  line-height: 2.2rem;
  text-align: center;
}

.gw-container-max1600 {
  max-width: 1600px;
}

@media (min-width: 992px) {
  .gw-overhide .gw-container-max1600 {
    transform: translateX(35em);
  }
}
.gw-overhide .gw-container-max1600 .row {
  background-color: transparent;
}

.gw-cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e6e6e6;
  padding: 1rem 0;
  z-index: 1030;
  font-size: 0.8rem;
  border-top: 1px solid #777777;
}
.gw-cookiebar p {
  margin-bottom: 0;
}

.gw-dashboard-box {
  background: white;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.gw-dashboard-box .gw-filter-row {
  background: #e6e6e6;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .gw-dashboard-box .gw-filter-row {
    border-radius: 50rem;
  }
}

.gw-evaluation-char {
  width: 4rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: #002da5;
  color: white;
  font-weight: bold;
  font-size: 1.1375rem;
  text-align: center;
  margin-bottom: 1rem;
}

.gw-evaluation-score {
  background: #F2F2F2;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  color: #6c757d;
  text-align: center;
  display: inline-block;
  padding: 0 1rem;
}
.gw-evaluation-score .score {
  font-size: 1.8rem;
  font-weight: 300;
}
.gw-evaluation-score.small {
  padding: 0 0.5rem;
  width: 4rem;
}
.gw-evaluation-score.small span {
  font-size: 1.2rem;
}
.gw-evaluation-score.large {
  padding: 0 2rem;
}
.gw-evaluation-score.large .score {
  font-size: 5rem;
}

.gw-filter-btn {
  background: #f8f9fa;
  padding: 1rem;
  text-align: center;
  color: #413D38;
  position: relative;
  box-shadow: 0px 0px 6px rgba(70, 48, 6, 0);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .gw-filter-btn {
    height: 100%;
  }
}
.gw-filter-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #002da5;
  transition: height 0.3s ease;
}
.gw-filter-btn.active {
  background: white;
  color: #002da5;
}
.gw-filter-btn.active:before {
  height: 5px;
}
.gw-filter-btn:hover {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: background 0.3s ease, box-shadow 0.1s ease;
  cursor: pointer;
}
.gw-filter-btn.gw-my-filter {
  padding: 0.5rem;
}
.gw-filter-btn.gw-my-filter .filter-link {
  color: #413D38;
}
.gw-filter-btn.gw-my-filter .filter-load {
  transition: opacity ease 0.3s;
}
.gw-filter-btn.gw-my-filter.active .dropdown .btn-light:not(:hover) {
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}
.gw-filter-btn.gw-my-filter.active .filter-link {
  color: #002da5;
}
.gw-filter-btn.gw-my-filter.active .filter-load {
  opacity: 0;
}

.gw-filter-box {
  background: #f8f9fa;
  padding: 1rem;
  color: #413D38;
  position: relative;
}
.gw-filter-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #002da5;
  transition: height 0.3s ease;
}
.gw-filter-box.active {
  background: white;
  color: #002da5;
}
.gw-filter-box.active:before {
  height: 5px;
}

.gw-filter-container {
  border: 1px solid #777777;
  padding: 2rem 3rem;
}

.gw-filter-option-divider {
  background-color: #777777;
  margin: 3rem 0;
}

.gw-searchinfo-content {
  max-width: 15rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(1px);
}

.gw-flag.gw-flag-ch {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMzIwIj4NCjxwYXRoIGZpbGw9IiNkNTJiMWUiIGQ9Im0wLDBoMzIwdjMyMGgtMzIweiIvPg0KPGcgZmlsbD0iI2ZmZiI+DQo8cGF0aCBkPSJtNjAsMTMwaDIwMHY2MGgtMjAweiIvPg0KPHBhdGggZD0ibTEzMCw2MGg2MHYyMDBoLTYweiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-fr {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K");
}
.gw-flag.gw-flag-it {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-de {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==");
}
.gw-flag.gw-flag-li {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAyNCA3Njg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDI3ODA7fQ0KCS5zdDF7ZmlsbDojQ0YwODIxO30NCjwvc3R5bGU+DQo8Zz4NCgk8cmVjdCB4PSIxMiIgeT0iNjgiIGNsYXNzPSJzdDAiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjMwMCIvPg0KCTxyZWN0IHg9IjEyIiB5PSIzNjgiIGNsYXNzPSJzdDEiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjMwMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-at {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOTIgMTI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTIgMTI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRUQyOTM5O30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjE5MiIgaGVpZ2h0PSIxMjYiLz4NCjxyZWN0IHk9IjQzIiBjbGFzcz0ic3QxIiB3aWR0aD0iMTkyIiBoZWlnaHQ9IjQwLjIiLz4NCjwvc3ZnPg0K");
}
.gw-flag {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

.gw-further-link {
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #002da5 !important;
  transition: all 0.4s ease;
  color: white;
  transition: ease background 0.3s;
}
@media-brekpoint-up (lg) {
  .gw-further-link {
    padding: 1.5rem;
  }
}
.gw-further-link p {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.gw-further-link p.text-muted {
  color: white !important;
}
.gw-further-link:hover {
  background: #000B23;
}

.gw-hotline {
  display: none;
}

.gw-hr {
  max-width: 10rem;
  text-align: center;
  margin: 5rem auto !important;
  border-color: #888;
}

[class^=gw-icon-] {
  width: 13px;
  height: 13px;
}
@media (min-width: 576px) {
  [class^=gw-icon-] {
    width: 16px;
    height: 16px;
  }
}

.gw-icon-first {
  border-left: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  position: relative;
}
.gw-icon-first:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-left: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  border-bottom: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .gw-icon-first:before {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
  }
}

.gw-icon-last {
  border-right: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  position: relative;
}
.gw-icon-last:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-right: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  border-top: 1px solid rgb(74.8620689655, 83.5, 92.1379310345);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .gw-icon-last:before {
    top: 3px;
    right: 3px;
    width: 11px;
    height: 11px;
  }
}

.gw-input-group-phone .input-group-prepend button span {
  display: none;
}
.gw-input-group-phone .input-group-prepend .gw-flag {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}
.gw-input-group-phone .input-group-prepend .dropdown-menu .gw-flag {
  margin-right: 0.5rem;
}
.gw-input-group-phone .input-group-prepend .dropdown-menu .gw-location-name {
  margin-right: 0.25rem;
}

/* job page on contao */
.gw-jobs-we-are {
  width: 100%;
  height: calc(100% + 4rem);
  position: absolute;
  top: 0;
  margin-left: -4rem;
}
@media (min-width: 992px) {
  .gw-jobs-we-are {
    width: 50rem;
  }
}

.gw-joboffers {
  margin-top: 1.8rem;
}
.gw-joboffers thead th.gw-joboffers-no-entries {
  background: white;
  padding: 0;
  margin: 0;
}
.gw-joboffers {
  /*
  @include media-breakpoint-up(lg){
      tbody tr:not(.spacer) {
          transition: ease transform 0.4s;
          background: white;
          @include media-breakpoint-up(md){
              &:hover {
                  transition: ease transform 0.2s;
                  transform: scale(1.05);
              }
          }
      }
  }
  */
}
.gw-joboffers .company-recommendation {
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 1480px) {
  .gw-joboffers .company-recommendation {
    border-bottom-right-radius: 0.8rem;
  }
}
.gw-joboffers .company-logo {
  min-width: 10rem;
  transition: all 0.4s ease;
}
.gw-joboffers .company-logo:hover {
  transition: all 0.1s ease;
  transform: scale(1.1);
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
}
.gw-joboffers .location, .gw-joboffers .date {
  font-size: 0.9rem;
}
.gw-joboffers .d-flex.flex-column.w-100.h-100.bg-white .d-flex.align-items-center .ml-auto.text-right {
  max-width: 50%;
}
.gw-joboffers .date {
  display: flex;
  justify-content: flex-end;
}
.gw-joboffers .date span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  white-space: nowrap;
}

.list-berufe .list-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5em;
  display: inline-block;
  width: 1.5em;
  border-bottom: 8px #002da5 solid;
  color: #343a40;
}

.gw-list-group-versions .list-group-item {
  color: #343a40;
  padding: 0.25rem 0.5rem;
}
.gw-list-group-versions .list-group-item.active {
  background-color: rgba(244, 248, 255, 0.3);
  border-color: rgba(244, 248, 255, 0.5);
  color: #002da5;
  font-weight: bold;
}
.gw-list-group-versions .list-group-item.online {
  color: #002da5;
  font-weight: bold;
}
.gw-list-group-versions .list-group-item.online i[class^=icon-] {
  color: #002da5;
}
.gw-list-group-versions .list-group-item.online.active {
  color: white;
  background-color: rgba(0, 45, 165, 0.5);
}
.gw-list-group-versions .list-group-item.online.active i[class^=icon-] {
  color: white;
}

.gw-list-group-selectable .list-group-item {
  color: #343a40;
}
.gw-list-group-selectable .list-group-item .gw-hint {
  visibility: hidden;
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):hover {
  background-color: rgba(230, 230, 230, 0.4);
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):hover .gw-hint {
  visibility: visible;
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):active {
  border-color: #002da5;
  color: #002da5;
  background-color: rgba(244, 248, 255, 0.3);
}
.gw-list-group-selectable .list-group-item.gw-limitation {
  cursor: initial;
  color: #413D38;
  border-color: transparent;
}

.gw-message-box {
  max-width: 40rem;
  text-align: center;
  margin-top: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.gw-message-box > div {
  padding: 1rem;
}
.gw-message-box .header {
  font-size: 1.8rem;
}
.gw-message-box .body {
  background: white;
}
.gw-message-box .footer {
  color: #413D38;
}
@media (min-width: 768px) {
  .gw-message-box > div {
    padding: 2rem;
  }
  .gw-message-box .header {
    font-size: 2rem;
  }
}

.gw-modal .modal-content {
  background-color: #f0f0f0;
}

.gw-modal .modal-header, .gw-modal .modal-footer {
  border: none;
}

.gw-mobile-navigation-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  .gw-mobile-navigation-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.gw-mobile-navigation-wrapper [class^=icon-chevron] {
  margin-top: 0.25rem;
  color: #002da5;
}

.gw-nav-metanav .nav-link {
  color: rgb(37.6033057851, 35.2892561983, 32.3966942149);
  border: 1px solid transparent;
  border-radius: 1rem;
}
.gw-nav-metanav .nav-link:hover {
  background: #e6e6e6;
  border: 1px solid #777777;
}

.gw-nav-pills {
  overflow-x: scroll;
  overflow-y: hidden;
}
.gw-nav-pills .nav-link {
  background: white;
  color: #002da5;
}
.gw-nav-pills .nav-link:hover {
  color: rgb(0, 24.1363636364, 88.5);
}
.gw-nav-pills .nav-link.active {
  color: #002da5;
  background-color: rgba(244, 248, 255, 0.6);
}
.gw-nav-pills .nav-item {
  margin-right: 0.8rem;
}
.gw-nav-pills .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .gw-nav-pills-tabstrip {
    background: #f8f9fa;
  }
}
.gw-nav-pills-tabstrip .nav-item {
  margin-right: 0.5rem;
  position: relative;
}
.gw-nav-pills-tabstrip .nav-item .nav-link {
  color: #002da5;
  background: white;
}
.gw-nav-pills-tabstrip .nav-item .nav-link .text {
  margin-left: 0.25rem;
}
@media (max-width: 991.98px) {
  .gw-nav-pills-tabstrip .nav-item .nav-link .text {
    display: none;
  }
}
.gw-nav-pills-tabstrip .nav-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .gw-nav-pills-tabstrip .nav-item:before {
    border-left-color: #f8f9fa;
  }
}
.gw-nav-pills-tabstrip .nav-item:first-of-type:before {
  display: none;
}
.gw-nav-pills-tabstrip .nav-item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  top: 0;
  right: -5px;
}
.gw-nav-pills-tabstrip .nav-item.active {
  display: block;
}
.gw-nav-pills-tabstrip .nav-item.active .nav-link {
  background: rgba(244, 248, 255, 0.4);
}
@media (min-width: 768px) {
  .gw-nav-pills-tabstrip .nav-item.active .nav-link .text {
    display: inline-block;
  }
}
.gw-nav-pills-tabstrip .nav-item.active:after {
  border-left-color: rgba(244, 248, 255, 0.4);
}
.gw-nav-pills-tabstrip .nav-item.disabled .nav-link {
  color: #413D38;
}

@media (min-width: 992px) {
  .gw-nav-pills {
    overflow-x: inherit;
    overflow-x: initial;
  }
  .gw-nav-pills .nav-link {
    font-size: 1.2rem;
  }
}
.gw-nav-tabnavigation li {
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 0;
}
.gw-nav-tabnavigation .nav-link {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #413D38;
  margin-top: 0.5rem;
}
.gw-nav-tabnavigation .nav-link:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100.5%;
  background: #d2d8d6;
  background: #9FC2FF;
  content: "";
  -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background-color 0.3s, transform 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1.5px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -1.5px, 0);
}
.gw-nav-tabnavigation .nav-link:hover {
  color: rgb(108, 161.59375, 255);
}
.gw-nav-tabnavigation .nav-link:hover:after {
  background: #9FC2FF;
}
.gw-nav-tabnavigation .nav-link.active {
  color: white;
}
.gw-nav-tabnavigation .nav-link.active:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #9FC2FF;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.gw-nav-tabnavigation-tab-pane {
  border: 1px solid #9FC2FF;
  padding: 2.5rem 2rem;
}

.gw-vertical-nav .active {
  background: white;
  border-radius: 0.25rem;
}

.gw-nav-tabs {
  overflow-x: scroll;
  overflow-y: hidden;
}
.gw-nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  color: #007fbf;
  white-space: nowrap;
}
.gw-nav-tabs .nav-link:hover {
  background-color: #e7e7e7;
}
.gw-nav-tabs .nav-link.active {
  background-color: white;
}
@media (min-width: 992px) {
  .gw-nav-tabs {
    overflow-x: inherit;
    overflow-x: initial;
  }
}

.gw-nav-tabs-dark .nav-item {
  margin-right: 1rem;
}
.gw-nav-tabs-dark .nav-item:last-child {
  margin-right: 0;
}
.gw-nav-tabs-dark .nav-item .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #413D38;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gw-nav-tabs-dark .nav-item .nav-link.active {
  border-bottom: 2px solid #343a40;
  color: #343a40;
}

.gw-pagination {
  padding: 0.5rem !important;
  border-color: transparent !important;
}
.gw-pagination .gw-pagination-inner {
  padding: 0.75rem 0;
}
.gw-pagination.dark .page-link {
  background: transparent;
  border-radius: 4px;
}
.gw-pagination.dark .page-link:hover {
  background: #c8c8c8 !important;
}
.gw-pagination.dark .page-link-heavy {
  background: white;
  transition: none;
}
.gw-pagination.dark .page-link-heavy:hover {
  background: #fab400 !important;
  color: white !important;
}
@media (max-width: 575.98px) {
  .gw-pagination.dark .page-item {
    font-size: 0.8rem;
  }
}
.gw-pagination.dark .page-link.selected {
  background: #fab400 !important;
  color: white !important;
}
.gw-pagination .page-link.selected {
  cursor: inherit;
  cursor: initial;
}

.gw-row-table .row {
  background: white;
  border-top: 1px solid #e6e6e6;
}
.gw-row-table .gw-row-header {
  font-weight: bold;
  color: white;
  background: #002da5;
  border-color: none;
}
.gw-row-table [class^=col-] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-row-table .gw-fold.gw-fold-trigger {
  position: relative;
}
.gw-row-table .gw-fold.gw-fold-trigger:after {
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
}
.gw-row-table .row.collapse, .gw-row-table .row.collapsing {
  background: #F2F2F2;
}
.gw-row-table .row.collapse .w-100, .gw-row-table .row.collapsing .w-100 {
  border-top: 1px solid #e6e6e6;
}
.gw-row-table.gw-row-table-hover .row.collapse .row:hover {
  background: white !important;
}

.gw-paket-info {
  background: #9FC2FF;
  transition: ease background 0.3s;
}
.gw-paket-info .gw-paket-title {
  margin-right: -15px !important;
}

.gw-paket-intro p {
  margin-bottom: 0;
}

.gw-paket-header:hover {
  cursor: pointer;
  background: #F2F2F2;
}
.gw-paket-header:hover .gw-paket-more i:before {
  color: rgb(0, 24.1363636364, 88.5);
}

.gw-paket-header:not(.collapsed) {
  background: #F2F2F2;
}
.gw-paket-header:not(.collapsed) .gw-paket-info {
  background: #002da5;
}
.gw-paket-header:not(.collapsed) .gw-paket-more i:before {
  content: "\e946";
  color: rgb(0, 24.1363636364, 88.5);
}

@media (min-width: 992px) {
  .gw-ul-colcount-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    hyphens: auto;
  }
  .gw-ul-colcount-2 li {
    break-inside: avoid;
  }
}
/* gateway profiles */
.gw-profile td, .gw-profile th {
  border: none;
}
.gw-profile thead td {
  vertical-align: bottom;
  padding: 0;
}
.gw-profile thead .head-wrapper.lena, .gw-profile thead .head-wrapper.light {
  padding: 0 1%;
}
.gw-profile .head-info {
  text-align: center;
  padding: 8px 14px;
  background-color: #9FC2FF;
  color: #fff;
}
.gw-profile .head-info .zusatz {
  position: relative;
  left: 14px;
  background: #a1b8cd;
  color: #fff;
  margin: 10px 0 13px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 0.9rem;
}
.gw-profile .head-info .zusatz:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 30px 10px 0 0;
  border-color: #9FC2FF transparent transparent transparent;
}
.gw-profile .head-info.highlight {
  background-color: rgb(0, 40.8272727273, 149.7);
}
.gw-profile .head-info.highlight .zusatz {
  background: #002da5;
  color: white;
  font-weight: 700;
}
.gw-profile .head-info.highlight .zusatz:before {
  border-color: rgb(0, 40.8272727273, 149.7) transparent transparent transparent;
}
.gw-profile .head-info .ttl {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.gw-profile .head-info .pusher {
  height: 2rem;
}
.gw-profile .head-info.basic .pusher {
  height: 3.5rem;
}
.gw-profile .head-info.light .pusher {
  height: 5.5rem;
}
.gw-profile .head-info.highlight .pusher {
  height: 7.5rem;
}
.gw-profile .head-info .price {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.gw-profile .head-info .per-year {
  font-size: 0.8rem;
  color: #b2d3ea;
  margin-bottom: 2rem;
}
.gw-profile tbody tr.property {
  transition: ease 0.2s background;
}
.gw-profile tbody tr.property td {
  vertical-align: middle;
  transition: ease 0.2s background;
}
.gw-profile tbody tr.even {
  background: #eaeaea;
  background: rgb(247.35, 247.35, 247.35);
}
.gw-profile tbody tr.even td.highlight, .gw-profile tbody tr.even td.basic {
  background: #dfe3e6;
  background: rgba(247.09875, 247.39875, 247.92375, 0.575);
}
.gw-profile tbody tr.odd td.highlight, .gw-profile tbody tr.odd td.basic {
  background: #f1f4f8;
  background: rgba(244, 248, 255, 0.15);
}
.gw-profile tbody tr.property:hover {
  background: #F4F8FF;
  background: white;
}
.gw-profile tbody tr.property:hover td.basic, .gw-profile tbody tr.property:hover td.highlight {
  background: #F4F8FF;
  background: white;
}
.gw-profile tbody .table-caption {
  font-size: 1.2rem;
}

/* mobile */
#profiles-carousel {
  margin-top: 3rem;
}
#profiles-carousel .carousel-inner {
  width: 84%;
  padding-bottom: 4rem;
  margin: 0 8%;
}
#profiles-carousel .carousel-item .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 27rem;
  width: 95%;
}
#profiles-carousel .carousel-item .ttl {
  background: #002da5;
  color: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
}
#profiles-carousel .carousel-item .lena .ttl {
  background: #F4F8FF;
}
#profiles-carousel .carousel-item .zusatz {
  position: absolute;
  right: -8px;
  top: 3rem;
  background: #a1b8cd;
  color: #fff;
  padding: 0.5rem;
  height: 2.5rem;
}
#profiles-carousel .carousel-item .zusatz:before {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 2.5em 1.5em;
  border-color: transparent transparent #a1b8cd transparent;
}
#profiles-carousel .carousel-item .zusatz:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #778b9f transparent transparent transparent;
}
#profiles-carousel .carousel-item .lena .zusatz {
  background: #e9e9e9;
  color: #9FC2FF;
}
#profiles-carousel .carousel-item .lena .zusatz:before {
  border-color: transparent transparent #e9e9e9 transparent;
}
#profiles-carousel .carousel-item .content {
  border-left: 2px solid #8f8f8f;
  border-right: 2px solid #8f8f8f;
  border-bottom: 2px solid #8f8f8f;
  padding: 3rem 1rem 1rem;
}
#profiles-carousel .carousel-item .content select.form-control {
  margin: 1rem 0 2rem;
  height: 30px;
  padding: 4px 6px;
  border-color: #8f8f8f;
  color: #747474;
  background: none;
}
#profiles-carousel .carousel-item .content .price {
  font-size: 22px;
  margin-bottom: 2px;
  text-align: center;
}
#profiles-carousel .carousel-item .content .per-year {
  font-size: 13px;
  color: #c0c0c0;
  margin-bottom: 2rem;
  text-align: center;
}
#profiles-carousel .carousel-item .content .caption {
  font-size: 18px;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
#profiles-carousel .carousel-item .content .property {
  margin: 0 0 0.5rem 1.5rem;
}
#profiles-carousel .carousel-indicators li {
  background-color: #9FC2FF;
  border: none;
}
#profiles-carousel .carousel-indicators li.active {
  background-color: #002da5;
}
#profiles-carousel [class*=carousel-control-] {
  width: 8%;
}
#profiles-carousel [class*=carousel-control-] [class*=icon-] {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  bottom: 20%;
  color: #002da5;
  font-size: 1.8rem;
}

.gw-news-layout-full {
  background: white;
  padding: 2rem 0;
}
.gw-news-layout-full .gw-news-header {
  margin-left: 2rem;
  margin-right: 2rem;
}
.gw-news-layout-full .ce_text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-news-layout-full .ce_text p {
  font-size: 1.15rem;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .gw-news-layout-full .ce_text p {
    hyphens: auto;
  }
}
.gw-news-layout-full .ce_text ul {
  line-height: 1.6;
  font-weight: bold;
  hyphens: auto;
}
.gw-news-layout-full h2 {
  margin-top: 4rem;
}
.gw-news-layout-full h3 {
  margin-top: 3rem;
}
.gw-news-layout-full h4 {
  margin-top: 2rem;
}
.gw-news-layout-full .gw-news-text-highlight {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-news-layout-full mark.gw-blog-mark {
  box-decoration-break: clone;
}
.gw-news-layout-full .gw-news-button {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .gw-news-layout-full {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .gw-news-layout-full {
    padding: 2rem 7rem 4rem;
  }
  .gw-news-layout-full .gw-news-header {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .gw-news-layout-full .gw-news-text-highlight {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gw-news-layout-full .ce_text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gw-news-layout-full .mod_newsreader .ce_text {
    padding-left: 0;
    padding-right: 0;
  }
  .gw-news-layout-full .gw-news-button {
    margin-left: 3rem;
  }
}

.gw-preview-image-container {
  position: relative;
}

.gw-preview-image {
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-position: center;
  border-radius: 3rem;
  overflow: hidden;
  margin-right: 1rem;
}

.gw-table-row-unread .gw-preview-image {
  border: 2px solid #002da5;
}

.gw-preview-image-large {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  margin-right: 2rem;
}

.gw-preview-image-giant {
  width: 12rem;
  height: 12rem;
  border-radius: 10rem;
  margin-right: 2rem;
}

.gw-preview-image-counter {
  position: absolute;
  top: 0.5rem;
  right: 1.6rem;
  border: 2px solid #f6f6f6;
  line-height: 0.8 !important;
}

.gw-progress {
  height: 1.2rem;
}
.gw-progress.gw-progress-big {
  height: 1.5rem;
}
.gw-progress .progress-dot {
  width: 2rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  color: white;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.gw-progress-animation .progress-bar {
  transition-duration: 1.5s;
}

.gw-progress-zero .progress-bar {
  width: 0% !important;
  transition: none;
}

.gw-quote-front {
  max-width: 65rem;
  z-index: 100;
  position: relative;
  display: inline-block;
}
.gw-quote-front blockquote p {
  margin: 2rem;
}
@media (min-width: 768px) {
  .gw-quote-front blockquote p {
    margin: 4rem;
  }
}

.gw-regi-toolzone, .gw-supervisor-toolzone {
  background: rgba(0, 45, 165, 0.2);
}
.gw-regi-toolzone .custom-checkbox .custom-control-input:not(:checked) .custom-control-label::before, .gw-supervisor-toolzone .custom-checkbox .custom-control-input:not(:checked) .custom-control-label::before {
  background: white;
}
.gw-regi-toolzone .gw-colorbar, .gw-supervisor-toolzone .gw-colorbar {
  position: static;
  height: 0.333rem;
}

.gw-regi-list-group .list-group-item {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .gw-regi-list-group .list-group-item:after {
    content: "";
    position: absolute;
    right: -1px;
    top: calc(50% - 0.5rem);
    height: 1rem;
    width: 0.6rem;
    background: white;
    border: 1px solid #dfdfdf;
    border-right-color: white;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
.gw-regi-list-group .list-group-item .row {
  background-color: #FFFFFF;
}
.gw-regi-list-group .list-group-item:first-child, .gw-regi-list-group .list-group-item:last-child {
  border-radius: 0;
}

.gw-regi-date {
  display: inline-block;
  background: #002da5;
  width: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 1rem;
  margin-right: 0.3rem;
}
.gw-regi-date .day {
  font-size: 1.5rem;
  margin: -3px;
}
.gw-regi-date.gw-regi-date-time {
  background: white;
  text-transform: uppercase;
  color: #343a40;
}
.gw-regi-date.gw-regi-date-time .time {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.gw-regi-place .label, .gw-regi-analyse .label {
  color: #413D38;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .gw-regi-place .label, .gw-regi-analyse .label {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .gw-regi-place .wrapper, .gw-regi-analyse .wrapper {
    background: #F2F2F2;
    padding: 0.4rem 0.5rem;
    border-radius: 1rem;
    margin-bottom: 0.25rem;
  }
}
.gw-regi-place .title, .gw-regi-analyse .title {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.gw-regi-analyse .title {
  font-size: 1rem;
}

.gw-regi-price {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .gw-regi-price {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gw-regi-price {
    justify-content: center;
  }
}
.gw-regi-price .value {
  font-size: 0.85rem;
  font-weight: bold;
}

.gw-regi-month {
  list-style: none;
}
.gw-regi-month p {
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  color: #413D38;
}

.salery-value:not(:empty):after {
  content: "CHF";
  padding-left: 0.5rem;
}

.lohn-liste.fade-in {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-stepslist .gw-likealink {
  cursor: pointer;
  color: #343a40;
}
.gw-stepslist .gw-likealink:hover {
  color: #343a40;
}
.gw-stepslist .gw-likealink:hover .gw-linktext {
  text-decoration: underline;
}

.gw-sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.gw-table-regi-detail td {
  vertical-align: top;
  padding: 0.25rem 2rem 0.25rem 0;
}

.table.gw-table-va-middle thead th, .table.gw-table-va-middle tbody td {
  vertical-align: middle;
}

.table.gw-table-va-bottom thead th, .table.gw-table-va-bottom tbody td {
  vertical-align: bottom;
}

.gw-dashboard-table .gw-header {
  background-color: #F2F2F2;
}
.gw-dashboard-table .gw-row:nth-child(2n+1) .row {
  background-color: #F2F2F2;
}
.gw-dashboard-table .gw-row .row {
  background-color: white;
}
.gw-dashboard-table .gw-row .row:hover {
  background-color: rgb(231.8, 231.8, 231.8);
}
.gw-dashboard-table [class*=col] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gw-dashboard-table .gw-link-dark {
  color: #343a40;
}
.gw-dashboard-table .gw-link-dark:hover {
  color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.gw-table-hover thead th {
  border-width: 2px;
  border-top: none;
  background-clip: padding-box;
}
.gw-table-hover tbody .checkbox-container {
  margin-right: 1rem;
  transition: ease opacity 0.3s;
  opacity: 0;
  min-width: 1.5rem;
}
.gw-table-hover tbody .checkbox-container ~ div {
  transform: translateX(-2rem);
  transition: ease transform 0.3s;
}
.gw-table-hover tbody td {
  border-bottom-width: 0;
  border-top: 4px solid #f0f0f0;
  min-width: 6rem;
  max-width: 10rem;
}
.gw-table-hover tbody td.applicant {
  min-width: 10rem;
  max-width: 15rem;
}
.gw-table-hover tbody td.applicant .gw-preview-image-large {
  min-width: 5rem;
}
.gw-table-hover tbody td.applicant .applicant-details {
  min-width: 10rem;
}
.gw-table-hover tbody td.evaluation {
  max-width: 7rem;
  width: 7rem;
}
.gw-table-hover tbody .gw-table-row-content th, .gw-table-hover tbody .gw-table-row-content td {
  -webkit-transition: ease background-color 0.3s;
  transition: ease background-color 0.3s;
}
.gw-table-hover tbody .gw-table-row-content:hover th, .gw-table-hover tbody .gw-table-row-content:hover td {
  background-color: #f4f4f4;
}
.gw-table-hover tbody .gw-table-row-content.marked th, .gw-table-hover tbody .gw-table-row-content.marked td {
  background-color: rgba(244, 248, 255, 0.3);
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .gw-preview-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-primary-700, .gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-tealish, .gw-table-hover tbody .gw-table-row-inactive:not(:hover) a {
  color: #6c757d !important;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .badge-red-dark {
  background-color: #87888a;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .badge-outline-primary-700 {
  border-color: #87888a;
  color: #87888a;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-green-500 {
  color: #6c757d !important;
}
.gw-table-hover.gw-table-hover-pointer tbody .gw-table-row-content:hover th, .gw-table-hover.gw-table-hover-pointer tbody .gw-table-row-content:hover td {
  cursor: pointer;
}
.gw-table-hover.edit-modus.gw-table-hover-pointer tbody .gw-table-row-content:hover th, .gw-table-hover.edit-modus.gw-table-hover-pointer tbody .gw-table-row-content:hover td {
  cursor: initial;
}
.gw-table-hover.edit-modus .checkbox-container {
  opacity: 1;
}
.gw-table-hover.edit-modus .checkbox-container ~ div {
  transform: translateX(0);
}
.gw-table-hover tfoot td {
  border-width: 0px;
}

.gw-teammember .abteilung {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
}
.gw-teammember .name {
  font-weight: 700;
}
.gw-teammember .title {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
.gw-teammember .funktion {
  font-size: 14px;
}

.gw-text-box {
  background: white;
  padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
  .gw-text-box {
    padding: 1.5rem 3rem;
  }
}
.gw-toast-container {
  position: fixed;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1060;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .gw-toast-container {
    bottom: 8rem;
  }
}

.toast {
  min-width: 20rem;
}
.toast .toast-header i {
  border-radius: 100%;
  padding: 0.5rem;
  margin-right: 1.5rem;
}
.toast .toast-header p {
  margin-right: auto;
  margin-bottom: 0;
}
.toast .toast-header button.close {
  margin-left: auto !important;
  padding-left: 2rem;
}
.toast.gw-toast-success .toast-header {
  border-left: 4px solid #73E500;
}
.toast.gw-toast-success .toast-header i {
  color: #73E500;
  background-color: #F4F8FF;
}
.toast.gw-toast-danger .toast-header {
  border-left: 4px solid #dc3545;
}
.toast.gw-toast-danger .toast-header i {
  color: #BE1700;
  background-color: #BE1700;
}
.toast.gw-toast-info .toast-header {
  border-left: 4px solid #9FC2FF;
}
.toast.gw-toast-info .toast-header i {
  color: #002da5;
  background-color: #F4F8FF;
}
.toast.gw-toast-warning .toast-header {
  border-left: 4px solid #F9CC69;
}
.toast.gw-toast-warning .toast-header i {
  color: #fab400;
  background-color: #F7E5C1;
}

header.gw-be-header ~ .gw-toast-container {
  top: unset;
  bottom: 0;
  height: initial;
}
header.gw-be-header ~ .gw-toast-container .gw-toast-inner {
  position: relative;
}

.gw-timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.gw-timeline:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #413D38;
  left: 15%;
  margin-left: -2.5px;
}
.gw-timeline > li {
  position: relative;
  min-height: 50px;
  padding: 0.25rem 0;
}
.gw-timeline .gw-timeline-time {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 30%;
  text-align: center;
}
.gw-timeline .gw-timeline-body {
  margin-left: 33%;
  margin-right: 10%;
  background: white;
  position: relative;
  padding: 1rem 1.3rem;
  border-radius: 6px;
}
.gw-timeline .gw-timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: transparent;
  border-right-color: #fff;
  left: -20px;
  top: 20px;
}
@media (min-width: 768px) {
  .gw-timeline:before {
    left: 10%;
  }
  .gw-timeline .gw-timeline-time {
    width: 20%;
  }
  .gw-timeline .gw-timeline-body {
    margin-left: 21%;
  }
}

.gw-confirmation-popup {
  z-index: 9999;
}

.modal-content .gw-confirmation-popup ~ div, .modal-content .gw-confirmation-popup ~ form > div {
  transition: ease opacity 0.3s;
}
.modal-content .gw-confirmation-popup.show ~ div, .modal-content .gw-confirmation-popup.show ~ form > div, .modal-content .gw-confirmation-popup.collapsing ~ div, .modal-content .gw-confirmation-popup.collapsing ~ form > div {
  opacity: 0.5;
}

.gw-counter-list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.gw-counter-list li.nav-link {
  display: flex;
  align-items: center;
  color: #fab400;
  counter-increment: list-counter;
  transition: ease color 0.3s;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5rem 0;
}
.gw-counter-list li.nav-link:before {
  position: relative;
  content: counter(list-counter);
  margin-right: 0.75rem;
  color: #fab400;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fab400;
  border-radius: 50%;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5rem;
  transition: ease all 0.3s;
  font-weight: bold;
}
.gw-counter-list li.nav-link:hover, .gw-counter-list li.nav-link.active {
  color: #000B23;
  background: #f8f9fa;
  box-shadow: 0.5rem 0 0 #f8f9fa, -0.5rem 0 0 #f8f9fa;
}
.gw-counter-list li.nav-link:hover:before, .gw-counter-list li.nav-link.active:before {
  color: #000B23;
  border-color: #000B23;
}

.gw-highlight-box {
  background-color: #F2F2F2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.birthdate-dot {
  margin-right: 0.125rem;
}

.gw-pre-line {
  white-space: pre-line;
}

#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-body .text-red-dark {
  color: #fab400 !important;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark {
  background: #fab400;
  border-color: #fab400;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:hover, #CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:active {
  background: rgb(209.2, 150.624, 0);
  border-color: rgb(209.2, 150.624, 0);
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 204, 105, 0.5);
}

.gw-mobile-navigation-wrapper + .row .profession-description ~ h4 {
  position: sticky;
  top: 0;
  padding: 1rem 0;
  background: white;
  z-index: 1;
}
.gw-mobile-navigation-wrapper + .row .col-md-8 {
  margin-bottom: 1rem;
}

/*
.card.message-out {
    margin-left: 1rem;
    border-width: 0;

    .card-header {
        background: #ccddf0;
        border-color: white;
        border-width: 2px;
    }

    .card-body {
        background: #dfeaf6;
    }
    &.deleted {
        .card-header {
            background: #e1e1e1;
        }
        .card-body {
            background: #eee;
        }
    }
}

.card.message-in {
    margin-right: 1rem;
    &.deleted {
        border-width: 0;
        .card-header {
            background: #e1e1e1;
            border-width: 2px;
            border-color: white;
        }
        .card-body {
            background: #eee;
        }
    }
}


@include media-breakpoint-up(md) {
    .card.message-out {
        margin-left: 3rem;
    }

    .card.message-in {
        margin-right: 3rem;
    }
}
    */
#CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:not(:hover), #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:not(:hover),
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:not(:hover), #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:not(:hover),
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:not(:hover), #Company_MessageTemplates_Index .btn.btn-outline-primary-700:not(:hover),
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:not(:hover), #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:not(:hover) {
  color: #002da5;
  border-color: transparent;
  transition: ease background 0.3s;
}
#CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:hover, #CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:active, #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:hover, #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:active,
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:hover,
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:active, #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:hover, #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:active,
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:hover,
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:active, #Company_MessageTemplates_Index .btn.btn-outline-primary-700:hover, #Company_MessageTemplates_Index .btn.btn-outline-primary-700:active,
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:hover,
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:active, #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:hover, #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:active {
  color: #002da5;
  border-color: transparent;
  background: #e6e6e6;
}

.gw-btn-edulog-login {
  transition: ease opacity 0.3s;
}
.gw-btn-edulog-login:hover {
  opacity: 0.7;
}

.gw-abo-wrapper {
  height: 100% !important;
}

.gw-abo-box {
  padding: 0 0 1rem 0;
  background: #e6e6e6;
  color: white;
  text-align: center;
}
.gw-abo-box .gw-abo-header {
  background: #002da5;
  min-height: 1rem;
  opacity: 0;
}
.gw-abo-box .gw-abo-zusatz {
  margin: 1rem 0;
  background: #a1b8cd;
  margin-left: 3rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  opacity: 0.5;
}
.gw-abo-box .gw-abo-zusatz:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0.5rem 0 0;
  border-color: #e6e6e6 transparent transparent transparent;
}
.gw-abo-box .gw-abo-zusatz.premium {
  background: #002da5;
}
.gw-abo-box.included {
  background: #F4F8FF;
}
.gw-abo-box.included .gw-abo-zusatz {
  opacity: 1;
}
.gw-abo-box.included .gw-abo-zusatz:after {
  border-top-color: #F4F8FF;
}
.gw-abo-box.active {
  background: #F4F8FF;
}
.gw-abo-box.active .gw-abo-header {
  opacity: 1;
}
.gw-abo-box.active .gw-abo-zusatz {
  opacity: 1;
}
.gw-abo-box.active .gw-abo-zusatz:after {
  border-top-color: #F4F8FF;
}
@media (min-width: 992px) {
  .gw-abo-box.box-1 {
    min-height: 11rem;
    height: 11rem;
  }
  .gw-abo-box.box-2 {
    min-height: 14rem;
    height: 14rem;
  }
  .gw-abo-box.box-3 {
    min-height: 17rem;
    height: 17rem;
  }
  .gw-abo-box.box-4 {
    min-height: 20rem;
    height: 20rem;
  }
}
.gw-abo-box .gw-abo-title {
  text-transform: uppercase;
  font-weight: bold;
}

.gw-wayfi-execution-professionareas-top3 .gw-pa-image {
  border-radius: 1rem;
}

.gw-company-applicant-new-message .gw-company-applicant-name {
  color: #002da5;
}
.gw-company-applicant-new-message .gw-company-applicant-name:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .gw-company-applicant-new-message .gw-company-applicant-name:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 10px;
  }
}

.gw-company-chat-application {
  background: white;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.gw-company-chat-application .gw-header [class^=col] {
  background: #9FC2FF;
  color: #002da5;
}
.gw-company-chat-application .gw-header .gw-text {
  padding: 0.25rem 0 0.25rem 0.75rem;
}
.gw-company-chat-application .gw-header .gw-note {
  text-align: right;
  padding: 0.25rem 0.5rem 0.25rem 0;
}
.gw-company-chat-application .gw-body {
  padding: 0.25rem 0.75rem 0;
}
.gw-company-chat-application .gw-footer {
  padding: 0.25rem 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  color: #6c757d;
}
.gw-company-chat-application.deleted .gw-header [class^=col] {
  background: #BE1700;
  color: #BE1700;
}
.gw-company-chat-application .gw-company-chat-application-counter {
  font-size: 90%;
}
.gw-company-chat-application.unread .gw-application-title {
  color: #002da5;
}
.gw-company-chat-application.unread .gw-application-title:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #002da5;
  position: absolute;
  margin-left: -1.2rem;
  border-radius: 1rem;
  margin-top: 6px;
}
.gw-company-chat-application .gw-application-footer {
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
}
.gw-company-chat-application.new {
  border: 2px dashed #ddd;
  background: #f6f6f6;
}
.gw-company-chat-application.new:hover {
  background: white;
}

.gw-message {
  border: 1px solid #ccc;
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.gw-message .gw-message-part {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0.5rem 0.5rem 0;
  word-wrap: break-word;
}
.gw-message .gw-message-part p {
  word-wrap: break-word;
}
.gw-message .gw-message-part:last-of-type {
  border-bottom: none;
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download {
    width: 13rem;
    max-width: 13rem;
  }
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download i {
  font-size: 1rem;
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download span {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1rem;
}
.gw-message .gw-message-part a {
  word-break: break-all;
}
.gw-message .gw-message-part-details {
  background-color: rgba(130, 130, 130, 0.05);
}
.gw-message.out {
  margin-left: 3rem;
  background: #f0f0f0;
}
.gw-message.in {
  margin-right: 3rem;
  /* uncomment when GAT started 
  &:not(.deleted) .subject-title:hover:before {
      content: '';
      width: .5rem;
      height: .5rem;
      background: $byline-500;
      position: absolute;
      margin-left: -.7rem;
      border-radius: 1rem;
      margin-top: 8px;
  }
  */
}
.gw-message.in.unread .subject {
  color: #002da5;
}
.gw-message.in.unread .subject:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #002da5;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 8px;
}
.gw-message.in.unread .subject-title {
  color: #002da5;
}
.gw-message.in.unread .subject-title:before, .gw-message.in.unread .subject-title:hover:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #002da5;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 8px;
}
.gw-message.deleted {
  border-color: #BE1700;
  color: #888;
}
.gw-message.deleted .gw-message-part {
  border-color: #BE1700;
}
.gw-message.deleted [class^=gw-border-bottom-] {
  border-color: #BE1700;
}
.gw-message.reply .gw-message-reply-header {
  cursor: pointer;
  text-align: center;
  color: #fab400;
  padding: 0.5rem 0;
}
.gw-message.reply .gw-message-reply-header:hover {
  color: #000B23;
}
@media (min-width: 768px) {
  .gw-message {
    padding-left: 2rem;
  }
  .gw-message .gw-message-part {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .gw-message .message {
    width: 85%;
  }
  .gw-message.in.unread .subject:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
  .gw-message.in:not(.deleted) .subject-title:hover:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
  .gw-message.in.unread .subject-title:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .gw-column-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.gw-customlist-openpositions {
  padding: 0 1rem 2rem;
}
.gw-customlist-openpositions .gw-header {
  font-weight: bold;
  align-items: center;
  border-top: 1px solid #9FC2FF;
  border-bottom: 1px solid #9FC2FF;
}
@media (min-width: 1480px) {
  .gw-customlist-openpositions .gw-header {
    font-size: 0.85rem;
  }
}
.gw-customlist-openpositions .gw-header > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-customlist-openpositions .gw-header div + div {
  text-align: center;
  display: none;
}
@media (min-width: 1480px) {
  .gw-customlist-openpositions .gw-header div + div {
    display: block;
  }
}
.gw-customlist-openpositions .gw-contentrow {
  border-top: 1px solid #9FC2FF;
}
.gw-customlist-openpositions .gw-contentrow > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-customlist-openpositions .gw-contentrow div + div {
  padding-top: 0;
}
@media (min-width: 1480px) {
  .gw-customlist-openpositions .gw-contentrow div + div {
    text-align: center;
    padding-top: 0.5rem;
  }
}
.gw-customlist-openpositions .gw-contentrow .gw-typelabel {
  margin-right: 0.5rem;
  color: #6c757d;
}
@media (min-width: 1480px) {
  .gw-customlist-openpositions .gw-contentrow .gw-typelabel {
    display: none;
  }
}
.gw-customlist-openpositions .gw-contentrow .gw-jobindicator {
  font-size: 1.33rem;
}

.gw-table-messages tr.unread {
  background-color: #f6f6f6;
  border-left: 2px solid #007fbf;
}
.gw-table-messages tr.unread .date, .gw-table-messages tr.unread .caption {
  color: #007fbf;
  font-weight: bold;
}
.gw-table-messages {
  /*
  .unread .message-type i[class^=icon-]:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #007fbf;
      top: -9px;
      position: relative;
      display: inline-block;
      border-radius: 1rem;
      right: 5px;
  }
  */
}
.gw-table-messages .candidate {
  max-width: 14rem;
}
.gw-table-messages td:nth-child(even), .gw-table-messages th:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}
.gw-table-messages td:nth-child(3n), .gw-table-messages th:nth-child(3n) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gw-table-messages tr.deactivated {
  color: #413D38;
}
.gw-table-messages tr.deactivated .content {
  font-style: italic;
}

.gw-process-config {
  border: 1px solid #777777;
  background: #F2F2F2;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}
.gw-process-config .gw-process-step {
  border-top: 2px solid #C8C8C8;
}

ul.gw-process-list:not(.gw-nobullets) {
  padding-left: 1.25rem;
  list-style: none;
}
ul.gw-process-list:not(.gw-nobullets) li {
  margin-bottom: 0.5rem;
}
ul.gw-process-list:not(.gw-nobullets) li:before {
  content: "";
  display: inline-block;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #9FC2FF;
}
ul.gw-process-list:not(.gw-nobullets) li.active {
  font-weight: bold;
}
ul.gw-process-list:not(.gw-nobullets) li.active.secondary:before {
  background: #fab400;
}
ul.gw-process-list:not(.gw-nobullets) li.active.red-dark:before {
  background: #BE1700;
}
ul.gw-process-list:not(.gw-nobullets) li.active ~ li:before {
  background: transparent;
  border: 1px solid #777777;
}
ul.gw-process-list:not(.gw-nobullets) li .badge {
  max-width: 85%;
  color: white;
}

.gw-product {
  padding: 1rem;
  background: #f6f6f6;
  border: 2px dashed #ddd;
  text-align: center;
  color: #413D38;
}
.gw-product:hover {
  background: #F2F2F2;
}
.gw-product.booked {
  background: #F4F8FF;
  border: 3px solid #F4F8FF;
  color: white;
}

.gw-profile-card {
  background: white;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.gw-profile-card .gw-profile-card-body {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.gw-profile-card:hover {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}

.gw-collapse-saveadvancedfilter {
  min-width: 100%;
}
.gw-collapse-saveadvancedfilter.collapsed {
  min-width: 3rem;
}

.table-byline-300 td {
  border-color: #777777 !important;
}

.table-byline-300 th {
  border-bottom-color: #777777 !important;
  border-top-color: transparent !important;
}

.table.gw-valign-middle td {
  vertical-align: middle;
}

.gw-variables-list li {
  padding: 0.25rem 3px;
  border-bottom: 1px solid #413D38;
  cursor: pointer;
}
.gw-variables-list li:hover {
  background: #777777;
}
.gw-variables-list li.star:after {
  content: "*";
  margin-left: 0.25rem;
}
.gw-variables-list li.doubleStar:after {
  content: "**";
  margin-left: 0.25rem;
}
.gw-variables-list li.disabled:hover {
  cursor: not-allowed;
  background: none;
}

.company-description, .profession-description, .triffuns-description {
  white-space: pre-line;
}
.company-description ul, .profession-description ul, .triffuns-description ul {
  padding: 0;
}
.company-description ul:not(.gw-nobullets), .profession-description ul:not(.gw-nobullets), .triffuns-description ul:not(.gw-nobullets) {
  padding-left: 1.25rem;
}
.company-description ul:not(.gw-nobullets) li, .profession-description ul:not(.gw-nobullets) li, .triffuns-description ul:not(.gw-nobullets) li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.gw-gallery-nav .gw-selector {
  margin-bottom: 0.75rem;
  width: 100%;
  height: 3.5rem;
  background-position: center;
  background-size: cover;
  filter: brightness(0.7);
  transition: ease filter 0.3s;
}
@media (min-width: 768px) {
  .gw-gallery-nav .gw-selector {
    height: 3.5rem;
  }
  .gw-gallery-nav .gw-selector.active {
    transform: scale(1.03);
  }
}
@media (min-width: 992px) {
  .gw-gallery-nav .gw-selector {
    height: 2.7rem;
  }
}
@media (min-width: 1480px) {
  .gw-gallery-nav .gw-selector {
    height: 3.4rem;
  }
}
.gw-gallery-nav .gw-selector:hover {
  filter: brightness(1);
}
.gw-gallery-nav .gw-selector.active {
  filter: brightness(1);
}

.gw-company-header {
  background: white;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.gw-company-header .gw-company-image {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1296/368;
  background-position: center;
}
.gw-company-header .gw-company-detail-wrapper {
  padding: 1rem;
}
.gw-company-header .gw-company-detail-wrapper h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-detail-wrapper {
    padding: 1.5rem;
  }
}
.gw-company-header .gw-company-logo {
  width: 10rem;
  height: 10rem;
  border-radius: 0.25rem;
  background: white;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-logo {
    margin-bottom: 0;
  }
}
.gw-company-header .gw-company-logo img {
  max-height: 100%;
}
.gw-company-header .gw-company-facts {
  flex-basis: 320px;
  flex-grow: 1;
}
.gw-company-header .gw-company-facts .gw-offer-startdate {
  background: #9FC2FF;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 0.85rem;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p {
  margin-bottom: 0;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p .gw-title {
  color: #002da5;
}
.gw-company-header .gw-divider {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .gw-company-header .gw-divider {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-navbar {
    padding: 0 1.5rem;
  }
}
.gw-company-header .gw-company-navbar .navbar-nav {
  white-space: nowrap;
  overflow-x: auto;
}
.gw-company-header .gw-company-navbar .nav-item {
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.gw-company-header .gw-company-navbar .nav-item.active {
  background: rgba(244, 248, 255, 0.6);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.gw-company-header .gw-company-navbar .nav-item.active:first-child {
  margin-left: 0;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:not(.disabled) {
  color: #002da5;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link span.badge {
  padding-left: 0.525rem;
  padding-right: 0.525rem;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) {
  color: rgb(0, 24.1363636364, 88.5);
  background: #e6e6e6;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) .badge-byline-300 {
  background: white !important;
}
@media (min-width: 768px) {
  .gw-company-header .gw-ul-split {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .gw-company-header .gw-ul-split li {
    break-inside: avoid-column;
  }
}

.gw-pro .gw-company-header .gw-company-image {
  aspect-ratio: 1044/368;
}

.gw-c-images-wrapper a img {
  transition: box-shadow 0.33s ease, transform 0.33s ease;
  border-radius: 0.5rem !important;
}
.gw-c-images-wrapper a img:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease, transform 0.33s ease;
}

.gw-c-flavio-teaser {
  background: #F2F2F2;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.gw-c-flavio-tipp {
  background: white;
  padding: 1.5rem;
  border-left: 0.5rem solid #fab400;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.gw-c-flavio-info {
  border: 1px solid #777777;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-info.triffuns-description a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.gw-c-flavio-details {
  background: #F2F2F2;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-details .gw-detail-color, .gw-c-flavio-details .text-tealish {
  color: #002da5 !important;
}

.gw-image-wrap-16by9 {
  position: relative;
  padding-bottom: 54%;
}
.gw-image-wrap-16by9 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gw-profession-teaser {
  transition: box-shadow 0.33s ease, transform 0.33s ease;
  height: 100%;
}
.gw-profession-teaser:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease, transform 0.33s ease;
}

.gw-list-group-item-offerlist {
  background: #f8f9fa;
}

.gw-c-open-offers {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-c-open-offers .gw-c-open-apprenticeships, .gw-c-open-offers .gw-c-open-trialapprenticeships, .gw-c-open-offers .gw-c-open-internships {
  padding: 0.75rem 1.25rem;
}

.gw-list-group-collapse {
  margin-bottom: 1.5rem;
}
.gw-list-group-collapse .list-group-item-action {
  transition: margin ease 0.3s;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) {
  margin-top: 1rem;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed):first-child {
  margin-top: 0;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) + .collapse {
  margin-bottom: 1rem;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) i.icon-chevron-right {
  transform: rotate(90deg) translateY(5px);
}

.gw-joboffer-results .gw-ep-logo-nolink {
  max-width: 156px;
}

/* Applicant Certificate Download */
.gw-certificate-head {
  margin-bottom: 1.5rem;
}
.gw-certificate-head .text {
  font-size: 1.25rem;
  font-weight: 700;
}

.gw-certificates-by-profession {
  margin-bottom: 1rem;
}
.gw-certificates-by-profession .title {
  margin-bottom: 0.5rem;
}
.gw-certificates-by-profession .reorder {
  margin-top: 1.5rem;
}

.gw-certificate-one-profession {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-certificate-one-profession:not(:last-child) {
  border-bottom: 1px solid #C8C8C8;
}
.gw-certificate-one-profession .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.gw-certificate-one-profession .wrapper .left {
  width: 100%;
}
.gw-certificate-one-profession .wrapper .tags {
  margin-bottom: 0.25rem;
}
.gw-certificate-one-profession .btn {
  padding: 0.25rem 0.5rem;
}

@media (min-width: 768px) {
  .gw-certificate-one-profession .wrapper {
    flex-direction: row;
  }
  .gw-certificate-one-profession .wrapper .left {
    width: auto;
  }
}
.gw-list-group-candidate-booking-list .list-group-item {
  cursor: pointer;
}
.gw-list-group-candidate-booking-list .list-group-item[data-toggle=collapse]:not(.collapsed) {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: bold;
}
.gw-list-group-candidate-booking-list .list-group-item[data-toggle=collapse]:not(.collapsed) .btn .icon-chevron-down:before {
  content: "\e93a";
}

.gw-applicant-firstsee.gw-hide .gw-fs-button {
  opacity: 0;
  transform: translateY(6rem);
  transition: ease 0.6s opacity, ease-in 0.7s transform;
}
.gw-applicant-firstsee.gw-hide .gw-fs-text {
  opacity: 0;
  transform: translateY(7rem);
  transition: ease 0.8s opacity, ease-in 0.85s transform;
  transition-delay: 0.1s;
}
.gw-applicant-firstsee.gw-hide .gw-fs-image {
  opacity: 0;
  transform: translateY(8rem);
  transition: ease 1s opacity, ease-in 1s transform;
  transition-delay: 0.2s;
}

.gw-applicant-editarea .gw-applicant-editform {
  transition: ease-out 0.5s all;
  transform: translateY(-2rem);
  opacity: 0;
}
.gw-applicant-editarea .gw-applicant-editform.gw-show {
  opacity: 1;
  transform: none;
}

.gw-applicant-overview-youtube {
  min-height: 10rem;
}

@media (min-width: 576px) {
  .gw-applicant-overview-youtube {
    min-height: 16rem;
  }
}
@media (min-width: 768px) {
  .gw-applicant-overview-youtube {
    min-height: 14rem;
  }
}
@media (min-width: 992px) {
  .gw-applicant-overview-youtube {
    min-height: 17rem;
  }
}
@media (min-width: 1480px) {
  .gw-applicant-overview-youtube {
    min-height: 20.5rem;
  }
}
.gw-profilepicture-placeholder {
  font-size: 10rem;
  line-height: 11rem;
}

.gw-applicant-supervisor-disabled img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.7;
}

.gw-applicant-table .gw-applicant-table-header {
  border-bottom: 1px solid #ccc;
}
.gw-applicant-table .gw-applicant-table-header [class*=col-] {
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-applicant-table .gw-applicant-table-row {
  border-top: 1px solid #ccc;
}
.gw-applicant-table .gw-applicant-table-row .inline-header {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .gw-applicant-table .gw-applicant-table-row .inline-header {
    display: none;
  }
}

.gw-applicant-sm-icon {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .gw-applicant-sm-icon {
    font-size: 1.75rem;
  }
}

.gw-profile-views {
  background-color: rgba(0, 45, 165, 0.15);
}
.gw-profile-views .gw-profile-views-row {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
}

.gw-register-form .custom-control.custom-checkbox {
  margin-bottom: 1rem;
}
.gw-register-form .custom-control.custom-checkbox + .custom-control.custom-checkbox {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gw-register-form {
    border-radius: 1rem;
    overflow: hidden;
    align-items: center;
    background-color: #002da5;
    background-image: url("../img/2024/00-Hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .gw-register-form .gw-wrapper {
    padding: 1.5rem;
  }
  .gw-register-form .gw-col-left .gw-h1 {
    color: white;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.4375rem;
    text-shadow: 1px 1px 10px rgba(49, 49, 49, 0.5);
  }
  .gw-register-form .gw-col-right .gw-wrapper {
    margin: 1rem 0;
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
  }
  .gw-register-form .gw-col-right .badge-primary-500 {
    background-color: transparent !important;
    color: #343a40 !important;
    padding-left: 0 !important;
  }
  .gw-register-form .gw-col-right .badge-primary-500 h4 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1480px) {
  .gw-register-form .gw-col-left .gw-h1 {
    font-size: 6rem;
    line-height: 6.25rem;
  }
  .gw-register-form .gw-col-right .gw-wrapper {
    padding: 2rem;
    margin: 6rem 4rem;
  }
}

@media (min-width: 992px) {
  .gw-applicant-profile-inline-form {
    padding: 1rem 1.5rem 1rem 1rem;
  }
}
.gw-applicant-profile-inline-form .gw-inner {
  border: 1px solid #777777;
  border-radius: 1rem;
  margin: 1rem 0;
}
.gw-applicant-profile-inline-form .gw-inner .gw-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #777777;
}
.gw-applicant-profile-inline-form .gw-inner .gw-row:last-child {
  border: none;
}

.gw-applicant-bookinglist .list-group-item {
  padding-right: 3rem;
}
.gw-applicant-bookinglist .list-group-item:hover {
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}

.gw-current-employer .gw-employer-content {
  position: relative;
}
.gw-current-employer .gw-employer-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #9FC2FF;
  width: 3px;
  height: 90%;
}

.gw-searchyear-dateyear {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  margin: auto;
  background: #e6e6e6;
  width: 4rem;
  height: 1.5rem;
  border-radius: 1.5rem;
}

.gw-searchyear-label {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.gw-searchyear-end {
  margin-left: -2px;
}

.gw-searchyear-set .gw-searchyear-dateyear {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.gw-searchyear-set.gw-searchyear-start .gw-searchyear-dateyear, .gw-searchyear-set.gw-searchyear-start .gw-searchyear-label {
  color: #002da5;
}
.gw-searchyear-set.gw-searchyear-end .gw-searchyear-dateyear, .gw-searchyear-set.gw-searchyear-end .gw-searchyear-label {
  color: #fab400;
}

.gw-traveldistance {
  text-align: center;
  position: relative;
}
.gw-traveldistance .gw-traveldistance-stroke {
  transform: rotate(-90deg);
}
.gw-traveldistance .gw-traveldistance-stroke circle {
  fill: white;
  stroke: rgb(37.6033057851, 35.2892561983, 32.3966942149);
  stroke-width: 2;
  stroke-dasharray: 570;
  stroke-dashoffset: 570;
  transition: ease stroke-dashoffset 0.4s;
}
.gw-traveldistance .label {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 1rem;
}
.gw-traveldistance .value {
  font-weight: 300;
  position: absolute;
  width: 100%;
  top: 7rem;
}

.gw-applicant-chat .gw-applicant-chat-backbutton-row {
  display: none;
}
.gw-applicant-chat .gw-applicant-chat-application {
  background: white;
  text-align: center;
  margin: 0 1rem 1rem 1rem;
  padding: 0.5rem;
  transition: ease all 0.3s;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-application-title {
  color: #fab400;
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-application-logo {
  padding: 0 1rem;
}
.gw-applicant-chat .gw-applicant-chat-application:hover .gw-application-title {
  color: #000B23;
}
.gw-applicant-chat .gw-applicant-chat-application:not(.active) {
  cursor: pointer;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-applicant-chat-application-counter {
  box-shadow: 0 0 0 3px white;
  font-size: 0.9rem;
}
.gw-applicant-chat .gw-applicant-chat-application.deleted {
  padding-top: 0;
  opacity: 0.75;
  border: 1px solid #BE1700;
}
.gw-applicant-chat .gw-applicant-chat-application.deleted .gw-application-logo {
  opacity: 0.5;
}
.gw-applicant-chat .gw-applicant-chat-messages {
  display: none;
}
.gw-applicant-chat .gw-applicant-chat-messages .deleted {
  border: 1px solid #BE1700;
}
@media (min-width: 992px) {
  .gw-applicant-chat .gw-applicant-chat-application.active {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #002da5;
    box-shadow: 0 0 0 1px #002da5;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active.deleted {
    opacity: 1;
    border: 1px solid #BE1700;
    box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.25);
  }
  .gw-applicant-chat .gw-applicant-chat-application.active.deleted .gw-application-logo {
    opacity: 1;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active .gw-application-title {
    color: #343a40;
    font-size: 1rem;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active .gw-application-logo {
    padding: 0;
  }
  .gw-applicant-chat .gw-applicant-chat-messages {
    display: block;
  }
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-backbutton-row {
  display: block;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application {
  display: none;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active {
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #002da5;
  box-shadow: 0 0 0 1px #002da5;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active.deleted {
  opacity: 1;
  border: 1px solid #BE1700;
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.25);
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active.deleted .gw-application-logo {
  opacity: 1;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active .gw-application-title {
  color: #343a40;
  font-size: 1rem;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active .gw-application-logo {
  padding: 0;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-messages {
  display: block;
}
@media (min-width: 992px) {
  .gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-backbutton-row {
    display: none;
  }
  .gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application {
    display: block;
  }
}

.btn-collapse span.show-collapsed {
  display: none;
}

.btn-collapse.collapsed span.show-collapsed {
  display: inline;
}

.btn-collapse.collapsed span.show-not-collapsed {
  display: none;
}

.gw-location-map-holder {
  background-size: cover;
  background-position: center;
  min-height: 10rem;
}
@media (min-width: 768px) {
  .gw-location-map-holder {
    min-height: 15rem;
  }
}

.gw-dropdown-inside {
  width: calc(100% - 3rem);
  margin-left: 1rem;
}
.gw-dropdown-inside div {
  text-align: left;
}

.applicant-item-inside {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}

.gw-dropdown-applicant-arrow {
  width: 2rem;
  height: auto;
}
.gw-dropdown-applicant-arrow i {
  text-align: center;
}

.gw-dropdown-toggle-applicant {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid white !important;
}
.gw-dropdown-toggle-applicant:after {
  display: none;
}
.gw-dropdown-toggle-applicant:hover {
  border: 3px solid #9FC2FF !important;
}

.notification-applicant {
  position: absolute;
  left: 1rem;
}

.gw-dropdown-menu {
  width: calc(100% - 2rem);
}

.gw-dropdown-applicant-search {
  width: calc(100% - 1rem);
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  border: none;
  border-radius: 1rem;
}
.gw-dropdown-applicant-search:active, .gw-dropdown-applicant-search:focus {
  border-color: #002da5;
}

.gw-dropdown-item-applicant {
  background-color: white;
}

@media (min-width: 768px) {
  .gw-badge-applicant {
    display: block;
  }
}
.gw-badge-applicant mark {
  padding: 0;
}

.gw-dropdown-applicant.show .btn {
  box-shadow: 0 0 0 0.2rem #F4F8FF;
}
.gw-dropdown-applicant.show .btn .gw-dropdown-applicant-arrow i:before {
  content: "\e93a";
}

.gw-dropdown-applicant.show + .row {
  opacity: 0.4;
  transform: scale(0.95);
}

.gw-dropdown-applicant + .row {
  transition: ease all 0.3s;
}

.gw-dropdown-applicant .row {
  background-color: transparent !important;
}

.applicant-item {
  position: relative;
}
.applicant-item:hover {
  background-color: #F2F2F2 !important;
}

.applicant-item-deleted {
  color: #BE1700 !important;
}
.applicant-item-deleted:hover {
  background-color: rgb(255, 197.8684210526, 190) !important;
  color: #BE1700 !important;
}

.bg-darkergrey {
  background-color: #C8C8C8;
}

.gw-message-applicant-reply-button {
  background-color: #9FC2FF;
  padding: 0.5rem;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
}

.gw-message-applicant-reply {
  color: white;
  margin: 1rem;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.gw-message-applicant-reply-form {
  background-color: white;
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.gw-message-applicant {
  background-color: white;
  position: relative;
  margin: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.gw-message-applicant .gw-message-part {
  word-wrap: break-word;
}
.gw-message-applicant p {
  word-wrap: break-word;
}
.gw-message-applicant a {
  word-break: break-all;
}
@media (min-width: 576px) {
  .gw-message-applicant {
    padding-left: 2rem;
  }
}
.gw-message-applicant.in {
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .gw-message-applicant.in {
    margin-right: 3rem;
  }
}
.gw-message-applicant.in:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: white;
  border-left: 0;
  border-top: 0;
}
.gw-message-applicant.out {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .gw-message-applicant.out {
    margin-left: 3rem;
  }
}
.gw-message-applicant.out:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: white;
  border-right: 0;
  border-top: 0;
}

.gw-message-applicant-top {
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
}
.gw-message-applicant-top .gw-message-downloads {
  margin-bottom: 0.5rem;
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-message-applicant-top .gw-message-downloads .gw-message-download {
    width: 13rem;
    max-width: 13rem;
  }
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download i {
  font-size: 1.5rem;
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download span {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5rem;
}

.gw-message-applicant-badge {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: white;
  background-color: #9FC2FF;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
}

.gw-message-applicant-badge-deleted {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: white;
  background-color: #BE1700;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
}

@media (min-width: 768px) {
  .gw-message-applicant-timestamp {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .gw-message-applicant-timestamp {
    text-align: right;
    margin-bottom: 0;
  }
}
.gw-message-applicant-timestamp {
  color: #777777;
}

/* GAT-4292 */
.gw-workplace-document-group:not(.deleted) {
  background: #f8f9fa;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.gw-okgt-container .gw-okgt-execution {
  border: 1px solid #BC9333;
}
.gw-okgt-container .gw-okgt-execution .gw-progress-okgt {
  background-color: white;
  border-radius: 0;
  border: 1px solid #BC9333;
  height: 1.2rem;
}
.gw-okgt-container .gw-okgt-execution .gw-progress-okgt .progress-bar {
  background-color: #BC9333;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt {
  background-color: #BC9333;
  color: white;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt:hover {
  background-color: rgb(147.8828451883, 115.6317991632, 40.1171548117);
}
.gw-okgt-container .gw-okgt-execution .btn-okgt-outline {
  border: 1px solid #BC9333;
  color: #BC9333;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt-outline:hover {
  background-color: #BC9333;
  color: white;
}

.bootstrap-select .btn.dropdown-toggle {
  background-color: white;
  border: 1px solid #777777;
  font-weight: normal;
  color: #495057;
}
.bootstrap-select .btn.dropdown-toggle:hover {
  color: #495057;
}
.bootstrap-select .btn.dropdown-toggle.btn-green-500 {
  background-color: #002da5;
  border-color: #002da5;
  color: white;
}
.bootstrap-select .btn.dropdown-toggle.btn-green-500:hover {
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 31.0909090909, 114);
}
.bootstrap-select.show .btn.dropdown-toggle {
  border: 1px solid #002da5;
  box-shadow: 0 0 0 1px #002da5;
}
.bootstrap-select.show .btn.dropdown-toggle.btn-green-500 {
  background: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 27.6136363636, 101.25);
  box-shadow: 0 0 0 0 rgba(0, 45, 165, 0.5);
}
.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border: 1px solid #BE1700;
}
.bootstrap-select.is-invalid .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.25);
}
.bootstrap-select.is-invalid.show .btn.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.25);
}
.bootstrap-select.form-control.is-invalid {
  padding-right: 0;
  background-image: none;
}
.bootstrap-select .dropdown-item.selected {
  color: #002da5;
}
.bootstrap-select .dropdown-item .text {
  text-wrap: wrap;
}

.bootstrap-select.gat3727 .dropdown-item, .bootstrap-select.gw-bootstrap-select-multiline .dropdown-item {
  white-space: initial;
}

.bootstrap-select.gw-bs-filter .btn.dropdown-toggle:not(.bs-placeholder) {
  color: #002da5;
  border-color: #002da5;
  font-weight: bold;
  border-width: 2px;
}

#Company_ActiveSourcing_Index_Holder .bootstrap-select .btn.dropdown-toggle:not(.bs-placeholder):not(.disabled) {
  border-color: #002da5;
  font-weight: bold;
  border-width: 2px;
}
#Company_ActiveSourcing_Index_Holder .bootstrap-select .btn.dropdown-toggle.bs-placeholder:not(.btn-green-500) {
  color: #413D38;
}

.gw-slider .slider.slider-horizontal {
  width: 94%;
  max-width: 30rem;
  transform: translateX(0.5rem);
}
.gw-slider .slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.gw-slider .slider.slider-horizontal .tooltip.tooltip-main {
  transition: ease opacity 0.3s;
}
@media (hover: none) {
  .gw-slider .slider.slider-horizontal {
    margin-top: 2rem;
  }
  .gw-slider .slider.slider-horizontal .tooltip.tooltip-main,
  .gw-slider .slider.slider-horizontal .tooltip.tooltip-main {
    opacity: 0.9;
  }
}
.gw-slider .slider.slider-horizontal:hover .tooltip.tooltip-main {
  opacity: 0.9;
}
.gw-slider .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #002da5;
}
.gw-slider .slider.slider-horizontal .slider-tick {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  filter: none;
  background-color: #F2F2F2;
}
.gw-slider .slider.slider-horizontal .slider-tick.in-selection {
  background-image: none;
  filter: none;
  background-color: #9FC2FF;
}
.gw-slider.gw-slider-range .slider.slider-horizontal .slider-tick.in-selection {
  background-color: transparent;
}
.gw-slider.gw-slider-rtl .slider.slider-horizontal .slider-tick {
  background: #9FC2FF;
}
.gw-slider.gw-slider-rtl .slider.slider-horizontal .slider-tick.in-selection {
  background-color: #F2F2F2;
  opacity: 1;
}
.gw-slider.gw-slider-rtl .slider-selection.tick-slider-selection {
  background: #F2F2F2;
}
.gw-slider.gw-slider-rtl .slider-track-low, .gw-slider.gw-slider-rtl .slider-track-high {
  background: #9FC2FF;
}

.slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 0.9;
}

.bootstrap-table .table-hover tbody tr:hover {
  background-color: transparent;
}

#Company_Profile_Apply #applyForm {
  min-height: 23rem;
}
@media (min-width: 768px) {
  #Company_Profile_Apply #applyForm {
    min-height: 28rem;
  }
}
@media (min-width: 992px) {
  #Company_Profile_Apply #applyForm {
    min-height: 23rem;
  }
}

.gw-wayfi-execution {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gw-wayfi-execution.gw-wayfi-execution-new {
  background: transparent;
  border: 1px solid #777777;
  color: #413D38;
}
.gw-wayfi-execution.gw-wayfi-execution-new .btn {
  background: #fab400;
  color: white !important;
  transition: opacity ease 0.3s;
}
.gw-wayfi-execution.gw-wayfi-execution-new .btn:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .gw-wayfi-execution {
    padding: 1.5rem;
  }
}
.gw-wayfi-execution .gw-wayfi-execution-professionareas {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea {
  padding: 0.5rem 0;
  line-height: 1;
  display: block;
  letter-spacing: -0.1px;
  font-weight: 500;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea .form-row {
  margin: 0 !important;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea .progress-bar {
  background: #9FC2FF;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:hover {
  background: #F2F2F2;
  border-radius: 0.25rem;
  transition: ease background 0.2s;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(-n+3) {
  background: rgba(244, 248, 255, 0.6);
  padding: 0.35rem 0;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(-n+3):hover {
  border-radius: 0;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(1) {
  padding-top: 0.5rem;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(3) {
  padding-bottom: 0.5rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest {
  background: rgba(244, 248, 255, 0.6);
  margin-bottom: 0.25rem;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest:hover {
  cursor: pointer;
}
.gw-wayfi-execution .gw-wayfi-execution-interest [data-toggle=collapse]:not(.collapsed) i:before {
  content: "\e93a";
}
.gw-wayfi-execution .gw-wayfi-execution-interest:last-of-type {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest img {
  max-width: 3rem;
}
.gw-wayfi-execution [data-toggle=collapse].collapsed [data-for=hide] {
  display: none;
}
.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) [data-for=show] {
  display: none;
}
.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) i:before {
  content: "\e93a";
}
.gw-wayfi-execution .gw-top3-wrapper p.h5 {
  margin-bottom: 0.5rem;
}
.gw-wayfi-execution .gw-top3-wrapper .progress {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-details {
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

/* ******************* */
/* KENDO UI OVERRIDES */
/* ******************* */
/* ********************************* */
/* former kendobootstrapcustom.css */
/* This file is temporary, we store the custom rules for Kendo widgets
    until the development is finished and we can include them in the CDN. */
.breakspace {
  white-space: normal !important;
}

.k-grid-header th.k-header {
  border: none;
  color: #fff;
  font-weight: bold;
}

.k-grid-header .k-header > .k-link {
  color: #343a40;
  font-weight: bold;
}

.k-grid {
  border-width: 0;
}

.k-header {
  background-color: #002da5;
  background-image: none;
  color: #fff;
}

.k-grid th {
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.k-grid td {
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.k-grid tr.rowOwnUsername {
  background: white;
}
.k-grid tr.rowOwnUsername td {
  color: #002da5;
  background-color: rgba(244, 248, 255, 0.4);
  font-weight: bold;
}

.k-grid tr.gw-person-inactive td {
  color: #413D38;
}

.k-pager-wrap {
  background-color: rgb(227, 227, 227);
  background-image: none;
  border-top: none;
  padding: 0.75rem;
}

/* Hide "first" and "last" buttons */
.k-pager-first, .k-pager-last {
  display: none;
}

/* Don't use round buttons in the pager */
.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected {
  border-radius: 0;
  border: none;
  color: #000;
}

.k-pager-wrap > .k-link {
  border-radius: 0;
  border: none;
}

.k-pager-info {
  color: #87888a;
  font-size: 80%;
  font-weight: 400;
}

.k-state-selected {
  background-color: rgb(192, 192, 192);
  background-image: none;
}

/* Display filter icon on left side */
.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  margin-left: -5px !important;
  margin-right: 0 !important;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  float: left !important;
}

.k-grid-filter.k-state-active {
  background-color: transparent;
  color: #004c73;
}

.k-i-filter {
  vertical-align: top;
}

/* Same padding for headers and normal cells */
.k-filter-row th, .k-grid-header th.k-header {
  background-color: white;
  color: #343a40;
  padding: 0.75rem;
}

/* Replace default Kendo gif spinner with our custom one */
.k-loading-image {
  background-image: url("../img/customspinner-2024.gif");
}

.k-grid .k-dropdown-wrap {
  border-radius: 0;
}

.k-grid .k-input {
  border-radius: 0;
}

.k-grid .k-select {
  background-color: #fff;
  border-radius: 0;
}

.k-grid .k-icon {
  color: #000;
}

/* Modify k-autocomplete widgets */
.k-autocomplete.form-control.k-widget {
  padding: 0.375rem 0.75rem;
}

.k-autocomplete.k-widget {
  background-color: #fff;
  border-color: #777777;
}

.k-autocomplete-clearable .k-input, .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-input, .k-multiselect-clearable .k-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.9em;
}

/* Need a class to apply a specific rule designed by Andre */
.border-box {
  box-sizing: border-box;
}

/* Not exactly for Kendo grids, but we need it in the popups */
.form-group.is-invalid input, .form-group.is-invalid textarea {
  border-color: #b73328;
}

.form-group.is-invalid input ~ .invalid-feedback {
  display: block;
}

/* former kendoeditorcustom.css */
/* CSS file for Kendo editors */
.k-editor {
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  position: relative;
  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: 1rem;
  overflow: hidden;
}

.k-editor-toolbar-wrap {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.k-editor .k-dropdown-wrap.k-state-default,
.k-editor .k-tool-group.k-button-group {
  color: #212529;
  background-color: #002da5;
  border-color: #002da5;
  background-image: none;
  border-radius: 0px;
  border-style: none;
}

.k-editor .k-dropdown .k-input,
.k-editor .k-dropdown .k-state-focused .k-input,
.k-editor .k-menu .k-popup,
.k-editor .k-multiselect .k-button,
.k-editor .k-multiselect .k-button:hover,
.k-editor .k-tool.k-state-hover,
.k-editor span.k-icon,
.k-editor a.k-tool {
  color: white;
  border-color: none;
}

.k-editor .k-button-group .k-tool {
  border-style: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.k-editor .k-button-group .k-tool:hover {
  background-color: #7e9a6d;
  background-image: none;
  border-color: #779467;
}

.k-editor .k-editable-area {
  padding: 1rem;
}

.k-editor .k-editable-area.is-invalid {
  padding-bottom: 1.35rem;
}

.k-editor iframe .k-content {
  border-color: #ced4da;
}

.k-editor-toolbar .k-separator {
  /* position: relative; */
  /* top: 1px; */
  border-style: none;
  /* border-width: 0 1px 0 0; */
  margin: 0;
  padding: 0;
  /* font-size: 1.3em; */
}

.k-editor .k-widget .k-dropdown .k-header .k-editor-widget {
  color: #212529;
  background-color: #002da5;
  border-color: #002da5;
}

table.k-editor {
  height: inherit;
  padding: 0;
  border-spacing: 0;
}

.k-editor .k-group-start k-tool.k-state.hover {
  color: white;
  background-color: #002da5;
  border-color: none;
  opacity: 0;
}

/* open window for insert external link in Kendo.Editor*/
div.k-window, div.k-window.k-state-focused {
  border-radius: 0;
  background-color: #f0f0f0;
  border-color: transparent;
}

div.k-window .k-window-titlebar {
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

div.k-window .k-content {
  background-color: #f0f0f0;
  margin-top: 1rem;
}

div.k-window .k-content .k-textbox {
  border-radius: 0;
  border-color: #ced4da;
}

div.k-window .k-content .k-textbox:focus {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #002da5;
}

.k-edit-form-container .k-edit-buttons {
  border-color: transparent;
  background: none;
}

.k-edit-form-container .k-edit-buttons .k-button {
  border-radius: 0;
  background-image: none;
  border-color: transparent;
  font-weight: 700;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-close {
  background: #f8f9fa;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-close:hover {
  background: #e2e6ea;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-insert {
  float: right;
  background-color: #c78810;
  color: white;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-insert:hover {
  background-color: #a4700d;
}

/* open window for insert external link in Kendo.Editor*/
/* ********************************* */
.k-autocomplete .k-input,
.k-multiselect-wrap,
.k-textbox > input {
  border-radius: 0;
}

.k-autocomplete.gw-input-border-green-500.k-state-default,
.k-dropdown-wrap.gw-input-border-green-500.k-state-default,
.k-numeric-wrap.gw-input-border-green-500.k-state-default,
.k-picker-wrap.gw-input-border-green-500.k-state-default {
  border-color: #002da5;
}
.k-autocomplete.gw-input-border-green-500.k-state-focused,
.k-dropdown-wrap.gw-input-border-green-500.k-state-focused,
.k-numeric-wrap.gw-input-border-green-500.k-state-focused,
.k-picker-wrap.gw-input-border-green-500.k-state-focused {
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}
.k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500 {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus {
  box-shadow: none;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused {
  border-color: #002da5;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
  border-radius: 0 !important;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus {
  box-shadow: none;
}

#Admin_Edit_CompanyPlan_Container .k-autocomplete input.k-input {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-border-down {
  border-radius: 0;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-focused {
  border-color: #002da5;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
  background-image: none;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-focused input.k-input {
  box-shadow: none;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
  background-color: #fff;
  padding: 0.5rem 0;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
  padding: 0.75rem 1rem;
  border: 0;
}
.k-listbox .k-item.k-state-hover, .k-listbox .k-item.k-state-hover:hover, .k-listbox .k-item.k-state-focus, .k-listbox .k-item.k-state-focus:focus, .k-popup .k-list .k-item.k-state-hover, .k-popup .k-list .k-item.k-state-hover:hover, .k-popup .k-list .k-item.k-state-focus, .k-popup .k-list .k-item.k-state-focus:focus {
  cursor: pointer;
  color: rgb(0, 24.1363636364, 88.5);
  text-decoration: none;
  background-color: #F4F8FF;
  background-image: none;
}

.k-list > .k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-upload.k-header {
  border-color: transparent;
  background-color: transparent;
  border-radius: 0;
}
.k-upload .k-dropzone {
  padding-top: 0;
  padding-left: 0;
}
.k-upload .k-upload-button {
  background-color: #002da5;
  background-image: none;
  border-color: #002da5;
  border-radius: 0;
  font-weight: 700;
  color: white;
  padding: 0.375rem 0.75rem;
}
.k-upload .k-upload-button.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-upload .k-upload-button:hover {
  background-color: rgb(0, 34.5681818182, 126.75);
  border-color: rgb(0, 34.5681818182, 126.75);
}
.k-upload .k-upload-status.k-upload-status-total {
  color: #413D38;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-check {
  color: #002da5;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-warning {
  color: #fab400;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-error {
  color: #BE1700;
}
.k-upload .k-upload-files {
  border-color: transparent;
}
.k-upload .k-upload-files .k-file {
  border-color: transparent;
  background-color: transparent;
}
.k-upload .k-upload-files .k-file .k-file-extension-wrapper {
  display: none;
  color: #343a40;
  border-color: #343a40;
}
.k-upload .k-upload-files .k-file .k-file-extension-wrapper:before {
  border-color: transparent transparent #343a40 #343a40;
}
.k-upload .k-upload-files .k-file .k-file-name-size-wrapper {
  display: none;
}
.k-upload .k-upload-files .k-file .k-upload-status {
  display: none;
}
.k-upload .k-upload-files .k-file.k-file-progress .k-progress {
  background-color: #002da5;
}
.k-upload .k-upload-files .k-file.k-file-error .k-file-name {
  color: #BE1700;
}
.k-upload .k-upload-files .k-file.k-file-error .k-progress {
  background-color: #BE1700;
}
.k-upload .k-upload-files .k-file.k-file-success .k-file-name {
  color: #002da5;
}
.k-upload .k-upload-files .k-file.k-file-success .k-progress {
  background-color: #002da5;
}
.k-upload .k-upload-files .k-file .k-file-size {
  color: #343a40;
}
.k-upload .k-upload-files .k-file .k-upload-status .k-button {
  color: #BE1700;
}

.k-slider .k-tick:not(.k-tick-large) {
  background-image: none;
}
.k-slider .k-slider-track {
  background-color: #777777;
}
.k-slider .k-slider-selection {
  background-color: #002da5;
}
.k-slider .k-draghandle {
  background-color: #002da5;
  border-color: #002da5;
  background-image: none;
}
.k-slider .k-draghandle:hover {
  background-color: rgb(0, 34.5681818182, 126.75);
}
.k-slider .k-draghandle.k-state-selected {
  box-shadow: none;
}

.k-widget.k-tooltip.k-slider-tooltip {
  background-color: white;
  background-image: none;
  border-radius: 0;
  color: #343a40;
}
.k-widget.k-tooltip.k-slider-tooltip .k-callout-s {
  border-top-color: white;
}

.k-grid-header .k-link .k-icon {
  color: #343a40;
}

.k-link.k-pager-refresh:hover {
  background-image: none;
  background-color: #c8c8c8;
}
.k-link.k-pager-refresh .k-icon {
  color: #87888a;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
  margin-right: 0.25rem;
  border-radius: 4px;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
  background-color: #fab400;
}
.k-pager-wrap .k-pager-numbers .k-state-selected:hover {
  background: rgb(209.2, 150.624, 0);
  color: white;
}
.k-pager-wrap .k-pager-numbers .k-state-selected:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.k-pager-wrap .k-link:hover {
  background: #c8c8c8;
  border-radius: 4px;
}
.k-pager-wrap .k-link:hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.k-label.k-pager-sizes {
  font-size: 80%;
  color: #87888a;
}
.k-label.k-pager-sizes .k-dropdown-wrap.k-state-default {
  background-color: white;
  border-color: #777777;
}
.k-label.k-pager-sizes .k-dropdown-wrap.k-state-active {
  background-color: white;
  border-color: #002da5;
  box-shadow: 0 0 0 1px #002da5;
}

.k-popup .k-list .k-item.k-state-selected {
  background-color: rgba(244, 248, 255, 0.6);
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #003f59;
}
.k-popup .k-list .k-item.k-state-selected.k-state-hover {
  background-color: rgba(244, 248, 255, 0.6);
}

.k-nodata {
  color: #9b2e29;
  font-weight: normal;
}

.k-editor-toolbar li {
  margin-bottom: 4px;
}

.k-editor-toolbar .k-dropdown {
  min-width: 150px;
}

.k-editor-toolbar .k-button-group {
  padding: 0;
}

.k-editor .k-button-group .k-tool {
  margin: 0;
}

.k-tool.k-state-focused {
  box-shadow: none;
}

.k-tool.k-state-selected {
  background: #7e9a6d;
}

.k-content {
  border-color: #ced4da;
}

.k-grid .k-grid-filter.k-state-active {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter {
  overflow: visible;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter:before {
  color: #343a40;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.25rem;
  left: 0;
  background: #F9CC69;
  transform: translateX(-0.25rem);
  z-index: -1;
  border-radius: 50%;
}

.k-filter-menu .k-widget {
  margin-bottom: 0.5rem;
  min-width: 100%;
  max-width: 100%;
}

.k-filter-menu .k-action-buttons {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.k-dropdown-wrap.k-state-default {
  background: white;
  border-radius: 0;
  border-color: #ced4da;
}

.k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #002da5;
}

.k-dropdown .k-select {
  color: #495057;
}

.k-list-optionlabel,
.k-list-optionlabel.k-state-hover,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected {
  background: none;
  border: none;
  color: #495057;
  font-style: italic;
}

.k-loading-color {
  opacity: 0.7;
}

.gw-be-table.table-sm .k-grid-header th.k-header {
  padding: 0.3rem;
}
.gw-be-table.table-sm tr {
  background: white;
}
.gw-be-table.table-sm tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-table.table-sm td {
  padding: 0.3rem;
  background: transparent;
}
.gw-be-table.table-sm .k-grid-edit-row td {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-table.table-sm .k-button {
  padding: 0 0.5rem;
  border-radius: 0;
  color: white;
  border: none;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.gw-be-table.table-sm .k-button.k-grid-edit {
  background: transparent;
  color: #002da5;
}
.gw-be-table.table-sm .k-button.k-grid-edit .k-icon {
  color: #002da5;
}
.gw-be-table.table-sm .k-button.k-grid-edit:hover {
  background: #002da5;
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-edit:hover .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-edit:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 165, 0.5);
}
.gw-be-table.table-sm .k-button.k-grid-update {
  background: #fab400;
}
.gw-be-table.table-sm .k-button.k-grid-update .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-update:hover {
  background: rgb(199, 143.28, 0);
}
.gw-be-table.table-sm .k-button.k-grid-update:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 180, 0, 0.5);
}
.gw-be-table.table-sm .k-button.k-grid-cancel {
  background: #BE1700;
}
.gw-be-table.table-sm .k-button.k-grid-cancel .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-cancel:hover {
  background: rgb(139, 16.8263157895, 0);
}
.gw-be-table.table-sm .k-button.k-grid-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 23, 0, 0.5);
}

#CompanyDescriptionContentHolder .k-editor .k-toolbar, #MeetUsContentHolder .k-editor .k-toolbar, #ApprenticeshipInfoContentHolder .k-editor .k-toolbar {
  background: none;
  border: none;
}
#CompanyDescriptionContentHolder .k-editor .k-dropdown-wrap.k-state-focused, #MeetUsContentHolder .k-editor .k-dropdown-wrap.k-state-focused, #ApprenticeshipInfoContentHolder .k-editor .k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button {
  background: #002da5;
  border-color: #002da5;
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected {
  background: rgb(0, 31.0909090909, 114);
  border-color: rgb(0, 31.0909090909, 114);
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}

.k-widget.k-upload.k-upload-async {
  background: none;
  border: none;
}
.k-widget.k-upload.k-upload-async .k-dropzone-hint {
  color: #777777;
}
.k-widget.k-upload.k-upload-async .k-dropzone {
  background: white;
  border: 3px dashed #777777;
  padding: 1rem;
  transition: ease-out all 0.3s;
}
.k-widget.k-upload.k-upload-async .k-dropzone.k-dropzone-hovered {
  transform: scale(1.02);
  border-color: #002da5;
  color: #002da5;
}
.k-widget.k-upload.k-upload-async .k-dropzone.k-dropzone-hovered .k-dropzone-hint {
  color: #9FC2FF;
}
.k-widget.k-upload.k-upload-async .k-upload-files .k-file-group-wrapper {
  color: #777777;
}

@media (min-width: 992px) {
  .k-filter-menu.k-popup .k-filter-menu-container,
  .k-grid-filter-popup.k-popup .k-filter-menu-container {
    min-width: 22rem;
  }
}

.k-widget .dropdown-menu .dropdown-item {
  box-sizing: border-box;
}

.gw-onsitenav .gap-3 {
  gap: 1rem;
}

.form-check.is-invalid label {
  color: #BE1700;
}
.form-check.is-invalid ~ .invalid-feedback {
  display: block;
}

.gw-identyfibox {
  background: white;
  box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
  min-height: 600px;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.gw-identyfibox h1 {
  font-size: 2rem;
}

.gw-identyfibox-example {
  box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
  padding: 1rem;
}

.gw-if-inner {
  position: relative;
  border: 1px solid rgba(65, 61, 56, 0.4);
  padding: 3rem 1rem 1rem 1rem;
}

@media (min-width: 576px) {
  .gw-if-inner {
    padding: 3rem 2rem 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .gw-if-inner {
    padding: 3rem 2rem 1rem 3.25rem;
  }
}
.gw-wf-btn {
  position: absolute;
}
.gw-wf-btn i {
  font-size: 2rem;
}
.gw-wf-btn.gw-wf-help {
  top: 0.75rem;
  left: 0.75rem;
}
.gw-wf-btn.gw-wf-close {
  top: 0.75rem;
  right: 0.75rem;
}

.gw-if-questionbox {
  padding: 0 0 0 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-if-questionbox > .row {
  background: none;
  padding: 0.5rem 0;
}
.gw-if-questionbox .gw-if-legendrow {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .gw-if-questionbox {
    margin-bottom: 0;
  }
}
.gw-if-legends {
  padding-left: 0;
  padding-right: 0;
}
.gw-if-legends > .row {
  background: none;
}

.gw-if-legend {
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.2rem 0;
  background-color: transparent;
  word-spacing: 10vw;
}
.gw-if-legend span {
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 0.15rem 0.25rem 0.1rem 0;
  line-height: 1.2rem;
  box-decoration-break: clone;
}
.gw-if-legend.gw-if-hashover span {
  box-shadow: 0.5rem 0 0 #002da5, -0.25rem 0 0 #002da5;
  background-color: #002da5;
  color: #fff;
}

.gw-wf-checkbox {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 0.15rem;
  border: 1px solid #212529;
}

.gw-if-question {
  padding-top: 0.16667rem;
  padding-left: 2px;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .gw-if-question {
    padding-left: 15px;
  }
}
.gw-if-question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
}
@media (min-width: 992px) {
  .gw-if-question h3 span {
    line-height: 1.2;
  }
}

.gw-if-answers {
  padding-left: 0;
  padding-right: 0;
}
.gw-if-answers > .row {
  background: none;
}

.gw-if-answer {
  padding: 0.2rem 0;
}
.gw-if-answer img {
  cursor: pointer;
  transition: transform ease 0.3s;
}
.gw-if-answer img:hover {
  transform: scale(1.1);
}

.gw-if-prevnext.gw-outline-btn {
  border: none;
  background-color: #fab400;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.125rem 2rem;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner i {
  line-height: 1.5;
  font-size: 1.333rem;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0;
}
.gw-if-prevnext.gw-outline-btn:hover {
  opacity: 1;
}
.gw-if-prevnext.gw-outline-btn:hover .gw-btn-inner {
  border-color: #fff;
}
.gw-if-prevnext.gw-outline-btn.disabled {
  background-color: #F9CC69;
  opacity: 0.6;
}

.gw-wayfibox {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  min-height: 600px;
  padding: 1rem;
  margin-top: 2rem;
}
.gw-wayfibox h1 {
  font-size: 2rem;
}

.gw-wf-inner {
  position: relative;
  padding: 5rem 1rem 1rem 1rem;
}

@media (min-width: 768px) {
  .gw-wf-inner {
    padding: 3rem 12rem 1rem 3.25rem;
  }
}
.gw-wf-btn {
  position: absolute;
}
.gw-wf-btn i {
  font-size: 2rem;
}
.gw-wf-btn.gw-wf-help {
  top: 0.75rem;
  left: 0.75rem;
}
.gw-wf-btn.gw-wf-close {
  top: 0.75rem;
  right: 0.75rem;
}

.gw-wf-questionbox {
  padding: 0 0 0 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-wf-questionbox > .row {
  background: none;
  padding: 1rem 0;
}
.gw-wf-questionbox .gw-wf-legendrow {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .gw-wf-questionbox {
    margin-bottom: 0;
  }
}
.gw-wf-legends {
  padding-left: 0;
  padding-right: 0;
}
.gw-wf-legends > .row {
  background: none;
}

.gw-wf-legend {
  font-weight: bold;
  font-size: 0.667rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2rem 0;
  background-color: transparent;
  opacity: 1;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 1s ease;
}
.gw-wf-legend.gw-wf-hashover {
  background-color: #002da5;
  color: #fff;
  transform: scale(1.1667);
}

.gw-wf-answers {
  padding-left: 0;
  padding-right: 0;
}
.gw-wf-answers > .row {
  background: none;
}

.gw-wf-checkbox {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 0.15rem;
  border: 1px solid #212529;
}

.gw-wf-answer {
  text-align: center;
  cursor: pointer;
}
.gw-wf-answer .gw-wf-checkbox {
  transition: transform 0.3s ease, border 0.3s ease;
}
.gw-wf-answer:not(.gw-wf-selected):hover .gw-wf-checkbox {
  transform: scale(1.25);
  border-width: 2px;
}
.gw-wf-question {
  padding-top: 0.16667rem;
  margin-bottom: 0.5rem;
}
.gw-wf-question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .gw-wf-question .gw-behind {
    line-height: 1.2;
  }
}

.gw-wf-todo .gw-wf-question .gw-behind span {
  color: #212529;
  box-shadow: none;
  background: none;
}
.gw-wf-todo .gw-wf-answer .gw-wf-checkbox {
  border-color: #212529;
}

.gw-wf-active .gw-wf-question .gw-behind span {
  box-shadow: 0.5rem 0 0 #002da5, -0.25rem 0 0 #002da5;
  background-color: #002da5;
}
.gw-wf-active .gw-wf-answer .gw-wf-checkbox {
  border-color: #002da5;
  background-color: rgba(0, 45, 165, 0.1);
}

.gw-wf-done .gw-wf-question .gw-behind span {
  box-shadow: none;
  background-color: white;
  box-decoration-break: clone;
  color: #777777;
}
.gw-wf-done .gw-wf-answer .gw-wf-checkbox {
  border-color: rgba(65, 61, 56, 0.5);
}

.gw-wf-answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  opacity: 0;
  box-shadow: 0 0 0.2rem rgba(0, 45, 165, 0.75) inset;
  transform: scale(0.9);
}
.gw-wf-answer.gw-wf-noflare:before {
  content: none !important;
}
.gw-wf-answer.gw-wf-selected {
  position: relative;
}
.gw-wf-answer.gw-wf-selected .gw-wf-checkbox {
  opacity: 0.1;
  transform: scale(0.01) rotate(179deg);
}
.gw-wf-answer.gw-wf-selected .gw-wf-stamp {
  position: absolute;
  top: -0.1667rem;
  left: calc(50% - 1.1rem);
  transform: rotate(0) !important;
}
.gw-wf-answer.gw-wf-selected .gw-wf-stamp:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94b";
  color: #002da5;
  font-size: 2.2rem;
}
.gw-wf-answer.gw-wf-selected:before {
  opacity: 1;
  box-shadow: 0 0 1.2rem rgba(0, 45, 165, 0) inset;
  transform: scale(4.4);
  transition: box-shadow 1s ease, transform 1s linear, opacity 0.1s linear;
}

.gw-wf-prevnext.gw-outline-btn {
  border: none;
  background-color: #fab400;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner {
  border-color: transparent !important;
  padding: 0.125rem 2rem;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner i {
  line-height: 1.5;
  font-size: 1.333rem;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner span {
  line-height: 2;
}
.gw-wf-prevnext.gw-outline-btn:hover {
  opacity: 1;
}
.gw-wf-prevnext.gw-outline-btn.disabled {
  background-color: #F9CC69;
  opacity: 0.6;
}

.gw-wf-progress {
  position: absolute;
  right: 1rem;
  top: 6.85rem;
  width: 4rem;
}
.gw-wf-progress .gw-wf-progressbar {
  height: 23.8rem;
}

.gw-wf-progress-elem {
  border: 1px solid rgba(65, 61, 56, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 2px;
  height: calc(6.25% - 2px);
}
.gw-wf-progress-elem.gw-wf-progressed {
  border: none;
  background-color: rgba(0, 45, 165, 0.5);
}

.gw-wf-percent {
  text-align: center;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2;
}

.gw-wf-mobile-progress {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  height: 6px;
}
.gw-wf-mobile-progress .progress-bar {
  height: 100%;
}

.gw-wf-mobile-percent {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.gw-wf-top1 {
  width: 100%;
}
@media (min-width: 768px) {
  .gw-wf-top1 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top1 {
    width: 33%;
  }
}

.gw-wf-top2 {
  width: 90%;
}
@media (min-width: 768px) {
  .gw-wf-top2 {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top2 {
    width: 33%;
    padding-top: 2rem !important;
  }
}

.gw-wf-top3 {
  width: 80%;
}
@media (min-width: 768px) {
  .gw-wf-top3 {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top3 {
    width: 33%;
    padding-top: 4rem !important;
  }
}

.gw-wf-percentage {
  position: absolute;
  color: white;
  background: #BE1700;
  padding: 0.25rem 0.75rem;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 1rem;
}

.gw-wf-stimulus-img {
  border: 0.5rem solid rgba(255, 255, 255, 0.6);
}

.gw-wf-radio {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.gw-wf-instruction {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.gw-wf-instruction p {
  margin-bottom: 0;
}
.gw-wf-instruction i.icon-lamp {
  border-radius: 50%;
  background-color: rgba(244, 248, 255, 0.5);
  color: #002da5;
  padding: 0.5rem;
}
.gw-wf-instruction + .gw-wf-instruction i.icon-lamp {
  display: none;
}
@media (min-width: 768px) {
  .gw-wf-instruction {
    margin-bottom: 1rem;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
    gap: 1.5rem;
  }
  .gw-wf-instruction + .gw-wf-instruction i.icon-lamp {
    display: inline-block;
  }
}

.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.gw-swiper-container {
  position: relative;
}
.gw-swiper-container .gw-swiper-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 2rem;
  width: 6rem;
  height: 100%;
  color: #413D38;
  transition: ease color 0.3s;
}
.gw-swiper-container .gw-swiper-button:hover {
  color: black;
}
.gw-swiper-container .gw-swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gw-swiper-container .gw-swiper-button.gw-swiper-button-prev {
  left: -6rem;
}
.gw-swiper-container .gw-swiper-button.gw-swiper-button-next {
  right: -6rem;
}
.gw-swiper-container .gw-swiper-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: initial;
}
.gw-swiper-container .swiper-pagination {
  width: 100%;
}
.gw-swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.gw-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9FC2FF;
}

@-webkit-keyframes color_change {
  0% {
    background-color: #002da5;
  }
  20% {
    background-color: #002da5;
  }
  40% {
    background-color: rgb(224.5, 161.64, 0);
  }
  60% {
    background-color: #BE1700;
  }
  80% {
    background-color: #413D38;
  }
  100% {
    background-color: #002da5;
  }
}
@-moz-keyframes color_change {
  0% {
    background-color: #002da5;
  }
  20% {
    background-color: #002da5;
  }
  40% {
    background-color: rgb(224.5, 161.64, 0);
  }
  60% {
    background-color: #BE1700;
  }
  80% {
    background-color: #413D38;
  }
  100% {
    background-color: #002da5;
  }
}
@-ms-keyframes color_change {
  0% {
    background-color: #002da5;
  }
  20% {
    background-color: #002da5;
  }
  40% {
    background-color: rgb(224.5, 161.64, 0);
  }
  60% {
    background-color: #BE1700;
  }
  80% {
    background-color: #413D38;
  }
  100% {
    background-color: #002da5;
  }
}
@-o-keyframes color_change {
  0% {
    background-color: #002da5;
  }
  20% {
    background-color: #002da5;
  }
  40% {
    background-color: rgb(224.5, 161.64, 0);
  }
  60% {
    background-color: #BE1700;
  }
  80% {
    background-color: #413D38;
  }
  100% {
    background-color: #002da5;
  }
}
@keyframes color_change {
  0% {
    background-color: #002da5;
  }
  20% {
    background-color: #002da5;
  }
  40% {
    background-color: rgb(224.5, 161.64, 0);
  }
  60% {
    background-color: #BE1700;
  }
  80% {
    background-color: #413D38;
  }
  100% {
    background-color: #002da5;
  }
}
.gw-bg-color-change {
  background: #002da5;
  -webkit-animation: color_change 40s infinite;
  -moz-animation: color_change 40s infinite;
  -ms-animation: color_change 40s infinite;
  -o-animation: color_change 40s infinite;
  animation: color_change 40s infinite;
}

/* ADMIN BACKEND */
.gw-be-header.bg-primary-1050 {
  background-color: #002da5 !important;
}

.gw-be-container-scroller {
  overflow: hidden;
}

.gw-be-navbar-brand-wrapper {
  height: 3.7rem;
  width: 4rem;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
@media (min-width: 768px) {
  .gw-be-navbar-brand-wrapper {
    width: 17rem;
  }
}
.gw-be-navbar-brand-wrapper .navbar-brand {
  margin-right: 0;
  display: flex;
}
.gw-be-navbar-brand-wrapper .navbar-brand img {
  width: 10rem;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}
.gw-be-navbar-brand-wrapper .navbar-brand.navbar-brand-mini img {
  width: 2.5rem;
}

.gw-be-navbar-menu-wrapper {
  height: 3.7rem;
  width: calc(100% - 4rem);
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
@media (min-width: 768px) {
  .gw-be-navbar-menu-wrapper {
    width: calc(100% - 17rem);
  }
}
.gw-be-navbar-menu-wrapper .navbar-nav li {
  margin-right: 0.5rem;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav a {
  font-weight: 200;
  color: #343a40;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav .dropdown-menu {
  min-width: inherit;
  position: absolute;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
}
@media (max-width: 575.98px) {
  .gw-be-navbar-menu-wrapper .gw-be-dropdown-login .gw-name {
    display: none;
  }
}

.gw-be-page-body-wrapper {
  padding-top: 3.7rem;
  min-height: calc(100vh - 3.7rem);
  padding-left: 0;
  padding-right: 0;
}
.gw-be-page-body-wrapper .gw-be-sidebar ::selection {
  background: white;
  color: #002da5;
}
.gw-be-page-body-wrapper .gw-be-sidebar ::-moz-selection {
  background: white;
  color: #002da5;
}
@media (max-width: 767.98px) {
  .gw-be-page-body-wrapper .gw-be-sidebar {
    position: fixed;
    max-height: calc(100vh - 3.7rem);
    top: 3.7rem;
    bottom: 0;
    overflow: auto;
    right: -17rem;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .gw-be-page-body-wrapper .gw-be-sidebar.active {
    right: 0;
  }
}
.gw-be-page-body-wrapper .gw-be-sidebar {
  min-height: calc(100vh - 3.7rem);
  padding: 0;
  width: 17rem;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 51.9545454545, 190.5)), to(#002da5));
  background: linear-gradient(to top, rgb(0, 51.9545454545, 190.5), #002da5);
}
@media (min-width: 768px) {
  .gw-be-page-body-wrapper .gw-be-sidebar {
    height: auto;
  }
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav {
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-item.gw-nav-category {
  padding: 0.75rem 0;
  margin: 0 0 0.5rem 1rem;
  color: #fab400;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link {
  color: white;
  font-weight: bold;
  padding: 0.75rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link:hover, .gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link:focus {
  background: #9FC2FF;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link .gw-be-menu-arrow {
  margin-left: auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link[aria-expanded=true] .gw-be-menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link .gw-menu-icon {
  display: none;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu {
  margin: 0.25rem 0;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item .nav-link {
  margin-left: 1rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  position: relative;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item .nav-link:hover {
  background: transparent;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link:hover {
  background: #9FC2FF;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active {
  background: white;
  color: #002da5;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -25px 0 0 white;
  z-index: 1;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -25px 0 0 white;
  transform: rotate(180deg);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .gw-be-sub-menu-2 .nav-item .nav-link {
  padding-left: 3.5rem;
  font-size: 0.8rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gw-be-page-body-wrapper .gw-be-main-panel {
    min-height: calc(100vh - 3.7rem);
    width: calc(100% - 17rem);
  }
}
.gw-be-page-body-wrapper .gw-be-main-panel ::selection {
  background: #002da5;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel ::-moz-selection {
  background: #002da5;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel .content-wrapper {
  width: 100%;
  padding: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card {
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  margin-bottom: 2rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card .card-body {
  padding: 1.8rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card .card-body .form-group label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-label {
  font-weight: bold;
  font-size: 1.05rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit {
  margin-bottom: 0.25rem;
  align-items: center;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .gw-be-label {
  margin: 0;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .form-control[type=text] {
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.3rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .form-control[type=text]:hover:not(:focus) {
  border-color: #777777;
  background: #F2F2F2;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit select.form-control + .btn {
  padding: 0.15rem 0.3rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit select.form-control + .btn:hover:not(:focus) {
  border-color: #777777;
  background: #F2F2F2;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer {
  padding: 1rem;
  font-size: 0.85rem;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer .nav-link {
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer .nav-link:hover {
  color: rgb(0, 24.1363636364, 88.5);
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-sm .k-grid-header th.k-header {
  padding: 0.25rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-bordered tbody td {
  border: 1px solid #dee2e6;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-bordered tbody td:first-child {
  border-left-width: 1px;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-striped .k-alt {
  background: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-striped .k-alt td {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table table + .k-pager-wrap {
  margin-top: 0.5rem;
}

.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper {
  width: 4rem;
}
.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper .navbar-brand {
  display: none !important;
}
.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper .navbar-brand.navbar-brand-mini {
  display: block !important;
}
.gw-sidebar-icon-only .gw-be-navbar-menu-wrapper {
  width: calc(100% - 4rem);
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar {
  width: 4rem;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item.gw-nav-category {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link {
  display: block;
  text-align: center;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .gw-menu-icon {
  display: block;
  font-size: 1.3rem;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .menu-title, .gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .gw-be-menu-arrow {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .collapse, .gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .collapsing {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-main-panel {
  width: calc(100% - 4rem);
}

.gw-berufsfeldbox {
  margin-bottom: 1rem;
}
.gw-berufsfeldbox .gw-berufsfeld {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(70, 48, 6, 0.35);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  border: 6px solid rgba(255, 255, 255, 0.6);
}
.gw-berufsfeldbox .gw-berufsfeld .gw-derotate {
  margin-top: -1.667rem;
  transition: transform 0.5s ease;
}
.gw-berufsfeldbox .gw-berufsfeld img {
  transform: scale(1.1);
  filter: grayscale(0.25) brightness(0.9);
  transition: filter 0.5s;
}
.gw-berufsfeldbox .gw-berufsfeld:hover img {
  filter: none;
}
.gw-berufsfeldbox .gw-berufsfeld .gw-inner {
  padding: 0.8rem 0.667rem 0.8rem 0.8rem;
}
.gw-berufsfeldbox .gw-berufsfeld .gw-behind span {
  background-color: rgba(0, 45, 165, 0.8);
  box-shadow: 0.5rem 0 0 rgba(0, 45, 165, 0.8), -0.25rem 0 0 rgba(0, 45, 165, 0.8);
}
.gw-berufsfeldbox .gw-berufsfeld:hover {
  box-shadow: 0 5px 9px 0 rgba(70, 48, 6, 0.45);
  transform: scale(1.0667);
}

.gw-intertease.gw-snapchance {
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .gw-intertease.gw-snapchance {
    margin-top: -1.333rem;
  }
}
@media (min-width: 992px) {
  .gw-intertease.gw-snapchance {
    margin-top: -2 rem;
  }
}
.gw-intertease .gw-snapteaser {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease;
  text-align: right;
}
.gw-intertease .gw-snapteaser:hover {
  transform: scale(1.1);
}
.gw-intertease .gw-snapteaser .img-fluid {
  max-height: 2rem;
}
@media (min-width: 768px) {
  .gw-intertease .gw-snapteaser .img-fluid {
    max-height: 2.75rem;
  }
}
@media (min-width: 1480px) {
  .gw-intertease .gw-snapteaser .img-fluid {
    max-height: initial;
  }
}

.gw-a2z {
  position: relative;
}
.gw-a2z > a {
  width: 2.333rem;
}
.gw-a2z .gw-prof-filtertoggle {
  position: absolute;
  right: 0;
  bottom: -2.4rem;
  font-size: 1.75rem;
  width: auto;
  padding: 0 0.25rem;
  display: inline-block;
  z-index: 22;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.gw-a2z .gw-prof-filtertoggle.collapsed {
  transform: rotate(180deg);
}

.gw-prof-toolzone {
  background-color: rgb(144.5, 144.5, 144.5);
}
.gw-prof-toolzone .gw-colorbar {
  height: 0.333rem;
  position: static;
}
.gw-prof-toolzone.topstick.fixed {
  position: fixed;
  top: 0;
  z-index: 919191919;
}

.gw-prof-filter {
  background-color: #fff;
}
.gw-prof-filter .gw-prof-filtertoggle.btn {
  padding: 0.3rem 1rem;
  line-height: 1.4;
}
.gw-prof-filter .gw-prof-filterhead {
  padding: 1rem;
  padding-bottom: 0.667rem;
}
.gw-prof-filter .gw-prof-filterbox {
  background-color: rgba(0, 45, 165, 0.2);
}
.gw-prof-filter .gw-prof-filterbox > .row {
  background: none;
  padding: 1rem;
  padding-bottom: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox > .row [class*=col] {
  margin-bottom: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
.gw-prof-filter .gw-prof-filterbox input[type=text] {
  line-height: 2.1;
  width: 100%;
  padding-left: 0.667rem;
}
.gw-prof-filter .check-mark.gateicons:before {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #002da5;
  font-size: 1.5rem;
}
.gw-prof-filter .bootstrap-select .dropdown-item {
  padding-left: 1rem;
}
.gw-prof-filter .bootstrap-select .dropdown-item.selected {
  color: #002da5;
}
.gw-prof-filter .dropdown.bootstrap-select {
  width: 100% !important;
}
.gw-prof-filter .dropdown.bootstrap-select .btn-light:hover {
  border-color: rgba(159, 194, 255, 0.8);
  background-color: #fff;
}

.gw-factsbox {
  padding-top: 0.5rem;
}
.gw-factsbox dl {
  font-size: 0.85rem;
}
.gw-factsbox dt {
  color: #fab400;
}
.gw-factsbox .gw-profil-dimension {
  margin-bottom: 1rem;
}
.gw-factsbox .gw-profil-dimension .progress-bar {
  width: 0%;
  overflow: hidden;
}
.gw-factsbox .gw-profil-dimension .progress-bar span {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gw-factsbox .gw-profil-dimension .progress-bar.showspan span {
  opacity: 1;
}
.gw-factsbox .gw-profil-dimension .progress-bar.showlabel span {
  transition-delay: 0.5s;
  opacity: 1;
}
.gw-factsbox .gw-profil-dimension .progress-bar.gw-trans {
  transition: width 1.5s ease-out;
}
.gw-factsbox .gw-profil-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 0.2rem;
}
.gw-factsbox.gw-selfbox {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0.5rem;
}
.gw-factsbox .gw-ramp {
  padding-left: 1.5rem;
}
.gw-factsbox .gw-ramp:before {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\e93e";
  margin-right: 0.25rem;
  margin-left: -1.5rem;
  font-size: 1.25rem;
}
.gw-factsbox .gw-ramp:first-of-type:before {
  content: none;
}
.gw-factsbox .gw-ramp-base {
  opacity: 0.5;
}

.gw-breadbox.gw-breadbox-nomargin .breadcrumb {
  margin-bottom: 0;
}

.gw-intertease + .gw-breadbox {
  margin-top: -2.333rem;
}

.gw-rubriquebox a.btn {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 0.75rem;
}
.gw-rubriquebox + .gw-content > .row:first-of-type {
  padding-top: 0.25rem;
}

.gw-fold.gw-fold-trigger {
  cursor: pointer;
}
.gw-fold.gw-fold-trigger:after {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #002da5;
  display: inline-block;
  margin-left: 0.25rem;
}
.gw-fold.gw-fold-trigger.collapsed:after {
  content: "\e93b";
}

/* add by gateway.one */
.gw-a2z .gw-prof-filtertoggle {
  z-index: 4;
}

.gw-berufsfeldbox .gw-berufsfeld img:before {
  content: "";
  display: block;
  padding-top: 53%;
}

.gw-prof-filter .bootstrap-select .dropdown-toggle {
  font-weight: 700;
}
.gw-prof-filter .bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #999;
}

.gw-canton-filter .gw-canton-filterbox .gw-canton-filterhead {
  transition: ease padding 0.5s;
}
.gw-canton-filter .gw-canton-filter-trigger:not(.collapsed) .gw-canton-filterbox {
  background: white;
}
.gw-canton-filter .gw-canton-filter-trigger:not(.collapsed) .gw-canton-filterbox .gw-canton-filterhead {
  background: rgba(74, 149, 204, 0.2);
  padding: 0.4rem;
}

.gw-factsbox dl dd br {
  display: block;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  ul.gw-whatandwhy {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 3rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
  }
  ul.gw-whatandwhy li {
    break-inside: avoid;
  }
  ul.gw-whatandwhy li:empty {
    display: none;
  }
}
.gw-prof-toolzone.topstick.fixed {
  z-index: 1030;
}

.gw-srf-video-preview {
  min-height: 108px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.gw-srf-video-preview:after, .gw-srf-video-preview:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.gw-srf-video-preview:after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 16px;
  border-left: 20px solid #fff;
  margin-top: -14px;
  margin-left: -9px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
.gw-srf-video-preview:before {
  margin-top: -32px;
  margin-left: -32px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
}
.gw-srf-video-preview:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.gw-profession-inactive {
  max-height: 100vh;
  overflow: hidden;
}
.gw-profession-inactive:before {
  z-index: 1;
  content: "";
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1479.98px) {
  #ProfessionType[value=detail] ~ h1 {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-6-6 9:43:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
.gw-scale-up-top {
  -webkit-animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.gw-stoerer-container > .row {
  justify-content: flex-end;
  padding-right: 4%;
}
@media only screen and (max-width: 992px) {
  .gw-stoerer-container > .row {
    padding-right: 11%;
  }
}
@media (min-width: 992px) {
  .gw-stoerer-container > .row {
    padding-right: 8%;
  }
}
.gw-stoerer-container.gw-is-slided .gw-stoerer {
  transform: rotate(-12deg) translateX(100%);
}
.gw-stoerer-container.gw-is-slided .gw-stoerer {
  transform: rotate(-12deg) translateX(22em) translateY(4rem);
}

.gw-stoerer {
  position: absolute;
  width: 30%;
  top: 0;
  transform: rotate(-12deg);
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 576px) and (max-width: 992px) and (orientation: portrait) {
  .gw-stoerer {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .gw-stoerer {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .gw-stoerer {
    width: 12%;
    max-width: 160px;
    bottom: 2rem;
  }
}
.gw-stoerer:hover {
  transform: rotate(-6deg) scale(1.1);
  transition: transform 0.5s ease;
}

.gw-stoerer-svg {
  width: 100%;
  height: 100%;
  position: relative;
}

g#mainbox {
  position: absolute;
}
g#mainbox .gw-colorstamp {
  fill: #fab400;
}
g#mainbox .gw-colorstamp.gw-red {
  fill: #BE1700;
}
g#mainbox .gw-colorstamp.gw-blue {
  fill: #002da5;
}
g#mainbox text {
  fill: #fff;
  text-anchor: middle;
}
g#mainbox .gw-svg-title {
  font-family: "FoobarPro-Regular";
  font-weight: bold;
  font-size: 260%;
}
g#mainbox .gw-svg-text {
  font-size: 140%;
}
g#mainbox .gw-svg-cta {
  text-transform: uppercase;
  font-size: 140%;
  font-weight: 700;
}

.gw-pro .gw-topbar.navbar-expand-md, .gw-compact .gw-topbar.navbar-expand-md {
  justify-content: space-between;
}
.gw-pro .gw-loginnav > a.btn, .gw-compact .gw-loginnav > a.btn {
  max-width: none;
}
.gw-pro .gw-loginnav > a.btn span, .gw-compact .gw-loginnav > a.btn span {
  display: none;
}
@media (min-width: 768px) {
  .gw-pro .gw-loginnav > a.btn span, .gw-compact .gw-loginnav > a.btn span {
    display: inline;
  }
}

.gw-pro .gw-keyvis > img, .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  object-fit: cover;
  object-position: center 40%;
  min-height: 39px;
}
.gw-pro.gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img {
  object-position: center 0%;
}
.gw-pro.gw-home .gw-keyvis > img, .gw-pro.gw-compact-big .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 120px;
}

.gw-no-meta.gw-topbar.navbar-expand-md {
  justify-content: space-between;
}

.gw-compact .gw-metabox {
  display: flex !important;
  align-items: center;
}
.gw-compact .gw-metabox .navbar-nav {
  display: none;
}
@media (min-width: 768px) {
  .gw-compact .gw-metabox .navbar-nav {
    display: flex;
  }
}
.gw-compact .gw-metabox .gw-loginnav {
  position: static;
  right: unset;
  bottom: unset;
}
@media (min-width: 768px) {
  .gw-compact.gw-home .gw-keyvis > img {
    max-height: 38vh;
  }
}

.gw-compact:not(.gw-myway-shown) .gw-snapchance + .gw-content > .row:first-of-type {
  padding-top: 0.25rem;
}
.gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  object-fit: cover;
  object-position: center 40%;
  min-height: 39px;
  max-height: 39px;
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    max-height: 12vh;
  }
}
@media (min-width: 1480px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    max-height: 16vh;
  }
}
.gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 100px;
  max-height: 12vh;
}
@media only screen and (orientation: landscape) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 80px;
    max-height: 8vh;
  }
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 120px;
    max-height: 24vh;
  }
}

.gw-keyvis > img {
  display: block;
}

.gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  min-height: 2.4rem;
}
.gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 13.95rem;
}

@media (min-width: 768px) {
  .gw-compact.gw-home .gw-keyvis > img {
    min-height: 24.69rem;
  }
}
@media (max-width: 767.98px) {
  .gw-compact .gw-myway-container .spinner.large.gw-myway-box {
    margin: 2rem auto;
  }
}

@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    min-height: 6.9rem;
  }
}
@media (min-width: 1480px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    min-height: 9.3rem;
  }
}
.gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 6.9rem;
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 13.95rem;
  }
}

.gw-calendar {
  margin-bottom: 2rem;
}
.gw-calendar thead .head.current {
  text-align: center;
  font-size: 1.2rem;
}
.gw-calendar thead .head.next {
  text-align: right;
}
.gw-calendar thead .head.previous a, .gw-calendar thead .head.next a {
  background: white;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  transition: none;
}
@media (min-width: 768px) {
  .gw-calendar thead .head.previous a, .gw-calendar thead .head.next a {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}
.gw-calendar thead .head.previous a:hover, .gw-calendar thead .head.next a:hover {
  background: #fab400;
  color: white;
}
.gw-calendar thead .label {
  text-align: center;
  padding: 2rem 0 0.5rem;
  border-bottom: 1px solid #555;
}
.gw-calendar thead .label span {
  display: none;
}
.gw-calendar thead .weekend.label {
  color: grey;
}
.gw-calendar tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
.gw-calendar tbody .header {
  font-family: "FoobarPro-Regular";
  text-align: center;
  padding: 0.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: table-cell;
  vertical-align: middle;
}
.gw-calendar tbody .today .header {
  background: rgb(241, 29.1736842105, 0);
  color: white;
}
.gw-calendar tbody .weekend .header {
  color: grey;
}
.gw-calendar tbody .active .header {
  background: #fab400;
  color: white;
}
.gw-calendar tbody .active .header:hover {
  background: #a4700d;
}
.gw-calendar tbody .active .header:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.gw-flavio-level-1-left {
  position: absolute;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
}

.gw-flavio-level-1-right {
  position: absolute;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
}

.gw-conotation-flavio {
  background: white;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border-left: 0.5rem solid #c78810;
}

.popover .popover-header {
  font-weight: bold;
  border-width: 0;
}

.datepicker.datepicker-dropdown {
  padding: 0.5rem;
}
.datepicker.datepicker-dropdown table {
  border-collapse: separate;
}
.datepicker.datepicker-dropdown table tr td {
  width: 35px;
  height: 30px;
}
.datepicker.datepicker-dropdown table tr th.dow {
  font-size: 9pt;
}
.datepicker.datepicker-dropdown table tr td.today {
  background: #fab400;
  color: white;
}
.datepicker.datepicker-dropdown table tr td.today:hover {
  background: rgb(224.5, 161.64, 0);
  color: white;
}
.datepicker.datepicker-dropdown table tr td.active {
  background: #002da5;
}
.datepicker.datepicker-dropdown table tr td.active:hover {
  background: rgb(0, 38.0454545455, 139.5);
}
.datepicker.datepicker-dropdown table tr td span.year.active, .datepicker.datepicker-dropdown table tr td span.year.active:hover,
.datepicker.datepicker-dropdown table tr td span.month.active, .datepicker.datepicker-dropdown table tr td span.month.active:hover,
.datepicker.datepicker-dropdown table tr td span.decades.active, .datepicker.datepicker-dropdown table tr td span.decades.active:hover,
.datepicker.datepicker-dropdown table tr td span.century.active, .datepicker.datepicker-dropdown table tr td span.century.active:hover {
  background: #002da5;
}

.gw-jobmap {
  height: 280px;
  position: relative;
}
@media (min-width: 992px) {
  .gw-jobmap {
    height: 400px;
  }
}
.gw-jobmap .gw-the-map {
  height: 100%;
}

.gw-prof-toolzone {
  position: relative;
}
.gw-prof-toolzone.gw-joboffer {
  background: none;
}

.gw-joboffer .gw-searchbox .nav-tabs .nav-link {
  max-width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .gw-joboffer .gw-searchbox .nav-tabs .nav-link {
    max-width: none;
    padding-right: 1rem;
    font-size: 1.25rem;
  }
}
.gw-joboffer .gw-searchbox .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .gw-joboffer .gw-searchbox .tab-pane .form-control,
  .gw-joboffer .gw-searchbox .form-group .btn {
    font-size: 1.25rem;
  }
}

.gw-perimeterbox {
  line-height: 1.6;
  background: white;
  padding: 0.2rem 1rem 0.06667rem 1rem;
  display: flex;
  justify-content: space-between;
}
.gw-perimeterbox > span {
  margin: 0 0.3rem;
  font-weight: 700;
}
.gw-perimeterbox .gw-incdec i {
  font-size: 1.333rem;
}
.gw-perimeterbox .gw-incdec + span {
  line-height: 2.1;
}

.gw-maptoggler {
  position: absolute;
  top: 100%;
  right: 4rem;
  z-index: 300;
  background-color: #9FC2FF;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gw-maptoggler:hover {
  background-color: #002da5;
}
.gw-maptoggler.gw-map-closed i:before {
  content: "\e99c";
}

.gw-jobmap {
  position: relative;
}
.gw-jobmap > img {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  transform: scale(1) translateY(0);
  transition: transform 0.4s;
}
.gw-jobmap > img:hover {
  transform: scale(1.25) translateY(-3px);
}

.gw-map-trigger i:before {
  margin-left: 0.3rem;
}
.gw-map-trigger.gw-map-open i:before {
  content: "\e93a";
}

/*.row.gw-extended-filter.collapse.show {
    display: flex;
}
.gw-prof-filter .gw-prof-filterbox .row [class*='col'] a {
    margin-bottom: 0;
}
.gw-ext-filtertoggle {
    position: absolute;
    bottom: 0;
    font-size: 1.75rem;
    width: auto;
    padding: 0 0.25rem;
    display: inline-block;
    transform: rotate(-179.9deg);
    transform-origin: 50% 36%;
    //transition: transform 0.3s ease;
    &.collapsed {
        transform: rotate(0deg);
    }
}*/
.gw-searchcritbox {
  margin-bottom: 0.25rem;
  padding: 1rem 1rem 0 1rem;
}

.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox + .row {
  padding-top: 0;
}

.gw-searchcrit {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background-color: rgba(0, 45, 165, 0.25);
  padding: 0.2rem 0.5rem;
  padding-right: 2.333rem;
  margin-right: 0.333rem;
  margin-bottom: 0.333rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .gw-searchcrit {
    width: auto;
    max-width: 50%;
  }
}

h6.gw-critlabel {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.gw-critvalue a.gw-closer {
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  right: 0.2rem;
  font-size: 1.5rem;
  line-height: 0.2;
  margin-left: 1rem;
}

.gw-resultcount {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.gw-resultcount p {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.gw-resultcount p small {
  font-weight: 700;
}

.gw-joboffer-results .list-group-item .row.gw-upper-row > div {
  margin-bottom: 0;
}
.gw-joboffer-results .list-group-item {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
.gw-joboffer-results .list-group-item .gw-upper-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.gw-joboffer-results .list-group-item .gw-upper-row [class^=col], .gw-joboffer-results .list-group-item .gw-upper-row [class*=col] {
  background-color: #9FC2FF;
  color: #002da5;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.gw-junior .gw-joboffer-results .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  border: none;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.gw-junior .gw-joboffer-results .list-group-item .gw-upper-row {
  order: 1;
  margin: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .gw-junior .gw-joboffer-results .list-group-item .gw-upper-row {
    justify-content: start;
  }
}
.gw-junior .gw-joboffer-results .list-group-item .gw-upper-row [class^=col], .gw-junior .gw-joboffer-results .list-group-item .gw-upper-row [class*=col] {
  flex-grow: 0;
  background-color: #F4F8FF;
  color: #002da5;
  border-radius: 1rem;
  margin-right: 0.5rem;
  font-weight: 500;
  flex: 0;
  white-space: nowrap;
}

.gw-upper-row {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .gw-upper-row {
    padding-bottom: 0.333rem;
    font-size: 1rem;
  }
}

.gw-lower-row {
  display: flex;
  align-items: center;
}
.gw-lower-row .gw-customer-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .gw-lower-row .gw-customer-name {
    justify-content: flex-start;
  }
}
.gw-lower-row .gw-ep-logo {
  display: inline-block;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-lower-row .gw-ep-logo:hover {
  transform: scale(1.075);
}
.gw-lower-row .gw-ep-logo img {
  max-width: 156px;
}
.gw-lower-row .gw-sqq-seal {
  display: inline-block;
  margin-left: 0.75rem;
  max-width: 20%;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-lower-row .gw-sqq-seal:hover {
  transform: scale(1.075);
}
.gw-lower-row .gw-sqq-seal img {
  height: 40px;
  max-width: none;
}
.gw-lower-row .gw-nologo {
  width: 210px;
  height: 75px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.125);
}

.gw-customer-name {
  text-align: center;
}
@media (min-width: 768px) {
  .gw-customer-name {
    text-align: left;
  }
}

.gw-apply-button {
  text-align: center;
}
@media (min-width: 768px) {
  .gw-apply-button {
    text-align: right;
  }
}

.gw-list-group .list-group-item .row.gw-lower-row > div.gw-apply-button {
  margin-bottom: 0;
}

.gw-mark-as-favorite {
  position: inherit;
}

.gw-job-favorite {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0.25rem;
  outline-style: none !important;
}
.gw-job-favorite:hover:not(:disabled) {
  background-color: #C8C8C8;
}
.gw-job-favorite:disabled {
  -webkit-animation: rotation 3s infinite linear;
  -moz-animation: rotation 3s infinite linear;
  animation: rotation 3s infinite linear;
}
.gw-job-favorite i {
  font-size: 1.5rem;
  color: #343a40;
}
.gw-job-favorite.gw-is-favorite i:before {
  content: "\e997";
}

.gw-list-group .list-group-item .row > div.gw-mark-as-favorite {
  padding-right: 5px;
}
@media (min-width: 768px) {
  .gw-list-group .list-group-item .row > div.gw-mark-as-favorite {
    padding-right: 15px;
  }
}

.tooltip {
  pointer-events: none;
}

.tooltip-inner {
  background-color: #002da5;
  font-size: 0.85rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #002da5;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #002da5;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #002da5;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #002da5;
}

.gw-marker-popup {
  display: none;
  position: absolute;
  top: 100px;
  left: 300px;
  z-index: 320;
  width: 230px;
  transition: transform 0.5s ease;
}
.gw-marker-popup .gw-bubble-image {
  max-width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gw-marker-popup .gw-bubble-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.gw-marker-popup .gw-bubble.embed-responsive-item {
  border: none;
  overflow: hidden;
}
.gw-marker-popup .gw-bubble.embed-responsive-item:before {
  content: none;
}
.gw-marker-popup .gw-bubble.embed-responsive-item:after {
  border-width: 2px;
  content: none;
  bottom: -1.8rem;
  right: calc(20% + 1.25rem);
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-bubble-inner {
  padding: 0.4rem 0.6rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-top-row {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 0.5rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-location-name {
  font-size: 0.85rem;
  color: #002da5;
}
.gw-marker-popup .gw-bubble.embed-responsive-item p {
  margin-bottom: 0.5rem;
  hyphens: auto;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: -1px;
  margin-right: -2px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-closer .icon-cross {
  color: #212529;
}
.gw-marker-popup .gw-bubble.embed-responsive-item h4.gw-customer-name {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink {
  display: flex;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink i {
  margin-top: 0.125rem;
  margin-right: 0.25rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a {
  font-size: 0.85rem;
  color: #002da5;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a:hover {
  color: rgb(0, 24.1363636364, 88.5);
}

.gw-compact .gw-filterbox-toggler {
  display: block;
  color: #002da5;
  font-weight: 700;
  padding: 0.25rem 0 0 1rem;
}
.gw-compact .gw-filterbox-toggler i:before {
  margin-left: 0.25rem;
}
.gw-compact .gw-filterbox-toggler:hover {
  color: rgb(0, 28.3090909091, 103.8);
}
.gw-compact .gw-filterbox-toggler + .gw-searchcritbox {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .gw-compact .gw-filterbox-toggler + .gw-searchcritbox {
    padding-top: 1rem;
  }
}
.gw-compact .gw-filterbox-toggler.gw-filterbox-open i:before {
  content: "\e93a";
}
.gw-compact .gw-searchcritbox {
  display: none;
}
.gw-compact .gw-searchcritbox > .row {
  background: none;
  padding: 0;
}
.gw-compact .gw-searchcritbox > .row [class*=col] {
  margin-bottom: 0.5rem;
}
.gw-compact .gw-joboffer-items.gw-list-group .list-group-item {
  padding-bottom: 0.1rem;
}
.gw-compact .gw-joboffer-items.gw-list-group .list-group-item .gw-lower-row > div {
  margin-bottom: 0.25rem;
}

.gw-resultcount .btn-sm, .gw-resultcount .btn-group-sm > .btn {
  font-size: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.gw-searchcrit.fadein {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-searchfilter {
  transition: ease 0.2s flex, ease 0.2s padding;
}
.gw-searchfilter.hidden {
  flex: 0;
  padding: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.gw-perimeterbox.disabled {
  opacity: 0.65;
}
.gw-perimeterbox.disabled a {
  pointer-events: none;
  color: grey;
}

.gw-joboffer .ui-autocomplete {
  z-index: 919191920;
  max-height: 80vh;
  overflow-y: auto;
}
.gw-joboffer .tooltip {
  z-index: 919191921;
}

.gw-searchcritbox {
  margin-bottom: 0;
}

.gw-prof-filterbox .gw-searchcritbox .k-autocomplete {
  border-radius: 0;
  width: 100%;
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-input {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  height: calc(1.5em + 2rem + 2px);
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete.k-state-focused {
  box-shadow: 0 0 0 1px #002da5;
  border-color: #002da5;
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-i-loading {
  top: 50%;
  transform: translateY(-50%);
  filter: saturate(0);
}

.gw-prof-filterbox .bootstrap-select .filter-option-inner-inner {
  font-weight: 300;
}

.gw-joboffer-results nav ul.pagination .page-item.disabled {
  display: none;
}
.gw-joboffer-results nav ul.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e], .gw-joboffer-results nav ul.pagination .page-item[title*=u] {
  text-transform: lowercase;
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link {
  background: white;
  color: #fab400 !important;
  transition: none;
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link:focus, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 180, 0, 0.5);
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link:hover, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link:hover {
  background: #fab400 !important;
  color: white !important;
}

.gw-filterbox-toggler {
  display: block;
  color: #002da5;
  font-weight: 700;
  padding: 0.25rem 0 0 1rem;
}
.gw-filterbox-toggler i:before {
  margin-left: 0.25rem;
}
.gw-filterbox-toggler:hover {
  color: rgb(0, 28.3090909091, 103.8);
}
.gw-filterbox-toggler + .gw-searchcritbox {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .gw-filterbox-toggler + .gw-searchcritbox {
    padding-top: 1rem;
  }
}
.gw-filterbox-toggler.gw-filterbox-open i:before {
  content: "\e93a";
}

.gw-searchcrit:nth-last-child(n+16) .gw-critvalue,
.gw-searchcrit:nth-last-child(n+16) ~ .gw-searchcrit .gw-critvalue {
  font-size: 0.8rem;
}

.gw-joboffer .gw-searchbox .nav-tabs .nav-link {
  max-width: 37%;
}

.gw-keybox, .gw-colorbar {
  display: none;
}

.badge {
  line-height: 1.5;
}

.gw-mainnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: white;
  position: relative;
  z-index: 1000;
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  .gw-mainnav {
    padding: 0 3rem;
    border-radius: 0;
  }
}
.gw-mainnav .gw-brand {
  padding: 2.25rem 0;
  position: relative;
  z-index: 1001;
  background: white;
}
@media (max-width: 767.98px) {
  .gw-mainnav .gw-brand {
    max-width: 11.25rem;
  }
  .gw-mainnav .gw-brand svg {
    max-width: 100%;
  }
}
@media (min-width: 1480px) {
  .gw-mainnav .gw-brand {
    padding: 3rem 6rem 3rem 0;
  }
}
.gw-mainnav .gw-collapse {
  display: none;
}
@media (min-width: 1480px) {
  .gw-mainnav .gw-collapse {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
  }
}
.gw-mainnav .gw-collapse .nav-item {
  padding: 2.25rem 0;
}
.gw-mainnav .gw-collapse .nav-item:hover .nav-link.show i::before {
  content: "\f139";
}
.gw-mainnav .gw-collapse .nav-item .nav-link {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #343a40;
  border-radius: 0.5rem;
}
.gw-mainnav .gw-collapse .nav-item .nav-link span {
  margin-right: 0.5rem;
  font-size: 1.125rem;
}
.gw-mainnav .gw-collapse .nav-item .nav-link.active {
  color: #002da5;
  font-weight: 600;
}
.gw-mainnav .gw-collapse .nav-item .nav-link.active svg path {
  fill: #002da5;
}
.gw-mainnav .gw-collapse .nav-item .nav-link:hover {
  background-color: #F4F8FF;
}
.gw-mainnav .gw-collapse .nav-item .nav-link:focus {
  color: #002da5;
}
.gw-mainnav .gw-collapse .nav-item .nav-link:focus svg path {
  fill: #002da5;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu {
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #F4F8FF;
  padding: 0.5rem;
  left: auto;
  margin: 0;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .dropdown-item {
  font-size: 1.125rem;
  border-radius: 0.5rem;
  position: relative;
  padding: 0.75rem 1.5rem;
  background-color: white;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .dropdown-item:active, .gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .dropdown-item:hover {
  background-color: #F4F8FF;
  color: #343a40;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .dropdown-item:focus {
  color: #002da5;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .dropdown-item i.fi {
  margin-right: 0.75rem;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .active .dropdown-item {
  color: #002da5;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu .active .dropdown-item svg path {
  fill: #002da5;
}
.gw-mainnav .gw-collapse .nav-item .nav-link + .dropdown-menu li:not(:last-child) .dropdown-item::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #F2F2F2;
  display: block;
  position: absolute;
  bottom: 0;
}
.gw-mainnav .gw-collapse .metanav {
  margin-right: 1rem;
  position: relative;
}
.gw-mainnav .gw-collapse .metanav:after {
  content: "";
  width: 1px;
  height: 4.4rem;
  position: absolute;
  top: 1.5rem;
  right: 0;
  display: block;
  background: #F2F2F2;
}
.gw-mainnav .gw-collapse .langnav .nav-link {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
}
.gw-mainnav .gw-collapse .langnav .nav-link + .dropdown-menu {
  border-radius: 1rem;
}
.gw-mainnav .gw-collapse .langnav .nav-link + .dropdown-menu .dropdown-item {
  font-weight: 700;
  font-size: 0.85rem;
  padding: 1rem;
  text-transform: uppercase;
}
.gw-mainnav .gw-loginbutton {
  display: none !important;
  color: white;
}
.gw-mainnav .gw-loginbutton:active, .gw-mainnav .gw-loginbutton:focus {
  box-shadow: none !important;
  border-color: #fab400 !important;
  background-color: #fab400 !important;
}
.gw-mainnav .gw-loginbutton.gw-logged-in {
  min-width: 3.5rem;
  min-height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #fab400;
  background: #F4F8FF;
  background-size: cover;
}
.gw-mainnav .gw-loginbutton.gw-logged-in span {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  color: #fab400;
}
@media (min-width: 1480px) {
  .gw-mainnav .gw-loginbutton {
    display: block !important;
  }
}
.gw-mainnav .gw-loginbutton + .dropdown-menu {
  padding: 0;
  min-width: 21rem;
  border-width: 0;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-form {
  padding: 1rem 2rem;
  margin-bottom: 0;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-form h6 {
  font-size: 1.5rem;
  font-style: normal;
  margin-bottom: 1rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-form .form-group {
  margin-bottom: 1rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-form .form-control {
  padding: 1rem 1.5rem;
  margin-bottom: 0.25rem;
  height: auto;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-form .invalid-feedback {
  font-size: 0.875rem;
  padding-left: 1.5rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-form .gw-login-button {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-tinytext {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-tinytext a {
  color: #002da5;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-tinytext a:hover {
  color: #000B23;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-edulog, .gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-register {
  padding: 1rem 2rem;
  background-color: #F4F8FF;
  border-top: 1px solid #9FC2FF;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-register {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-register h6 {
  text-align: center;
  font-style: normal;
  margin-bottom: 1rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-login-register .gw-loginnav-button {
  padding: 0.5rem 1.5rem;
  font-size: 0.85rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items {
  padding: 0.5rem 0.5rem 0;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items .dropdown-item {
  padding: 0.75rem 1.5rem;
  position: relative;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items .dropdown-item.active {
  background-color: transparent;
  color: #002da5;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items .dropdown-item i {
  margin-right: 0.5rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items .dropdown-item:not(:last-child):after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #f2f2f2;
  display: block;
  position: absolute;
  bottom: 0;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items .dropdown-divider {
  display: none;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items + .gw-logoff {
  padding: 1rem;
  margin-bottom: 1.8rem;
}
.gw-mainnav .gw-loginbutton + .dropdown-menu .gw-dropdown-items + .gw-logoff .gw-loginnav-button i {
  margin-right: 0.5rem;
}

/* ***************** */
/* MOBILE NAVIGATION */
/* ***************** */
@media (min-width: 1480px) {
  .gw-mobilenav {
    display: none;
  }
}
.gw-mobilenav {
  max-width: 26.75rem;
  background: white;
  border-radius: 2.1875rem 2.1875rem 0 0;
  padding: 0 3rem;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-mobilenav .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}
.gw-mobilenav .gw-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #777777;
}
.gw-mobilenav .gw-toggle i {
  font-size: 1.5rem;
}
.gw-mobilenav .gw-toggle .gw-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.gw-mobilenav .gw-toggle.gw-mainmenu:not(.collapsed) {
  color: #002da5;
}
.gw-mobilenav .gw-toggle.gw-mainmenu:not(.collapsed) i::before {
  content: "\f40f";
}
.gw-mobilenav .gw-toggle:focus svg path {
  fill: #002da5;
}
.gw-mobilenav .gw-toggle:focus .gw-text {
  color: #002da5;
}
.gw-mobilenav .gw-toggle {
  /* cross when menu opened */
}
.gw-mobilenav .gw-toggle.gw-mainmenu:not(.collapsed) i::before {
  content: "\f40f";
}
.gw-mobilenav .gw-accordion-wrapper {
  width: 100%;
}
.gw-mobilenav .gw-mobile-accordion {
  padding: 1.5rem 0 0.5rem;
}
.gw-mobilenav .gw-mobile-accordion .invisible {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-link {
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 0;
  color: #343a40;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-link.active {
  color: #002da5;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-link.active.gw-mobile-more svg path {
  fill: #002da5;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-link:focus {
  color: #002da5;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-link:focus + .gw-mobile-more svg path, .gw-mobilenav .gw-mobile-accordion .gw-mobile-link:focus svg path {
  fill: #002da5;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-more {
  padding: 0.5rem 1.5rem;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-more i {
  transition: ease transform 0.25s;
  display: block;
}
.gw-mobilenav .gw-mobile-accordion .gw-mobile-more:not(.collapsed) i {
  transform: rotate(90deg);
}
.gw-mobilenav .gw-mobile-accordion .gw-submenu {
  padding: 0.5rem 1.5rem 1rem;
}
.gw-mobilenav .gw-mobile-langnavbox {
  margin-bottom: 1rem;
}
.gw-mobilenav .gw-mobile-langnavbox .gw-mobile-langnav {
  display: inline-flex;
  border: 1px solid #777777;
  border-radius: 1rem;
  padding: 0.5rem;
}
.gw-mobilenav .gw-mobile-langnavbox .gw-lang-btn {
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #343a40;
  border-width: 0;
}
.gw-mobilenav .gw-mobile-langnavbox .gw-lang-btn:not(.collapsed) span + i {
  opacity: 0;
}
.gw-mobilenav .gw-mobile-langnavbox .collapse-horizontal .wrapper {
  width: 6rem;
}
.gw-mobilenav .gw-mobile-langnavbox .collapse-horizontal .gw-lang-btn {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  position: relative;
  border-radius: 0.5rem;
}
.gw-mobilenav .gw-mobile-langnavbox .collapse-horizontal .gw-lang-btn:before {
  content: "";
  width: 1px;
  height: 0.75rem;
  position: absolute;
  background: #F2F2F2;
  top: 0.75rem;
  left: -0.5rem;
}
.gw-mobilenav .gw-mobile-langnavbox .collapse-horizontal .gw-lang-btn:focus, .gw-mobilenav .gw-mobile-langnavbox .collapse-horizontal .gw-lang-btn:active {
  background: #F4F8FF;
}
.gw-mobilenav .gw-loginbutton {
  color: white;
  padding: 0.75rem;
}
.gw-mobilenav .gw-loginbutton:active, .gw-mobilenav .gw-loginbutton:focus {
  box-shadow: none !important;
  border-color: #fab400 !important;
}
.gw-mobilenav .gw-loginbutton.gw-logged-in {
  min-width: 3.5rem;
  min-height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #fab400;
  background: #F4F8FF;
  background-size: cover;
}
.gw-mobilenav .gw-loginbutton.gw-logged-in span {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  color: #fab400;
  max-width: 3rem;
  overflow: hidden;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-form h6 {
  margin-bottom: 1rem;
  font-style: normal;
  font-size: 1.5rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-form .form-group {
  margin-bottom: 1rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-form .form-control {
  margin-bottom: 0.25rem;
  padding: 1rem 1.5rem;
  height: auto;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-form .invalid-feedback {
  padding-left: 1.5rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-form .gw-login-button {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-tinytext {
  text-align: center;
  margin-bottom: 1rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-tinytext a {
  color: #002da5;
}
.gw-mobilenav .gw-loginnav-mobile .gw-tinytext a:hover {
  color: #000B23;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-edulog, .gw-mobilenav .gw-loginnav-mobile .gw-login-register {
  background-color: #F4F8FF;
  border-top: 1px solid #9FC2FF;
  padding: 1rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-register h6 {
  margin-bottom: 1rem;
  font-style: normal;
  text-align: center;
}
.gw-mobilenav .gw-loginnav-mobile .gw-login-register .gw-loginnav-button {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items {
  margin-bottom: 0.5rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items .dropdown-divider {
  display: none;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items .dropdown-item {
  font-size: 1.25rem;
  text-decoration: none;
  padding: 0.5rem 1rem 0.5rem 0;
  color: #343a40;
  margin: 0;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items .dropdown-item.active {
  color: #002da5;
  background-color: transparent;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items .dropdown-item:hover {
  background-color: transparent;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items .dropdown-item:focus {
  color: #002da5;
  background-color: transparent;
}
.gw-mobilenav .gw-loginnav-mobile .gw-dropdown-items .dropdown-item i {
  margin-right: 0.5rem;
}
.gw-mobilenav .gw-loginnav-mobile .gw-loginnav-button i {
  margin-right: 0.5rem;
}
.gw-mobilenav .gw-loginbutton {
  color: white;
  padding: 0.75rem;
}
.gw-mobilenav .gw-loginbutton.gw-logged-in {
  min-width: 3.5rem;
  min-height: 3.5rem;
  border-radius: 50%;
  border: 2px solid #fab400;
  background: #F4F8FF;
  background-size: cover;
}
.gw-mobilenav .gw-loginbutton.gw-logged-in span {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  color: #fab400;
  max-width: 3rem;
  overflow: hidden;
}

.gw-p-module {
  padding: 4rem 1.5rem;
}

.gw-p-module-big {
  padding: 4.875rem 1.5rem;
}

.gw-p-module-giant {
  padding: 4.875rem 1.5rem;
}

@media (min-width: 768px) {
  .gw-p-module {
    padding: 4rem 3rem;
  }
}
@media (min-width: 992px) {
  .gw-p-module-big {
    padding: 6.25rem 10.75rem;
  }
  .gw-p-module-giant {
    padding: 3.125rem 16.75rem 6.6875rem;
  }
}
.btn-secondary, .btn-secondary:hover {
  color: white;
}

.btn-white {
  color: #002da5;
  background-color: white;
}

.btn-outline-white:hover {
  color: #002da5;
}

.gw-iconbtn {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
}
.gw-iconbtn.blue {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_blue.svg);
}
.gw-iconbtn.beige {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_beige.svg);
}
.gw-iconbtn.black {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_black.svg);
}
.gw-iconbtn.white {
  background-image: url(../img/stoerer/gatewayone_Stoerer_white.svg);
  color: #002da5;
}
.gw-iconbtn.outline-white {
  background-image: url(../img/stoerer-outline/gatewayone_Stoerer_outline_white_thin.svg);
}
.gw-iconbtn.gw-iconbtn-lg {
  width: 6.25rem;
  height: 6.25rem;
}
.gw-iconbtn .gw-iconbtn {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 1480px) {
  .gw-iconbtn {
    height: 5rem;
    width: 5rem;
  }
}

a.gw-iconbtn {
  text-decoration: none;
  transition: ease transform 0.3s;
}
a.gw-iconbtn:hover {
  transform: scale(1.1);
}
a.gw-iconbtn:hover i {
  text-decoration: none;
}

.gw-video-player video {
  background-color: #F2F2F2;
}
.gw-video-player .progress {
  height: 5px;
  margin: 0.75rem 1rem 0;
}
.gw-video-player .gw-playbutton {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: ease 0.25s transform;
  padding: 1rem 1.5rem;
  width: 5rem;
  height: 5rem;
  font-size: 1.5rem;
}
.gw-video-player .gw-playbutton .fi-rr-pause, .gw-video-player .gw-playbutton .fi-rr-rotate-left {
  display: none;
}
.gw-video-player .gw-playbutton:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.gw-video-player.ended .gw-playbutton .fi-rr-play, .gw-video-player.ended .gw-playbutton .fi-rr-pause {
  display: none;
}
.gw-video-player.ended .gw-playbutton .fi-rr-rotate-left {
  display: block;
}
.gw-video-player.playing .gw-playbutton {
  display: none;
}
.gw-video-player.playing .gw-playbutton .fi-rr-play {
  display: none;
}
.gw-video-player.playing .gw-playbutton .fi-rr-pause {
  display: block;
}
@media (min-width: 1480px) {
  .gw-video-player:hover .gw-playbutton {
    display: block;
  }
}

.gw-stoerer {
  width: 12.625rem;
  height: 12.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 1rem;
  filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.15));
}
.gw-stoerer i {
  font-size: 2rem;
  color: white;
}
.gw-stoerer .gw-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: white;
  font-weight: 700;
}
.gw-stoerer.blue {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_blue.svg);
}
.gw-stoerer.beige {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_beige.svg);
}
.gw-stoerer.black {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_black.svg);
}
.gw-stoerer.white {
  background-image: url(../img/stoerer/gatewayone_Stoerer_white.svg);
}
.gw-stoerer.white i, .gw-stoerer.white .gw-text {
  color: #002da5;
}
@media (min-width: 992px) {
  .gw-stoerer {
    width: 15rem;
    height: 15rem;
  }
  .gw-stoerer .gw-text {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}

a.gw-stoerer {
  text-decoration: none;
  transition: ease transform 0.3s;
}
a.gw-stoerer:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.gw-social-buttons {
  background: white;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.gw-social-buttons .gw-social-link {
  display: block;
  position: relative;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: background 0.15s ease-in-out;
}
.gw-social-buttons .gw-social-link:hover {
  background: #F4F8FF;
}
.gw-social-buttons .gw-social-link:hover svg path {
  fill: #002da5;
}
.gw-social-buttons .vr {
  opacity: 1;
  margin: 1.5rem;
  color: #F2F2F2;
}
@media (max-width: 991.98px) {
  .gw-social-buttons {
    max-width: 100%;
    overflow-x: scroll;
  }
}

.gw-rounded-box {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem !important;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .gw-rounded-box {
    padding: 1.5rem !important;
  }
}

.gw-highlight-box {
  background-color: #F4F8FF;
  border-radius: 1rem;
}

.gw-info-box {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.gw-info-box:before {
  content: url(../img/stoerer/gatewayone_Stoerer_rgb_blue.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  height: 10rem;
  width: 10rem;
}
.gw-info-box .fi {
  padding: 1rem 2rem;
  font-size: 2rem;
  color: white;
  z-index: 1;
}
.gw-info-box p {
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002da5;
  margin: 0;
}

ul.gw-stamped, .gw-stamped ul {
  list-style-type: none;
  margin-bottom: 1.5rem;
  padding-left: 0;
}
ul.gw-stamped li, .gw-stamped ul li {
  margin-bottom: 0.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
ul.gw-stamped li::before, .gw-stamped ul li::before {
  content: "" !important;
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_orange.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 4px;
}

.gw-faq {
  margin-bottom: 1.5rem;
}
.gw-faq .gw-faq-head {
  display: flex;
  flex-wrap: nowrap;
  color: #C8C8C8;
  align-items: center;
  margin-bottom: 1rem;
}
.gw-faq .gw-faq-head .fi {
  font-size: 1.5rem;
}
.gw-faq .gw-faq-head .vr {
  opacity: 1;
  margin: 0 1rem;
}
.gw-faq .gw-faq-head .text {
  color: #777777;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
}
.gw-faq .gw-faq-container {
  padding: 0.5rem;
  background-color: #F4F8FF;
  border-radius: 1rem;
}
.gw-faq .gw-trigger {
  font-size: 2rem;
  margin: 0;
  color: #002da5;
  text-align: center;
  height: 3rem;
  transition: ease height 0.3s;
  overflow: hidden;
}
.gw-faq .gw-trigger-outside {
  font-size: 2rem;
  transition: ease 0.25s background-color;
  width: 100%;
}
.gw-faq .gw-trigger-outside .fi-rr-minus-small {
  display: none;
}
.gw-faq .gw-trigger-outside:hover {
  background-color: #F4F8FF;
  color: #002da5;
}
.gw-faq .gw-collapse-container {
  margin: 1.5rem;
}
.gw-faq:not(.collapsed) .gw-faq-head .fi, .gw-faq:not(.collapsed) .gw-faq-head .text {
  color: #343a40;
}
.gw-faq:not(.collapsed) .gw-trigger {
  height: 0;
}
.gw-faq:not(.collapsed) .gw-trigger-outside .fi-rr-minus-small {
  display: block;
}
.gw-faq:not(.collapsed) .gw-trigger-outside .fi-rr-plus-small {
  display: none;
}
@media (min-width: 992px) {
  .gw-faq .gw-faq-container {
    padding: 1rem 0.5rem;
  }
  .gw-faq .gw-trigger {
    display: none;
  }
  .gw-faq .gw-collapse-container {
    margin: 1.5rem 3rem;
  }
}

h6, .h6 {
  font-style: italic;
}

p {
  margin-bottom: 2rem;
}

p a, ul a, ol a, label a {
  font-weight: 500;
}

.gw-spitzmarke {
  color: #C9931B;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 1480px) {
  .gw-spitzmarke {
    font-size: 1.25rem;
  }
}

::selection {
  background-color: #fab400;
  color: #002da5;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans/IBMPlexSans-BoldItalic.ttf") format("truetype");
}
/*
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: "uicons-regular-rounded";
  src: url("../fonts/uicons-regular-rounded-2.0.0/uicons-regular-rounded.eot#iefix") format("embedded-opentype"), url("../fonts/uicons-regular-rounded-2.0.0/uicons-regular-rounded.woff2") format("woff2"), url("../fonts/uicons-regular-rounded-2.0.0/uicons-regular-rounded.woff") format("woff");
  font-display: block;
}
i[class^=fi-rr-]:before, i[class*=" fi-rr-"]:before, span[class^=fi-rr-]:before, span[class*=fi-rr-]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-rr-0:before {
  content: "\f101";
}

.fi-rr-1:before {
  content: "\f102";
}

.fi-rr-2:before {
  content: "\f103";
}

.fi-rr-3:before {
  content: "\f104";
}

.fi-rr-360-degrees:before {
  content: "\f105";
}

.fi-rr-4:before {
  content: "\f106";
}

.fi-rr-5:before {
  content: "\f107";
}

.fi-rr-6:before {
  content: "\f108";
}

.fi-rr-7:before {
  content: "\f109";
}

.fi-rr-8:before {
  content: "\f10a";
}

.fi-rr-9:before {
  content: "\f10b";
}

.fi-rr-a:before {
  content: "\f10c";
}

.fi-rr-acorn:before {
  content: "\f10d";
}

.fi-rr-ad:before {
  content: "\f10e";
}

.fi-rr-add-document:before {
  content: "\f10f";
}

.fi-rr-add-folder:before {
  content: "\f110";
}

.fi-rr-add:before {
  content: "\f111";
}

.fi-rr-address-book:before {
  content: "\f112";
}

.fi-rr-address-card:before {
  content: "\f113";
}

.fi-rr-air-conditioner:before {
  content: "\f114";
}

.fi-rr-air-freshener:before {
  content: "\f115";
}

.fi-rr-airplay:before {
  content: "\f116";
}

.fi-rr-alarm-clock:before {
  content: "\f117";
}

.fi-rr-alarm-exclamation:before {
  content: "\f118";
}

.fi-rr-alarm-plus:before {
  content: "\f119";
}

.fi-rr-alarm-snooze:before {
  content: "\f11a";
}

.fi-rr-album-circle-plus:before {
  content: "\f11b";
}

.fi-rr-album-circle-user:before {
  content: "\f11c";
}

.fi-rr-album-collection:before {
  content: "\f11d";
}

.fi-rr-album:before {
  content: "\f11e";
}

.fi-rr-alicorn:before {
  content: "\f11f";
}

.fi-rr-alien:before {
  content: "\f120";
}

.fi-rr-align-center:before {
  content: "\f121";
}

.fi-rr-align-justify:before {
  content: "\f122";
}

.fi-rr-align-left:before {
  content: "\f123";
}

.fi-rr-align-slash:before {
  content: "\f124";
}

.fi-rr-ambulance:before {
  content: "\f125";
}

.fi-rr-anchor:before {
  content: "\f126";
}

.fi-rr-angel:before {
  content: "\f127";
}

.fi-rr-angle-90:before {
  content: "\f128";
}

.fi-rr-angle-circle-down:before {
  content: "\f129";
}

.fi-rr-angle-circle-left:before {
  content: "\f12a";
}

.fi-rr-angle-circle-right:before {
  content: "\f12b";
}

.fi-rr-angle-circle-up:before {
  content: "\f12c";
}

.fi-rr-angle-double-left:before {
  content: "\f12d";
}

.fi-rr-angle-double-right:before {
  content: "\f12e";
}

.fi-rr-angle-double-small-down:before {
  content: "\f12f";
}

.fi-rr-angle-double-small-left:before {
  content: "\f130";
}

.fi-rr-angle-double-small-right:before {
  content: "\f131";
}

.fi-rr-angle-double-small-up:before {
  content: "\f132";
}

.fi-rr-angle-down:before {
  content: "\f133";
}

.fi-rr-angle-left:before {
  content: "\f134";
}

.fi-rr-angle-right:before {
  content: "\f135";
}

.fi-rr-angle-small-down:before {
  content: "\f136";
}

.fi-rr-angle-small-left:before {
  content: "\f137";
}

.fi-rr-angle-small-right:before {
  content: "\f138";
}

.fi-rr-angle-small-up:before {
  content: "\f139";
}

.fi-rr-angle-square-down:before {
  content: "\f13a";
}

.fi-rr-angle-square-left:before {
  content: "\f13b";
}

.fi-rr-angle-square-right:before {
  content: "\f13c";
}

.fi-rr-angle-square-up:before {
  content: "\f13d";
}

.fi-rr-angle-up:before {
  content: "\f13e";
}

.fi-rr-angle:before {
  content: "\f13f";
}

.fi-rr-angry:before {
  content: "\f140";
}

.fi-rr-animated-icon:before {
  content: "\f141";
}

.fi-rr-apartment:before {
  content: "\f142";
}

.fi-rr-aperture:before {
  content: "\f143";
}

.fi-rr-api:before {
  content: "\f144";
}

.fi-rr-apple-crate:before {
  content: "\f145";
}

.fi-rr-apple-whole:before {
  content: "\f146";
}

.fi-rr-apps-add:before {
  content: "\f147";
}

.fi-rr-apps-delete:before {
  content: "\f148";
}

.fi-rr-apps-sort:before {
  content: "\f149";
}

.fi-rr-apps:before {
  content: "\f14a";
}

.fi-rr-archive:before {
  content: "\f14b";
}

.fi-rr-archway:before {
  content: "\f14c";
}

.fi-rr-arrow-alt-circle-down:before {
  content: "\f14d";
}

.fi-rr-arrow-alt-circle-left:before {
  content: "\f14e";
}

.fi-rr-arrow-alt-circle-right:before {
  content: "\f14f";
}

.fi-rr-arrow-alt-circle-up:before {
  content: "\f150";
}

.fi-rr-arrow-alt-down:before {
  content: "\f151";
}

.fi-rr-arrow-alt-from-bottom:before {
  content: "\f152";
}

.fi-rr-arrow-alt-from-left:before {
  content: "\f153";
}

.fi-rr-arrow-alt-from-right:before {
  content: "\f154";
}

.fi-rr-arrow-alt-from-top:before {
  content: "\f155";
}

.fi-rr-arrow-alt-left:before {
  content: "\f156";
}

.fi-rr-arrow-alt-right:before {
  content: "\f157";
}

.fi-rr-arrow-alt-square-down:before {
  content: "\f158";
}

.fi-rr-arrow-alt-square-left:before {
  content: "\f159";
}

.fi-rr-arrow-alt-square-right:before {
  content: "\f15a";
}

.fi-rr-arrow-alt-square-up:before {
  content: "\f15b";
}

.fi-rr-arrow-alt-to-bottom:before {
  content: "\f15c";
}

.fi-rr-arrow-alt-to-left:before {
  content: "\f15d";
}

.fi-rr-arrow-alt-to-right:before {
  content: "\f15e";
}

.fi-rr-arrow-alt-to-top:before {
  content: "\f15f";
}

.fi-rr-arrow-alt-up:before {
  content: "\f160";
}

.fi-rr-arrow-circle-down:before {
  content: "\f161";
}

.fi-rr-arrow-circle-left:before {
  content: "\f162";
}

.fi-rr-arrow-circle-right:before {
  content: "\f163";
}

.fi-rr-arrow-circle-up:before {
  content: "\f164";
}

.fi-rr-arrow-down-from-dotted-line:before {
  content: "\f165";
}

.fi-rr-arrow-down-left:before {
  content: "\f166";
}

.fi-rr-arrow-down-small-big:before {
  content: "\f167";
}

.fi-rr-arrow-down-to-dotted-line:before {
  content: "\f168";
}

.fi-rr-arrow-down-to-square:before {
  content: "\f169";
}

.fi-rr-arrow-down-triangle-square:before {
  content: "\f16a";
}

.fi-rr-arrow-down:before {
  content: "\f16b";
}

.fi-rr-arrow-from-bottom:before {
  content: "\f16c";
}

.fi-rr-arrow-from-left:before {
  content: "\f16d";
}

.fi-rr-arrow-from-right:before {
  content: "\f16e";
}

.fi-rr-arrow-from-top:before {
  content: "\f16f";
}

.fi-rr-arrow-left-from-line:before {
  content: "\f170";
}

.fi-rr-arrow-left:before {
  content: "\f171";
}

.fi-rr-arrow-right-to-bracket:before {
  content: "\f172";
}

.fi-rr-arrow-right:before {
  content: "\f173";
}

.fi-rr-arrow-small-down:before {
  content: "\f174";
}

.fi-rr-arrow-small-left:before {
  content: "\f175";
}

.fi-rr-arrow-small-right:before {
  content: "\f176";
}

.fi-rr-arrow-small-up:before {
  content: "\f177";
}

.fi-rr-arrow-square-down:before {
  content: "\f178";
}

.fi-rr-arrow-square-left:before {
  content: "\f179";
}

.fi-rr-arrow-square-right:before {
  content: "\f17a";
}

.fi-rr-arrow-square-up:before {
  content: "\f17b";
}

.fi-rr-arrow-to-bottom:before {
  content: "\f17c";
}

.fi-rr-arrow-to-left:before {
  content: "\f17d";
}

.fi-rr-arrow-to-right:before {
  content: "\f17e";
}

.fi-rr-arrow-to-top:before {
  content: "\f17f";
}

.fi-rr-arrow-trend-down:before {
  content: "\f180";
}

.fi-rr-arrow-trend-up:before {
  content: "\f181";
}

.fi-rr-arrow-turn-down-left:before {
  content: "\f182";
}

.fi-rr-arrow-turn-down-right:before {
  content: "\f183";
}

.fi-rr-arrow-up-from-dotted-line:before {
  content: "\f184";
}

.fi-rr-arrow-up-from-square:before {
  content: "\f185";
}

.fi-rr-arrow-up-left-from-circle:before {
  content: "\f186";
}

.fi-rr-arrow-up-left:before {
  content: "\f187";
}

.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f188";
}

.fi-rr-arrow-up-right-from-square:before {
  content: "\f189";
}

.fi-rr-arrow-up-right:before {
  content: "\f18a";
}

.fi-rr-arrow-up-small-big:before {
  content: "\f18b";
}

.fi-rr-arrow-up-square-triangle:before {
  content: "\f18c";
}

.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f18d";
}

.fi-rr-arrow-up:before {
  content: "\f18e";
}

.fi-rr-arrows-alt-h:before {
  content: "\f18f";
}

.fi-rr-arrows-alt-v:before {
  content: "\f190";
}

.fi-rr-arrows-alt:before {
  content: "\f191";
}

.fi-rr-arrows-cross:before {
  content: "\f192";
}

.fi-rr-arrows-from-dotted-line:before {
  content: "\f193";
}

.fi-rr-arrows-from-line:before {
  content: "\f194";
}

.fi-rr-arrows-h-copy:before {
  content: "\f195";
}

.fi-rr-arrows-h:before {
  content: "\f196";
}

.fi-rr-arrows-repeat-1:before {
  content: "\f197";
}

.fi-rr-arrows-repeat:before {
  content: "\f198";
}

.fi-rr-arrows-retweet:before {
  content: "\f199";
}

.fi-rr-arrows-to-dotted-line:before {
  content: "\f19a";
}

.fi-rr-arrows-to-line:before {
  content: "\f19b";
}

.fi-rr-arrows:before {
  content: "\f19c";
}

.fi-rr-artificial-intelligence:before {
  content: "\f19d";
}

.fi-rr-assept-document:before {
  content: "\f19e";
}

.fi-rr-assistive-listening-systems:before {
  content: "\f19f";
}

.fi-rr-asterik:before {
  content: "\f1a0";
}

.fi-rr-at:before {
  content: "\f1a1";
}

.fi-rr-attribution-pen:before {
  content: "\f1a2";
}

.fi-rr-attribution-pencil:before {
  content: "\f1a3";
}

.fi-rr-aubergine:before {
  content: "\f1a4";
}

.fi-rr-audio-description-slash:before {
  content: "\f1a5";
}

.fi-rr-austral-sign:before {
  content: "\f1a6";
}

.fi-rr-avocado:before {
  content: "\f1a7";
}

.fi-rr-axe:before {
  content: "\f1a8";
}

.fi-rr-b:before {
  content: "\f1a9";
}

.fi-rr-baby-carriage:before {
  content: "\f1aa";
}

.fi-rr-baby:before {
  content: "\f1ab";
}

.fi-rr-background:before {
  content: "\f1ac";
}

.fi-rr-backpack:before {
  content: "\f1ad";
}

.fi-rr-bacon:before {
  content: "\f1ae";
}

.fi-rr-bacteria:before {
  content: "\f1af";
}

.fi-rr-bacterium:before {
  content: "\f1b0";
}

.fi-rr-badge-check:before {
  content: "\f1b1";
}

.fi-rr-badge-dollar:before {
  content: "\f1b2";
}

.fi-rr-badge-percent:before {
  content: "\f1b3";
}

.fi-rr-badge-sheriff:before {
  content: "\f1b4";
}

.fi-rr-badge:before {
  content: "\f1b5";
}

.fi-rr-badger-honey:before {
  content: "\f1b6";
}

.fi-rr-bag-seedling:before {
  content: "\f1b7";
}

.fi-rr-bags-shopping:before {
  content: "\f1b8";
}

.fi-rr-bahai:before {
  content: "\f1b9";
}

.fi-rr-baht-sign:before {
  content: "\f1ba";
}

.fi-rr-balance-scale-left:before {
  content: "\f1bb";
}

.fi-rr-balance-scale-right:before {
  content: "\f1bc";
}

.fi-rr-ball-pile:before {
  content: "\f1bd";
}

.fi-rr-ball:before {
  content: "\f1be";
}

.fi-rr-balloon:before {
  content: "\f1bf";
}

.fi-rr-balloons:before {
  content: "\f1c0";
}

.fi-rr-ballot-check:before {
  content: "\f1c1";
}

.fi-rr-ballot:before {
  content: "\f1c2";
}

.fi-rr-ban-bug:before {
  content: "\f1c3";
}

.fi-rr-ban:before {
  content: "\f1c4";
}

.fi-rr-band-aid:before {
  content: "\f1c5";
}

.fi-rr-bangladeshi-taka-sign:before {
  content: "\f1c6";
}

.fi-rr-banjo:before {
  content: "\f1c7";
}

.fi-rr-bank:before {
  content: "\f1c8";
}

.fi-rr-barber-shop:before {
  content: "\f1c9";
}

.fi-rr-barcode-read:before {
  content: "\f1ca";
}

.fi-rr-barcode-scan:before {
  content: "\f1cb";
}

.fi-rr-barcode:before {
  content: "\f1cc";
}

.fi-rr-bars-filter:before {
  content: "\f1cd";
}

.fi-rr-bars-progress:before {
  content: "\f1ce";
}

.fi-rr-bars-sort:before {
  content: "\f1cf";
}

.fi-rr-bars-staggered:before {
  content: "\f1d0";
}

.fi-rr-baseball-alt:before {
  content: "\f1d1";
}

.fi-rr-baseball:before {
  content: "\f1d2";
}

.fi-rr-basket-shopping-simple:before {
  content: "\f1d3";
}

.fi-rr-basket:before {
  content: "\f1d4";
}

.fi-rr-basketball:before {
  content: "\f1d5";
}

.fi-rr-bat:before {
  content: "\f1d6";
}

.fi-rr-bath:before {
  content: "\f1d7";
}

.fi-rr-battery-bolt:before {
  content: "\f1d8";
}

.fi-rr-battery-empty:before {
  content: "\f1d9";
}

.fi-rr-battery-exclamation:before {
  content: "\f1da";
}

.fi-rr-battery-full:before {
  content: "\f1db";
}

.fi-rr-battery-half:before {
  content: "\f1dc";
}

.fi-rr-battery-quarter:before {
  content: "\f1dd";
}

.fi-rr-battery-slash:before {
  content: "\f1de";
}

.fi-rr-battery-three-quarters:before {
  content: "\f1df";
}

.fi-rr-beacon:before {
  content: "\f1e0";
}

.fi-rr-bed-alt:before {
  content: "\f1e1";
}

.fi-rr-bed-bunk:before {
  content: "\f1e2";
}

.fi-rr-bed-empty:before {
  content: "\f1e3";
}

.fi-rr-bed:before {
  content: "\f1e4";
}

.fi-rr-bee:before {
  content: "\f1e5";
}

.fi-rr-beer:before {
  content: "\f1e6";
}

.fi-rr-bell-concierge:before {
  content: "\f1e7";
}

.fi-rr-bell-ring:before {
  content: "\f1e8";
}

.fi-rr-bell-school:before {
  content: "\f1e9";
}

.fi-rr-bell-slash:before {
  content: "\f1ea";
}

.fi-rr-bell:before {
  content: "\f1eb";
}

.fi-rr-bells:before {
  content: "\f1ec";
}

.fi-rr-bench-tree:before {
  content: "\f1ed";
}

.fi-rr-betamax:before {
  content: "\f1ee";
}

.fi-rr-bike:before {
  content: "\f1ef";
}

.fi-rr-biking-mountain:before {
  content: "\f1f0";
}

.fi-rr-biking:before {
  content: "\f1f1";
}

.fi-rr-billiard:before {
  content: "\f1f2";
}

.fi-rr-binary-circle-check:before {
  content: "\f1f3";
}

.fi-rr-binary-lock:before {
  content: "\f1f4";
}

.fi-rr-binary-slash:before {
  content: "\f1f5";
}

.fi-rr-binary:before {
  content: "\f1f6";
}

.fi-rr-binoculars:before {
  content: "\f1f7";
}

.fi-rr-biohazard:before {
  content: "\f1f8";
}

.fi-rr-bird:before {
  content: "\f1f9";
}

.fi-rr-bitcoin-sign:before {
  content: "\f1fa";
}

.fi-rr-blanket:before {
  content: "\f1fb";
}

.fi-rr-blender-phone:before {
  content: "\f1fc";
}

.fi-rr-blender:before {
  content: "\f1fd";
}

.fi-rr-blinds-open:before {
  content: "\f1fe";
}

.fi-rr-blinds-raised:before {
  content: "\f1ff";
}

.fi-rr-blinds:before {
  content: "\f200";
}

.fi-rr-block-brick:before {
  content: "\f201";
}

.fi-rr-block-question:before {
  content: "\f202";
}

.fi-rr-block-quote:before {
  content: "\f203";
}

.fi-rr-block:before {
  content: "\f204";
}

.fi-rr-blog-pencil:before {
  content: "\f205";
}

.fi-rr-blog-text:before {
  content: "\f206";
}

.fi-rr-bold:before {
  content: "\f207";
}

.fi-rr-bolt-auto:before {
  content: "\f208";
}

.fi-rr-bolt-slash:before {
  content: "\f209";
}

.fi-rr-bolt:before {
  content: "\f20a";
}

.fi-rr-bomb:before {
  content: "\f20b";
}

.fi-rr-bone-break:before {
  content: "\f20c";
}

.fi-rr-bone:before {
  content: "\f20d";
}

.fi-rr-bong:before {
  content: "\f20e";
}

.fi-rr-book-alt:before {
  content: "\f20f";
}

.fi-rr-book-arrow-right:before {
  content: "\f210";
}

.fi-rr-book-arrow-up:before {
  content: "\f211";
}

.fi-rr-book-atlas:before {
  content: "\f212";
}

.fi-rr-book-bookmark:before {
  content: "\f213";
}

.fi-rr-book-circle-arrow-right:before {
  content: "\f214";
}

.fi-rr-book-circle-arrow-up:before {
  content: "\f215";
}

.fi-rr-book-copy:before {
  content: "\f216";
}

.fi-rr-book-dead:before {
  content: "\f217";
}

.fi-rr-book-font:before {
  content: "\f218";
}

.fi-rr-book-medical:before {
  content: "\f219";
}

.fi-rr-book-open-cover:before {
  content: "\f21a";
}

.fi-rr-book-open-reader:before {
  content: "\f21b";
}

.fi-rr-book-quran:before {
  content: "\f21c";
}

.fi-rr-book-section:before {
  content: "\f21d";
}

.fi-rr-book-spells:before {
  content: "\f21e";
}

.fi-rr-book-tanakh:before {
  content: "\f21f";
}

.fi-rr-book-user:before {
  content: "\f220";
}

.fi-rr-book:before {
  content: "\f221";
}

.fi-rr-bookmark-slash:before {
  content: "\f222";
}

.fi-rr-bookmark:before {
  content: "\f223";
}

.fi-rr-books-medical:before {
  content: "\f224";
}

.fi-rr-books:before {
  content: "\f225";
}

.fi-rr-boot-heeled:before {
  content: "\f226";
}

.fi-rr-boot:before {
  content: "\f227";
}

.fi-rr-border-all:before {
  content: "\f228";
}

.fi-rr-border-bottom:before {
  content: "\f229";
}

.fi-rr-border-center-h:before {
  content: "\f22a";
}

.fi-rr-border-center-v:before {
  content: "\f22b";
}

.fi-rr-border-inner:before {
  content: "\f22c";
}

.fi-rr-border-left:before {
  content: "\f22d";
}

.fi-rr-border-none:before {
  content: "\f22e";
}

.fi-rr-border-outer:before {
  content: "\f22f";
}

.fi-rr-border-right:before {
  content: "\f230";
}

.fi-rr-border-style-alt:before {
  content: "\f231";
}

.fi-rr-border-style:before {
  content: "\f232";
}

.fi-rr-border-top:before {
  content: "\f233";
}

.fi-rr-bottle:before {
  content: "\f234";
}

.fi-rr-bow-arrow:before {
  content: "\f235";
}

.fi-rr-bowl-chopsticks-noodles:before {
  content: "\f236";
}

.fi-rr-bowl-chopsticks:before {
  content: "\f237";
}

.fi-rr-bowl-rice:before {
  content: "\f238";
}

.fi-rr-bowling-ball:before {
  content: "\f239";
}

.fi-rr-bowling-pins:before {
  content: "\f23a";
}

.fi-rr-bowling:before {
  content: "\f23b";
}

.fi-rr-box-alt:before {
  content: "\f23c";
}

.fi-rr-box-ballot:before {
  content: "\f23d";
}

.fi-rr-box-check:before {
  content: "\f23e";
}

.fi-rr-box-circle-check:before {
  content: "\f23f";
}

.fi-rr-box-dollar:before {
  content: "\f240";
}

.fi-rr-box-fragile:before {
  content: "\f241";
}

.fi-rr-box-heart:before {
  content: "\f242";
}

.fi-rr-box-open-full:before {
  content: "\f243";
}

.fi-rr-box-open:before {
  content: "\f244";
}

.fi-rr-box-tissue:before {
  content: "\f245";
}

.fi-rr-box-up:before {
  content: "\f246";
}

.fi-rr-box:before {
  content: "\f247";
}

.fi-rr-boxes:before {
  content: "\f248";
}

.fi-rr-boxing-glove:before {
  content: "\f249";
}

.fi-rr-bracket-curly-right:before {
  content: "\f24a";
}

.fi-rr-bracket-curly:before {
  content: "\f24b";
}

.fi-rr-bracket-round-right:before {
  content: "\f24c";
}

.fi-rr-bracket-round:before {
  content: "\f24d";
}

.fi-rr-bracket-square-right:before {
  content: "\f24e";
}

.fi-rr-bracket-square:before {
  content: "\f24f";
}

.fi-rr-brackets-curly:before {
  content: "\f250";
}

.fi-rr-brackets-round:before {
  content: "\f251";
}

.fi-rr-brackets-square:before {
  content: "\f252";
}

.fi-rr-braille-a:before {
  content: "\f253";
}

.fi-rr-braille-b:before {
  content: "\f254";
}

.fi-rr-braille-c:before {
  content: "\f255";
}

.fi-rr-braille-d:before {
  content: "\f256";
}

.fi-rr-braille-e:before {
  content: "\f257";
}

.fi-rr-braille-g:before {
  content: "\f258";
}

.fi-rr-braille-h:before {
  content: "\f259";
}

.fi-rr-braille-i:before {
  content: "\f25a";
}

.fi-rr-braille-j:before {
  content: "\f25b";
}

.fi-rr-braille-k:before {
  content: "\f25c";
}

.fi-rr-braille-l:before {
  content: "\f25d";
}

.fi-rr-braille-m:before {
  content: "\f25e";
}

.fi-rr-braille-n-alt:before {
  content: "\f25f";
}

.fi-rr-braille-n:before {
  content: "\f260";
}

.fi-rr-braille-o:before {
  content: "\f261";
}

.fi-rr-braille-p:before {
  content: "\f262";
}

.fi-rr-braille-q:before {
  content: "\f263";
}

.fi-rr-braille-r:before {
  content: "\f264";
}

.fi-rr-braille-s:before {
  content: "\f265";
}

.fi-rr-braille-t:before {
  content: "\f266";
}

.fi-rr-braille-u:before {
  content: "\f267";
}

.fi-rr-braille-v:before {
  content: "\f268";
}

.fi-rr-braille-w:before {
  content: "\f269";
}

.fi-rr-braille-x:before {
  content: "\f26a";
}

.fi-rr-braille-y:before {
  content: "\f26b";
}

.fi-rr-braille-z:before {
  content: "\f26c";
}

.fi-rr-braille:before {
  content: "\f26d";
}

.fi-rr-brain-circuit:before {
  content: "\f26e";
}

.fi-rr-brain:before {
  content: "\f26f";
}

.fi-rr-bread-loaf:before {
  content: "\f270";
}

.fi-rr-bread-slice:before {
  content: "\f271";
}

.fi-rr-bread:before {
  content: "\f272";
}

.fi-rr-briefcase-arrow-right:before {
  content: "\f273";
}

.fi-rr-briefcase-blank:before {
  content: "\f274";
}

.fi-rr-briefcase:before {
  content: "\f275";
}

.fi-rr-brightness-low:before {
  content: "\f276";
}

.fi-rr-brightness:before {
  content: "\f277";
}

.fi-rr-bring-forward:before {
  content: "\f278";
}

.fi-rr-bring-front:before {
  content: "\f279";
}

.fi-rr-broadcast-tower:before {
  content: "\f27a";
}

.fi-rr-broccoli:before {
  content: "\f27b";
}

.fi-rr-broken-image:before {
  content: "\f27c";
}

.fi-rr-broom:before {
  content: "\f27d";
}

.fi-rr-browser:before {
  content: "\f27e";
}

.fi-rr-browsers:before {
  content: "\f27f";
}

.fi-rr-brush:before {
  content: "\f280";
}

.fi-rr-bug-slash:before {
  content: "\f281";
}

.fi-rr-bug:before {
  content: "\f282";
}

.fi-rr-bugs:before {
  content: "\f283";
}

.fi-rr-build-alt:before {
  content: "\f284";
}

.fi-rr-build:before {
  content: "\f285";
}

.fi-rr-building:before {
  content: "\f286";
}

.fi-rr-bulb:before {
  content: "\f287";
}

.fi-rr-bullet:before {
  content: "\f288";
}

.fi-rr-bullhorn:before {
  content: "\f289";
}

.fi-rr-bullseye-arrow:before {
  content: "\f28a";
}

.fi-rr-bullseye-pointer:before {
  content: "\f28b";
}

.fi-rr-bullseye:before {
  content: "\f28c";
}

.fi-rr-burger-alt:before {
  content: "\f28d";
}

.fi-rr-burger-fries:before {
  content: "\f28e";
}

.fi-rr-burger-glass:before {
  content: "\f28f";
}

.fi-rr-burrito:before {
  content: "\f290";
}

.fi-rr-bus-alt:before {
  content: "\f291";
}

.fi-rr-bus:before {
  content: "\f292";
}

.fi-rr-business-time:before {
  content: "\f293";
}

.fi-rr-butterfly:before {
  content: "\f294";
}

.fi-rr-c:before {
  content: "\f295";
}

.fi-rr-cabin:before {
  content: "\f296";
}

.fi-rr-cactus:before {
  content: "\f297";
}

.fi-rr-cake-birthday:before {
  content: "\f298";
}

.fi-rr-cake-wedding:before {
  content: "\f299";
}

.fi-rr-calculator-simple:before {
  content: "\f29a";
}

.fi-rr-calculator:before {
  content: "\f29b";
}

.fi-rr-calendar-arrow-down:before {
  content: "\f29c";
}

.fi-rr-calendar-arrow-up:before {
  content: "\f29d";
}

.fi-rr-calendar-check:before {
  content: "\f29e";
}

.fi-rr-calendar-clock:before {
  content: "\f29f";
}

.fi-rr-calendar-day:before {
  content: "\f2a0";
}

.fi-rr-calendar-days:before {
  content: "\f2a1";
}

.fi-rr-calendar-exclamation:before {
  content: "\f2a2";
}

.fi-rr-calendar-heart:before {
  content: "\f2a3";
}

.fi-rr-calendar-image:before {
  content: "\f2a4";
}

.fi-rr-calendar-lines-pen:before {
  content: "\f2a5";
}

.fi-rr-calendar-lines:before {
  content: "\f2a6";
}

.fi-rr-calendar-minus:before {
  content: "\f2a7";
}

.fi-rr-calendar-pen:before {
  content: "\f2a8";
}

.fi-rr-calendar-plus:before {
  content: "\f2a9";
}

.fi-rr-calendar-star:before {
  content: "\f2aa";
}

.fi-rr-calendar-week:before {
  content: "\f2ab";
}

.fi-rr-calendar-xmark:before {
  content: "\f2ac";
}

.fi-rr-calendar:before {
  content: "\f2ad";
}

.fi-rr-calendars:before {
  content: "\f2ae";
}

.fi-rr-call-history:before {
  content: "\f2af";
}

.fi-rr-call-incoming:before {
  content: "\f2b0";
}

.fi-rr-call-missed:before {
  content: "\f2b1";
}

.fi-rr-call-outgoing:before {
  content: "\f2b2";
}

.fi-rr-camcorder:before {
  content: "\f2b3";
}

.fi-rr-camera-cctv:before {
  content: "\f2b4";
}

.fi-rr-camera-movie:before {
  content: "\f2b5";
}

.fi-rr-camera-retro:before {
  content: "\f2b6";
}

.fi-rr-camera-rotate:before {
  content: "\f2b7";
}

.fi-rr-camera-security:before {
  content: "\f2b8";
}

.fi-rr-camera-slash:before {
  content: "\f2b9";
}

.fi-rr-camera-viewfinder:before {
  content: "\f2ba";
}

.fi-rr-camera:before {
  content: "\f2bb";
}

.fi-rr-campfire:before {
  content: "\f2bc";
}

.fi-rr-camping:before {
  content: "\f2bd";
}

.fi-rr-candle-holder:before {
  content: "\f2be";
}

.fi-rr-candy-alt:before {
  content: "\f2bf";
}

.fi-rr-candy-cane:before {
  content: "\f2c0";
}

.fi-rr-candy-corn:before {
  content: "\f2c1";
}

.fi-rr-candy:before {
  content: "\f2c2";
}

.fi-rr-Cannabis:before {
  content: "\f2c3";
}

.fi-rr-canned-food:before {
  content: "\f2c4";
}

.fi-rr-capsules:before {
  content: "\f2c5";
}

.fi-rr-car-alt:before {
  content: "\f2c6";
}

.fi-rr-car-battery:before {
  content: "\f2c7";
}

.fi-rr-car-bolt:before {
  content: "\f2c8";
}

.fi-rr-car-building:before {
  content: "\f2c9";
}

.fi-rr-car-bump:before {
  content: "\f2ca";
}

.fi-rr-car-bus:before {
  content: "\f2cb";
}

.fi-rr-car-circle-bolt:before {
  content: "\f2cc";
}

.fi-rr-car-crash:before {
  content: "\f2cd";
}

.fi-rr-car-garage:before {
  content: "\f2ce";
}

.fi-rr-car-mechanic:before {
  content: "\f2cf";
}

.fi-rr-car-rear:before {
  content: "\f2d0";
}

.fi-rr-car-side-bolt:before {
  content: "\f2d1";
}

.fi-rr-car-side:before {
  content: "\f2d2";
}

.fi-rr-car-tilt:before {
  content: "\f2d3";
}

.fi-rr-car-wash:before {
  content: "\f2d4";
}

.fi-rr-car:before {
  content: "\f2d5";
}

.fi-rr-caravan-alt:before {
  content: "\f2d6";
}

.fi-rr-caravan:before {
  content: "\f2d7";
}

.fi-rr-caret-circle-down:before {
  content: "\f2d8";
}

.fi-rr-caret-circle-right:before {
  content: "\f2d9";
}

.fi-rr-caret-circle-up:before {
  content: "\f2da";
}

.fi-rr-caret-down:before {
  content: "\f2db";
}

.fi-rr-caret-left:before {
  content: "\f2dc";
}

.fi-rr-caret-quare-up:before {
  content: "\f2dd";
}

.fi-rr-caret-right:before {
  content: "\f2de";
}

.fi-rr-caret-square-down:before {
  content: "\f2df";
}

.fi-rr-caret-square-left_1:before {
  content: "\f2e0";
}

.fi-rr-caret-square-left:before {
  content: "\f2e1";
}

.fi-rr-caret-square-right:before {
  content: "\f2e2";
}

.fi-rr-caret-up:before {
  content: "\f2e3";
}

.fi-rr-carrot:before {
  content: "\f2e4";
}

.fi-rr-cars:before {
  content: "\f2e5";
}

.fi-rr-cart-arrow-down:before {
  content: "\f2e6";
}

.fi-rr-cart-minus:before {
  content: "\f2e7";
}

.fi-rr-cart-shopping-fast:before {
  content: "\f2e8";
}

.fi-rr-cash-register:before {
  content: "\f2e9";
}

.fi-rr-cassette-tape:before {
  content: "\f2ea";
}

.fi-rr-cassette-vhs:before {
  content: "\f2eb";
}

.fi-rr-castle:before {
  content: "\f2ec";
}

.fi-rr-cat-space:before {
  content: "\f2ed";
}

.fi-rr-cat:before {
  content: "\f2ee";
}

.fi-rr-cauldron:before {
  content: "\f2ef";
}

.fi-rr-cedi-sign:before {
  content: "\f2f0";
}

.fi-rr-cello:before {
  content: "\f2f1";
}

.fi-rr-cent-sign:before {
  content: "\f2f2";
}

.fi-rr-chair-office:before {
  content: "\f2f3";
}

.fi-rr-chair:before {
  content: "\f2f4";
}

.fi-rr-chalkboard-user:before {
  content: "\f2f5";
}

.fi-rr-charging-station:before {
  content: "\f2f6";
}

.fi-rr-chart-area:before {
  content: "\f2f7";
}

.fi-rr-chart-bullet:before {
  content: "\f2f8";
}

.fi-rr-chart-candlestick:before {
  content: "\f2f9";
}

.fi-rr-chart-connected:before {
  content: "\f2fa";
}

.fi-rr-chart-gantt:before {
  content: "\f2fb";
}

.fi-rr-chart-histogram:before {
  content: "\f2fc";
}

.fi-rr-chart-line-up:before {
  content: "\f2fd";
}

.fi-rr-chart-mixed:before {
  content: "\f2fe";
}

.fi-rr-chart-network:before {
  content: "\f2ff";
}

.fi-rr-chart-pie-alt:before {
  content: "\f300";
}

.fi-rr-chart-pie:before {
  content: "\f301";
}

.fi-rr-chart-pyramid:before {
  content: "\f302";
}

.fi-rr-chart-radar:before {
  content: "\f303";
}

.fi-rr-chart-scatter-3d:before {
  content: "\f304";
}

.fi-rr-chart-scatter-bubble:before {
  content: "\f305";
}

.fi-rr-chart-scatter:before {
  content: "\f306";
}

.fi-rr-chart-set-theory:before {
  content: "\f307";
}

.fi-rr-chart-simple-horizontal:before {
  content: "\f308";
}

.fi-rr-chart-simple:before {
  content: "\f309";
}

.fi-rr-chart-tree-map:before {
  content: "\f30a";
}

.fi-rr-chart-tree:before {
  content: "\f30b";
}

.fi-rr-chart-user:before {
  content: "\f30c";
}

.fi-rr-chart-waterfall:before {
  content: "\f30d";
}

.fi-rr-chat-arrow-down:before {
  content: "\f30e";
}

.fi-rr-chat-arrow-grow:before {
  content: "\f30f";
}

.fi-rr-check-circle:before {
  content: "\f310";
}

.fi-rr-check-double:before {
  content: "\f311";
}

.fi-rr-check:before {
  content: "\f312";
}

.fi-rr-checkbox:before {
  content: "\f313";
}

.fi-rr-cheese-alt:before {
  content: "\f314";
}

.fi-rr-cheese:before {
  content: "\f315";
}

.fi-rr-cheeseburger:before {
  content: "\f316";
}

.fi-rr-cherry:before {
  content: "\f317";
}

.fi-rr-chess-bishop:before {
  content: "\f318";
}

.fi-rr-chess-board:before {
  content: "\f319";
}

.fi-rr-chess-clock-alt:before {
  content: "\f31a";
}

.fi-rr-chess-clock:before {
  content: "\f31b";
}

.fi-rr-chess-king-alt:before {
  content: "\f31c";
}

.fi-rr-chess-king:before {
  content: "\f31d";
}

.fi-rr-chess-knight-alt:before {
  content: "\f31e";
}

.fi-rr-chess-knight:before {
  content: "\f31f";
}

.fi-rr-chess-pawn-alt:before {
  content: "\f320";
}

.fi-rr-chess-piece:before {
  content: "\f321";
}

.fi-rr-chess-queen-alt:before {
  content: "\f322";
}

.fi-rr-chess-queen:before {
  content: "\f323";
}

.fi-rr-chess-rook-alt:before {
  content: "\f324";
}

.fi-rr-chess-rook:before {
  content: "\f325";
}

.fi-rr-chess:before {
  content: "\f326";
}

.fi-rr-chevron-double-down:before {
  content: "\f327";
}

.fi-rr-chevron-double-up:before {
  content: "\f328";
}

.fi-rr-child-head:before {
  content: "\f329";
}

.fi-rr-child:before {
  content: "\f32a";
}

.fi-rr-chimney:before {
  content: "\f32b";
}

.fi-rr-chocolate:before {
  content: "\f32c";
}

.fi-rr-circle-0:before {
  content: "\f32d";
}

.fi-rr-circle-1:before {
  content: "\f32e";
}

.fi-rr-circle-2:before {
  content: "\f32f";
}

.fi-rr-circle-3:before {
  content: "\f330";
}

.fi-rr-circle-4:before {
  content: "\f331";
}

.fi-rr-circle-5:before {
  content: "\f332";
}

.fi-rr-circle-6:before {
  content: "\f333";
}

.fi-rr-circle-7:before {
  content: "\f334";
}

.fi-rr-circle-8:before {
  content: "\f335";
}

.fi-rr-circle-9:before {
  content: "\f336";
}

.fi-rr-circle-a:before {
  content: "\f337";
}

.fi-rr-circle-b:before {
  content: "\f338";
}

.fi-rr-circle-bolt:before {
  content: "\f339";
}

.fi-rr-circle-book-open:before {
  content: "\f33a";
}

.fi-rr-circle-bookmark:before {
  content: "\f33b";
}

.fi-rr-circle-c:before {
  content: "\f33c";
}

.fi-rr-circle-calendar:before {
  content: "\f33d";
}

.fi-rr-circle-camera:before {
  content: "\f33e";
}

.fi-rr-circle-d:before {
  content: "\f33f";
}

.fi-rr-circle-dashed:before {
  content: "\f340";
}

.fi-rr-circle-e:before {
  content: "\f341";
}

.fi-rr-circle-ellipsis-vertical:before {
  content: "\f342";
}

.fi-rr-circle-ellipsis:before {
  content: "\f343";
}

.fi-rr-circle-envelope:before {
  content: "\f344";
}

.fi-rr-circle-exclamation-check:before {
  content: "\f345";
}

.fi-rr-circle-f:before {
  content: "\f346";
}

.fi-rr-circle-g:before {
  content: "\f347";
}

.fi-rr-circle-h:before {
  content: "\f348";
}

.fi-rr-circle-half-stroke:before {
  content: "\f349";
}

.fi-rr-circle-half:before {
  content: "\f34a";
}

.fi-rr-circle-heart:before {
  content: "\f34b";
}

.fi-rr-circle-i:before {
  content: "\f34c";
}

.fi-rr-circle-j:before {
  content: "\f34d";
}

.fi-rr-circle-k:before {
  content: "\f34e";
}

.fi-rr-circle-l:before {
  content: "\f34f";
}

.fi-rr-circle-m:before {
  content: "\f350";
}

.fi-rr-circle-microphone-lines:before {
  content: "\f351";
}

.fi-rr-circle-microphone:before {
  content: "\f352";
}

.fi-rr-circle-n:before {
  content: "\f353";
}

.fi-rr-circle-o:before {
  content: "\f354";
}

.fi-rr-circle-p:before {
  content: "\f355";
}

.fi-rr-circle-phone-flip:before {
  content: "\f356";
}

.fi-rr-circle-phone-hangup:before {
  content: "\f357";
}

.fi-rr-circle-phone:before {
  content: "\f358";
}

.fi-rr-circle-q:before {
  content: "\f359";
}

.fi-rr-circle-quarter:before {
  content: "\f35a";
}

.fi-rr-circle-quarters-alt:before {
  content: "\f35b";
}

.fi-rr-circle-r:before {
  content: "\f35c";
}

.fi-rr-circle-s:before {
  content: "\f35d";
}

.fi-rr-circle-small:before {
  content: "\f35e";
}

.fi-rr-circle-star:before {
  content: "\f35f";
}

.fi-rr-circle-t:before {
  content: "\f360";
}

.fi-rr-circle-three-quarters:before {
  content: "\f361";
}

.fi-rr-circle-trash:before {
  content: "\f362";
}

.fi-rr-circle-u:before {
  content: "\f363";
}

.fi-rr-circle-user:before {
  content: "\f364";
}

.fi-rr-circle-v:before {
  content: "\f365";
}

.fi-rr-circle-video:before {
  content: "\f366";
}

.fi-rr-circle-w:before {
  content: "\f367";
}

.fi-rr-circle-waveform-lines:before {
  content: "\f368";
}

.fi-rr-circle-x:before {
  content: "\f369";
}

.fi-rr-circle-xmark:before {
  content: "\f36a";
}

.fi-rr-circle-y:before {
  content: "\f36b";
}

.fi-rr-circle-z:before {
  content: "\f36c";
}

.fi-rr-circle:before {
  content: "\f36d";
}

.fi-rr-city:before {
  content: "\f36e";
}

.fi-rr-clapperboard-play:before {
  content: "\f36f";
}

.fi-rr-clapperboard:before {
  content: "\f370";
}

.fi-rr-clarinet:before {
  content: "\f371";
}

.fi-rr-claw-marks:before {
  content: "\f372";
}

.fi-rr-clip:before {
  content: "\f373";
}

.fi-rr-clipboard-check:before {
  content: "\f374";
}

.fi-rr-clipboard-list-check:before {
  content: "\f375";
}

.fi-rr-clipboard-list:before {
  content: "\f376";
}

.fi-rr-clipboard-prescription:before {
  content: "\f377";
}

.fi-rr-clipboard-user:before {
  content: "\f378";
}

.fi-rr-clipboard:before {
  content: "\f379";
}

.fi-rr-clock-desk:before {
  content: "\f37a";
}

.fi-rr-clock-eight-thirty:before {
  content: "\f37b";
}

.fi-rr-clock-eleven-thirty:before {
  content: "\f37c";
}

.fi-rr-clock-eleven:before {
  content: "\f37d";
}

.fi-rr-clock-five-thirty:before {
  content: "\f37e";
}

.fi-rr-clock-five:before {
  content: "\f37f";
}

.fi-rr-clock-four-thirty:before {
  content: "\f380";
}

.fi-rr-clock-nine-thirty:before {
  content: "\f381";
}

.fi-rr-clock-nine:before {
  content: "\f382";
}

.fi-rr-clock-one-thirty:before {
  content: "\f383";
}

.fi-rr-clock-one:before {
  content: "\f384";
}

.fi-rr-clock-seven-thirty:before {
  content: "\f385";
}

.fi-rr-clock-seven:before {
  content: "\f386";
}

.fi-rr-clock-six-thirty:before {
  content: "\f387";
}

.fi-rr-clock-six:before {
  content: "\f388";
}

.fi-rr-clock-ten-thirty:before {
  content: "\f389";
}

.fi-rr-clock-ten:before {
  content: "\f38a";
}

.fi-rr-clock-three-thirty:before {
  content: "\f38b";
}

.fi-rr-clock-three:before {
  content: "\f38c";
}

.fi-rr-clock-twelve-thirty:before {
  content: "\f38d";
}

.fi-rr-clock-twelve:before {
  content: "\f38e";
}

.fi-rr-clock-two-thirty:before {
  content: "\f38f";
}

.fi-rr-clock-two:before {
  content: "\f390";
}

.fi-rr-clock:before {
  content: "\f391";
}

.fi-rr-clone:before {
  content: "\f392";
}

.fi-rr-closed-captioning-slash:before {
  content: "\f393";
}

.fi-rr-clothes-hanger:before {
  content: "\f394";
}

.fi-rr-cloud-check:before {
  content: "\f395";
}

.fi-rr-cloud-disabled:before {
  content: "\f396";
}

.fi-rr-cloud-download-alt:before {
  content: "\f397";
}

.fi-rr-cloud-download:before {
  content: "\f398";
}

.fi-rr-cloud-drizzle:before {
  content: "\f399";
}

.fi-rr-cloud-exclamation:before {
  content: "\f39a";
}

.fi-rr-cloud-hail-mixed:before {
  content: "\f39b";
}

.fi-rr-cloud-hail:before {
  content: "\f39c";
}

.fi-rr-cloud-meatball:before {
  content: "\f39d";
}

.fi-rr-cloud-moon-rain:before {
  content: "\f39e";
}

.fi-rr-cloud-moon:before {
  content: "\f39f";
}

.fi-rr-cloud-question:before {
  content: "\f3a0";
}

.fi-rr-cloud-rain:before {
  content: "\f3a1";
}

.fi-rr-cloud-rainbow:before {
  content: "\f3a2";
}

.fi-rr-cloud-share:before {
  content: "\f3a3";
}

.fi-rr-cloud-showers-heavy:before {
  content: "\f3a4";
}

.fi-rr-cloud-showers:before {
  content: "\f3a5";
}

.fi-rr-cloud-sleet:before {
  content: "\f3a6";
}

.fi-rr-cloud-snow:before {
  content: "\f3a7";
}

.fi-rr-cloud-sun-rain:before {
  content: "\f3a8";
}

.fi-rr-cloud-sun:before {
  content: "\f3a9";
}

.fi-rr-cloud-upload-alt:before {
  content: "\f3aa";
}

.fi-rr-cloud-upload:before {
  content: "\f3ab";
}

.fi-rr-cloud:before {
  content: "\f3ac";
}

.fi-rr-clouds-moon:before {
  content: "\f3ad";
}

.fi-rr-clouds-sun:before {
  content: "\f3ae";
}

.fi-rr-clouds:before {
  content: "\f3af";
}

.fi-rr-clover-alt:before {
  content: "\f3b0";
}

.fi-rr-club:before {
  content: "\f3b1";
}

.fi-rr-cocktail-alt:before {
  content: "\f3b2";
}

.fi-rr-cocktail:before {
  content: "\f3b3";
}

.fi-rr-code-branch:before {
  content: "\f3b4";
}

.fi-rr-code-commit:before {
  content: "\f3b5";
}

.fi-rr-code-compare:before {
  content: "\f3b6";
}

.fi-rr-code-fork:before {
  content: "\f3b7";
}

.fi-rr-code-merge:before {
  content: "\f3b8";
}

.fi-rr-code-pull-request-closed:before {
  content: "\f3b9";
}

.fi-rr-code-pull-request-draft:before {
  content: "\f3ba";
}

.fi-rr-code-pull-request:before {
  content: "\f3bb";
}

.fi-rr-code-simple:before {
  content: "\f3bc";
}

.fi-rr-coffee-bean:before {
  content: "\f3bd";
}

.fi-rr-coffee-beans:before {
  content: "\f3be";
}

.fi-rr-coffee-pot:before {
  content: "\f3bf";
}

.fi-rr-coffee:before {
  content: "\f3c0";
}

.fi-rr-coffin-cross:before {
  content: "\f3c1";
}

.fi-rr-coffin:before {
  content: "\f3c2";
}

.fi-rr-coin:before {
  content: "\f3c3";
}

.fi-rr-coins:before {
  content: "\f3c4";
}

.fi-rr-colon-sign:before {
  content: "\f3c5";
}

.fi-rr-columns-3:before {
  content: "\f3c6";
}

.fi-rr-comet:before {
  content: "\f3c7";
}

.fi-rr-command:before {
  content: "\f3c8";
}

.fi-rr-comment-alt-check:before {
  content: "\f3c9";
}

.fi-rr-comment-alt-dots:before {
  content: "\f3ca";
}

.fi-rr-comment-alt-edit:before {
  content: "\f3cb";
}

.fi-rr-comment-alt-medical:before {
  content: "\f3cc";
}

.fi-rr-comment-alt-middle-top:before {
  content: "\f3cd";
}

.fi-rr-comment-alt-middle:before {
  content: "\f3ce";
}

.fi-rr-comment-alt-minus:before {
  content: "\f3cf";
}

.fi-rr-comment-alt-music:before {
  content: "\f3d0";
}

.fi-rr-comment-alt:before {
  content: "\f3d1";
}

.fi-rr-comment-arrow-down:before {
  content: "\f3d2";
}

.fi-rr-comment-arrow-up-right:before {
  content: "\f3d3";
}

.fi-rr-comment-arrow-up:before {
  content: "\f3d4";
}

.fi-rr-comment-check:before {
  content: "\f3d5";
}

.fi-rr-comment-code:before {
  content: "\f3d6";
}

.fi-rr-comment-dollar:before {
  content: "\f3d7";
}

.fi-rr-comment-dots:before {
  content: "\f3d8";
}

.fi-rr-comment-exclamation:before {
  content: "\f3d9";
}

.fi-rr-comment-heart:before {
  content: "\f3da";
}

.fi-rr-comment-image:before {
  content: "\f3db";
}

.fi-rr-comment-info:before {
  content: "\f3dc";
}

.fi-rr-comment-medical:before {
  content: "\f3dd";
}

.fi-rr-comment-minus:before {
  content: "\f3de";
}

.fi-rr-comment-pen:before {
  content: "\f3df";
}

.fi-rr-comment-question:before {
  content: "\f3e0";
}

.fi-rr-comment-quote:before {
  content: "\f3e1";
}

.fi-rr-comment-slash:before {
  content: "\f3e2";
}

.fi-rr-comment-smile:before {
  content: "\f3e3";
}

.fi-rr-comment-sms:before {
  content: "\f3e4";
}

.fi-rr-comment-text:before {
  content: "\f3e5";
}

.fi-rr-comment-user:before {
  content: "\f3e6";
}

.fi-rr-comment-xmark:before {
  content: "\f3e7";
}

.fi-rr-comment:before {
  content: "\f3e8";
}

.fi-rr-comments-dollar:before {
  content: "\f3e9";
}

.fi-rr-comments-question-check:before {
  content: "\f3ea";
}

.fi-rr-comments-question:before {
  content: "\f3eb";
}

.fi-rr-comments:before {
  content: "\f3ec";
}

.fi-rr-compass-slash:before {
  content: "\f3ed";
}

.fi-rr-compress-alt:before {
  content: "\f3ee";
}

.fi-rr-compress:before {
  content: "\f3ef";
}

.fi-rr-computer-classic:before {
  content: "\f3f0";
}

.fi-rr-computer-mouse:before {
  content: "\f3f1";
}

.fi-rr-computer-speaker:before {
  content: "\f3f2";
}

.fi-rr-computer:before {
  content: "\f3f3";
}

.fi-rr-concierge-bell:before {
  content: "\f3f4";
}

.fi-rr-confetti:before {
  content: "\f3f5";
}

.fi-rr-container-storage:before {
  content: "\f3f6";
}

.fi-rr-conveyor-belt-alt:before {
  content: "\f3f7";
}

.fi-rr-conveyor-belt-empty:before {
  content: "\f3f8";
}

.fi-rr-conveyor-belt:before {
  content: "\f3f9";
}

.fi-rr-cookie-alt:before {
  content: "\f3fa";
}

.fi-rr-cookie:before {
  content: "\f3fb";
}

.fi-rr-copy-alt:before {
  content: "\f3fc";
}

.fi-rr-copy-image:before {
  content: "\f3fd";
}

.fi-rr-copy:before {
  content: "\f3fe";
}

.fi-rr-copyright:before {
  content: "\f3ff";
}

.fi-rr-corn:before {
  content: "\f400";
}

.fi-rr-couch:before {
  content: "\f401";
}

.fi-rr-cow-alt:before {
  content: "\f402";
}

.fi-rr-cow:before {
  content: "\f403";
}

.fi-rr-cowbell-circle-plus:before {
  content: "\f404";
}

.fi-rr-cowbell-more:before {
  content: "\f405";
}

.fi-rr-cowbell:before {
  content: "\f406";
}

.fi-rr-crab:before {
  content: "\f407";
}

.fi-rr-cream:before {
  content: "\f408";
}

.fi-rr-credit-card:before {
  content: "\f409";
}

.fi-rr-cricket:before {
  content: "\f40a";
}

.fi-rr-croissant:before {
  content: "\f40b";
}

.fi-rr-cross-circle:before {
  content: "\f40c";
}

.fi-rr-cross-religion:before {
  content: "\f40d";
}

.fi-rr-cross-small:before {
  content: "\f40e";
}

.fi-rr-cross:before {
  content: "\f40f";
}

.fi-rr-crow:before {
  content: "\f410";
}

.fi-rr-crown:before {
  content: "\f411";
}

.fi-rr-crutch:before {
  content: "\f412";
}

.fi-rr-crutches:before {
  content: "\f413";
}

.fi-rr-cruzeiro-sign:before {
  content: "\f414";
}

.fi-rr-crystal-ball:before {
  content: "\f415";
}

.fi-rr-cube:before {
  content: "\f416";
}

.fi-rr-cubes:before {
  content: "\f417";
}

.fi-rr-cupcake:before {
  content: "\f418";
}

.fi-rr-curling:before {
  content: "\f419";
}

.fi-rr-cursor-finger:before {
  content: "\f41a";
}

.fi-rr-cursor-plus:before {
  content: "\f41b";
}

.fi-rr-cursor-text-alt:before {
  content: "\f41c";
}

.fi-rr-cursor-text:before {
  content: "\f41d";
}

.fi-rr-cursor:before {
  content: "\f41e";
}

.fi-rr-d:before {
  content: "\f41f";
}

.fi-rr-dart:before {
  content: "\f420";
}

.fi-rr-dashboard:before {
  content: "\f421";
}

.fi-rr-data-transfer:before {
  content: "\f422";
}

.fi-rr-database:before {
  content: "\f423";
}

.fi-rr-deer-rudolph:before {
  content: "\f424";
}

.fi-rr-deer:before {
  content: "\f425";
}

.fi-rr-delete-document:before {
  content: "\f426";
}

.fi-rr-delete-right:before {
  content: "\f427";
}

.fi-rr-delete-user:before {
  content: "\f428";
}

.fi-rr-delete:before {
  content: "\f429";
}

.fi-rr-democrat:before {
  content: "\f42a";
}

.fi-rr-desktop-arrow-down:before {
  content: "\f42b";
}

.fi-rr-desktop-wallpaper:before {
  content: "\f42c";
}

.fi-rr-devices:before {
  content: "\f42d";
}

.fi-rr-dewpoint:before {
  content: "\f42e";
}

.fi-rr-dharmachakra:before {
  content: "\f42f";
}

.fi-rr-diagram-cells:before {
  content: "\f430";
}

.fi-rr-diagram-lean-canvas:before {
  content: "\f431";
}

.fi-rr-diagram-nested:before {
  content: "\f432";
}

.fi-rr-diagram-next:before {
  content: "\f433";
}

.fi-rr-diagram-predecessor:before {
  content: "\f434";
}

.fi-rr-diagram-previous:before {
  content: "\f435";
}

.fi-rr-diagram-project:before {
  content: "\f436";
}

.fi-rr-diagram-sankey:before {
  content: "\f437";
}

.fi-rr-diagram-subtask:before {
  content: "\f438";
}

.fi-rr-diagram-successor:before {
  content: "\f439";
}

.fi-rr-diagram-venn:before {
  content: "\f43a";
}

.fi-rr-dial-high:before {
  content: "\f43b";
}

.fi-rr-dial-low:before {
  content: "\f43c";
}

.fi-rr-dial-max:before {
  content: "\f43d";
}

.fi-rr-dial-med-low:before {
  content: "\f43e";
}

.fi-rr-dial-med:before {
  content: "\f43f";
}

.fi-rr-dial-min:before {
  content: "\f440";
}

.fi-rr-dial-off:before {
  content: "\f441";
}

.fi-rr-dial:before {
  content: "\f442";
}

.fi-rr-diamond-exclamation:before {
  content: "\f443";
}

.fi-rr-diamond-turn-right:before {
  content: "\f444";
}

.fi-rr-diamond:before {
  content: "\f445";
}

.fi-rr-dice-alt:before {
  content: "\f446";
}

.fi-rr-dice-d10:before {
  content: "\f447";
}

.fi-rr-dice-d12:before {
  content: "\f448";
}

.fi-rr-dice-d20:before {
  content: "\f449";
}

.fi-rr-dice-d4:before {
  content: "\f44a";
}

.fi-rr-dice-d6:before {
  content: "\f44b";
}

.fi-rr-dice-d8:before {
  content: "\f44c";
}

.fi-rr-dice-four:before {
  content: "\f44d";
}

.fi-rr-dice-one:before {
  content: "\f44e";
}

.fi-rr-dice-six:before {
  content: "\f44f";
}

.fi-rr-dice-three:before {
  content: "\f450";
}

.fi-rr-dice-two:before {
  content: "\f451";
}

.fi-rr-dice:before {
  content: "\f452";
}

.fi-rr-digging:before {
  content: "\f453";
}

.fi-rr-digital-tachograph:before {
  content: "\f454";
}

.fi-rr-diploma:before {
  content: "\f455";
}

.fi-rr-disc-drive:before {
  content: "\f456";
}

.fi-rr-disco-ball:before {
  content: "\f457";
}

.fi-rr-discover:before {
  content: "\f458";
}

.fi-rr-disease:before {
  content: "\f459";
}

.fi-rr-disk:before {
  content: "\f45a";
}

.fi-rr-display-arrow-down:before {
  content: "\f45b";
}

.fi-rr-display-code:before {
  content: "\f45c";
}

.fi-rr-display-medical:before {
  content: "\f45d";
}

.fi-rr-display-slash:before {
  content: "\f45e";
}

.fi-rr-distribute-spacing-horizontal:before {
  content: "\f45f";
}

.fi-rr-distribute-spacing-vertical:before {
  content: "\f460";
}

.fi-rr-dizzy:before {
  content: "\f461";
}

.fi-rr-dna:before {
  content: "\f462";
}

.fi-rr-do-not-enter:before {
  content: "\f463";
}

.fi-rr-doctor:before {
  content: "\f464";
}

.fi-rr-document-signed:before {
  content: "\f465";
}

.fi-rr-document:before {
  content: "\f466";
}

.fi-rr-dog:before {
  content: "\f467";
}

.fi-rr-dollar:before {
  content: "\f468";
}

.fi-rr-dolly-flatbed-alt:before {
  content: "\f469";
}

.fi-rr-dolly-flatbed-empty:before {
  content: "\f46a";
}

.fi-rr-dolly-flatbed:before {
  content: "\f46b";
}

.fi-rr-dolphin:before {
  content: "\f46c";
}

.fi-rr-donate:before {
  content: "\f46d";
}

.fi-rr-dong-sign:before {
  content: "\f46e";
}

.fi-rr-door-closed:before {
  content: "\f46f";
}

.fi-rr-door-open:before {
  content: "\f470";
}

.fi-rr-dot-circle:before {
  content: "\f471";
}

.fi-rr-dove:before {
  content: "\f472";
}

.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f473";
}

.fi-rr-down-left:before {
  content: "\f474";
}

.fi-rr-down-right:before {
  content: "\f475";
}

.fi-rr-down-to-line:before {
  content: "\f476";
}

.fi-rr-down:before {
  content: "\f477";
}

.fi-rr-download:before {
  content: "\f478";
}

.fi-rr-drafting-compass:before {
  content: "\f479";
}

.fi-rr-dragon:before {
  content: "\f47a";
}

.fi-rr-draw-polygon:before {
  content: "\f47b";
}

.fi-rr-draw-square:before {
  content: "\f47c";
}

.fi-rr-dreidel:before {
  content: "\f47d";
}

.fi-rr-drink-alt:before {
  content: "\f47e";
}

.fi-rr-drone-alt:before {
  content: "\f47f";
}

.fi-rr-drone-front:before {
  content: "\f480";
}

.fi-rr-drone:before {
  content: "\f481";
}

.fi-rr-drum-steelpan:before {
  content: "\f482";
}

.fi-rr-drum:before {
  content: "\f483";
}

.fi-rr-drumstick-bite:before {
  content: "\f484";
}

.fi-rr-drumstick:before {
  content: "\f485";
}

.fi-rr-dryer-alt:before {
  content: "\f486";
}

.fi-rr-dryer:before {
  content: "\f487";
}

.fi-rr-duck:before {
  content: "\f488";
}

.fi-rr-dumpster-fire:before {
  content: "\f489";
}

.fi-rr-dumpster:before {
  content: "\f48a";
}

.fi-rr-dungeon:before {
  content: "\f48b";
}

.fi-rr-duplicate:before {
  content: "\f48c";
}

.fi-rr-e-learning:before {
  content: "\f48d";
}

.fi-rr-e:before {
  content: "\f48e";
}

.fi-rr-ear-deaf:before {
  content: "\f48f";
}

.fi-rr-ear-muffs:before {
  content: "\f490";
}

.fi-rr-ear:before {
  content: "\f491";
}

.fi-rr-earnings:before {
  content: "\f492";
}

.fi-rr-earth-africa:before {
  content: "\f493";
}

.fi-rr-earth-americas:before {
  content: "\f494";
}

.fi-rr-earth-asia:before {
  content: "\f495";
}

.fi-rr-earth-europa:before {
  content: "\f496";
}

.fi-rr-eclipse-alt:before {
  content: "\f497";
}

.fi-rr-eclipse:before {
  content: "\f498";
}

.fi-rr-edit-alt:before {
  content: "\f499";
}

.fi-rr-edit:before {
  content: "\f49a";
}

.fi-rr-egg-fried:before {
  content: "\f49b";
}

.fi-rr-egg:before {
  content: "\f49c";
}

.fi-rr-eject:before {
  content: "\f49d";
}

.fi-rr-elephant:before {
  content: "\f49e";
}

.fi-rr-elevator:before {
  content: "\f49f";
}

.fi-rr-engine-warning:before {
  content: "\f4a0";
}

.fi-rr-engine:before {
  content: "\f4a1";
}

.fi-rr-enter:before {
  content: "\f4a2";
}

.fi-rr-envelope-ban:before {
  content: "\f4a3";
}

.fi-rr-envelope-bulk:before {
  content: "\f4a4";
}

.fi-rr-envelope-dot:before {
  content: "\f4a5";
}

.fi-rr-envelope-download:before {
  content: "\f4a6";
}

.fi-rr-envelope-marker:before {
  content: "\f4a7";
}

.fi-rr-envelope-open-dollar:before {
  content: "\f4a8";
}

.fi-rr-envelope-open-text:before {
  content: "\f4a9";
}

.fi-rr-envelope-open:before {
  content: "\f4aa";
}

.fi-rr-envelope-plus:before {
  content: "\f4ab";
}

.fi-rr-envelope:before {
  content: "\f4ac";
}

.fi-rr-envelopes:before {
  content: "\f4ad";
}

.fi-rr-equality:before {
  content: "\f4ae";
}

.fi-rr-eraser:before {
  content: "\f4af";
}

.fi-rr-escalator:before {
  content: "\f4b0";
}

.fi-rr-ethernet:before {
  content: "\f4b1";
}

.fi-rr-euro:before {
  content: "\f4b2";
}

.fi-rr-exchange-alt:before {
  content: "\f4b3";
}

.fi-rr-exchange:before {
  content: "\f4b4";
}

.fi-rr-exclamation:before {
  content: "\f4b5";
}

.fi-rr-exit:before {
  content: "\f4b6";
}

.fi-rr-expand-arrows-alt:before {
  content: "\f4b7";
}

.fi-rr-expand-arrows:before {
  content: "\f4b8";
}

.fi-rr-expand:before {
  content: "\f4b9";
}

.fi-rr-eye-crossed:before {
  content: "\f4ba";
}

.fi-rr-eye-dropper-half:before {
  content: "\f4bb";
}

.fi-rr-eye-dropper:before {
  content: "\f4bc";
}

.fi-rr-eye:before {
  content: "\f4bd";
}

.fi-rr-eyes:before {
  content: "\f4be";
}

.fi-rr-f:before {
  content: "\f4bf";
}

.fi-rr-face-angry-horns:before {
  content: "\f4c0";
}

.fi-rr-face-anguished:before {
  content: "\f4c1";
}

.fi-rr-face-anxious-sweat:before {
  content: "\f4c2";
}

.fi-rr-face-astonished:before {
  content: "\f4c3";
}

.fi-rr-face-awesome:before {
  content: "\f4c4";
}

.fi-rr-face-beam-hand-over-mouth:before {
  content: "\f4c5";
}

.fi-rr-face-confounded:before {
  content: "\f4c6";
}

.fi-rr-face-confused:before {
  content: "\f4c7";
}

.fi-rr-face-cowboy-hat:before {
  content: "\f4c8";
}

.fi-rr-face-disappointed:before {
  content: "\f4c9";
}

.fi-rr-face-disguise:before {
  content: "\f4ca";
}

.fi-rr-face-downcast-sweat:before {
  content: "\f4cb";
}

.fi-rr-face-drooling:before {
  content: "\f4cc";
}

.fi-rr-face-explode:before {
  content: "\f4cd";
}

.fi-rr-face-expressionless:before {
  content: "\f4ce";
}

.fi-rr-face-eyes-xmarks:before {
  content: "\f4cf";
}

.fi-rr-face-fearful:before {
  content: "\f4d0";
}

.fi-rr-face-glasses:before {
  content: "\f4d1";
}

.fi-rr-face-grin-tongue-wink:before {
  content: "\f4d2";
}

.fi-rr-face-hand-yawn:before {
  content: "\f4d3";
}

.fi-rr-face-head-bandage:before {
  content: "\f4d4";
}

.fi-rr-face-hushed:before {
  content: "\f4d5";
}

.fi-rr-face-icicles:before {
  content: "\f4d6";
}

.fi-rr-face-lying:before {
  content: "\f4d7";
}

.fi-rr-face-mask:before {
  content: "\f4d8";
}

.fi-rr-face-monocle:before {
  content: "\f4d9";
}

.fi-rr-face-nauseated:before {
  content: "\f4da";
}

.fi-rr-face-nose-steam:before {
  content: "\f4db";
}

.fi-rr-face-party:before {
  content: "\f4dc";
}

.fi-rr-face-pensive:before {
  content: "\f4dd";
}

.fi-rr-face-persevering:before {
  content: "\f4de";
}

.fi-rr-face-pleading:before {
  content: "\f4df";
}

.fi-rr-face-raised-eyebrow:before {
  content: "\f4e0";
}

.fi-rr-face-relieved:before {
  content: "\f4e1";
}

.fi-rr-face-sad-sweat:before {
  content: "\f4e2";
}

.fi-rr-face-scream:before {
  content: "\f4e3";
}

.fi-rr-face-shush:before {
  content: "\f4e4";
}

.fi-rr-face-sleeping:before {
  content: "\f4e5";
}

.fi-rr-face-sleepy:before {
  content: "\f4e6";
}

.fi-rr-face-smile-halo:before {
  content: "\f4e7";
}

.fi-rr-face-smile-hearts:before {
  content: "\f4e8";
}

.fi-rr-face-smile-horns:before {
  content: "\f4e9";
}

.fi-rr-face-smile-tear:before {
  content: "\f4ea";
}

.fi-rr-face-smile-tongue:before {
  content: "\f4eb";
}

.fi-rr-face-smile-upside-down:before {
  content: "\f4ec";
}

.fi-rr-face-smiling-hands:before {
  content: "\f4ed";
}

.fi-rr-face-smirking:before {
  content: "\f4ee";
}

.fi-rr-face-sunglasses:before {
  content: "\f4ef";
}

.fi-rr-face-swear:before {
  content: "\f4f0";
}

.fi-rr-face-thermometer:before {
  content: "\f4f1";
}

.fi-rr-face-thinking:before {
  content: "\f4f2";
}

.fi-rr-face-tissue:before {
  content: "\f4f3";
}

.fi-rr-face-tongue-money:before {
  content: "\f4f4";
}

.fi-rr-face-tongue-sweat:before {
  content: "\f4f5";
}

.fi-rr-face-unamused:before {
  content: "\f4f6";
}

.fi-rr-face-viewfinder:before {
  content: "\f4f7";
}

.fi-rr-face-vomit:before {
  content: "\f4f8";
}

.fi-rr-face-weary:before {
  content: "\f4f9";
}

.fi-rr-face-woozy:before {
  content: "\f4fa";
}

.fi-rr-face-worried:before {
  content: "\f4fb";
}

.fi-rr-face-zany:before {
  content: "\f4fc";
}

.fi-rr-face-zipper:before {
  content: "\f4fd";
}

.fi-rr-family-dress:before {
  content: "\f4fe";
}

.fi-rr-family-pants:before {
  content: "\f4ff";
}

.fi-rr-family:before {
  content: "\f500";
}

.fi-rr-fan-table:before {
  content: "\f501";
}

.fi-rr-fan:before {
  content: "\f502";
}

.fi-rr-farm:before {
  content: "\f503";
}

.fi-rr-faucet-drip:before {
  content: "\f504";
}

.fi-rr-faucet:before {
  content: "\f505";
}

.fi-rr-fax:before {
  content: "\f506";
}

.fi-rr-feather-pointed:before {
  content: "\f507";
}

.fi-rr-feather:before {
  content: "\f508";
}

.fi-rr-fence:before {
  content: "\f509";
}

.fi-rr-ferris-wheel:before {
  content: "\f50a";
}

.fi-rr-fighter-jet:before {
  content: "\f50b";
}

.fi-rr-file-ai:before {
  content: "\f50c";
}

.fi-rr-file-audio:before {
  content: "\f50d";
}

.fi-rr-file-binary:before {
  content: "\f50e";
}

.fi-rr-file-chart-line:before {
  content: "\f50f";
}

.fi-rr-file-chart-pie:before {
  content: "\f510";
}

.fi-rr-file-circle-info:before {
  content: "\f511";
}

.fi-rr-file-code:before {
  content: "\f512";
}

.fi-rr-file-csv:before {
  content: "\f513";
}

.fi-rr-file-download:before {
  content: "\f514";
}

.fi-rr-file-edit:before {
  content: "\f515";
}

.fi-rr-file-eps:before {
  content: "\f516";
}

.fi-rr-file-excel:before {
  content: "\f517";
}

.fi-rr-file-exclamation:before {
  content: "\f518";
}

.fi-rr-file-export:before {
  content: "\f519";
}

.fi-rr-file-image:before {
  content: "\f51a";
}

.fi-rr-file-import:before {
  content: "\f51b";
}

.fi-rr-file-invoice-dollar:before {
  content: "\f51c";
}

.fi-rr-file-invoice:before {
  content: "\f51d";
}

.fi-rr-file-medical-alt:before {
  content: "\f51e";
}

.fi-rr-file-medical:before {
  content: "\f51f";
}

.fi-rr-file-minus:before {
  content: "\f520";
}

.fi-rr-file-pdf:before {
  content: "\f521";
}

.fi-rr-file-powerpoint:before {
  content: "\f522";
}

.fi-rr-file-prescription:before {
  content: "\f523";
}

.fi-rr-file-psd:before {
  content: "\f524";
}

.fi-rr-file-signature:before {
  content: "\f525";
}

.fi-rr-file-spreadsheet:before {
  content: "\f526";
}

.fi-rr-file-upload:before {
  content: "\f527";
}

.fi-rr-file-user:before {
  content: "\f528";
}

.fi-rr-file-video:before {
  content: "\f529";
}

.fi-rr-file-word:before {
  content: "\f52a";
}

.fi-rr-file-zipper:before {
  content: "\f52b";
}

.fi-rr-file:before {
  content: "\f52c";
}

.fi-rr-files-medical:before {
  content: "\f52d";
}

.fi-rr-fill:before {
  content: "\f52e";
}

.fi-rr-film-canister:before {
  content: "\f52f";
}

.fi-rr-film-slash:before {
  content: "\f530";
}

.fi-rr-film:before {
  content: "\f531";
}

.fi-rr-films:before {
  content: "\f532";
}

.fi-rr-filter-slash:before {
  content: "\f533";
}

.fi-rr-filter:before {
  content: "\f534";
}

.fi-rr-filters:before {
  content: "\f535";
}

.fi-rr-fingerprint:before {
  content: "\f536";
}

.fi-rr-fire-burner:before {
  content: "\f537";
}

.fi-rr-fire-extinguisher:before {
  content: "\f538";
}

.fi-rr-fire-flame-curved:before {
  content: "\f539";
}

.fi-rr-fire-flame-simple:before {
  content: "\f53a";
}

.fi-rr-fire-hydrant:before {
  content: "\f53b";
}

.fi-rr-fire-smoke:before {
  content: "\f53c";
}

.fi-rr-fireplace:before {
  content: "\f53d";
}

.fi-rr-fish-bones:before {
  content: "\f53e";
}

.fi-rr-fish-cooked:before {
  content: "\f53f";
}

.fi-rr-fish:before {
  content: "\f540";
}

.fi-rr-fishing-rod:before {
  content: "\f541";
}

.fi-rr-flag-alt:before {
  content: "\f542";
}

.fi-rr-flag-checkered:before {
  content: "\f543";
}

.fi-rr-flag-usa:before {
  content: "\f544";
}

.fi-rr-flag:before {
  content: "\f545";
}

.fi-rr-flame:before {
  content: "\f546";
}

.fi-rr-flashlight:before {
  content: "\f547";
}

.fi-rr-flask-poison:before {
  content: "\f548";
}

.fi-rr-flask-potion:before {
  content: "\f549";
}

.fi-rr-flask:before {
  content: "\f54a";
}

.fi-rr-flip-horizontal:before {
  content: "\f54b";
}

.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\f54c";
}

.fi-rr-floppy-disk-circle-xmark:before {
  content: "\f54d";
}

.fi-rr-floppy-disk-pen:before {
  content: "\f54e";
}

.fi-rr-floppy-disks:before {
  content: "\f54f";
}

.fi-rr-florin-sign:before {
  content: "\f550";
}

.fi-rr-flower-bouquet:before {
  content: "\f551";
}

.fi-rr-flower-daffodil:before {
  content: "\f552";
}

.fi-rr-flower-tulip:before {
  content: "\f553";
}

.fi-rr-flower:before {
  content: "\f554";
}

.fi-rr-flushed:before {
  content: "\f555";
}

.fi-rr-flute:before {
  content: "\f556";
}

.fi-rr-flux-capacitor:before {
  content: "\f557";
}

.fi-rr-fog:before {
  content: "\f558";
}

.fi-rr-folder-download:before {
  content: "\f559";
}

.fi-rr-folder-minus:before {
  content: "\f55a";
}

.fi-rr-folder-open:before {
  content: "\f55b";
}

.fi-rr-folder-times:before {
  content: "\f55c";
}

.fi-rr-folder-tree:before {
  content: "\f55d";
}

.fi-rr-folder-upload:before {
  content: "\f55e";
}

.fi-rr-folder-xmark:before {
  content: "\f55f";
}

.fi-rr-folder:before {
  content: "\f560";
}

.fi-rr-folders:before {
  content: "\f561";
}

.fi-rr-follow-folder:before {
  content: "\f562";
}

.fi-rr-followcollection:before {
  content: "\f563";
}

.fi-rr-following:before {
  content: "\f564";
}

.fi-rr-football:before {
  content: "\f565";
}

.fi-rr-fork:before {
  content: "\f566";
}

.fi-rr-forklift:before {
  content: "\f567";
}

.fi-rr-form:before {
  content: "\f568";
}

.fi-rr-fort:before {
  content: "\f569";
}

.fi-rr-forward-fast:before {
  content: "\f56a";
}

.fi-rr-forward:before {
  content: "\f56b";
}

.fi-rr-fox:before {
  content: "\f56c";
}

.fi-rr-frame:before {
  content: "\f56d";
}

.fi-rr-franc-sign:before {
  content: "\f56e";
}

.fi-rr-french-fries:before {
  content: "\f56f";
}

.fi-rr-frog:before {
  content: "\f570";
}

.fi-rr-frown:before {
  content: "\f571";
}

.fi-rr-ftp:before {
  content: "\f572";
}

.fi-rr-funnel-dollar:before {
  content: "\f573";
}

.fi-rr-g:before {
  content: "\f574";
}

.fi-rr-galaxy:before {
  content: "\f575";
}

.fi-rr-gallery-thumbnails:before {
  content: "\f576";
}

.fi-rr-gallery:before {
  content: "\f577";
}

.fi-rr-game-board-alt:before {
  content: "\f578";
}

.fi-rr-gamepad:before {
  content: "\f579";
}

.fi-rr-garage-car:before {
  content: "\f57a";
}

.fi-rr-garage-open:before {
  content: "\f57b";
}

.fi-rr-garage:before {
  content: "\f57c";
}

.fi-rr-garlic:before {
  content: "\f57d";
}

.fi-rr-gas-pump-alt:before {
  content: "\f57e";
}

.fi-rr-gas-pump-slash:before {
  content: "\f57f";
}

.fi-rr-gas-pump:before {
  content: "\f580";
}

.fi-rr-gauge-circle-bolt:before {
  content: "\f581";
}

.fi-rr-gauge-circle-minus:before {
  content: "\f582";
}

.fi-rr-gauge-circle-plus:before {
  content: "\f583";
}

.fi-rr-gavel:before {
  content: "\f584";
}

.fi-rr-gears:before {
  content: "\f585";
}

.fi-rr-gem:before {
  content: "\f586";
}

.fi-rr-ghost:before {
  content: "\f587";
}

.fi-rr-gif-square:before {
  content: "\f588";
}

.fi-rr-gif:before {
  content: "\f589";
}

.fi-rr-gift-card:before {
  content: "\f58a";
}

.fi-rr-gift:before {
  content: "\f58b";
}

.fi-rr-gifts:before {
  content: "\f58c";
}

.fi-rr-gingerbread-man:before {
  content: "\f58d";
}

.fi-rr-glass-champagne:before {
  content: "\f58e";
}

.fi-rr-glass-cheers:before {
  content: "\f58f";
}

.fi-rr-glass-citrus:before {
  content: "\f590";
}

.fi-rr-glass-whiskey-rocks:before {
  content: "\f591";
}

.fi-rr-glass-whiskey:before {
  content: "\f592";
}

.fi-rr-glass:before {
  content: "\f593";
}

.fi-rr-glasses:before {
  content: "\f594";
}

.fi-rr-globe-alt:before {
  content: "\f595";
}

.fi-rr-globe-snow:before {
  content: "\f596";
}

.fi-rr-globe:before {
  content: "\f597";
}

.fi-rr-golf-ball:before {
  content: "\f598";
}

.fi-rr-golf:before {
  content: "\f599";
}

.fi-rr-graduation-cap:before {
  content: "\f59a";
}

.fi-rr-gramophone:before {
  content: "\f59b";
}

.fi-rr-grape:before {
  content: "\f59c";
}

.fi-rr-graphic-style:before {
  content: "\f59d";
}

.fi-rr-graphic-tablet:before {
  content: "\f59e";
}

.fi-rr-grate-droplet:before {
  content: "\f59f";
}

.fi-rr-grate:before {
  content: "\f5a0";
}

.fi-rr-grid-alt:before {
  content: "\f5a1";
}

.fi-rr-grid-dividers:before {
  content: "\f5a2";
}

.fi-rr-grid:before {
  content: "\f5a3";
}

.fi-rr-grill-hot-alt:before {
  content: "\f5a4";
}

.fi-rr-grill:before {
  content: "\f5a5";
}

.fi-rr-grimace:before {
  content: "\f5a6";
}

.fi-rr-grin-alt:before {
  content: "\f5a7";
}

.fi-rr-grin-beam-sweat:before {
  content: "\f5a8";
}

.fi-rr-grin-beam:before {
  content: "\f5a9";
}

.fi-rr-grin-hearts:before {
  content: "\f5aa";
}

.fi-rr-grin-squint-tears:before {
  content: "\f5ab";
}

.fi-rr-grin-squint:before {
  content: "\f5ac";
}

.fi-rr-grin-stars:before {
  content: "\f5ad";
}

.fi-rr-grin-tears:before {
  content: "\f5ae";
}

.fi-rr-grin-tongue-squint:before {
  content: "\f5af";
}

.fi-rr-grin-tongue-wink:before {
  content: "\f5b0";
}

.fi-rr-grin-tongue:before {
  content: "\f5b1";
}

.fi-rr-grin-wink:before {
  content: "\f5b2";
}

.fi-rr-grin:before {
  content: "\f5b3";
}

.fi-rr-grip-dots-vertical:before {
  content: "\f5b4";
}

.fi-rr-grip-dots:before {
  content: "\f5b5";
}

.fi-rr-grip-horizontal:before {
  content: "\f5b6";
}

.fi-rr-grip-lines-vertical:before {
  content: "\f5b7";
}

.fi-rr-grip-lines:before {
  content: "\f5b8";
}

.fi-rr-grip-vertical:before {
  content: "\f5b9";
}

.fi-rr-guarani-sign:before {
  content: "\f5ba";
}

.fi-rr-guitar-electric:before {
  content: "\f5bb";
}

.fi-rr-guitar:before {
  content: "\f5bc";
}

.fi-rr-guitars:before {
  content: "\f5bd";
}

.fi-rr-gun-squirt:before {
  content: "\f5be";
}

.fi-rr-gym:before {
  content: "\f5bf";
}

.fi-rr-h-square:before {
  content: "\f5c0";
}

.fi-rr-h:before {
  content: "\f5c1";
}

.fi-rr-h1:before {
  content: "\f5c2";
}

.fi-rr-h2:before {
  content: "\f5c3";
}

.fi-rr-h3:before {
  content: "\f5c4";
}

.fi-rr-h4:before {
  content: "\f5c5";
}

.fi-rr-hamburger-soda:before {
  content: "\f5c6";
}

.fi-rr-hamburger:before {
  content: "\f5c7";
}

.fi-rr-hammer-crash:before {
  content: "\f5c8";
}

.fi-rr-hammer-war:before {
  content: "\f5c9";
}

.fi-rr-hammer:before {
  content: "\f5ca";
}

.fi-rr-hand-back-fist:before {
  content: "\f5cb";
}

.fi-rr-hand-back-point-down:before {
  content: "\f5cc";
}

.fi-rr-hand-back-point-left:before {
  content: "\f5cd";
}

.fi-rr-hand-back-point-ribbon:before {
  content: "\f5ce";
}

.fi-rr-hand-back-point-right:before {
  content: "\f5cf";
}

.fi-rr-hand-dots:before {
  content: "\f5d0";
}

.fi-rr-hand-fingers-crossed:before {
  content: "\f5d1";
}

.fi-rr-hand-heart:before {
  content: "\f5d2";
}

.fi-rr-hand-holding-box:before {
  content: "\f5d3";
}

.fi-rr-hand-holding-droplet:before {
  content: "\f5d4";
}

.fi-rr-hand-holding-heart:before {
  content: "\f5d5";
}

.fi-rr-hand-holding-medical:before {
  content: "\f5d6";
}

.fi-rr-hand-holding-seeding:before {
  content: "\f5d7";
}

.fi-rr-hand-holding-skull:before {
  content: "\f5d8";
}

.fi-rr-hand-holding-usd:before {
  content: "\f5d9";
}

.fi-rr-hand-holding-water:before {
  content: "\f5da";
}

.fi-rr-hand-horns:before {
  content: "\f5db";
}

.fi-rr-hand-lizard:before {
  content: "\f5dc";
}

.fi-rr-hand-love:before {
  content: "\f5dd";
}

.fi-rr-hand-middle-finger:before {
  content: "\f5de";
}

.fi-rr-hand-paper:before {
  content: "\f5df";
}

.fi-rr-hand-peace:before {
  content: "\f5e0";
}

.fi-rr-hand-point-ribbon:before {
  content: "\f5e1";
}

.fi-rr-hand-scissors:before {
  content: "\f5e2";
}

.fi-rr-hand-sparkles:before {
  content: "\f5e3";
}

.fi-rr-hand-spock:before {
  content: "\f5e4";
}

.fi-rr-hand-wave:before {
  content: "\f5e5";
}

.fi-rr-hand:before {
  content: "\f5e6";
}

.fi-rr-hands-bubbles:before {
  content: "\f5e7";
}

.fi-rr-hands-clapping:before {
  content: "\f5e8";
}

.fi-rr-hands-heart:before {
  content: "\f5e9";
}

.fi-rr-hands-holding-diamond:before {
  content: "\f5ea";
}

.fi-rr-hands-holding:before {
  content: "\f5eb";
}

.fi-rr-hands-usd:before {
  content: "\f5ec";
}

.fi-rr-handshake-angle:before {
  content: "\f5ed";
}

.fi-rr-handshake-simple-slash:before {
  content: "\f5ee";
}

.fi-rr-handshake:before {
  content: "\f5ef";
}

.fi-rr-hard-hat:before {
  content: "\f5f0";
}

.fi-rr-hastag:before {
  content: "\f5f1";
}

.fi-rr-hat-birthday:before {
  content: "\f5f2";
}

.fi-rr-hat-chef:before {
  content: "\f5f3";
}

.fi-rr-hat-cowboy-side:before {
  content: "\f5f4";
}

.fi-rr-hat-cowboy:before {
  content: "\f5f5";
}

.fi-rr-hat-santa:before {
  content: "\f5f6";
}

.fi-rr-hat-winter:before {
  content: "\f5f7";
}

.fi-rr-hat-witch:before {
  content: "\f5f8";
}

.fi-rr-hat-wizard:before {
  content: "\f5f9";
}

.fi-rr-hdd:before {
  content: "\f5fa";
}

.fi-rr-head-side-brain:before {
  content: "\f5fb";
}

.fi-rr-head-side-cough-slash:before {
  content: "\f5fc";
}

.fi-rr-head-side-cough:before {
  content: "\f5fd";
}

.fi-rr-head-side-headphones:before {
  content: "\f5fe";
}

.fi-rr-head-side-heart:before {
  content: "\f5ff";
}

.fi-rr-head-side-mask:before {
  content: "\f600";
}

.fi-rr-head-side-medical:before {
  content: "\f601";
}

.fi-rr-head-side-thinking:before {
  content: "\f602";
}

.fi-rr-head-side-virus:before {
  content: "\f603";
}

.fi-rr-head-side:before {
  content: "\f604";
}

.fi-rr-head-vr:before {
  content: "\f605";
}

.fi-rr-heading:before {
  content: "\f606";
}

.fi-rr-headphones:before {
  content: "\f607";
}

.fi-rr-headset:before {
  content: "\f608";
}

.fi-rr-heart-arrow:before {
  content: "\f609";
}

.fi-rr-heart-crack:before {
  content: "\f60a";
}

.fi-rr-heart-half-stroke:before {
  content: "\f60b";
}

.fi-rr-heart-half:before {
  content: "\f60c";
}

.fi-rr-heart-rate:before {
  content: "\f60d";
}

.fi-rr-heart:before {
  content: "\f60e";
}

.fi-rr-heat:before {
  content: "\f60f";
}

.fi-rr-helicopter-side:before {
  content: "\f610";
}

.fi-rr-hexagon-check:before {
  content: "\f611";
}

.fi-rr-hexagon-exclamation:before {
  content: "\f612";
}

.fi-rr-hexagon:before {
  content: "\f613";
}

.fi-rr-high-definition:before {
  content: "\f614";
}

.fi-rr-highlighter-line:before {
  content: "\f615";
}

.fi-rr-highlighter:before {
  content: "\f616";
}

.fi-rr-hiking:before {
  content: "\f617";
}

.fi-rr-hippo:before {
  content: "\f618";
}

.fi-rr-hockey-puck:before {
  content: "\f619";
}

.fi-rr-hockey-sticks:before {
  content: "\f61a";
}

.fi-rr-holly-berry:before {
  content: "\f61b";
}

.fi-rr-home-heart:before {
  content: "\f61c";
}

.fi-rr-home-location-alt:before {
  content: "\f61d";
}

.fi-rr-home-location:before {
  content: "\f61e";
}

.fi-rr-home:before {
  content: "\f61f";
}

.fi-rr-hood-cloak:before {
  content: "\f620";
}

.fi-rr-horizontal-rule:before {
  content: "\f621";
}

.fi-rr-horse-head:before {
  content: "\f622";
}

.fi-rr-horse-saddle:before {
  content: "\f623";
}

.fi-rr-horse:before {
  content: "\f624";
}

.fi-rr-hose-reel:before {
  content: "\f625";
}

.fi-rr-hose:before {
  content: "\f626";
}

.fi-rr-hospital-symbol:before {
  content: "\f627";
}

.fi-rr-hospital-user:before {
  content: "\f628";
}

.fi-rr-hospital:before {
  content: "\f629";
}

.fi-rr-hospitals:before {
  content: "\f62a";
}

.fi-rr-hot-tub:before {
  content: "\f62b";
}

.fi-rr-hotdog:before {
  content: "\f62c";
}

.fi-rr-hotel:before {
  content: "\f62d";
}

.fi-rr-hourglass-end:before {
  content: "\f62e";
}

.fi-rr-hourglass-start:before {
  content: "\f62f";
}

.fi-rr-hourglass:before {
  content: "\f630";
}

.fi-rr-house-blank:before {
  content: "\f631";
}

.fi-rr-house-building:before {
  content: "\f632";
}

.fi-rr-house-chimney-blank:before {
  content: "\f633";
}

.fi-rr-house-chimney-crack:before {
  content: "\f634";
}

.fi-rr-house-chimney-heart:before {
  content: "\f635";
}

.fi-rr-house-chimney-medical:before {
  content: "\f636";
}

.fi-rr-house-chimney-user:before {
  content: "\f637";
}

.fi-rr-house-chimney-window:before {
  content: "\f638";
}

.fi-rr-house-chimney:before {
  content: "\f639";
}

.fi-rr-house-crack:before {
  content: "\f63a";
}

.fi-rr-house-day:before {
  content: "\f63b";
}

.fi-rr-house-flood:before {
  content: "\f63c";
}

.fi-rr-house-laptop:before {
  content: "\f63d";
}

.fi-rr-house-leave:before {
  content: "\f63e";
}

.fi-rr-house-medical:before {
  content: "\f63f";
}

.fi-rr-house-night:before {
  content: "\f640";
}

.fi-rr-house-return:before {
  content: "\f641";
}

.fi-rr-house-signal:before {
  content: "\f642";
}

.fi-rr-house-tree:before {
  content: "\f643";
}

.fi-rr-house-tsunami:before {
  content: "\f644";
}

.fi-rr-house-turret:before {
  content: "\f645";
}

.fi-rr-house-user:before {
  content: "\f646";
}

.fi-rr-house-window:before {
  content: "\f647";
}

.fi-rr-hryvnia:before {
  content: "\f648";
}

.fi-rr-humidity:before {
  content: "\f649";
}

.fi-rr-hundred-points:before {
  content: "\f64a";
}

.fi-rr-hurricane:before {
  content: "\f64b";
}

.fi-rr-i:before {
  content: "\f64c";
}

.fi-rr-ice-cream:before {
  content: "\f64d";
}

.fi-rr-ice-skate:before {
  content: "\f64e";
}

.fi-rr-icicles:before {
  content: "\f64f";
}

.fi-rr-icon-star:before {
  content: "\f650";
}

.fi-rr-id-badge:before {
  content: "\f651";
}

.fi-rr-id-card-clip-alt:before {
  content: "\f652";
}

.fi-rr-igloo:before {
  content: "\f653";
}

.fi-rr-image-slash:before {
  content: "\f654";
}

.fi-rr-images-user:before {
  content: "\f655";
}

.fi-rr-images:before {
  content: "\f656";
}

.fi-rr-inbox-in:before {
  content: "\f657";
}

.fi-rr-inbox-out:before {
  content: "\f658";
}

.fi-rr-inbox:before {
  content: "\f659";
}

.fi-rr-inboxes:before {
  content: "\f65a";
}

.fi-rr-incognito:before {
  content: "\f65b";
}

.fi-rr-indent:before {
  content: "\f65c";
}

.fi-rr-indian-rupee-sign:before {
  content: "\f65d";
}

.fi-rr-industry-alt:before {
  content: "\f65e";
}

.fi-rr-industry-windows:before {
  content: "\f65f";
}

.fi-rr-infinity:before {
  content: "\f660";
}

.fi-rr-info:before {
  content: "\f661";
}

.fi-rr-information:before {
  content: "\f662";
}

.fi-rr-inhaler:before {
  content: "\f663";
}

.fi-rr-input-numeric:before {
  content: "\f664";
}

.fi-rr-input-pipe:before {
  content: "\f665";
}

.fi-rr-input-text:before {
  content: "\f666";
}

.fi-rr-interactive:before {
  content: "\f667";
}

.fi-rr-interlining:before {
  content: "\f668";
}

.fi-rr-interrogation:before {
  content: "\f669";
}

.fi-rr-inventory-alt:before {
  content: "\f66a";
}

.fi-rr-island-tropical:before {
  content: "\f66b";
}

.fi-rr-it-alt:before {
  content: "\f66c";
}

.fi-rr-it-computer:before {
  content: "\f66d";
}

.fi-rr-it:before {
  content: "\f66e";
}

.fi-rr-italian-lira-sign:before {
  content: "\f66f";
}

.fi-rr-italic:before {
  content: "\f670";
}

.fi-rr-j:before {
  content: "\f671";
}

.fi-rr-jam:before {
  content: "\f672";
}

.fi-rr-joint:before {
  content: "\f673";
}

.fi-rr-joystick:before {
  content: "\f674";
}

.fi-rr-jpg:before {
  content: "\f675";
}

.fi-rr-jug:before {
  content: "\f676";
}

.fi-rr-k:before {
  content: "\f677";
}

.fi-rr-kazoo:before {
  content: "\f678";
}

.fi-rr-kerning:before {
  content: "\f679";
}

.fi-rr-key-skeleton-left-right:before {
  content: "\f67a";
}

.fi-rr-key:before {
  content: "\f67b";
}

.fi-rr-keyboard-brightness-low:before {
  content: "\f67c";
}

.fi-rr-keyboard-brightness:before {
  content: "\f67d";
}

.fi-rr-keyboard-down:before {
  content: "\f67e";
}

.fi-rr-keyboard-left:before {
  content: "\f67f";
}

.fi-rr-keyboard:before {
  content: "\f680";
}

.fi-rr-keynote:before {
  content: "\f681";
}

.fi-rr-kidneys:before {
  content: "\f682";
}

.fi-rr-kip-sign:before {
  content: "\f683";
}

.fi-rr-kiss-beam:before {
  content: "\f684";
}

.fi-rr-kiss-wink-heart:before {
  content: "\f685";
}

.fi-rr-kiss:before {
  content: "\f686";
}

.fi-rr-kite:before {
  content: "\f687";
}

.fi-rr-kiwi-bird:before {
  content: "\f688";
}

.fi-rr-knife-kitchen:before {
  content: "\f689";
}

.fi-rr-knife:before {
  content: "\f68a";
}

.fi-rr-l:before {
  content: "\f68b";
}

.fi-rr-label:before {
  content: "\f68c";
}

.fi-rr-lamp-desk:before {
  content: "\f68d";
}

.fi-rr-lamp-floor:before {
  content: "\f68e";
}

.fi-rr-lamp-street:before {
  content: "\f68f";
}

.fi-rr-lamp:before {
  content: "\f690";
}

.fi-rr-landmark-alt:before {
  content: "\f691";
}

.fi-rr-language:before {
  content: "\f692";
}

.fi-rr-laptop-arrow-down:before {
  content: "\f693";
}

.fi-rr-laptop-code:before {
  content: "\f694";
}

.fi-rr-laptop-medical:before {
  content: "\f695";
}

.fi-rr-laptop-mobile:before {
  content: "\f696";
}

.fi-rr-laptop-slash:before {
  content: "\f697";
}

.fi-rr-laptop:before {
  content: "\f698";
}

.fi-rr-lari-sign:before {
  content: "\f699";
}

.fi-rr-lasso-sparkles:before {
  content: "\f69a";
}

.fi-rr-lasso:before {
  content: "\f69b";
}

.fi-rr-laugh-beam:before {
  content: "\f69c";
}

.fi-rr-laugh-squint:before {
  content: "\f69d";
}

.fi-rr-laugh-wink:before {
  content: "\f69e";
}

.fi-rr-laugh:before {
  content: "\f69f";
}

.fi-rr-layer-minus:before {
  content: "\f6a0";
}

.fi-rr-layer-plus:before {
  content: "\f6a1";
}

.fi-rr-layers:before {
  content: "\f6a2";
}

.fi-rr-layout-fluid:before {
  content: "\f6a3";
}

.fi-rr-leaf-heart:before {
  content: "\f6a4";
}

.fi-rr-leaf-maple:before {
  content: "\f6a5";
}

.fi-rr-leaf-oak:before {
  content: "\f6a6";
}

.fi-rr-leaf:before {
  content: "\f6a7";
}

.fi-rr-left:before {
  content: "\f6a8";
}

.fi-rr-lemon:before {
  content: "\f6a9";
}

.fi-rr-letter-case:before {
  content: "\f6aa";
}

.fi-rr-lettuce:before {
  content: "\f6ab";
}

.fi-rr-level-down-alt:before {
  content: "\f6ac";
}

.fi-rr-level-down:before {
  content: "\f6ad";
}

.fi-rr-level-up-alt:before {
  content: "\f6ae";
}

.fi-rr-level-up:before {
  content: "\f6af";
}

.fi-rr-license:before {
  content: "\f6b0";
}

.fi-rr-life-ring:before {
  content: "\f6b1";
}

.fi-rr-light-ceiling:before {
  content: "\f6b2";
}

.fi-rr-light-emergency-on:before {
  content: "\f6b3";
}

.fi-rr-light-emergency:before {
  content: "\f6b4";
}

.fi-rr-light-switch-off:before {
  content: "\f6b5";
}

.fi-rr-light-switch-on:before {
  content: "\f6b6";
}

.fi-rr-light-switch:before {
  content: "\f6b7";
}

.fi-rr-lightbulb-dollar:before {
  content: "\f6b8";
}

.fi-rr-lightbulb-exclamation:before {
  content: "\f6b9";
}

.fi-rr-lightbulb-on:before {
  content: "\f6ba";
}

.fi-rr-lightbulb-question:before {
  content: "\f6bb";
}

.fi-rr-lightbulb-slash:before {
  content: "\f6bc";
}

.fi-rr-lights-holiday:before {
  content: "\f6bd";
}

.fi-rr-line-width:before {
  content: "\f6be";
}

.fi-rr-link-alt:before {
  content: "\f6bf";
}

.fi-rr-link-horizontal-slash:before {
  content: "\f6c0";
}

.fi-rr-link-horizontal:before {
  content: "\f6c1";
}

.fi-rr-link-slash-alt:before {
  content: "\f6c2";
}

.fi-rr-link-slash:before {
  content: "\f6c3";
}

.fi-rr-link:before {
  content: "\f6c4";
}

.fi-rr-lips:before {
  content: "\f6c5";
}

.fi-rr-lipstick:before {
  content: "\f6c6";
}

.fi-rr-lira-sign:before {
  content: "\f6c7";
}

.fi-rr-list-check:before {
  content: "\f6c8";
}

.fi-rr-list-dropdown:before {
  content: "\f6c9";
}

.fi-rr-list-music:before {
  content: "\f6ca";
}

.fi-rr-list-timeline:before {
  content: "\f6cb";
}

.fi-rr-list:before {
  content: "\f6cc";
}

.fi-rr-litecoin-sign:before {
  content: "\f6cd";
}

.fi-rr-loading:before {
  content: "\f6ce";
}

.fi-rr-lobster:before {
  content: "\f6cf";
}

.fi-rr-location-alt:before {
  content: "\f6d0";
}

.fi-rr-location-arrow:before {
  content: "\f6d1";
}

.fi-rr-location-crosshairs-slash:before {
  content: "\f6d2";
}

.fi-rr-location-crosshairs:before {
  content: "\f6d3";
}

.fi-rr-location-dot-slash:before {
  content: "\f6d4";
}

.fi-rr-location-exclamation:before {
  content: "\f6d5";
}

.fi-rr-lock-alt:before {
  content: "\f6d6";
}

.fi-rr-lock-open-alt:before {
  content: "\f6d7";
}

.fi-rr-lock:before {
  content: "\f6d8";
}

.fi-rr-locust:before {
  content: "\f6d9";
}

.fi-rr-loveseat:before {
  content: "\f6da";
}

.fi-rr-low-vision:before {
  content: "\f6db";
}

.fi-rr-luchador:before {
  content: "\f6dc";
}

.fi-rr-luggage-cart:before {
  content: "\f6dd";
}

.fi-rr-luggage-rolling:before {
  content: "\f6de";
}

.fi-rr-lungs-virus:before {
  content: "\f6df";
}

.fi-rr-lungs:before {
  content: "\f6e0";
}

.fi-rr-m:before {
  content: "\f6e1";
}

.fi-rr-magic-wand:before {
  content: "\f6e2";
}

.fi-rr-magnet:before {
  content: "\f6e3";
}

.fi-rr-mailbox:before {
  content: "\f6e4";
}

.fi-rr-makeup-brush:before {
  content: "\f6e5";
}

.fi-rr-man-head:before {
  content: "\f6e6";
}

.fi-rr-manat-sign:before {
  content: "\f6e7";
}

.fi-rr-mandolin:before {
  content: "\f6e8";
}

.fi-rr-manhole:before {
  content: "\f6e9";
}

.fi-rr-map-marker-check:before {
  content: "\f6ea";
}

.fi-rr-map-marker-cross:before {
  content: "\f6eb";
}

.fi-rr-map-marker-edit:before {
  content: "\f6ec";
}

.fi-rr-map-marker-home:before {
  content: "\f6ed";
}

.fi-rr-map-marker-minus:before {
  content: "\f6ee";
}

.fi-rr-map-marker-plus:before {
  content: "\f6ef";
}

.fi-rr-map-marker-question:before {
  content: "\f6f0";
}

.fi-rr-map-marker-slash:before {
  content: "\f6f1";
}

.fi-rr-map-marker-smile:before {
  content: "\f6f2";
}

.fi-rr-map-marker:before {
  content: "\f6f3";
}

.fi-rr-map-pin:before {
  content: "\f6f4";
}

.fi-rr-map:before {
  content: "\f6f5";
}

.fi-rr-marker-time:before {
  content: "\f6f6";
}

.fi-rr-marker:before {
  content: "\f6f7";
}

.fi-rr-mars-double:before {
  content: "\f6f8";
}

.fi-rr-mars-stroke-right:before {
  content: "\f6f9";
}

.fi-rr-mars-stroke-up:before {
  content: "\f6fa";
}

.fi-rr-mars:before {
  content: "\f6fb";
}

.fi-rr-mask-carnival:before {
  content: "\f6fc";
}

.fi-rr-mask-face:before {
  content: "\f6fd";
}

.fi-rr-mask:before {
  content: "\f6fe";
}

.fi-rr-mattress-pillow:before {
  content: "\f6ff";
}

.fi-rr-meat:before {
  content: "\f700";
}

.fi-rr-medical-star:before {
  content: "\f701";
}

.fi-rr-medicine:before {
  content: "\f702";
}

.fi-rr-megaphone:before {
  content: "\f703";
}

.fi-rr-meh-blank:before {
  content: "\f704";
}

.fi-rr-meh-rolling-eyes:before {
  content: "\f705";
}

.fi-rr-meh:before {
  content: "\f706";
}

.fi-rr-melon:before {
  content: "\f707";
}

.fi-rr-memo-circle-check:before {
  content: "\f708";
}

.fi-rr-memo-pad:before {
  content: "\f709";
}

.fi-rr-memo:before {
  content: "\f70a";
}

.fi-rr-memory:before {
  content: "\f70b";
}

.fi-rr-menu-burger:before {
  content: "\f70c";
}

.fi-rr-menu-dots-vertical:before {
  content: "\f70d";
}

.fi-rr-menu-dots:before {
  content: "\f70e";
}

.fi-rr-mercury:before {
  content: "\f70f";
}

.fi-rr-message-arrow-down:before {
  content: "\f710";
}

.fi-rr-message-arrow-up-right:before {
  content: "\f711";
}

.fi-rr-message-arrow-up:before {
  content: "\f712";
}

.fi-rr-message-bot:before {
  content: "\f713";
}

.fi-rr-message-code:before {
  content: "\f714";
}

.fi-rr-message-dollar:before {
  content: "\f715";
}

.fi-rr-message-image:before {
  content: "\f716";
}

.fi-rr-message-question:before {
  content: "\f717";
}

.fi-rr-message-quote:before {
  content: "\f718";
}

.fi-rr-message-slash:before {
  content: "\f719";
}

.fi-rr-message-sms:before {
  content: "\f71a";
}

.fi-rr-message-text:before {
  content: "\f71b";
}

.fi-rr-message-xmark:before {
  content: "\f71c";
}

.fi-rr-messages-dollar:before {
  content: "\f71d";
}

.fi-rr-messages-question:before {
  content: "\f71e";
}

.fi-rr-messages:before {
  content: "\f71f";
}

.fi-rr-meteor:before {
  content: "\f720";
}

.fi-rr-meter-bolt:before {
  content: "\f721";
}

.fi-rr-meter-droplet:before {
  content: "\f722";
}

.fi-rr-meter-fire:before {
  content: "\f723";
}

.fi-rr-meter:before {
  content: "\f724";
}

.fi-rr-microchip-ai:before {
  content: "\f725";
}

.fi-rr-microchip:before {
  content: "\f726";
}

.fi-rr-microphone-alt:before {
  content: "\f727";
}

.fi-rr-microphone-slash:before {
  content: "\f728";
}

.fi-rr-microphone:before {
  content: "\f729";
}

.fi-rr-microscope:before {
  content: "\f72a";
}

.fi-rr-microwave:before {
  content: "\f72b";
}

.fi-rr-mill-sign:before {
  content: "\f72c";
}

.fi-rr-mind-share:before {
  content: "\f72d";
}

.fi-rr-minus-circle:before {
  content: "\f72e";
}

.fi-rr-minus-hexagon:before {
  content: "\f72f";
}

.fi-rr-minus-small:before {
  content: "\f730";
}

.fi-rr-minus:before {
  content: "\f731";
}

.fi-rr-mistletoe:before {
  content: "\f732";
}

.fi-rr-mobile-button:before {
  content: "\f733";
}

.fi-rr-mobile-notch:before {
  content: "\f734";
}

.fi-rr-mobile:before {
  content: "\f735";
}

.fi-rr-mockup:before {
  content: "\f736";
}

.fi-rr-mode-landscape:before {
  content: "\f737";
}

.fi-rr-mode-portrait:before {
  content: "\f738";
}

.fi-rr-money-bill-simple:before {
  content: "\f739";
}

.fi-rr-money-bill-wave-alt:before {
  content: "\f73a";
}

.fi-rr-money-bill-wave:before {
  content: "\f73b";
}

.fi-rr-money-bills-simple:before {
  content: "\f73c";
}

.fi-rr-money-bills:before {
  content: "\f73d";
}

.fi-rr-money-check-edit-alt:before {
  content: "\f73e";
}

.fi-rr-money-check-edit:before {
  content: "\f73f";
}

.fi-rr-money-check:before {
  content: "\f740";
}

.fi-rr-money-from-bracket:before {
  content: "\f741";
}

.fi-rr-money-simple-from-bracket:before {
  content: "\f742";
}

.fi-rr-money:before {
  content: "\f743";
}

.fi-rr-monkey:before {
  content: "\f744";
}

.fi-rr-monument:before {
  content: "\f745";
}

.fi-rr-moon-stars:before {
  content: "\f746";
}

.fi-rr-moon:before {
  content: "\f747";
}

.fi-rr-moped:before {
  content: "\f748";
}

.fi-rr-mortar-pestle:before {
  content: "\f749";
}

.fi-rr-mosquito-net:before {
  content: "\f74a";
}

.fi-rr-mosquito:before {
  content: "\f74b";
}

.fi-rr-motorcycle:before {
  content: "\f74c";
}

.fi-rr-mound:before {
  content: "\f74d";
}

.fi-rr-mountain-city:before {
  content: "\f74e";
}

.fi-rr-mountain:before {
  content: "\f74f";
}

.fi-rr-mountains:before {
  content: "\f750";
}

.fi-rr-mouse:before {
  content: "\f751";
}

.fi-rr-move-to-folder-2:before {
  content: "\f752";
}

.fi-rr-move-to-folder:before {
  content: "\f753";
}

.fi-rr-mp3-player:before {
  content: "\f754";
}

.fi-rr-mug-alt:before {
  content: "\f755";
}

.fi-rr-mug-hot-alt:before {
  content: "\f756";
}

.fi-rr-mug-hot:before {
  content: "\f757";
}

.fi-rr-mug-marshmallows:before {
  content: "\f758";
}

.fi-rr-mug-tea:before {
  content: "\f759";
}

.fi-rr-mug:before {
  content: "\f75a";
}

.fi-rr-mushroom:before {
  content: "\f75b";
}

.fi-rr-music-alt:before {
  content: "\f75c";
}

.fi-rr-music-file:before {
  content: "\f75d";
}

.fi-rr-music-note-slash:before {
  content: "\f75e";
}

.fi-rr-music-note:before {
  content: "\f75f";
}

.fi-rr-music-slash:before {
  content: "\f760";
}

.fi-rr-music:before {
  content: "\f761";
}

.fi-rr-n:before {
  content: "\f762";
}

.fi-rr-naira-sign:before {
  content: "\f763";
}

.fi-rr-narwhal:before {
  content: "\f764";
}

.fi-rr-navigation:before {
  content: "\f765";
}

.fi-rr-network-cloud:before {
  content: "\f766";
}

.fi-rr-network:before {
  content: "\f767";
}

.fi-rr-neuter:before {
  content: "\f768";
}

.fi-rr-nfc-lock:before {
  content: "\f769";
}

.fi-rr-nfc-magnifying-glass:before {
  content: "\f76a";
}

.fi-rr-nfc-pen:before {
  content: "\f76b";
}

.fi-rr-nfc-slash:before {
  content: "\f76c";
}

.fi-rr-nfc-trash:before {
  content: "\f76d";
}

.fi-rr-nfc:before {
  content: "\f76e";
}

.fi-rr-no-people:before {
  content: "\f76f";
}

.fi-rr-noodles:before {
  content: "\f770";
}

.fi-rr-notdef:before {
  content: "\f771";
}

.fi-rr-note-medical:before {
  content: "\f772";
}

.fi-rr-note-sticky:before {
  content: "\f773";
}

.fi-rr-note:before {
  content: "\f774";
}

.fi-rr-notebook-alt:before {
  content: "\f775";
}

.fi-rr-notebook:before {
  content: "\f776";
}

.fi-rr-notes-medical:before {
  content: "\f777";
}

.fi-rr-notes:before {
  content: "\f778";
}

.fi-rr-o:before {
  content: "\f779";
}

.fi-rr-object-exclude:before {
  content: "\f77a";
}

.fi-rr-object-group:before {
  content: "\f77b";
}

.fi-rr-object-intersect:before {
  content: "\f77c";
}

.fi-rr-object-subtract:before {
  content: "\f77d";
}

.fi-rr-object-ungroup:before {
  content: "\f77e";
}

.fi-rr-object-union:before {
  content: "\f77f";
}

.fi-rr-objects-column:before {
  content: "\f780";
}

.fi-rr-octagon:before {
  content: "\f781";
}

.fi-rr-oil-can:before {
  content: "\f782";
}

.fi-rr-oil-temp:before {
  content: "\f783";
}

.fi-rr-olive-oil:before {
  content: "\f784";
}

.fi-rr-olives:before {
  content: "\f785";
}

.fi-rr-onion:before {
  content: "\f786";
}

.fi-rr-opacity:before {
  content: "\f787";
}

.fi-rr-ornament:before {
  content: "\f788";
}

.fi-rr-otter:before {
  content: "\f789";
}

.fi-rr-outdent:before {
  content: "\f78a";
}

.fi-rr-oven:before {
  content: "\f78b";
}

.fi-rr-overline:before {
  content: "\f78c";
}

.fi-rr-p:before {
  content: "\f78d";
}

.fi-rr-package:before {
  content: "\f78e";
}

.fi-rr-page-break:before {
  content: "\f78f";
}

.fi-rr-pager:before {
  content: "\f790";
}

.fi-rr-paint-brush:before {
  content: "\f791";
}

.fi-rr-paint-roller:before {
  content: "\f792";
}

.fi-rr-paintbrush-pencil:before {
  content: "\f793";
}

.fi-rr-palette:before {
  content: "\f794";
}

.fi-rr-pallet-alt:before {
  content: "\f795";
}

.fi-rr-pallet:before {
  content: "\f796";
}

.fi-rr-pan:before {
  content: "\f797";
}

.fi-rr-panorama:before {
  content: "\f798";
}

.fi-rr-paper-plane-top:before {
  content: "\f799";
}

.fi-rr-paper-plane:before {
  content: "\f79a";
}

.fi-rr-paperclip-vertical:before {
  content: "\f79b";
}

.fi-rr-parachute-box:before {
  content: "\f79c";
}

.fi-rr-paragraph-left:before {
  content: "\f79d";
}

.fi-rr-paragraph:before {
  content: "\f79e";
}

.fi-rr-parking-circle-slash:before {
  content: "\f79f";
}

.fi-rr-parking-circle:before {
  content: "\f7a0";
}

.fi-rr-parking-slash:before {
  content: "\f7a1";
}

.fi-rr-parking:before {
  content: "\f7a2";
}

.fi-rr-party-bell:before {
  content: "\f7a3";
}

.fi-rr-party-horn:before {
  content: "\f7a4";
}

.fi-rr-passport:before {
  content: "\f7a5";
}

.fi-rr-password:before {
  content: "\f7a6";
}

.fi-rr-paste:before {
  content: "\f7a7";
}

.fi-rr-pattern:before {
  content: "\f7a8";
}

.fi-rr-pause-circle:before {
  content: "\f7a9";
}

.fi-rr-pause:before {
  content: "\f7aa";
}

.fi-rr-paw-claws:before {
  content: "\f7ab";
}

.fi-rr-paw:before {
  content: "\f7ac";
}

.fi-rr-peace:before {
  content: "\f7ad";
}

.fi-rr-peach:before {
  content: "\f7ae";
}

.fi-rr-pedestal:before {
  content: "\f7af";
}

.fi-rr-pen-circle:before {
  content: "\f7b0";
}

.fi-rr-pen-clip-slash:before {
  content: "\f7b1";
}

.fi-rr-pen-clip:before {
  content: "\f7b2";
}

.fi-rr-pen-fancy-slash:before {
  content: "\f7b3";
}

.fi-rr-pen-fancy:before {
  content: "\f7b4";
}

.fi-rr-pen-field:before {
  content: "\f7b5";
}

.fi-rr-pen-nib-slash:before {
  content: "\f7b6";
}

.fi-rr-pen-nib:before {
  content: "\f7b7";
}

.fi-rr-pen-slash:before {
  content: "\f7b8";
}

.fi-rr-pen-square:before {
  content: "\f7b9";
}

.fi-rr-pen-swirl:before {
  content: "\f7ba";
}

.fi-rr-pencil-paintbrush:before {
  content: "\f7bb";
}

.fi-rr-pencil-ruler:before {
  content: "\f7bc";
}

.fi-rr-pencil-slash:before {
  content: "\f7bd";
}

.fi-rr-pencil:before {
  content: "\f7be";
}

.fi-rr-pennant:before {
  content: "\f7bf";
}

.fi-rr-people-arrows-left-right:before {
  content: "\f7c0";
}

.fi-rr-people-carry-box:before {
  content: "\f7c1";
}

.fi-rr-people-dress:before {
  content: "\f7c2";
}

.fi-rr-people-pants:before {
  content: "\f7c3";
}

.fi-rr-people-poll:before {
  content: "\f7c4";
}

.fi-rr-people:before {
  content: "\f7c5";
}

.fi-rr-pepper-hot:before {
  content: "\f7c6";
}

.fi-rr-pepper:before {
  content: "\f7c7";
}

.fi-rr-percentage:before {
  content: "\f7c8";
}

.fi-rr-person-carry-box:before {
  content: "\f7c9";
}

.fi-rr-person-circle-check:before {
  content: "\f7ca";
}

.fi-rr-person-circle-exclamation:before {
  content: "\f7cb";
}

.fi-rr-person-circle-minus:before {
  content: "\f7cc";
}

.fi-rr-person-circle-plus:before {
  content: "\f7cd";
}

.fi-rr-person-circle-question:before {
  content: "\f7ce";
}

.fi-rr-person-circle-xmark:before {
  content: "\f7cf";
}

.fi-rr-person-dolly-empty:before {
  content: "\f7d0";
}

.fi-rr-person-dolly:before {
  content: "\f7d1";
}

.fi-rr-person-dress-simple:before {
  content: "\f7d2";
}

.fi-rr-person-dress:before {
  content: "\f7d3";
}

.fi-rr-person-praying:before {
  content: "\f7d4";
}

.fi-rr-person-pregnant:before {
  content: "\f7d5";
}

.fi-rr-person-seat-reclined:before {
  content: "\f7d6";
}

.fi-rr-person-seat:before {
  content: "\f7d7";
}

.fi-rr-person-sign:before {
  content: "\f7d8";
}

.fi-rr-person-simple:before {
  content: "\f7d9";
}

.fi-rr-person-walking-with-cane:before {
  content: "\f7da";
}

.fi-rr-peseta-sign:before {
  content: "\f7db";
}

.fi-rr-peso-sign:before {
  content: "\f7dc";
}

.fi-rr-pharmacy:before {
  content: "\f7dd";
}

.fi-rr-phone-call:before {
  content: "\f7de";
}

.fi-rr-phone-cross:before {
  content: "\f7df";
}

.fi-rr-phone-flip:before {
  content: "\f7e0";
}

.fi-rr-phone-office:before {
  content: "\f7e1";
}

.fi-rr-phone-pause:before {
  content: "\f7e2";
}

.fi-rr-phone-plus:before {
  content: "\f7e3";
}

.fi-rr-phone-rotary:before {
  content: "\f7e4";
}

.fi-rr-phone-slash:before {
  content: "\f7e5";
}

.fi-rr-photo-film-music:before {
  content: "\f7e6";
}

.fi-rr-photo-video:before {
  content: "\f7e7";
}

.fi-rr-physics:before {
  content: "\f7e8";
}

.fi-rr-Pi:before {
  content: "\f7e9";
}

.fi-rr-piano-keyboard:before {
  content: "\f7ea";
}

.fi-rr-piano:before {
  content: "\f7eb";
}

.fi-rr-pickaxe:before {
  content: "\f7ec";
}

.fi-rr-picnic:before {
  content: "\f7ed";
}

.fi-rr-picpeople-filled:before {
  content: "\f7ee";
}

.fi-rr-picpeople:before {
  content: "\f7ef";
}

.fi-rr-picture:before {
  content: "\f7f0";
}

.fi-rr-pie:before {
  content: "\f7f1";
}

.fi-rr-piece:before {
  content: "\f7f2";
}

.fi-rr-piggy-bank:before {
  content: "\f7f3";
}

.fi-rr-pills:before {
  content: "\f7f4";
}

.fi-rr-pinata:before {
  content: "\f7f5";
}

.fi-rr-pineapple:before {
  content: "\f7f6";
}

.fi-rr-ping-pong:before {
  content: "\f7f7";
}

.fi-rr-pipe-smoking:before {
  content: "\f7f8";
}

.fi-rr-pizza-slice:before {
  content: "\f7f9";
}

.fi-rr-plane-alt:before {
  content: "\f7fa";
}

.fi-rr-plane-arrival:before {
  content: "\f7fb";
}

.fi-rr-plane-departure:before {
  content: "\f7fc";
}

.fi-rr-plane-prop:before {
  content: "\f7fd";
}

.fi-rr-plane-slash:before {
  content: "\f7fe";
}

.fi-rr-plane-tail:before {
  content: "\f7ff";
}

.fi-rr-plane:before {
  content: "\f800";
}

.fi-rr-planet-moon:before {
  content: "\f801";
}

.fi-rr-planet-ringed:before {
  content: "\f802";
}

.fi-rr-plant-wilt:before {
  content: "\f803";
}

.fi-rr-plate:before {
  content: "\f804";
}

.fi-rr-play-alt:before {
  content: "\f805";
}

.fi-rr-play-circle:before {
  content: "\f806";
}

.fi-rr-play-pause:before {
  content: "\f807";
}

.fi-rr-play:before {
  content: "\f808";
}

.fi-rr-playing-cards:before {
  content: "\f809";
}

.fi-rr-plug:before {
  content: "\f80a";
}

.fi-rr-plus-hexagon:before {
  content: "\f80b";
}

.fi-rr-plus-minus:before {
  content: "\f80c";
}

.fi-rr-plus-small:before {
  content: "\f80d";
}

.fi-rr-plus:before {
  content: "\f80e";
}

.fi-rr-podcast:before {
  content: "\f80f";
}

.fi-rr-podium-star:before {
  content: "\f810";
}

.fi-rr-podium:before {
  content: "\f811";
}

.fi-rr-poker-chip:before {
  content: "\f812";
}

.fi-rr-police-box:before {
  content: "\f813";
}

.fi-rr-poll-h:before {
  content: "\f814";
}

.fi-rr-pompebled:before {
  content: "\f815";
}

.fi-rr-poo-bolt:before {
  content: "\f816";
}

.fi-rr-poo:before {
  content: "\f817";
}

.fi-rr-pool-8-ball:before {
  content: "\f818";
}

.fi-rr-poop:before {
  content: "\f819";
}

.fi-rr-popcorn:before {
  content: "\f81a";
}

.fi-rr-portal-enter:before {
  content: "\f81b";
}

.fi-rr-portal-exit:before {
  content: "\f81c";
}

.fi-rr-portrait:before {
  content: "\f81d";
}

.fi-rr-pot:before {
  content: "\f81e";
}

.fi-rr-pound:before {
  content: "\f81f";
}

.fi-rr-power:before {
  content: "\f820";
}

.fi-rr-prescription-bottle-alt:before {
  content: "\f821";
}

.fi-rr-prescription-bottle-pill:before {
  content: "\f822";
}

.fi-rr-prescription-bottle:before {
  content: "\f823";
}

.fi-rr-prescription:before {
  content: "\f824";
}

.fi-rr-presentation:before {
  content: "\f825";
}

.fi-rr-print-magnifying-glass:before {
  content: "\f826";
}

.fi-rr-print-slash:before {
  content: "\f827";
}

.fi-rr-print:before {
  content: "\f828";
}

.fi-rr-procedures:before {
  content: "\f829";
}

.fi-rr-projector:before {
  content: "\f82a";
}

.fi-rr-protractor:before {
  content: "\f82b";
}

.fi-rr-pulse:before {
  content: "\f82c";
}

.fi-rr-pump-medical:before {
  content: "\f82d";
}

.fi-rr-pump:before {
  content: "\f82e";
}

.fi-rr-pumpkin-alt:before {
  content: "\f82f";
}

.fi-rr-pumpkin:before {
  content: "\f830";
}

.fi-rr-puzzle-alt:before {
  content: "\f831";
}

.fi-rr-puzzle:before {
  content: "\f832";
}

.fi-rr-pyramid:before {
  content: "\f833";
}

.fi-rr-q:before {
  content: "\f834";
}

.fi-rr-qr-scan:before {
  content: "\f835";
}

.fi-rr-QR:before {
  content: "\f836";
}

.fi-rr-qrcode:before {
  content: "\f837";
}

.fi-rr-question-square:before {
  content: "\f838";
}

.fi-rr-question:before {
  content: "\f839";
}

.fi-rr-quote-right:before {
  content: "\f83a";
}

.fi-rr-r:before {
  content: "\f83b";
}

.fi-rr-rabbit-fast:before {
  content: "\f83c";
}

.fi-rr-rabbit:before {
  content: "\f83d";
}

.fi-rr-racquet:before {
  content: "\f83e";
}

.fi-rr-radar:before {
  content: "\f83f";
}

.fi-rr-radiation-alt:before {
  content: "\f840";
}

.fi-rr-radiation:before {
  content: "\f841";
}

.fi-rr-radio-alt:before {
  content: "\f842";
}

.fi-rr-radio:before {
  content: "\f843";
}

.fi-rr-radish:before {
  content: "\f844";
}

.fi-rr-rainbow:before {
  content: "\f845";
}

.fi-rr-raindrops:before {
  content: "\f846";
}

.fi-rr-ram:before {
  content: "\f847";
}

.fi-rr-ramp-loading:before {
  content: "\f848";
}

.fi-rr-raygun:before {
  content: "\f849";
}

.fi-rr-rec:before {
  content: "\f84a";
}

.fi-rr-receipt:before {
  content: "\f84b";
}

.fi-rr-record-vinyl:before {
  content: "\f84c";
}

.fi-rr-rectabgle-vertical:before {
  content: "\f84d";
}

.fi-rr-rectangle-barcode:before {
  content: "\f84e";
}

.fi-rr-rectangle-code:before {
  content: "\f84f";
}

.fi-rr-rectangle-horizontal:before {
  content: "\f850";
}

.fi-rr-rectangle-list:before {
  content: "\f851";
}

.fi-rr-rectangle-panoramic:before {
  content: "\f852";
}

.fi-rr-rectangle-pro:before {
  content: "\f853";
}

.fi-rr-rectangle-vertical-history:before {
  content: "\f854";
}

.fi-rr-rectangle-vertical:before {
  content: "\f855";
}

.fi-rr-rectangle-xmark:before {
  content: "\f856";
}

.fi-rr-rectangles-mixed:before {
  content: "\f857";
}

.fi-rr-recycle:before {
  content: "\f858";
}

.fi-rr-redo-alt:before {
  content: "\f859";
}

.fi-rr-redo:before {
  content: "\f85a";
}

.fi-rr-reel:before {
  content: "\f85b";
}

.fi-rr-reflect-horizontal:before {
  content: "\f85c";
}

.fi-rr-reflect-vertical:before {
  content: "\f85d";
}

.fi-rr-reflect:before {
  content: "\f85e";
}

.fi-rr-refresh:before {
  content: "\f85f";
}

.fi-rr-refrigerator:before {
  content: "\f860";
}

.fi-rr-registered:before {
  content: "\f861";
}

.fi-rr-remove-folder:before {
  content: "\f862";
}

.fi-rr-remove-user:before {
  content: "\f863";
}

.fi-rr-replace:before {
  content: "\f864";
}

.fi-rr-reply-all:before {
  content: "\f865";
}

.fi-rr-republican:before {
  content: "\f866";
}

.fi-rr-resize:before {
  content: "\f867";
}

.fi-rr-resources:before {
  content: "\f868";
}

.fi-rr-restaurant:before {
  content: "\f869";
}

.fi-rr-restroom-simple:before {
  content: "\f86a";
}

.fi-rr-rewind:before {
  content: "\f86b";
}

.fi-rr-rhombus:before {
  content: "\f86c";
}

.fi-rr-ribbon:before {
  content: "\f86d";
}

.fi-rr-right:before {
  content: "\f86e";
}

.fi-rr-ring-diamond:before {
  content: "\f86f";
}

.fi-rr-ring:before {
  content: "\f870";
}

.fi-rr-rings-wedding:before {
  content: "\f871";
}

.fi-rr-road:before {
  content: "\f872";
}

.fi-rr-robot:before {
  content: "\f873";
}

.fi-rr-rocket-lunch:before {
  content: "\f874";
}

.fi-rr-rocket:before {
  content: "\f875";
}

.fi-rr-roller-coaster:before {
  content: "\f876";
}

.fi-rr-room-service:before {
  content: "\f877";
}

.fi-rr-rotate-exclamation:before {
  content: "\f878";
}

.fi-rr-rotate-left:before {
  content: "\f879";
}

.fi-rr-rotate-right:before {
  content: "\f87a";
}

.fi-rr-route-highway:before {
  content: "\f87b";
}

.fi-rr-route-interstate:before {
  content: "\f87c";
}

.fi-rr-route:before {
  content: "\f87d";
}

.fi-rr-router:before {
  content: "\f87e";
}

.fi-rr-rss-alt:before {
  content: "\f87f";
}

.fi-rr-rss:before {
  content: "\f880";
}

.fi-rr-ruble-sign:before {
  content: "\f881";
}

.fi-rr-rugby:before {
  content: "\f882";
}

.fi-rr-ruler-combined:before {
  content: "\f883";
}

.fi-rr-ruler-horizontal:before {
  content: "\f884";
}

.fi-rr-ruler-triangle:before {
  content: "\f885";
}

.fi-rr-ruler-vertical:before {
  content: "\f886";
}

.fi-rr-running:before {
  content: "\f887";
}

.fi-rr-rupee-sign:before {
  content: "\f888";
}

.fi-rr-rupiah-sign:before {
  content: "\f889";
}

.fi-rr-rv:before {
  content: "\f88a";
}

.fi-rr-s:before {
  content: "\f88b";
}

.fi-rr-sack-dollar:before {
  content: "\f88c";
}

.fi-rr-sack:before {
  content: "\f88d";
}

.fi-rr-sad-cry:before {
  content: "\f88e";
}

.fi-rr-sad-tear:before {
  content: "\f88f";
}

.fi-rr-sad:before {
  content: "\f890";
}

.fi-rr-sailboat:before {
  content: "\f891";
}

.fi-rr-salad:before {
  content: "\f892";
}

.fi-rr-salt-pepper:before {
  content: "\f893";
}

.fi-rr-sandwich:before {
  content: "\f894";
}

.fi-rr-satellite-dish:before {
  content: "\f895";
}

.fi-rr-satellite:before {
  content: "\f896";
}

.fi-rr-sauce:before {
  content: "\f897";
}

.fi-rr-sausage:before {
  content: "\f898";
}

.fi-rr-sax-hot:before {
  content: "\f899";
}

.fi-rr-saxophone:before {
  content: "\f89a";
}

.fi-rr-scale:before {
  content: "\f89b";
}

.fi-rr-scalpel-path:before {
  content: "\f89c";
}

.fi-rr-scalpel:before {
  content: "\f89d";
}

.fi-rr-scanner-gun:before {
  content: "\f89e";
}

.fi-rr-scanner-image:before {
  content: "\f89f";
}

.fi-rr-scanner-keyboard:before {
  content: "\f8a0";
}

.fi-rr-scanner-touchscreen:before {
  content: "\f8a1";
}

.fi-rr-scarecrow:before {
  content: "\f8a2";
}

.fi-rr-scarf:before {
  content: "\f8a3";
}

.fi-rr-school-bus:before {
  content: "\f8a4";
}

.fi-rr-school:before {
  content: "\f8a5";
}

.fi-rr-scissors:before {
  content: "\f8a6";
}

.fi-rr-screen:before {
  content: "\f8a7";
}

.fi-rr-screencast:before {
  content: "\f8a8";
}

.fi-rr-screwdriver:before {
  content: "\f8a9";
}

.fi-rr-scribble:before {
  content: "\f8aa";
}

.fi-rr-scroll-torah:before {
  content: "\f8ab";
}

.fi-rr-scrubber:before {
  content: "\f8ac";
}

.fi-rr-scythe:before {
  content: "\f8ad";
}

.fi-rr-sd-card:before {
  content: "\f8ae";
}

.fi-rr-sd-cards:before {
  content: "\f8af";
}

.fi-rr-seal-exclamation:before {
  content: "\f8b0";
}

.fi-rr-seal-question:before {
  content: "\f8b1";
}

.fi-rr-search-alt:before {
  content: "\f8b2";
}

.fi-rr-search-dollar:before {
  content: "\f8b3";
}

.fi-rr-search-heart:before {
  content: "\f8b4";
}

.fi-rr-search-location:before {
  content: "\f8b5";
}

.fi-rr-search:before {
  content: "\f8b6";
}

.fi-rr-seat-airline:before {
  content: "\f8b7";
}

.fi-rr-security:before {
  content: "\f8b8";
}

.fi-rr-seedling:before {
  content: "\f8b9";
}

.fi-rr-send-back:before {
  content: "\f8ba";
}

.fi-rr-send-backward:before {
  content: "\f8bb";
}

.fi-rr-sensor-alert:before {
  content: "\f8bc";
}

.fi-rr-sensor-fire:before {
  content: "\f8bd";
}

.fi-rr-sensor-on:before {
  content: "\f8be";
}

.fi-rr-sensor-smoke:before {
  content: "\f8bf";
}

.fi-rr-sensor:before {
  content: "\f8c0";
}

.fi-rr-settings-sliders:before {
  content: "\f8c1";
}

.fi-rr-settings:before {
  content: "\f8c2";
}

.fi-rr-share-alt-square:before {
  content: "\f8c3";
}

.fi-rr-share-square:before {
  content: "\f8c4";
}

.fi-rr-share:before {
  content: "\f8c5";
}

.fi-rr-sheep:before {
  content: "\f8c6";
}

.fi-rr-shekel-sign:before {
  content: "\f8c7";
}

.fi-rr-shelves:before {
  content: "\f8c8";
}

.fi-rr-shield-alt:before {
  content: "\f8c9";
}

.fi-rr-shield-check:before {
  content: "\f8ca";
}

.fi-rr-shield-cross:before {
  content: "\f8cb";
}

.fi-rr-shield-exclamation:before {
  content: "\f8cc";
}

.fi-rr-shield-interrogation:before {
  content: "\f8cd";
}

.fi-rr-shield-keyhole:before {
  content: "\f8ce";
}

.fi-rr-shield-minus:before {
  content: "\f8cf";
}

.fi-rr-shield-plus:before {
  content: "\f8d0";
}

.fi-rr-shield-slash:before {
  content: "\f8d1";
}

.fi-rr-shield-virus:before {
  content: "\f8d2";
}

.fi-rr-shield-xmark:before {
  content: "\f8d3";
}

.fi-rr-shield:before {
  content: "\f8d4";
}

.fi-rr-ship-side:before {
  content: "\f8d5";
}

.fi-rr-ship:before {
  content: "\f8d6";
}

.fi-rr-shipping-fast:before {
  content: "\f8d7";
}

.fi-rr-shipping-timed:before {
  content: "\f8d8";
}

.fi-rr-shirt-long-sleeve:before {
  content: "\f8d9";
}

.fi-rr-shirt-running:before {
  content: "\f8da";
}

.fi-rr-shirt-tank-top:before {
  content: "\f8db";
}

.fi-rr-shoe-prints:before {
  content: "\f8dc";
}

.fi-rr-shop-lock:before {
  content: "\f8dd";
}

.fi-rr-shop-slash:before {
  content: "\f8de";
}

.fi-rr-shop:before {
  content: "\f8df";
}

.fi-rr-shopping-bag-add:before {
  content: "\f8e0";
}

.fi-rr-shopping-bag:before {
  content: "\f8e1";
}

.fi-rr-shopping-basket:before {
  content: "\f8e2";
}

.fi-rr-shopping-cart-add:before {
  content: "\f8e3";
}

.fi-rr-shopping-cart-check:before {
  content: "\f8e4";
}

.fi-rr-shopping-cart:before {
  content: "\f8e5";
}

.fi-rr-shovel-snow:before {
  content: "\f8e6";
}

.fi-rr-shovel:before {
  content: "\f8e7";
}

.fi-rr-shower-down:before {
  content: "\f8e8";
}

.fi-rr-shower:before {
  content: "\f8e9";
}

.fi-rr-shredder:before {
  content: "\f8ea";
}

.fi-rr-shrimp:before {
  content: "\f8eb";
}

.fi-rr-shuffle:before {
  content: "\f8ec";
}

.fi-rr-shuttle-van:before {
  content: "\f8ed";
}

.fi-rr-shuttlecock:before {
  content: "\f8ee";
}

.fi-rr-Sickle:before {
  content: "\f8ef";
}

.fi-rr-sidebar-flip:before {
  content: "\f8f0";
}

.fi-rr-sidebar:before {
  content: "\f8f1";
}

.fi-rr-sigma:before {
  content: "\f8f2";
}

.fi-rr-sign-hanging:before {
  content: "\f8f3";
}

.fi-rr-sign-in-alt:before {
  content: "\f8f4";
}

.fi-rr-sign-out-alt:before {
  content: "\f8f5";
}

.fi-rr-signal-alt-1:before {
  content: "\f8f6";
}

.fi-rr-signal-alt-2:before {
  content: "\f8f7";
}

.fi-rr-signal-alt-slash:before {
  content: "\f8f8";
}

.fi-rr-signal-alt:before {
  content: "\f8f9";
}

.fi-rr-signal-bars-fair:before {
  content: "\f8fa";
}

.fi-rr-signal-bars-good:before {
  content: "\f8fb";
}

.fi-rr-signal-bars-weak:before {
  content: "\f8fc";
}

.fi-rr-signal-stream-slash:before {
  content: "\f8fd";
}

.fi-rr-signal-stream:before {
  content: "\f8fe";
}

.fi-rr-signature-lock:before {
  content: "\f8ff";
}

.fi-rr-signature-slash:before {
  content: "豈";
}

.fi-rr-signature:before {
  content: "更";
}

.fi-rr-sim-card:before {
  content: "車";
}

.fi-rr-sim-cards:before {
  content: "賈";
}

.fi-rr-sink:before {
  content: "滑";
}

.fi-rr-siren-on:before {
  content: "串";
}

.fi-rr-Siren:before {
  content: "句";
}

.fi-rr-site-alt:before {
  content: "龜";
}

.fi-rr-site-browser:before {
  content: "龜";
}

.fi-rr-site:before {
  content: "契";
}

.fi-rr-sitemap:before {
  content: "金";
}

.fi-rr-skateboard:before {
  content: "喇";
}

.fi-rr-skating:before {
  content: "奈";
}

.fi-rr-skeleton:before {
  content: "懶";
}

.fi-rr-skewer:before {
  content: "癩";
}

.fi-rr-ski-jump:before {
  content: "羅";
}

.fi-rr-ski-lift:before {
  content: "蘿";
}

.fi-rr-skiing-nordic:before {
  content: "螺";
}

.fi-rr-skiing:before {
  content: "裸";
}

.fi-rr-skull-cow:before {
  content: "邏";
}

.fi-rr-skull-crossbones:before {
  content: "樂";
}

.fi-rr-skull:before {
  content: "洛";
}

.fi-rr-slash:before {
  content: "烙";
}

.fi-rr-sledding:before {
  content: "珞";
}

.fi-rr-sleigh:before {
  content: "落";
}

.fi-rr-sliders-h-square:before {
  content: "酪";
}

.fi-rr-sliders-v-square:before {
  content: "駱";
}

.fi-rr-sliders-v:before {
  content: "亂";
}

.fi-rr-smartphone:before {
  content: "卵";
}

.fi-rr-smile-beam:before {
  content: "欄";
}

.fi-rr-smile-plus:before {
  content: "爛";
}

.fi-rr-smile-wink:before {
  content: "蘭";
}

.fi-rr-smile:before {
  content: "鸞";
}

.fi-rr-smiley-comment-alt:before {
  content: "嵐";
}

.fi-rr-smog:before {
  content: "濫";
}

.fi-rr-smoke:before {
  content: "藍";
}

.fi-rr-smoking-ban:before {
  content: "襤";
}

.fi-rr-smoking:before {
  content: "拉";
}

.fi-rr-snake:before {
  content: "臘";
}

.fi-rr-snooze:before {
  content: "蠟";
}

.fi-rr-snow-blowing:before {
  content: "廊";
}

.fi-rr-snowboarding:before {
  content: "朗";
}

.fi-rr-snowflake-droplets:before {
  content: "浪";
}

.fi-rr-snowflake:before {
  content: "狼";
}

.fi-rr-snowflakes:before {
  content: "郎";
}

.fi-rr-snowman-alt:before {
  content: "來";
}

.fi-rr-snowman-head:before {
  content: "冷";
}

.fi-rr-snowmobile:before {
  content: "勞";
}

.fi-rr-snowplow:before {
  content: "擄";
}

.fi-rr-soap-alt:before {
  content: "櫓";
}

.fi-rr-soap:before {
  content: "爐";
}

.fi-rr-social-network:before {
  content: "盧";
}

.fi-rr-socks:before {
  content: "老";
}

.fi-rr-solar-panel:before {
  content: "蘆";
}

.fi-rr-solar-system:before {
  content: "虜";
}

.fi-rr-sort-alpha-down-alt:before {
  content: "路";
}

.fi-rr-sort-alpha-down:before {
  content: "露";
}

.fi-rr-sort-alpha-up-alt:before {
  content: "魯";
}

.fi-rr-sort-alpha-up:before {
  content: "鷺";
}

.fi-rr-sort-alt:before {
  content: "碌";
}

.fi-rr-sort-amount-down-alt:before {
  content: "祿";
}

.fi-rr-sort-amount-down:before {
  content: "綠";
}

.fi-rr-sort-amount-up-alt:before {
  content: "菉";
}

.fi-rr-sort-amount-up:before {
  content: "錄";
}

.fi-rr-sort-circle-down:before {
  content: "鹿";
}

.fi-rr-sort-circle-up:before {
  content: "論";
}

.fi-rr-sort-circle:before {
  content: "壟";
}

.fi-rr-sort-down:before {
  content: "弄";
}

.fi-rr-sort-numeric-down-alt:before {
  content: "籠";
}

.fi-rr-sort-numeric-down:before {
  content: "聾";
}

.fi-rr-sort-shapes-down:before {
  content: "牢";
}

.fi-rr-sort-shapes-up:before {
  content: "磊";
}

.fi-rr-sort-size-down:before {
  content: "賂";
}

.fi-rr-sort-size-up:before {
  content: "雷";
}

.fi-rr-sort:before {
  content: "壘";
}

.fi-rr-soup:before {
  content: "屢";
}

.fi-rr-spa:before {
  content: "樓";
}

.fi-rr-space-shuttle:before {
  content: "淚";
}

.fi-rr-space-station-moon-alt:before {
  content: "漏";
}

.fi-rr-space-station-moon:before {
  content: "累";
}

.fi-rr-spade:before {
  content: "縷";
}

.fi-rr-spaghetti-monster-flying:before {
  content: "陋";
}

.fi-rr-sparkles:before {
  content: "勒";
}

.fi-rr-speaker:before {
  content: "肋";
}

.fi-rr-speakers:before {
  content: "凜";
}

.fi-rr-sphere:before {
  content: "凌";
}

.fi-rr-spider-black-widow:before {
  content: "稜";
}

.fi-rr-spider-web:before {
  content: "綾";
}

.fi-rr-spider:before {
  content: "菱";
}

.fi-rr-spinner:before {
  content: "陵";
}

.fi-rr-split:before {
  content: "讀";
}

.fi-rr-splotch:before {
  content: "拏";
}

.fi-rr-spoon:before {
  content: "樂";
}

.fi-rr-sport:before {
  content: "諾";
}

.fi-rr-spray-can-sparkles:before {
  content: "丹";
}

.fi-rr-spray-can:before {
  content: "寧";
}

.fi-rr-sprinkler:before {
  content: "怒";
}

.fi-rr-square-0:before {
  content: "率";
}

.fi-rr-square-1:before {
  content: "異";
}

.fi-rr-square-2:before {
  content: "北";
}

.fi-rr-square-3:before {
  content: "磻";
}

.fi-rr-square-4:before {
  content: "便";
}

.fi-rr-square-5:before {
  content: "復";
}

.fi-rr-square-6:before {
  content: "不";
}

.fi-rr-square-7:before {
  content: "泌";
}

.fi-rr-square-8:before {
  content: "數";
}

.fi-rr-square-9:before {
  content: "索";
}

.fi-rr-square-a:before {
  content: "參";
}

.fi-rr-square-b:before {
  content: "塞";
}

.fi-rr-square-bolt:before {
  content: "省";
}

.fi-rr-square-c:before {
  content: "葉";
}

.fi-rr-square-code:before {
  content: "說";
}

.fi-rr-square-d:before {
  content: "殺";
}

.fi-rr-square-dashed:before {
  content: "辰";
}

.fi-rr-square-e:before {
  content: "沈";
}

.fi-rr-square-ellipsis-vertical:before {
  content: "拾";
}

.fi-rr-square-ellipsis:before {
  content: "若";
}

.fi-rr-square-exclamation:before {
  content: "掠";
}

.fi-rr-square-f:before {
  content: "略";
}

.fi-rr-square-g:before {
  content: "亮";
}

.fi-rr-square-h:before {
  content: "兩";
}

.fi-rr-square-heart:before {
  content: "凉";
}

.fi-rr-square-i:before {
  content: "梁";
}

.fi-rr-square-info:before {
  content: "糧";
}

.fi-rr-square-j:before {
  content: "良";
}

.fi-rr-square-k:before {
  content: "諒";
}

.fi-rr-square-kanban:before {
  content: "量";
}

.fi-rr-square-l:before {
  content: "勵";
}

.fi-rr-square-m:before {
  content: "呂";
}

.fi-rr-square-minus:before {
  content: "女";
}

.fi-rr-square-n:before {
  content: "廬";
}

.fi-rr-square-o:before {
  content: "旅";
}

.fi-rr-square-p:before {
  content: "濾";
}

.fi-rr-square-phone-hangup:before {
  content: "礪";
}

.fi-rr-square-plus:before {
  content: "閭";
}

.fi-rr-square-poll-horizontal:before {
  content: "驪";
}

.fi-rr-square-poll-vertical:before {
  content: "麗";
}

.fi-rr-square-q:before {
  content: "黎";
}

.fi-rr-square-quote:before {
  content: "力";
}

.fi-rr-square-r:before {
  content: "曆";
}

.fi-rr-square-root:before {
  content: "歷";
}

.fi-rr-square-s:before {
  content: "轢";
}

.fi-rr-square-small:before {
  content: "年";
}

.fi-rr-square-star:before {
  content: "憐";
}

.fi-rr-square-t:before {
  content: "戀";
}

.fi-rr-square-terminal:before {
  content: "撚";
}

.fi-rr-square-u:before {
  content: "漣";
}

.fi-rr-square-v:before {
  content: "煉";
}

.fi-rr-square-w:before {
  content: "璉";
}

.fi-rr-square-x:before {
  content: "秊";
}

.fi-rr-square-y:before {
  content: "練";
}

.fi-rr-square-z:before {
  content: "聯";
}

.fi-rr-square:before {
  content: "輦";
}

.fi-rr-squid:before {
  content: "蓮";
}

.fi-rr-squircle:before {
  content: "連";
}

.fi-rr-squirrel:before {
  content: "鍊";
}

.fi-rr-stairs:before {
  content: "列";
}

.fi-rr-stamp:before {
  content: "劣";
}

.fi-rr-standard-definition:before {
  content: "咽";
}

.fi-rr-star-and-crescent:before {
  content: "烈";
}

.fi-rr-star-christmas:before {
  content: "裂";
}

.fi-rr-star-comment-alt:before {
  content: "說";
}

.fi-rr-star-exclamation:before {
  content: "廉";
}

.fi-rr-star-octogram:before {
  content: "念";
}

.fi-rr-star-of-david:before {
  content: "捻";
}

.fi-rr-star-sharp-half-stroke:before {
  content: "殮";
}

.fi-rr-star-sharp-half:before {
  content: "簾";
}

.fi-rr-star-shooting:before {
  content: "獵";
}

.fi-rr-star:before {
  content: "令";
}

.fi-rr-starfighter:before {
  content: "囹";
}

.fi-rr-stars:before {
  content: "寧";
}

.fi-rr-stats:before {
  content: "嶺";
}

.fi-rr-steak:before {
  content: "怜";
}

.fi-rr-steering-wheel:before {
  content: "玲";
}

.fi-rr-step-backward:before {
  content: "瑩";
}

.fi-rr-step-forward:before {
  content: "羚";
}

.fi-rr-sterling-sign:before {
  content: "聆";
}

.fi-rr-stethoscope:before {
  content: "鈴";
}

.fi-rr-sticker:before {
  content: "零";
}

.fi-rr-stocking:before {
  content: "靈";
}

.fi-rr-stomach:before {
  content: "領";
}

.fi-rr-stop-circle:before {
  content: "例";
}

.fi-rr-stop:before {
  content: "禮";
}

.fi-rr-stopwatch:before {
  content: "醴";
}

.fi-rr-store-alt:before {
  content: "隸";
}

.fi-rr-store-lock:before {
  content: "惡";
}

.fi-rr-store-slash:before {
  content: "了";
}

.fi-rr-strawberry:before {
  content: "僚";
}

.fi-rr-street-view:before {
  content: "寮";
}

.fi-rr-stretcher:before {
  content: "尿";
}

.fi-rr-strikethrough:before {
  content: "料";
}

.fi-rr-stroopwafel:before {
  content: "樂";
}

.fi-rr-subscript:before {
  content: "燎";
}

.fi-rr-subtitles:before {
  content: "療";
}

.fi-rr-subway:before {
  content: "蓼";
}

.fi-rr-suitcase-alt:before {
  content: "遼";
}

.fi-rr-summer:before {
  content: "龍";
}

.fi-rr-sun-dust:before {
  content: "暈";
}

.fi-rr-sun-plant-wilt:before {
  content: "阮";
}

.fi-rr-sun:before {
  content: "劉";
}

.fi-rr-sunglasses:before {
  content: "杻";
}

.fi-rr-sunrise-alt:before {
  content: "柳";
}

.fi-rr-sunrise:before {
  content: "流";
}

.fi-rr-sunset:before {
  content: "溜";
}

.fi-rr-superscript:before {
  content: "琉";
}

.fi-rr-surfing:before {
  content: "留";
}

.fi-rr-surprise:before {
  content: "硫";
}

.fi-rr-sushi:before {
  content: "紐";
}

.fi-rr-swatchbook:before {
  content: "類";
}

.fi-rr-swimmer:before {
  content: "六";
}

.fi-rr-sword:before {
  content: "戮";
}

.fi-rr-symbol:before {
  content: "陸";
}

.fi-rr-symbols:before {
  content: "倫";
}

.fi-rr-syringe:before {
  content: "崙";
}

.fi-rr-t:before {
  content: "淪";
}

.fi-rr-table-columns:before {
  content: "輪";
}

.fi-rr-table-layout:before {
  content: "律";
}

.fi-rr-table-list:before {
  content: "慄";
}

.fi-rr-table-picnic:before {
  content: "栗";
}

.fi-rr-table-pivot:before {
  content: "率";
}

.fi-rr-table-rows:before {
  content: "隆";
}

.fi-rr-table-tree:before {
  content: "利";
}

.fi-rr-table:before {
  content: "吏";
}

.fi-rr-tablet-android-alt:before {
  content: "履";
}

.fi-rr-tablet-android:before {
  content: "易";
}

.fi-rr-tablet-rugged:before {
  content: "李";
}

.fi-rr-tablet:before {
  content: "梨";
}

.fi-rr-tachometer-alt-average:before {
  content: "泥";
}

.fi-rr-tachometer-alt-fastest:before {
  content: "理";
}

.fi-rr-tachometer-alt-slow:before {
  content: "痢";
}

.fi-rr-tachometer-alt-slowest:before {
  content: "罹";
}

.fi-rr-tachometer-average:before {
  content: "裏";
}

.fi-rr-tachometer-fast:before {
  content: "裡";
}

.fi-rr-tachometer-fastest:before {
  content: "里";
}

.fi-rr-tachometer-slow:before {
  content: "離";
}

.fi-rr-tachometer-slowest:before {
  content: "匿";
}

.fi-rr-tachometer:before {
  content: "溺";
}

.fi-rr-taco:before {
  content: "吝";
}

.fi-rr-tags:before {
  content: "燐";
}

.fi-rr-tally-1:before {
  content: "璘";
}

.fi-rr-tally-2:before {
  content: "藺";
}

.fi-rr-tally-3:before {
  content: "隣";
}

.fi-rr-tally-4:before {
  content: "鱗";
}

.fi-rr-tally:before {
  content: "麟";
}

.fi-rr-tank-water:before {
  content: "林";
}

.fi-rr-tape:before {
  content: "淋";
}

.fi-rr-target:before {
  content: "臨";
}

.fi-rr-taxi-bus:before {
  content: "立";
}

.fi-rr-taxi:before {
  content: "笠";
}

.fi-rr-teddy-bear:before {
  content: "粒";
}

.fi-rr-teeth-open:before {
  content: "狀";
}

.fi-rr-telescope:before {
  content: "炙";
}

.fi-rr-temperature-down:before {
  content: "識";
}

.fi-rr-temperature-frigid:before {
  content: "什";
}

.fi-rr-temperature-high:before {
  content: "茶";
}

.fi-rr-temperature-list:before {
  content: "刺";
}

.fi-rr-temperature-low:before {
  content: "切";
}

.fi-rr-temperature-up:before {
  content: "度";
}

.fi-rr-template-alt:before {
  content: "拓";
}

.fi-rr-template:before {
  content: "糖";
}

.fi-rr-tenge:before {
  content: "宅";
}

.fi-rr-tennis:before {
  content: "洞";
}

.fi-rr-tent-arrow-down-to-line:before {
  content: "暴";
}

.fi-rr-tent-arrow-left-right:before {
  content: "輻";
}

.fi-rr-tent-arrow-turn-left:before {
  content: "行";
}

.fi-rr-tent-arrows-down:before {
  content: "降";
}

.fi-rr-tents:before {
  content: "見";
}

.fi-rr-terminal:before {
  content: "廓";
}

.fi-rr-terrace:before {
  content: "兀";
}

.fi-rr-test-tube:before {
  content: "嗀";
}

.fi-rr-test:before {
  content: "﨎";
}

.fi-rr-text-check:before {
  content: "﨏";
}

.fi-rr-text-height:before {
  content: "塚";
}

.fi-rr-text-shadow:before {
  content: "﨑";
}

.fi-rr-text-size:before {
  content: "晴";
}

.fi-rr-text-slash:before {
  content: "﨓";
}

.fi-rr-text-width:before {
  content: "﨔";
}

.fi-rr-text:before {
  content: "凞";
}

.fi-rr-theater-masks:before {
  content: "猪";
}

.fi-rr-thermometer-alt:before {
  content: "益";
}

.fi-rr-thermometer-empty:before {
  content: "礼";
}

.fi-rr-thermometer-full:before {
  content: "神";
}

.fi-rr-thermometer-half:before {
  content: "祥";
}

.fi-rr-thermometer-quarter:before {
  content: "福";
}

.fi-rr-thermometer-three-quarters:before {
  content: "靖";
}

.fi-rr-theta:before {
  content: "精";
}

.fi-rr-thought-bubble:before {
  content: "羽";
}

.fi-rr-thumbtack:before {
  content: "﨟";
}

.fi-rr-thunderstorm-moon:before {
  content: "蘒";
}

.fi-rr-thunderstorm-sun:before {
  content: "﨡";
}

.fi-rr-thunderstorm:before {
  content: "諸";
}

.fi-rr-ticket-airline:before {
  content: "﨣";
}

.fi-rr-ticket-alt:before {
  content: "﨤";
}

.fi-rr-ticket:before {
  content: "逸";
}

.fi-rr-tickets-airline:before {
  content: "都";
}

.fi-rr-tilde:before {
  content: "﨧";
}

.fi-rr-time-add:before {
  content: "﨨";
}

.fi-rr-time-check:before {
  content: "﨩";
}

.fi-rr-time-delete:before {
  content: "飯";
}

.fi-rr-time-fast:before {
  content: "飼";
}

.fi-rr-time-forward-sixty:before {
  content: "館";
}

.fi-rr-time-forward-ten:before {
  content: "鶴";
}

.fi-rr-time-forward:before {
  content: "郞";
}

.fi-rr-time-half-past:before {
  content: "隷";
}

.fi-rr-time-oclock:before {
  content: "侮";
}

.fi-rr-time-past:before {
  content: "僧";
}

.fi-rr-time-quarter-past:before {
  content: "免";
}

.fi-rr-time-quarter-to:before {
  content: "勉";
}

.fi-rr-time-twenty-four:before {
  content: "勤";
}

.fi-rr-times-hexagon:before {
  content: "卑";
}

.fi-rr-tint-slash:before {
  content: "喝";
}

.fi-rr-tire-flat:before {
  content: "嘆";
}

.fi-rr-tire-pressure-warning:before {
  content: "器";
}

.fi-rr-tire-rugged:before {
  content: "塀";
}

.fi-rr-tire:before {
  content: "墨";
}

.fi-rr-tired:before {
  content: "層";
}

.fi-rr-toggle-off:before {
  content: "屮";
}

.fi-rr-toggle-on:before {
  content: "悔";
}

.fi-rr-toilet-paper-blank-under:before {
  content: "慨";
}

.fi-rr-toilet-paper-blank:before {
  content: "憎";
}

.fi-rr-toilet-paper-slash:before {
  content: "懲";
}

.fi-rr-toilet-paper-under-slash:before {
  content: "敏";
}

.fi-rr-toilet-paper-under:before {
  content: "既";
}

.fi-rr-toilet:before {
  content: "暑";
}

.fi-rr-tomato:before {
  content: "梅";
}

.fi-rr-tombstone-alt:before {
  content: "海";
}

.fi-rr-tombstone:before {
  content: "渚";
}

.fi-rr-tool-box:before {
  content: "漢";
}

.fi-rr-tool-crop:before {
  content: "煮";
}

.fi-rr-tool-marquee:before {
  content: "爫";
}

.fi-rr-tools:before {
  content: "琢";
}

.fi-rr-tooth:before {
  content: "碑";
}

.fi-rr-toothbrush:before {
  content: "社";
}

.fi-rr-tornado:before {
  content: "祉";
}

.fi-rr-tower-control:before {
  content: "祈";
}

.fi-rr-tractor:before {
  content: "祐";
}

.fi-rr-trademark:before {
  content: "祖";
}

.fi-rr-traffic-cone:before {
  content: "祝";
}

.fi-rr-traffic-light-go:before {
  content: "禍";
}

.fi-rr-traffic-light-slow:before {
  content: "禎";
}

.fi-rr-traffic-light-stop:before {
  content: "穀";
}

.fi-rr-traffic-light:before {
  content: "突";
}

.fi-rr-trailer:before {
  content: "節";
}

.fi-rr-train-side:before {
  content: "練";
}

.fi-rr-train-subway-tunnel:before {
  content: "縉";
}

.fi-rr-train-tram:before {
  content: "繁";
}

.fi-rr-train:before {
  content: "署";
}

.fi-rr-tram:before {
  content: "者";
}

.fi-rr-transform:before {
  content: "臭";
}

.fi-rr-transformer-bolt:before {
  content: "艹";
}

.fi-rr-transgender:before {
  content: "艹";
}

.fi-rr-transporter-1:before {
  content: "著";
}

.fi-rr-transporter-2:before {
  content: "褐";
}

.fi-rr-transporter-3:before {
  content: "視";
}

.fi-rr-transporter-4:before {
  content: "謁";
}

.fi-rr-transporter-5:before {
  content: "謹";
}

.fi-rr-transporter-6:before {
  content: "賓";
}

.fi-rr-transporter-7:before {
  content: "贈";
}

.fi-rr-transporter-empty:before {
  content: "辶";
}

.fi-rr-transporter:before {
  content: "逸";
}

.fi-rr-trash-can-check:before {
  content: "難";
}

.fi-rr-trash-can-clock:before {
  content: "響";
}

.fi-rr-trash-can-list:before {
  content: "頻";
}

.fi-rr-trash-can-plus:before {
  content: "恵";
}

.fi-rr-trash-can-slash:before {
  content: "𤋮";
}

.fi-rr-trash-check:before {
  content: "舘";
}

.fi-rr-trash-clock:before {
  content: "﩮";
}

.fi-rr-trash-list:before {
  content: "﩯";
}

.fi-rr-trash-plus:before {
  content: "並";
}

.fi-rr-trash-restore-alt:before {
  content: "况";
}

.fi-rr-trash-restore:before {
  content: "全";
}

.fi-rr-trash-slash:before {
  content: "侀";
}

.fi-rr-trash-undo-alt:before {
  content: "充";
}

.fi-rr-trash-undo:before {
  content: "冀";
}

.fi-rr-trash-xmark:before {
  content: "勇";
}

.fi-rr-trash:before {
  content: "勺";
}

.fi-rr-treasure-chest:before {
  content: "喝";
}

.fi-rr-treatment:before {
  content: "啕";
}

.fi-rr-tree-alt:before {
  content: "喙";
}

.fi-rr-tree-christmas:before {
  content: "嗢";
}

.fi-rr-tree-deciduous:before {
  content: "塚";
}

.fi-rr-tree:before {
  content: "墳";
}

.fi-rr-trees-alt:before {
  content: "奄";
}

.fi-rr-trees:before {
  content: "奔";
}

.fi-rr-triangle-music:before {
  content: "婢";
}

.fi-rr-triangle-person-digging:before {
  content: "嬨";
}

.fi-rr-triangle-warning:before {
  content: "廒";
}

.fi-rr-triangle:before {
  content: "廙";
}

.fi-rr-trillium:before {
  content: "彩";
}

.fi-rr-trophy-star:before {
  content: "徭";
}

.fi-rr-trophy:before {
  content: "惘";
}

.fi-rr-truck-bolt:before {
  content: "慎";
}

.fi-rr-truck-container-empty:before {
  content: "愈";
}

.fi-rr-truck-container:before {
  content: "憎";
}

.fi-rr-truck-couch:before {
  content: "慠";
}

.fi-rr-truck-flatbed:before {
  content: "懲";
}

.fi-rr-truck-front:before {
  content: "戴";
}

.fi-rr-truck-loading:before {
  content: "揄";
}

.fi-rr-truck-medical:before {
  content: "搜";
}

.fi-rr-truck-monster:before {
  content: "摒";
}

.fi-rr-truck-moving:before {
  content: "敖";
}

.fi-rr-truck-pickup:before {
  content: "晴";
}

.fi-rr-truck-plow:before {
  content: "朗";
}

.fi-rr-truck-ramp:before {
  content: "望";
}

.fi-rr-truck-side:before {
  content: "杖";
}

.fi-rr-truck-tow:before {
  content: "歹";
}

.fi-rr-trumpet:before {
  content: "殺";
}

.fi-rr-tshirt:before {
  content: "流";
}

.fi-rr-tty:before {
  content: "滛";
}

.fi-rr-tubes:before {
  content: "滋";
}

.fi-rr-tugrik-sign:before {
  content: "漢";
}

.fi-rr-turkey:before {
  content: "瀞";
}

.fi-rr-turntable:before {
  content: "煮";
}

.fi-rr-turtle:before {
  content: "瞧";
}

.fi-rr-tv-music:before {
  content: "爵";
}

.fi-rr-tv-retro:before {
  content: "犯";
}

.fi-rr-typewriter:before {
  content: "猪";
}

.fi-rr-u:before {
  content: "瑱";
}

.fi-rr-ufo-beam:before {
  content: "甆";
}

.fi-rr-ufo:before {
  content: "画";
}

.fi-rr-umbrella-beach:before {
  content: "瘝";
}

.fi-rr-umbrella:before {
  content: "瘟";
}

.fi-rr-underline:before {
  content: "益";
}

.fi-rr-undo-alt:before {
  content: "盛";
}

.fi-rr-undo:before {
  content: "直";
}

.fi-rr-unicorn:before {
  content: "睊";
}

.fi-rr-uniform-martial-arts:before {
  content: "着";
}

.fi-rr-universal-access:before {
  content: "磌";
}

.fi-rr-unlock:before {
  content: "窱";
}

.fi-rr-up-left:before {
  content: "節";
}

.fi-rr-up-right:before {
  content: "类";
}

.fi-rr-up:before {
  content: "絛";
}

.fi-rr-upload:before {
  content: "練";
}

.fi-rr-usb-pendrive:before {
  content: "缾";
}

.fi-rr-usd-circle:before {
  content: "者";
}

.fi-rr-usd-square:before {
  content: "荒";
}

.fi-rr-user-add:before {
  content: "華";
}

.fi-rr-user-alien:before {
  content: "蝹";
}

.fi-rr-user-astronaut:before {
  content: "襁";
}

.fi-rr-user-check:before {
  content: "覆";
}

.fi-rr-user-cowboy:before {
  content: "視";
}

.fi-rr-user-crown:before {
  content: "調";
}

.fi-rr-user-gear:before {
  content: "諸";
}

.fi-rr-user-headset:before {
  content: "請";
}

.fi-rr-user-helmet-safety:before {
  content: "謁";
}

.fi-rr-user-injured:before {
  content: "諾";
}

.fi-rr-user-lock:before {
  content: "諭";
}

.fi-rr-user-md-chat:before {
  content: "謹";
}

.fi-rr-user-md:before {
  content: "變";
}

.fi-rr-user-minus:before {
  content: "贈";
}

.fi-rr-user-music:before {
  content: "輸";
}

.fi-rr-user-ninja:before {
  content: "遲";
}

.fi-rr-user-nurse:before {
  content: "醙";
}

.fi-rr-user-pen:before {
  content: "鉶";
}

.fi-rr-user-pilot-tie:before {
  content: "陼";
}

.fi-rr-user-pilot:before {
  content: "難";
}

.fi-rr-user-police:before {
  content: "靖";
}

.fi-rr-user-robot-xmarks:before {
  content: "韛";
}

.fi-rr-user-robot:before {
  content: "響";
}

.fi-rr-user-shield:before {
  content: "頋";
}

.fi-rr-user-slash:before {
  content: "頻";
}

.fi-rr-user-tag:before {
  content: "鬒";
}

.fi-rr-user-time:before {
  content: "龜";
}

.fi-rr-user-unlock:before {
  content: "𢡊";
}

.fi-rr-user-visor:before {
  content: "𢡄";
}

.fi-rr-user-xmark:before {
  content: "𣏕";
}

.fi-rr-user:before {
  content: "㮝";
}

.fi-rr-users-alt:before {
  content: "䀘";
}

.fi-rr-users-gear:before {
  content: "䀹";
}

.fi-rr-users-medical:before {
  content: "𥉉";
}

.fi-rr-users-slash:before {
  content: "𥳐";
}

.fi-rr-users:before {
  content: "𧻓";
}

.fi-rr-utensils:before {
  content: "齃";
}

.fi-rr-utility-pole-double:before {
  content: "龎";
}

.fi-rr-utility-pole:before {
  content: "﫚";
}

.fi-rr-v:before {
  content: "﫛";
}

.fi-rr-vacuum-robot:before {
  content: "﫜";
}

.fi-rr-vacuum:before {
  content: "﫝";
}

.fi-rr-value-absolute:before {
  content: "﫞";
}

.fi-rr-vault:before {
  content: "﫟";
}

.fi-rr-vector-alt:before {
  content: "﫠";
}

.fi-rr-vector-circle:before {
  content: "﫡";
}

.fi-rr-vector-polygon:before {
  content: "﫢";
}

.fi-rr-vector:before {
  content: "﫣";
}

.fi-rr-venus-double:before {
  content: "﫤";
}

.fi-rr-venus-mars:before {
  content: "﫥";
}

.fi-rr-venus:before {
  content: "﫦";
}

.fi-rr-vest-patches:before {
  content: "﫧";
}

.fi-rr-vest:before {
  content: "﫨";
}

.fi-rr-video-arrow-down-left:before {
  content: "﫩";
}

.fi-rr-video-arrow-up-right:before {
  content: "﫪";
}

.fi-rr-video-camera-alt:before {
  content: "﫫";
}

.fi-rr-video-camera:before {
  content: "﫬";
}

.fi-rr-video-plus:before {
  content: "﫭";
}

.fi-rr-video-slash:before {
  content: "﫮";
}

.fi-rr-virus-slash:before {
  content: "﫯";
}

.fi-rr-virus:before {
  content: "﫰";
}

.fi-rr-viruses:before {
  content: "﫱";
}

.fi-rr-voicemail:before {
  content: "﫲";
}

.fi-rr-volcano:before {
  content: "﫳";
}

.fi-rr-volleyball:before {
  content: "﫴";
}

.fi-rr-volume-down:before {
  content: "﫵";
}

.fi-rr-volume-mute:before {
  content: "﫶";
}

.fi-rr-volume-off:before {
  content: "﫷";
}

.fi-rr-volume-slash:before {
  content: "﫸";
}

.fi-rr-volume:before {
  content: "﫹";
}

.fi-rr-vote-nay:before {
  content: "﫺";
}

.fi-rr-vote-yea:before {
  content: "﫻";
}

.fi-rr-vr-cardboard:before {
  content: "﫼";
}

.fi-rr-w:before {
  content: "﫽";
}

.fi-rr-wagon-covered:before {
  content: "﫾";
}

.fi-rr-walker:before {
  content: "﫿";
}

.fi-rr-walkie-talkie:before {
  content: "ﬀ";
}

.fi-rr-wallet:before {
  content: "ﬁ";
}

.fi-rr-warehouse-alt:before {
  content: "ﬂ";
}

.fi-rr-washer:before {
  content: "ﬃ";
}

.fi-rr-watch-calculator:before {
  content: "ﬄ";
}

.fi-rr-watch-fitness:before {
  content: "ﬅ";
}

.fi-rr-watch-smart:before {
  content: "ﬆ";
}

.fi-rr-watch:before {
  content: "﬇";
}

.fi-rr-water-bottle:before {
  content: "﬈";
}

.fi-rr-water-ladder:before {
  content: "﬉";
}

.fi-rr-water-lower:before {
  content: "﬊";
}

.fi-rr-water-rise:before {
  content: "﬋";
}

.fi-rr-water:before {
  content: "﬌";
}

.fi-rr-watermelon:before {
  content: "﬍";
}

.fi-rr-wave-sine:before {
  content: "﬎";
}

.fi-rr-wave-square:before {
  content: "﬏";
}

.fi-rr-wave-triangle:before {
  content: "﬐";
}

.fi-rr-waveform-path:before {
  content: "﬑";
}

.fi-rr-waveform:before {
  content: "﬒";
}

.fi-rr-webcam-slash:before {
  content: "ﬓ";
}

.fi-rr-webcam:before {
  content: "ﬔ";
}

.fi-rr-whale:before {
  content: "ﬕ";
}

.fi-rr-wheat:before {
  content: "ﬖ";
}

.fi-rr-wheelchair-move:before {
  content: "ﬗ";
}

.fi-rr-wheelchair:before {
  content: "﬘";
}

.fi-rr-whistle:before {
  content: "﬙";
}

.fi-rr-wifi-1:before {
  content: "﬚";
}

.fi-rr-wifi-2:before {
  content: "﬛";
}

.fi-rr-wifi-alt:before {
  content: "﬜";
}

.fi-rr-wifi-exclamation:before {
  content: "יִ";
}

.fi-rr-wifi-slash:before {
  content: "ﬞ";
}

.fi-rr-wifi:before {
  content: "ײַ";
}

.fi-rr-wind-turbine:before {
  content: "ﬠ";
}

.fi-rr-wind-warning:before {
  content: "ﬡ";
}

.fi-rr-wind:before {
  content: "ﬢ";
}

.fi-rr-window-alt:before {
  content: "ﬣ";
}

.fi-rr-window-frame-open:before {
  content: "ﬤ";
}

.fi-rr-window-frame:before {
  content: "ﬥ";
}

.fi-rr-window-maximize:before {
  content: "ﬦ";
}

.fi-rr-window-minimize:before {
  content: "ﬧ";
}

.fi-rr-window-restore:before {
  content: "ﬨ";
}

.fi-rr-windsock:before {
  content: "﬩";
}

.fi-rr-wine-bottle:before {
  content: "שׁ";
}

.fi-rr-wine-glass-crack:before {
  content: "שׂ";
}

.fi-rr-woman-head:before {
  content: "שּׁ";
}

.fi-rr-won-sign:before {
  content: "שּׂ";
}

.fi-rr-world:before {
  content: "אַ";
}

.fi-rr-worm:before {
  content: "אָ";
}

.fi-rr-wreath:before {
  content: "אּ";
}

.fi-rr-wrench-alt:before {
  content: "בּ";
}

.fi-rr-wrench-simple:before {
  content: "גּ";
}

.fi-rr-x-ray:before {
  content: "דּ";
}

.fi-rr-x:before {
  content: "הּ";
}

.fi-rr-y:before {
  content: "וּ";
}

.fi-rr-yen:before {
  content: "זּ";
}

.fi-rr-yin-yang:before {
  content: "﬷";
}

.fi-rr-z:before {
  content: "טּ";
}

.fi-rr-zoom-in:before {
  content: "יּ";
}

.fi-rr-zoom-out:before {
  content: "ךּ";
}

/*
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: "uicons-solid-rounded";
  src: url("../fonts/uicons-solid-rounded-2.1.0/uicons-solid-rounded.woff2") format("woff2"), url("../fonts/uicons-solid-rounded-2.1.0/uicons-solid-rounded.woff") format("woff"), url("../fonts/uicons-solid-rounded-2.1.0/uicons-solid-rounded.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-sr-]:before, i[class*=" fi-sr-"]:before, span[class^=fi-sr-]:before, span[class*=fi-sr-]:before {
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-sr-0:before {
  content: "\f101";
}

.fi-sr-1:before {
  content: "\f102";
}

.fi-sr-2:before {
  content: "\f103";
}

.fi-sr-3:before {
  content: "\f104";
}

.fi-sr-360-degrees:before {
  content: "\f105";
}

.fi-sr-4:before {
  content: "\f106";
}

.fi-sr-5:before {
  content: "\f107";
}

.fi-sr-6:before {
  content: "\f108";
}

.fi-sr-7:before {
  content: "\f109";
}

.fi-sr-8:before {
  content: "\f10a";
}

.fi-sr-9:before {
  content: "\f10b";
}

.fi-sr-a:before {
  content: "\f10c";
}

.fi-sr-accident:before {
  content: "\f10d";
}

.fi-sr-acorn:before {
  content: "\f10e";
}

.fi-sr-ad:before {
  content: "\f10f";
}

.fi-sr-add-document:before {
  content: "\f110";
}

.fi-sr-add-folder:before {
  content: "\f111";
}

.fi-sr-add-image:before {
  content: "\f112";
}

.fi-sr-add:before {
  content: "\f113";
}

.fi-sr-address-book:before {
  content: "\f114";
}

.fi-sr-address-card:before {
  content: "\f115";
}

.fi-sr-admin-alt:before {
  content: "\f116";
}

.fi-sr-admin:before {
  content: "\f117";
}

.fi-sr-air-conditioner:before {
  content: "\f118";
}

.fi-sr-air-freshener:before {
  content: "\f119";
}

.fi-sr-airplane-journey:before {
  content: "\f11a";
}

.fi-sr-airplay:before {
  content: "\f11b";
}

.fi-sr-alarm-clock:before {
  content: "\f11c";
}

.fi-sr-alarm-exclamation:before {
  content: "\f11d";
}

.fi-sr-alarm-plus:before {
  content: "\f11e";
}

.fi-sr-alarm-snooze:before {
  content: "\f11f";
}

.fi-sr-album-circle-plus:before {
  content: "\f120";
}

.fi-sr-album-circle-user:before {
  content: "\f121";
}

.fi-sr-album-collection:before {
  content: "\f122";
}

.fi-sr-album:before {
  content: "\f123";
}

.fi-sr-algorithm:before {
  content: "\f124";
}

.fi-sr-alicorn:before {
  content: "\f125";
}

.fi-sr-alien:before {
  content: "\f126";
}

.fi-sr-align-center:before {
  content: "\f127";
}

.fi-sr-align-justify:before {
  content: "\f128";
}

.fi-sr-align-left:before {
  content: "\f129";
}

.fi-sr-align-slash:before {
  content: "\f12a";
}

.fi-sr-ambulance:before {
  content: "\f12b";
}

.fi-sr-amusement-park:before {
  content: "\f12c";
}

.fi-sr-anchor:before {
  content: "\f12d";
}

.fi-sr-angel:before {
  content: "\f12e";
}

.fi-sr-angle-90:before {
  content: "\f12f";
}

.fi-sr-angle-circle-down:before {
  content: "\f130";
}

.fi-sr-angle-circle-left:before {
  content: "\f131";
}

.fi-sr-angle-circle-right:before {
  content: "\f132";
}

.fi-sr-angle-circle-up:before {
  content: "\f133";
}

.fi-sr-angle-double-left:before {
  content: "\f134";
}

.fi-sr-angle-double-right:before {
  content: "\f135";
}

.fi-sr-angle-double-small-down:before {
  content: "\f136";
}

.fi-sr-angle-double-small-left:before {
  content: "\f137";
}

.fi-sr-angle-double-small-right:before {
  content: "\f138";
}

.fi-sr-angle-double-small-up:before {
  content: "\f139";
}

.fi-sr-angle-down:before {
  content: "\f13a";
}

.fi-sr-angle-left:before {
  content: "\f13b";
}

.fi-sr-angle-right:before {
  content: "\f13c";
}

.fi-sr-angle-small-down:before {
  content: "\f13d";
}

.fi-sr-angle-small-left:before {
  content: "\f13e";
}

.fi-sr-angle-small-right:before {
  content: "\f13f";
}

.fi-sr-angle-small-up:before {
  content: "\f140";
}

.fi-sr-angle-square-down:before {
  content: "\f141";
}

.fi-sr-angle-square-left:before {
  content: "\f142";
}

.fi-sr-angle-square-right:before {
  content: "\f143";
}

.fi-sr-angle-square-up:before {
  content: "\f144";
}

.fi-sr-angle-up:before {
  content: "\f145";
}

.fi-sr-angle:before {
  content: "\f146";
}

.fi-sr-angry:before {
  content: "\f147";
}

.fi-sr-animated-icon:before {
  content: "\f148";
}

.fi-sr-answer-alt:before {
  content: "\f149";
}

.fi-sr-answer:before {
  content: "\f14a";
}

.fi-sr-apartment:before {
  content: "\f14b";
}

.fi-sr-aperture:before {
  content: "\f14c";
}

.fi-sr-api:before {
  content: "\f14d";
}

.fi-sr-apple-core:before {
  content: "\f14e";
}

.fi-sr-apple-crate:before {
  content: "\f14f";
}

.fi-sr-apple-whole:before {
  content: "\f150";
}

.fi-sr-apps-add:before {
  content: "\f151";
}

.fi-sr-apps-delete:before {
  content: "\f152";
}

.fi-sr-apps-sort:before {
  content: "\f153";
}

.fi-sr-apps:before {
  content: "\f154";
}

.fi-sr-archive:before {
  content: "\f155";
}

.fi-sr-archway:before {
  content: "\f156";
}

.fi-sr-arrow-alt-circle-down:before {
  content: "\f157";
}

.fi-sr-arrow-alt-circle-left:before {
  content: "\f158";
}

.fi-sr-arrow-alt-circle-right:before {
  content: "\f159";
}

.fi-sr-arrow-alt-circle-up:before {
  content: "\f15a";
}

.fi-sr-arrow-alt-down:before {
  content: "\f15b";
}

.fi-sr-arrow-alt-from-bottom:before {
  content: "\f15c";
}

.fi-sr-arrow-alt-from-left:before {
  content: "\f15d";
}

.fi-sr-arrow-alt-from-right:before {
  content: "\f15e";
}

.fi-sr-arrow-alt-from-top:before {
  content: "\f15f";
}

.fi-sr-arrow-alt-left:before {
  content: "\f160";
}

.fi-sr-arrow-alt-right:before {
  content: "\f161";
}

.fi-sr-arrow-alt-square-down:before {
  content: "\f162";
}

.fi-sr-arrow-alt-square-left:before {
  content: "\f163";
}

.fi-sr-arrow-alt-square-right:before {
  content: "\f164";
}

.fi-sr-arrow-alt-square-up:before {
  content: "\f165";
}

.fi-sr-arrow-alt-to-bottom:before {
  content: "\f166";
}

.fi-sr-arrow-alt-to-left:before {
  content: "\f167";
}

.fi-sr-arrow-alt-to-right:before {
  content: "\f168";
}

.fi-sr-arrow-alt-to-top:before {
  content: "\f169";
}

.fi-sr-arrow-alt-up:before {
  content: "\f16a";
}

.fi-sr-arrow-circle-down:before {
  content: "\f16b";
}

.fi-sr-arrow-circle-left:before {
  content: "\f16c";
}

.fi-sr-arrow-circle-right:before {
  content: "\f16d";
}

.fi-sr-arrow-circle-up:before {
  content: "\f16e";
}

.fi-sr-arrow-down-from-dotted-line:before {
  content: "\f16f";
}

.fi-sr-arrow-down-left:before {
  content: "\f170";
}

.fi-sr-arrow-down-small-big:before {
  content: "\f171";
}

.fi-sr-arrow-down-to-dotted-line:before {
  content: "\f172";
}

.fi-sr-arrow-down-to-square:before {
  content: "\f173";
}

.fi-sr-arrow-down-triangle-square:before {
  content: "\f174";
}

.fi-sr-arrow-down:before {
  content: "\f175";
}

.fi-sr-arrow-from-bottom:before {
  content: "\f176";
}

.fi-sr-arrow-from-left:before {
  content: "\f177";
}

.fi-sr-arrow-from-right:before {
  content: "\f178";
}

.fi-sr-arrow-from-top:before {
  content: "\f179";
}

.fi-sr-arrow-left-from-line:before {
  content: "\f17a";
}

.fi-sr-arrow-left:before {
  content: "\f17b";
}

.fi-sr-arrow-progress:before {
  content: "\f17c";
}

.fi-sr-arrow-right-to-bracket:before {
  content: "\f17d";
}

.fi-sr-arrow-right:before {
  content: "\f17e";
}

.fi-sr-arrow-small-down:before {
  content: "\f17f";
}

.fi-sr-arrow-small-left:before {
  content: "\f180";
}

.fi-sr-arrow-small-right:before {
  content: "\f181";
}

.fi-sr-arrow-small-up:before {
  content: "\f182";
}

.fi-sr-arrow-square-down:before {
  content: "\f183";
}

.fi-sr-arrow-square-left:before {
  content: "\f184";
}

.fi-sr-arrow-square-right:before {
  content: "\f185";
}

.fi-sr-arrow-square-up:before {
  content: "\f186";
}

.fi-sr-arrow-to-bottom:before {
  content: "\f187";
}

.fi-sr-arrow-to-left:before {
  content: "\f188";
}

.fi-sr-arrow-to-right:before {
  content: "\f189";
}

.fi-sr-arrow-to-top:before {
  content: "\f18a";
}

.fi-sr-arrow-trend-down:before {
  content: "\f18b";
}

.fi-sr-arrow-trend-up:before {
  content: "\f18c";
}

.fi-sr-arrow-turn-down-left:before {
  content: "\f18d";
}

.fi-sr-arrow-turn-down-right:before {
  content: "\f18e";
}

.fi-sr-arrow-up-from-dotted-line:before {
  content: "\f18f";
}

.fi-sr-arrow-up-from-square:before {
  content: "\f190";
}

.fi-sr-arrow-up-left-from-circle:before {
  content: "\f191";
}

.fi-sr-arrow-up-left:before {
  content: "\f192";
}

.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f193";
}

.fi-sr-arrow-up-right-from-square:before {
  content: "\f194";
}

.fi-sr-arrow-up-right:before {
  content: "\f195";
}

.fi-sr-arrow-up-small-big:before {
  content: "\f196";
}

.fi-sr-arrow-up-square-triangle:before {
  content: "\f197";
}

.fi-sr-arrow-up-to-dotted-line:before {
  content: "\f198";
}

.fi-sr-arrow-up:before {
  content: "\f199";
}

.fi-sr-arrows-alt-h:before {
  content: "\f19a";
}

.fi-sr-arrows-alt-v:before {
  content: "\f19b";
}

.fi-sr-arrows-alt:before {
  content: "\f19c";
}

.fi-sr-arrows-cross:before {
  content: "\f19d";
}

.fi-sr-arrows-from-dotted-line:before {
  content: "\f19e";
}

.fi-sr-arrows-from-line:before {
  content: "\f19f";
}

.fi-sr-arrows-h-copy:before {
  content: "\f1a0";
}

.fi-sr-arrows-h:before {
  content: "\f1a1";
}

.fi-sr-arrows-repeat-1:before {
  content: "\f1a2";
}

.fi-sr-arrows-repeat:before {
  content: "\f1a3";
}

.fi-sr-arrows-retweet:before {
  content: "\f1a4";
}

.fi-sr-arrows-to-dotted-line:before {
  content: "\f1a5";
}

.fi-sr-arrows-to-eye:before {
  content: "\f1a6";
}

.fi-sr-arrows-to-line:before {
  content: "\f1a7";
}

.fi-sr-arrows:before {
  content: "\f1a8";
}

.fi-sr-artificial-intelligence:before {
  content: "\f1a9";
}

.fi-sr-assept-document:before {
  content: "\f1aa";
}

.fi-sr-assistive-listening-systems:before {
  content: "\f1ab";
}

.fi-sr-asterik:before {
  content: "\f1ac";
}

.fi-sr-at:before {
  content: "\f1ad";
}

.fi-sr-attribution-pen:before {
  content: "\f1ae";
}

.fi-sr-attribution-pencil:before {
  content: "\f1af";
}

.fi-sr-aubergine:before {
  content: "\f1b0";
}

.fi-sr-auction:before {
  content: "\f1b1";
}

.fi-sr-audio-description-slash:before {
  content: "\f1b2";
}

.fi-sr-audit-alt:before {
  content: "\f1b3";
}

.fi-sr-audit:before {
  content: "\f1b4";
}

.fi-sr-austral-sign:before {
  content: "\f1b5";
}

.fi-sr-avocado:before {
  content: "\f1b6";
}

.fi-sr-award:before {
  content: "\f1b7";
}

.fi-sr-axe-battle:before {
  content: "\f1b8";
}

.fi-sr-axe:before {
  content: "\f1b9";
}

.fi-sr-b:before {
  content: "\f1ba";
}

.fi-sr-baby-carriage:before {
  content: "\f1bb";
}

.fi-sr-baby:before {
  content: "\f1bc";
}

.fi-sr-background:before {
  content: "\f1bd";
}

.fi-sr-backpack:before {
  content: "\f1be";
}

.fi-sr-bacon:before {
  content: "\f1bf";
}

.fi-sr-bacteria:before {
  content: "\f1c0";
}

.fi-sr-bacterium:before {
  content: "\f1c1";
}

.fi-sr-badge-check:before {
  content: "\f1c2";
}

.fi-sr-badge-dollar:before {
  content: "\f1c3";
}

.fi-sr-badge-percent:before {
  content: "\f1c4";
}

.fi-sr-badge-sheriff:before {
  content: "\f1c5";
}

.fi-sr-badge:before {
  content: "\f1c6";
}

.fi-sr-badger-honey:before {
  content: "\f1c7";
}

.fi-sr-badminton:before {
  content: "\f1c8";
}

.fi-sr-bag-seedling:before {
  content: "\f1c9";
}

.fi-sr-bags-shopping:before {
  content: "\f1ca";
}

.fi-sr-baguette:before {
  content: "\f1cb";
}

.fi-sr-bahai:before {
  content: "\f1cc";
}

.fi-sr-baht-sign:before {
  content: "\f1cd";
}

.fi-sr-balance-scale-left:before {
  content: "\f1ce";
}

.fi-sr-balance-scale-right:before {
  content: "\f1cf";
}

.fi-sr-ball-pile:before {
  content: "\f1d0";
}

.fi-sr-balloon:before {
  content: "\f1d1";
}

.fi-sr-balloons:before {
  content: "\f1d2";
}

.fi-sr-ballot-check:before {
  content: "\f1d3";
}

.fi-sr-ballot:before {
  content: "\f1d4";
}

.fi-sr-ban-bug:before {
  content: "\f1d5";
}

.fi-sr-ban:before {
  content: "\f1d6";
}

.fi-sr-banana:before {
  content: "\f1d7";
}

.fi-sr-band-aid:before {
  content: "\f1d8";
}

.fi-sr-bangladeshi-taka-sign:before {
  content: "\f1d9";
}

.fi-sr-banjo:before {
  content: "\f1da";
}

.fi-sr-bank:before {
  content: "\f1db";
}

.fi-sr-barber-shop:before {
  content: "\f1dc";
}

.fi-sr-barcode-read:before {
  content: "\f1dd";
}

.fi-sr-barcode-scan:before {
  content: "\f1de";
}

.fi-sr-barcode:before {
  content: "\f1df";
}

.fi-sr-bars-filter:before {
  content: "\f1e0";
}

.fi-sr-bars-progress:before {
  content: "\f1e1";
}

.fi-sr-bars-sort:before {
  content: "\f1e2";
}

.fi-sr-bars-staggered:before {
  content: "\f1e3";
}

.fi-sr-baseball-alt:before {
  content: "\f1e4";
}

.fi-sr-baseball:before {
  content: "\f1e5";
}

.fi-sr-basket-shopping-simple:before {
  content: "\f1e6";
}

.fi-sr-basketball-hoop:before {
  content: "\f1e7";
}

.fi-sr-basketball:before {
  content: "\f1e8";
}

.fi-sr-bat:before {
  content: "\f1e9";
}

.fi-sr-bath:before {
  content: "\f1ea";
}

.fi-sr-battery-bolt:before {
  content: "\f1eb";
}

.fi-sr-battery-empty:before {
  content: "\f1ec";
}

.fi-sr-battery-exclamation:before {
  content: "\f1ed";
}

.fi-sr-battery-full:before {
  content: "\f1ee";
}

.fi-sr-battery-half:before {
  content: "\f1ef";
}

.fi-sr-battery-quarter:before {
  content: "\f1f0";
}

.fi-sr-battery-slash:before {
  content: "\f1f1";
}

.fi-sr-battery-three-quarters:before {
  content: "\f1f2";
}

.fi-sr-beacon:before {
  content: "\f1f3";
}

.fi-sr-bed-alt:before {
  content: "\f1f4";
}

.fi-sr-bed-bunk:before {
  content: "\f1f5";
}

.fi-sr-bed-empty:before {
  content: "\f1f6";
}

.fi-sr-bed:before {
  content: "\f1f7";
}

.fi-sr-bee:before {
  content: "\f1f8";
}

.fi-sr-beer-mug-empty:before {
  content: "\f1f9";
}

.fi-sr-beer:before {
  content: "\f1fa";
}

.fi-sr-bell-concierge:before {
  content: "\f1fb";
}

.fi-sr-bell-ring:before {
  content: "\f1fc";
}

.fi-sr-bell-school:before {
  content: "\f1fd";
}

.fi-sr-bell-slash:before {
  content: "\f1fe";
}

.fi-sr-bell:before {
  content: "\f1ff";
}

.fi-sr-bells:before {
  content: "\f200";
}

.fi-sr-bench-tree:before {
  content: "\f201";
}

.fi-sr-betamax:before {
  content: "\f202";
}

.fi-sr-bicycle-journey:before {
  content: "\f203";
}

.fi-sr-bike:before {
  content: "\f204";
}

.fi-sr-biking-mountain:before {
  content: "\f205";
}

.fi-sr-biking:before {
  content: "\f206";
}

.fi-sr-billiard:before {
  content: "\f207";
}

.fi-sr-binary-circle-check:before {
  content: "\f208";
}

.fi-sr-binary-lock:before {
  content: "\f209";
}

.fi-sr-binary-slash:before {
  content: "\f20a";
}

.fi-sr-binary:before {
  content: "\f20b";
}

.fi-sr-binoculars:before {
  content: "\f20c";
}

.fi-sr-biohazard:before {
  content: "\f20d";
}

.fi-sr-bird:before {
  content: "\f20e";
}

.fi-sr-bitcoin-sign:before {
  content: "\f20f";
}

.fi-sr-blanket:before {
  content: "\f210";
}

.fi-sr-blender-phone:before {
  content: "\f211";
}

.fi-sr-blender:before {
  content: "\f212";
}

.fi-sr-blinds-open:before {
  content: "\f213";
}

.fi-sr-blinds-raised:before {
  content: "\f214";
}

.fi-sr-blinds:before {
  content: "\f215";
}

.fi-sr-block-brick:before {
  content: "\f216";
}

.fi-sr-block-question:before {
  content: "\f217";
}

.fi-sr-block-quote:before {
  content: "\f218";
}

.fi-sr-block:before {
  content: "\f219";
}

.fi-sr-blog-pencil:before {
  content: "\f21a";
}

.fi-sr-blog-text:before {
  content: "\f21b";
}

.fi-sr-blossom:before {
  content: "\f21c";
}

.fi-sr-blueberries:before {
  content: "\f21d";
}

.fi-sr-bold:before {
  content: "\f21e";
}

.fi-sr-bolt-auto:before {
  content: "\f21f";
}

.fi-sr-bolt-slash:before {
  content: "\f220";
}

.fi-sr-bolt:before {
  content: "\f221";
}

.fi-sr-bomb:before {
  content: "\f222";
}

.fi-sr-bone-break:before {
  content: "\f223";
}

.fi-sr-bone:before {
  content: "\f224";
}

.fi-sr-bong:before {
  content: "\f225";
}

.fi-sr-book-alt:before {
  content: "\f226";
}

.fi-sr-book-arrow-right:before {
  content: "\f227";
}

.fi-sr-book-arrow-up:before {
  content: "\f228";
}

.fi-sr-book-atlas:before {
  content: "\f229";
}

.fi-sr-book-bookmark:before {
  content: "\f22a";
}

.fi-sr-book-circle-arrow-right:before {
  content: "\f22b";
}

.fi-sr-book-circle-arrow-up:before {
  content: "\f22c";
}

.fi-sr-book-copy:before {
  content: "\f22d";
}

.fi-sr-book-dead:before {
  content: "\f22e";
}

.fi-sr-book-font:before {
  content: "\f22f";
}

.fi-sr-book-medical:before {
  content: "\f230";
}

.fi-sr-book-open-cover:before {
  content: "\f231";
}

.fi-sr-book-open-reader:before {
  content: "\f232";
}

.fi-sr-book-quran:before {
  content: "\f233";
}

.fi-sr-book-section:before {
  content: "\f234";
}

.fi-sr-book-spells:before {
  content: "\f235";
}

.fi-sr-book-tanakh:before {
  content: "\f236";
}

.fi-sr-book-user:before {
  content: "\f237";
}

.fi-sr-book:before {
  content: "\f238";
}

.fi-sr-bookmark-slash:before {
  content: "\f239";
}

.fi-sr-bookmark:before {
  content: "\f23a";
}

.fi-sr-books-medical:before {
  content: "\f23b";
}

.fi-sr-books:before {
  content: "\f23c";
}

.fi-sr-boot-heeled:before {
  content: "\f23d";
}

.fi-sr-boot:before {
  content: "\f23e";
}

.fi-sr-border-all:before {
  content: "\f23f";
}

.fi-sr-border-bottom:before {
  content: "\f240";
}

.fi-sr-border-center-h:before {
  content: "\f241";
}

.fi-sr-border-center-v:before {
  content: "\f242";
}

.fi-sr-border-inner:before {
  content: "\f243";
}

.fi-sr-border-left:before {
  content: "\f244";
}

.fi-sr-border-none:before {
  content: "\f245";
}

.fi-sr-border-outer:before {
  content: "\f246";
}

.fi-sr-border-right:before {
  content: "\f247";
}

.fi-sr-border-style-alt:before {
  content: "\f248";
}

.fi-sr-border-style:before {
  content: "\f249";
}

.fi-sr-border-top:before {
  content: "\f24a";
}

.fi-sr-boss:before {
  content: "\f24b";
}

.fi-sr-bottle-droplet:before {
  content: "\f24c";
}

.fi-sr-bottle:before {
  content: "\f24d";
}

.fi-sr-bow-arrow:before {
  content: "\f24e";
}

.fi-sr-bowl-chopsticks-noodles:before {
  content: "\f24f";
}

.fi-sr-bowl-chopsticks:before {
  content: "\f250";
}

.fi-sr-bowl-rice:before {
  content: "\f251";
}

.fi-sr-bowl-scoop:before {
  content: "\f252";
}

.fi-sr-bowl-scoops:before {
  content: "\f253";
}

.fi-sr-bowl-soft-serve:before {
  content: "\f254";
}

.fi-sr-bowl-spoon:before {
  content: "\f255";
}

.fi-sr-bowling-ball:before {
  content: "\f256";
}

.fi-sr-bowling-pins:before {
  content: "\f257";
}

.fi-sr-bowling:before {
  content: "\f258";
}

.fi-sr-box-alt:before {
  content: "\f259";
}

.fi-sr-box-ballot:before {
  content: "\f25a";
}

.fi-sr-box-check:before {
  content: "\f25b";
}

.fi-sr-box-circle-check:before {
  content: "\f25c";
}

.fi-sr-box-dollar:before {
  content: "\f25d";
}

.fi-sr-box-fragile:before {
  content: "\f25e";
}

.fi-sr-box-heart:before {
  content: "\f25f";
}

.fi-sr-box-open-full:before {
  content: "\f260";
}

.fi-sr-box-open:before {
  content: "\f261";
}

.fi-sr-box-tissue:before {
  content: "\f262";
}

.fi-sr-box-up:before {
  content: "\f263";
}

.fi-sr-box:before {
  content: "\f264";
}

.fi-sr-boxes:before {
  content: "\f265";
}

.fi-sr-boxing-glove:before {
  content: "\f266";
}

.fi-sr-bracket-curly-right:before {
  content: "\f267";
}

.fi-sr-bracket-curly:before {
  content: "\f268";
}

.fi-sr-bracket-round-right:before {
  content: "\f269";
}

.fi-sr-bracket-round:before {
  content: "\f26a";
}

.fi-sr-bracket-square-right:before {
  content: "\f26b";
}

.fi-sr-bracket-square:before {
  content: "\f26c";
}

.fi-sr-brackets-curly:before {
  content: "\f26d";
}

.fi-sr-brackets-round:before {
  content: "\f26e";
}

.fi-sr-brackets-square:before {
  content: "\f26f";
}

.fi-sr-braille-a:before {
  content: "\f270";
}

.fi-sr-braille-b:before {
  content: "\f271";
}

.fi-sr-braille-c:before {
  content: "\f272";
}

.fi-sr-braille-d:before {
  content: "\f273";
}

.fi-sr-braille-e:before {
  content: "\f274";
}

.fi-sr-braille-g:before {
  content: "\f275";
}

.fi-sr-braille-h:before {
  content: "\f276";
}

.fi-sr-braille-i:before {
  content: "\f277";
}

.fi-sr-braille-j:before {
  content: "\f278";
}

.fi-sr-braille-k:before {
  content: "\f279";
}

.fi-sr-braille-l:before {
  content: "\f27a";
}

.fi-sr-braille-m:before {
  content: "\f27b";
}

.fi-sr-braille-n-alt:before {
  content: "\f27c";
}

.fi-sr-braille-n:before {
  content: "\f27d";
}

.fi-sr-braille-o:before {
  content: "\f27e";
}

.fi-sr-braille-p:before {
  content: "\f27f";
}

.fi-sr-braille-q:before {
  content: "\f280";
}

.fi-sr-braille-r:before {
  content: "\f281";
}

.fi-sr-braille-s:before {
  content: "\f282";
}

.fi-sr-braille-t:before {
  content: "\f283";
}

.fi-sr-braille-u:before {
  content: "\f284";
}

.fi-sr-braille-v:before {
  content: "\f285";
}

.fi-sr-braille-w:before {
  content: "\f286";
}

.fi-sr-braille-x:before {
  content: "\f287";
}

.fi-sr-braille-y:before {
  content: "\f288";
}

.fi-sr-braille-z:before {
  content: "\f289";
}

.fi-sr-braille:before {
  content: "\f28a";
}

.fi-sr-brain-circuit:before {
  content: "\f28b";
}

.fi-sr-brain:before {
  content: "\f28c";
}

.fi-sr-bread-loaf:before {
  content: "\f28d";
}

.fi-sr-bread-slice-butter:before {
  content: "\f28e";
}

.fi-sr-bread-slice:before {
  content: "\f28f";
}

.fi-sr-bread:before {
  content: "\f290";
}

.fi-sr-briefcase-arrow-right:before {
  content: "\f291";
}

.fi-sr-briefcase-blank:before {
  content: "\f292";
}

.fi-sr-briefcase:before {
  content: "\f293";
}

.fi-sr-brightness-low:before {
  content: "\f294";
}

.fi-sr-brightness:before {
  content: "\f295";
}

.fi-sr-bring-forward:before {
  content: "\f296";
}

.fi-sr-bring-front:before {
  content: "\f297";
}

.fi-sr-broadcast-tower:before {
  content: "\f298";
}

.fi-sr-broccoli:before {
  content: "\f299";
}

.fi-sr-broken-image:before {
  content: "\f29a";
}

.fi-sr-broom-ball:before {
  content: "\f29b";
}

.fi-sr-broom:before {
  content: "\f29c";
}

.fi-sr-browser-ui:before {
  content: "\f29d";
}

.fi-sr-browser:before {
  content: "\f29e";
}

.fi-sr-browsers:before {
  content: "\f29f";
}

.fi-sr-brush:before {
  content: "\f2a0";
}

.fi-sr-bucket:before {
  content: "\f2a1";
}

.fi-sr-budget-alt:before {
  content: "\f2a2";
}

.fi-sr-budget:before {
  content: "\f2a3";
}

.fi-sr-bug-slash:before {
  content: "\f2a4";
}

.fi-sr-bug:before {
  content: "\f2a5";
}

.fi-sr-bugs:before {
  content: "\f2a6";
}

.fi-sr-build-alt:before {
  content: "\f2a7";
}

.fi-sr-build:before {
  content: "\f2a8";
}

.fi-sr-building-ngo:before {
  content: "\f2a9";
}

.fi-sr-building:before {
  content: "\f2aa";
}

.fi-sr-bulb:before {
  content: "\f2ab";
}

.fi-sr-bullet:before {
  content: "\f2ac";
}

.fi-sr-bullhorn:before {
  content: "\f2ad";
}

.fi-sr-bullseye-arrow:before {
  content: "\f2ae";
}

.fi-sr-bullseye-pointer:before {
  content: "\f2af";
}

.fi-sr-bullseye:before {
  content: "\f2b0";
}

.fi-sr-burger-alt:before {
  content: "\f2b1";
}

.fi-sr-burger-fries:before {
  content: "\f2b2";
}

.fi-sr-burger-glass:before {
  content: "\f2b3";
}

.fi-sr-burrito:before {
  content: "\f2b4";
}

.fi-sr-bus-alt:before {
  content: "\f2b5";
}

.fi-sr-bus:before {
  content: "\f2b6";
}

.fi-sr-business-time:before {
  content: "\f2b7";
}

.fi-sr-Butter:before {
  content: "\f2b8";
}

.fi-sr-butterfly:before {
  content: "\f2b9";
}

.fi-sr-c:before {
  content: "\f2ba";
}

.fi-sr-cabin:before {
  content: "\f2bb";
}

.fi-sr-cactus:before {
  content: "\f2bc";
}

.fi-sr-cake-birthday:before {
  content: "\f2bd";
}

.fi-sr-cake-slice:before {
  content: "\f2be";
}

.fi-sr-cake-wedding:before {
  content: "\f2bf";
}

.fi-sr-calculator-bill:before {
  content: "\f2c0";
}

.fi-sr-calculator-money:before {
  content: "\f2c1";
}

.fi-sr-calculator-simple:before {
  content: "\f2c2";
}

.fi-sr-calculator:before {
  content: "\f2c3";
}

.fi-sr-calendar-arrow-down:before {
  content: "\f2c4";
}

.fi-sr-calendar-arrow-up:before {
  content: "\f2c5";
}

.fi-sr-calendar-check:before {
  content: "\f2c6";
}

.fi-sr-calendar-clock:before {
  content: "\f2c7";
}

.fi-sr-calendar-day:before {
  content: "\f2c8";
}

.fi-sr-calendar-days:before {
  content: "\f2c9";
}

.fi-sr-calendar-exclamation:before {
  content: "\f2ca";
}

.fi-sr-calendar-heart:before {
  content: "\f2cb";
}

.fi-sr-calendar-image:before {
  content: "\f2cc";
}

.fi-sr-calendar-lines-pen:before {
  content: "\f2cd";
}

.fi-sr-calendar-lines:before {
  content: "\f2ce";
}

.fi-sr-calendar-minus:before {
  content: "\f2cf";
}

.fi-sr-calendar-pen:before {
  content: "\f2d0";
}

.fi-sr-calendar-plus:before {
  content: "\f2d1";
}

.fi-sr-calendar-star:before {
  content: "\f2d2";
}

.fi-sr-calendar-week:before {
  content: "\f2d3";
}

.fi-sr-calendar-xmark:before {
  content: "\f2d4";
}

.fi-sr-calendar:before {
  content: "\f2d5";
}

.fi-sr-calendars:before {
  content: "\f2d6";
}

.fi-sr-call-history:before {
  content: "\f2d7";
}

.fi-sr-call-incoming:before {
  content: "\f2d8";
}

.fi-sr-call-missed:before {
  content: "\f2d9";
}

.fi-sr-call-outgoing:before {
  content: "\f2da";
}

.fi-sr-camcorder:before {
  content: "\f2db";
}

.fi-sr-camera-cctv:before {
  content: "\f2dc";
}

.fi-sr-camera-movie:before {
  content: "\f2dd";
}

.fi-sr-camera-retro:before {
  content: "\f2de";
}

.fi-sr-camera-rotate:before {
  content: "\f2df";
}

.fi-sr-camera-security:before {
  content: "\f2e0";
}

.fi-sr-camera-slash:before {
  content: "\f2e1";
}

.fi-sr-camera-viewfinder:before {
  content: "\f2e2";
}

.fi-sr-camera:before {
  content: "\f2e3";
}

.fi-sr-campfire:before {
  content: "\f2e4";
}

.fi-sr-camping:before {
  content: "\f2e5";
}

.fi-sr-can-food:before {
  content: "\f2e6";
}

.fi-sr-candle-holder:before {
  content: "\f2e7";
}

.fi-sr-candy-alt:before {
  content: "\f2e8";
}

.fi-sr-candy-bar:before {
  content: "\f2e9";
}

.fi-sr-candy-cane:before {
  content: "\f2ea";
}

.fi-sr-candy-corn:before {
  content: "\f2eb";
}

.fi-sr-candy-sweet:before {
  content: "\f2ec";
}

.fi-sr-candy:before {
  content: "\f2ed";
}

.fi-sr-Cannabis:before {
  content: "\f2ee";
}

.fi-sr-canned-food:before {
  content: "\f2ef";
}

.fi-sr-capsules:before {
  content: "\f2f0";
}

.fi-sr-car-alt:before {
  content: "\f2f1";
}

.fi-sr-car-battery:before {
  content: "\f2f2";
}

.fi-sr-car-bolt:before {
  content: "\f2f3";
}

.fi-sr-car-building:before {
  content: "\f2f4";
}

.fi-sr-car-bump:before {
  content: "\f2f5";
}

.fi-sr-car-bus:before {
  content: "\f2f6";
}

.fi-sr-car-circle-bolt:before {
  content: "\f2f7";
}

.fi-sr-car-crash:before {
  content: "\f2f8";
}

.fi-sr-car-garage:before {
  content: "\f2f9";
}

.fi-sr-car-journey:before {
  content: "\f2fa";
}

.fi-sr-car-mechanic:before {
  content: "\f2fb";
}

.fi-sr-car-rear:before {
  content: "\f2fc";
}

.fi-sr-car-side-bolt:before {
  content: "\f2fd";
}

.fi-sr-car-side:before {
  content: "\f2fe";
}

.fi-sr-car-tilt:before {
  content: "\f2ff";
}

.fi-sr-car-wash:before {
  content: "\f300";
}

.fi-sr-car:before {
  content: "\f301";
}

.fi-sr-caravan-alt:before {
  content: "\f302";
}

.fi-sr-caravan:before {
  content: "\f303";
}

.fi-sr-card-club:before {
  content: "\f304";
}

.fi-sr-card-diamond:before {
  content: "\f305";
}

.fi-sr-card-heart:before {
  content: "\f306";
}

.fi-sr-card-spade:before {
  content: "\f307";
}

.fi-sr-caret-circle-down:before {
  content: "\f308";
}

.fi-sr-caret-circle-right:before {
  content: "\f309";
}

.fi-sr-caret-circle-up:before {
  content: "\f30a";
}

.fi-sr-caret-down:before {
  content: "\f30b";
}

.fi-sr-caret-left:before {
  content: "\f30c";
}

.fi-sr-caret-quare-up:before {
  content: "\f30d";
}

.fi-sr-caret-right:before {
  content: "\f30e";
}

.fi-sr-caret-square-down:before {
  content: "\f30f";
}

.fi-sr-caret-square-left_1:before {
  content: "\f310";
}

.fi-sr-caret-square-left:before {
  content: "\f311";
}

.fi-sr-caret-square-right:before {
  content: "\f312";
}

.fi-sr-caret-up:before {
  content: "\f313";
}

.fi-sr-carrot:before {
  content: "\f314";
}

.fi-sr-cars-crash:before {
  content: "\f315";
}

.fi-sr-cars:before {
  content: "\f316";
}

.fi-sr-cart-arrow-down:before {
  content: "\f317";
}

.fi-sr-cart-minus:before {
  content: "\f318";
}

.fi-sr-cart-shopping-fast:before {
  content: "\f319";
}

.fi-sr-cash-register:before {
  content: "\f31a";
}

.fi-sr-cassette-tape:before {
  content: "\f31b";
}

.fi-sr-cassette-vhs:before {
  content: "\f31c";
}

.fi-sr-castle:before {
  content: "\f31d";
}

.fi-sr-cat-space:before {
  content: "\f31e";
}

.fi-sr-cat:before {
  content: "\f31f";
}

.fi-sr-catalog-alt:before {
  content: "\f320";
}

.fi-sr-catalog-magazine:before {
  content: "\f321";
}

.fi-sr-catalog:before {
  content: "\f322";
}

.fi-sr-category-alt:before {
  content: "\f323";
}

.fi-sr-category:before {
  content: "\f324";
}

.fi-sr-cauldron:before {
  content: "\f325";
}

.fi-sr-cedi-sign:before {
  content: "\f326";
}

.fi-sr-cello:before {
  content: "\f327";
}

.fi-sr-cent-sign:before {
  content: "\f328";
}

.fi-sr-chair-office:before {
  content: "\f329";
}

.fi-sr-chair:before {
  content: "\f32a";
}

.fi-sr-chalkboard-user:before {
  content: "\f32b";
}

.fi-sr-challenge-alt:before {
  content: "\f32c";
}

.fi-sr-challenge:before {
  content: "\f32d";
}

.fi-sr-charging-station:before {
  content: "\f32e";
}

.fi-sr-chart-area:before {
  content: "\f32f";
}

.fi-sr-chart-bullet:before {
  content: "\f330";
}

.fi-sr-chart-candlestick:before {
  content: "\f331";
}

.fi-sr-chart-connected:before {
  content: "\f332";
}

.fi-sr-chart-gantt:before {
  content: "\f333";
}

.fi-sr-chart-histogram:before {
  content: "\f334";
}

.fi-sr-chart-line-up:before {
  content: "\f335";
}

.fi-sr-chart-mixed:before {
  content: "\f336";
}

.fi-sr-chart-network:before {
  content: "\f337";
}

.fi-sr-chart-pie-alt:before {
  content: "\f338";
}

.fi-sr-chart-pie:before {
  content: "\f339";
}

.fi-sr-chart-pyramid:before {
  content: "\f33a";
}

.fi-sr-chart-radar:before {
  content: "\f33b";
}

.fi-sr-chart-scatter-3d:before {
  content: "\f33c";
}

.fi-sr-chart-scatter-bubble:before {
  content: "\f33d";
}

.fi-sr-chart-scatter:before {
  content: "\f33e";
}

.fi-sr-chart-set-theory:before {
  content: "\f33f";
}

.fi-sr-chart-simple-horizontal:before {
  content: "\f340";
}

.fi-sr-chart-simple:before {
  content: "\f341";
}

.fi-sr-chart-tree-map:before {
  content: "\f342";
}

.fi-sr-chart-tree:before {
  content: "\f343";
}

.fi-sr-chart-user:before {
  content: "\f344";
}

.fi-sr-chart-waterfall:before {
  content: "\f345";
}

.fi-sr-chat-arrow-down:before {
  content: "\f346";
}

.fi-sr-chat-arrow-grow:before {
  content: "\f347";
}

.fi-sr-chatbot-speech-bubble:before {
  content: "\f348";
}

.fi-sr-chatbot:before {
  content: "\f349";
}

.fi-sr-check-circle:before {
  content: "\f34a";
}

.fi-sr-check-double:before {
  content: "\f34b";
}

.fi-sr-check:before {
  content: "\f34c";
}

.fi-sr-checkbox:before {
  content: "\f34d";
}

.fi-sr-cheese-alt:before {
  content: "\f34e";
}

.fi-sr-cheese:before {
  content: "\f34f";
}

.fi-sr-cheeseburger:before {
  content: "\f350";
}

.fi-sr-cherry:before {
  content: "\f351";
}

.fi-sr-chess-bishop:before {
  content: "\f352";
}

.fi-sr-chess-board:before {
  content: "\f353";
}

.fi-sr-chess-clock-alt:before {
  content: "\f354";
}

.fi-sr-chess-clock:before {
  content: "\f355";
}

.fi-sr-chess-king-alt:before {
  content: "\f356";
}

.fi-sr-chess-king:before {
  content: "\f357";
}

.fi-sr-chess-knight-alt:before {
  content: "\f358";
}

.fi-sr-chess-knight:before {
  content: "\f359";
}

.fi-sr-chess-pawn-alt:before {
  content: "\f35a";
}

.fi-sr-chess-pawn:before {
  content: "\f35b";
}

.fi-sr-chess-piece:before {
  content: "\f35c";
}

.fi-sr-chess-queen-alt:before {
  content: "\f35d";
}

.fi-sr-chess-queen:before {
  content: "\f35e";
}

.fi-sr-chess-rook-alt:before {
  content: "\f35f";
}

.fi-sr-chess-rook:before {
  content: "\f360";
}

.fi-sr-chess:before {
  content: "\f361";
}

.fi-sr-chevron-double-down:before {
  content: "\f362";
}

.fi-sr-chevron-double-up:before {
  content: "\f363";
}

.fi-sr-child-head:before {
  content: "\f364";
}

.fi-sr-child:before {
  content: "\f365";
}

.fi-sr-chimney:before {
  content: "\f366";
}

.fi-sr-chocolate:before {
  content: "\f367";
}

.fi-sr-choose-alt:before {
  content: "\f368";
}

.fi-sr-choose:before {
  content: "\f369";
}

.fi-sr-circle-0:before {
  content: "\f36a";
}

.fi-sr-circle-1:before {
  content: "\f36b";
}

.fi-sr-circle-2:before {
  content: "\f36c";
}

.fi-sr-circle-3:before {
  content: "\f36d";
}

.fi-sr-circle-4:before {
  content: "\f36e";
}

.fi-sr-circle-5:before {
  content: "\f36f";
}

.fi-sr-circle-6:before {
  content: "\f370";
}

.fi-sr-circle-7:before {
  content: "\f371";
}

.fi-sr-circle-8:before {
  content: "\f372";
}

.fi-sr-circle-9:before {
  content: "\f373";
}

.fi-sr-circle-a:before {
  content: "\f374";
}

.fi-sr-circle-b:before {
  content: "\f375";
}

.fi-sr-circle-bolt:before {
  content: "\f376";
}

.fi-sr-circle-book-open:before {
  content: "\f377";
}

.fi-sr-circle-bookmark:before {
  content: "\f378";
}

.fi-sr-circle-c:before {
  content: "\f379";
}

.fi-sr-circle-calendar:before {
  content: "\f37a";
}

.fi-sr-circle-camera:before {
  content: "\f37b";
}

.fi-sr-circle-d:before {
  content: "\f37c";
}

.fi-sr-circle-dashed:before {
  content: "\f37d";
}

.fi-sr-circle-e:before {
  content: "\f37e";
}

.fi-sr-circle-ellipsis-vertical:before {
  content: "\f37f";
}

.fi-sr-circle-ellipsis:before {
  content: "\f380";
}

.fi-sr-circle-envelope:before {
  content: "\f381";
}

.fi-sr-circle-exclamation-check:before {
  content: "\f382";
}

.fi-sr-circle-f:before {
  content: "\f383";
}

.fi-sr-circle-g:before {
  content: "\f384";
}

.fi-sr-circle-h:before {
  content: "\f385";
}

.fi-sr-circle-half-stroke:before {
  content: "\f386";
}

.fi-sr-circle-half:before {
  content: "\f387";
}

.fi-sr-circle-heart:before {
  content: "\f388";
}

.fi-sr-circle-i:before {
  content: "\f389";
}

.fi-sr-circle-j:before {
  content: "\f38a";
}

.fi-sr-circle-k:before {
  content: "\f38b";
}

.fi-sr-circle-l:before {
  content: "\f38c";
}

.fi-sr-circle-m:before {
  content: "\f38d";
}

.fi-sr-circle-microphone-lines:before {
  content: "\f38e";
}

.fi-sr-circle-microphone:before {
  content: "\f38f";
}

.fi-sr-circle-n:before {
  content: "\f390";
}

.fi-sr-circle-o:before {
  content: "\f391";
}

.fi-sr-circle-p:before {
  content: "\f392";
}

.fi-sr-circle-phone-flip:before {
  content: "\f393";
}

.fi-sr-circle-phone-hangup:before {
  content: "\f394";
}

.fi-sr-circle-phone:before {
  content: "\f395";
}

.fi-sr-circle-q:before {
  content: "\f396";
}

.fi-sr-circle-quarter:before {
  content: "\f397";
}

.fi-sr-circle-quarters-alt:before {
  content: "\f398";
}

.fi-sr-circle-r:before {
  content: "\f399";
}

.fi-sr-circle-s:before {
  content: "\f39a";
}

.fi-sr-circle-small:before {
  content: "\f39b";
}

.fi-sr-circle-star:before {
  content: "\f39c";
}

.fi-sr-circle-t:before {
  content: "\f39d";
}

.fi-sr-circle-three-quarters:before {
  content: "\f39e";
}

.fi-sr-circle-trash:before {
  content: "\f39f";
}

.fi-sr-circle-u:before {
  content: "\f3a0";
}

.fi-sr-circle-user:before {
  content: "\f3a1";
}

.fi-sr-circle-v:before {
  content: "\f3a2";
}

.fi-sr-circle-video:before {
  content: "\f3a3";
}

.fi-sr-circle-w:before {
  content: "\f3a4";
}

.fi-sr-circle-waveform-lines:before {
  content: "\f3a5";
}

.fi-sr-circle-x:before {
  content: "\f3a6";
}

.fi-sr-circle-xmark:before {
  content: "\f3a7";
}

.fi-sr-circle-y:before {
  content: "\f3a8";
}

.fi-sr-circle-z:before {
  content: "\f3a9";
}

.fi-sr-circle:before {
  content: "\f3aa";
}

.fi-sr-citrus-slice:before {
  content: "\f3ab";
}

.fi-sr-citrus:before {
  content: "\f3ac";
}

.fi-sr-city:before {
  content: "\f3ad";
}

.fi-sr-clapperboard-play:before {
  content: "\f3ae";
}

.fi-sr-clapperboard:before {
  content: "\f3af";
}

.fi-sr-clarinet:before {
  content: "\f3b0";
}

.fi-sr-claw-marks:before {
  content: "\f3b1";
}

.fi-sr-clear-alt:before {
  content: "\f3b2";
}

.fi-sr-clip:before {
  content: "\f3b3";
}

.fi-sr-clipboard-check:before {
  content: "\f3b4";
}

.fi-sr-clipboard-list-check:before {
  content: "\f3b5";
}

.fi-sr-clipboard-list:before {
  content: "\f3b6";
}

.fi-sr-clipboard-prescription:before {
  content: "\f3b7";
}

.fi-sr-clipboard-user:before {
  content: "\f3b8";
}

.fi-sr-clipboard:before {
  content: "\f3b9";
}

.fi-sr-clock-desk:before {
  content: "\f3ba";
}

.fi-sr-clock-eight-thirty:before {
  content: "\f3bb";
}

.fi-sr-clock-eleven-thirty:before {
  content: "\f3bc";
}

.fi-sr-clock-eleven:before {
  content: "\f3bd";
}

.fi-sr-clock-five-thirty:before {
  content: "\f3be";
}

.fi-sr-clock-five:before {
  content: "\f3bf";
}

.fi-sr-clock-four-thirty:before {
  content: "\f3c0";
}

.fi-sr-clock-nine-thirty:before {
  content: "\f3c1";
}

.fi-sr-clock-nine:before {
  content: "\f3c2";
}

.fi-sr-clock-one-thirty:before {
  content: "\f3c3";
}

.fi-sr-clock-one:before {
  content: "\f3c4";
}

.fi-sr-clock-seven-thirty:before {
  content: "\f3c5";
}

.fi-sr-clock-seven:before {
  content: "\f3c6";
}

.fi-sr-clock-six-thirty:before {
  content: "\f3c7";
}

.fi-sr-clock-six:before {
  content: "\f3c8";
}

.fi-sr-clock-ten-thirty:before {
  content: "\f3c9";
}

.fi-sr-clock-ten:before {
  content: "\f3ca";
}

.fi-sr-clock-three-thirty:before {
  content: "\f3cb";
}

.fi-sr-clock-three:before {
  content: "\f3cc";
}

.fi-sr-clock-twelve-thirty:before {
  content: "\f3cd";
}

.fi-sr-clock-twelve:before {
  content: "\f3ce";
}

.fi-sr-clock-two-thirty:before {
  content: "\f3cf";
}

.fi-sr-clock-two:before {
  content: "\f3d0";
}

.fi-sr-clock:before {
  content: "\f3d1";
}

.fi-sr-clone:before {
  content: "\f3d2";
}

.fi-sr-closed-captioning-slash:before {
  content: "\f3d3";
}

.fi-sr-clothes-hanger:before {
  content: "\f3d4";
}

.fi-sr-cloud-check:before {
  content: "\f3d5";
}

.fi-sr-cloud-code:before {
  content: "\f3d6";
}

.fi-sr-cloud-disabled:before {
  content: "\f3d7";
}

.fi-sr-cloud-download-alt:before {
  content: "\f3d8";
}

.fi-sr-cloud-download:before {
  content: "\f3d9";
}

.fi-sr-cloud-drizzle:before {
  content: "\f3da";
}

.fi-sr-cloud-exclamation:before {
  content: "\f3db";
}

.fi-sr-cloud-hail-mixed:before {
  content: "\f3dc";
}

.fi-sr-cloud-hail:before {
  content: "\f3dd";
}

.fi-sr-cloud-meatball:before {
  content: "\f3de";
}

.fi-sr-cloud-moon-rain:before {
  content: "\f3df";
}

.fi-sr-cloud-moon:before {
  content: "\f3e0";
}

.fi-sr-cloud-question:before {
  content: "\f3e1";
}

.fi-sr-cloud-rain:before {
  content: "\f3e2";
}

.fi-sr-cloud-rainbow:before {
  content: "\f3e3";
}

.fi-sr-cloud-share:before {
  content: "\f3e4";
}

.fi-sr-cloud-showers-heavy:before {
  content: "\f3e5";
}

.fi-sr-cloud-showers:before {
  content: "\f3e6";
}

.fi-sr-cloud-sleet:before {
  content: "\f3e7";
}

.fi-sr-cloud-snow:before {
  content: "\f3e8";
}

.fi-sr-cloud-sun-rain:before {
  content: "\f3e9";
}

.fi-sr-cloud-sun:before {
  content: "\f3ea";
}

.fi-sr-cloud-upload-alt:before {
  content: "\f3eb";
}

.fi-sr-cloud-upload:before {
  content: "\f3ec";
}

.fi-sr-cloud:before {
  content: "\f3ed";
}

.fi-sr-clouds-moon:before {
  content: "\f3ee";
}

.fi-sr-clouds-sun:before {
  content: "\f3ef";
}

.fi-sr-clouds:before {
  content: "\f3f0";
}

.fi-sr-clover-alt:before {
  content: "\f3f1";
}

.fi-sr-club:before {
  content: "\f3f2";
}

.fi-sr-cocktail-alt:before {
  content: "\f3f3";
}

.fi-sr-cocktail:before {
  content: "\f3f4";
}

.fi-sr-coconut:before {
  content: "\f3f5";
}

.fi-sr-code-branch:before {
  content: "\f3f6";
}

.fi-sr-code-commit:before {
  content: "\f3f7";
}

.fi-sr-code-compare:before {
  content: "\f3f8";
}

.fi-sr-code-fork:before {
  content: "\f3f9";
}

.fi-sr-code-merge:before {
  content: "\f3fa";
}

.fi-sr-code-pull-request-closed:before {
  content: "\f3fb";
}

.fi-sr-code-pull-request-draft:before {
  content: "\f3fc";
}

.fi-sr-code-pull-request:before {
  content: "\f3fd";
}

.fi-sr-code-simple:before {
  content: "\f3fe";
}

.fi-sr-coffee-bean:before {
  content: "\f3ff";
}

.fi-sr-coffee-beans:before {
  content: "\f400";
}

.fi-sr-coffee-pot:before {
  content: "\f401";
}

.fi-sr-coffee:before {
  content: "\f402";
}

.fi-sr-coffin-cross:before {
  content: "\f403";
}

.fi-sr-coffin:before {
  content: "\f404";
}

.fi-sr-coin-up-arrow:before {
  content: "\f405";
}

.fi-sr-coin:before {
  content: "\f406";
}

.fi-sr-coins:before {
  content: "\f407";
}

.fi-sr-colon-sign:before {
  content: "\f408";
}

.fi-sr-columns-3:before {
  content: "\f409";
}

.fi-sr-comet:before {
  content: "\f40a";
}

.fi-sr-command:before {
  content: "\f40b";
}

.fi-sr-comment-alt-check:before {
  content: "\f40c";
}

.fi-sr-comment-alt-dots:before {
  content: "\f40d";
}

.fi-sr-comment-alt-edit:before {
  content: "\f40e";
}

.fi-sr-comment-alt-medical:before {
  content: "\f40f";
}

.fi-sr-comment-alt-middle-top:before {
  content: "\f410";
}

.fi-sr-comment-alt-middle:before {
  content: "\f411";
}

.fi-sr-comment-alt-minus:before {
  content: "\f412";
}

.fi-sr-comment-alt-music:before {
  content: "\f413";
}

.fi-sr-comment-alt:before {
  content: "\f414";
}

.fi-sr-comment-arrow-down:before {
  content: "\f415";
}

.fi-sr-comment-arrow-up-right:before {
  content: "\f416";
}

.fi-sr-comment-arrow-up:before {
  content: "\f417";
}

.fi-sr-comment-check:before {
  content: "\f418";
}

.fi-sr-comment-code:before {
  content: "\f419";
}

.fi-sr-comment-dollar:before {
  content: "\f41a";
}

.fi-sr-comment-dots:before {
  content: "\f41b";
}

.fi-sr-comment-exclamation:before {
  content: "\f41c";
}

.fi-sr-comment-heart:before {
  content: "\f41d";
}

.fi-sr-comment-image:before {
  content: "\f41e";
}

.fi-sr-comment-info:before {
  content: "\f41f";
}

.fi-sr-comment-medical:before {
  content: "\f420";
}

.fi-sr-comment-minus:before {
  content: "\f421";
}

.fi-sr-comment-pen:before {
  content: "\f422";
}

.fi-sr-comment-question:before {
  content: "\f423";
}

.fi-sr-comment-quote:before {
  content: "\f424";
}

.fi-sr-comment-slash:before {
  content: "\f425";
}

.fi-sr-comment-smile:before {
  content: "\f426";
}

.fi-sr-comment-sms:before {
  content: "\f427";
}

.fi-sr-comment-text:before {
  content: "\f428";
}

.fi-sr-comment-user:before {
  content: "\f429";
}

.fi-sr-comment-xmark:before {
  content: "\f42a";
}

.fi-sr-comment:before {
  content: "\f42b";
}

.fi-sr-comments-dollar:before {
  content: "\f42c";
}

.fi-sr-comments-question-check:before {
  content: "\f42d";
}

.fi-sr-comments-question:before {
  content: "\f42e";
}

.fi-sr-comments:before {
  content: "\f42f";
}

.fi-sr-compass-slash:before {
  content: "\f430";
}

.fi-sr-completed:before {
  content: "\f431";
}

.fi-sr-compliance-clipboard:before {
  content: "\f432";
}

.fi-sr-compliance-document:before {
  content: "\f433";
}

.fi-sr-compliance:before {
  content: "\f434";
}

.fi-sr-compress-alt:before {
  content: "\f435";
}

.fi-sr-compress:before {
  content: "\f436";
}

.fi-sr-computer-classic:before {
  content: "\f437";
}

.fi-sr-computer-mouse:before {
  content: "\f438";
}

.fi-sr-computer-speaker:before {
  content: "\f439";
}

.fi-sr-computer:before {
  content: "\f43a";
}

.fi-sr-concierge-bell:before {
  content: "\f43b";
}

.fi-sr-condition-alt:before {
  content: "\f43c";
}

.fi-sr-condition:before {
  content: "\f43d";
}

.fi-sr-confetti:before {
  content: "\f43e";
}

.fi-sr-constellation:before {
  content: "\f43f";
}

.fi-sr-container-storage:before {
  content: "\f440";
}

.fi-sr-conveyor-belt-alt:before {
  content: "\f441";
}

.fi-sr-conveyor-belt-empty:before {
  content: "\f442";
}

.fi-sr-conveyor-belt:before {
  content: "\f443";
}

.fi-sr-cookie-alt:before {
  content: "\f444";
}

.fi-sr-cookie:before {
  content: "\f445";
}

.fi-sr-copy-alt:before {
  content: "\f446";
}

.fi-sr-copy-image:before {
  content: "\f447";
}

.fi-sr-copy:before {
  content: "\f448";
}

.fi-sr-copyright:before {
  content: "\f449";
}

.fi-sr-corn:before {
  content: "\f44a";
}

.fi-sr-couch:before {
  content: "\f44b";
}

.fi-sr-cow-alt:before {
  content: "\f44c";
}

.fi-sr-cow:before {
  content: "\f44d";
}

.fi-sr-cowbell-circle-plus:before {
  content: "\f44e";
}

.fi-sr-cowbell-more:before {
  content: "\f44f";
}

.fi-sr-cowbell:before {
  content: "\f450";
}

.fi-sr-crab:before {
  content: "\f451";
}

.fi-sr-crate-empty:before {
  content: "\f452";
}

.fi-sr-cream:before {
  content: "\f453";
}

.fi-sr-credit-card:before {
  content: "\f454";
}

.fi-sr-cricket:before {
  content: "\f455";
}

.fi-sr-croissant:before {
  content: "\f456";
}

.fi-sr-cross-circle:before {
  content: "\f457";
}

.fi-sr-cross-religion:before {
  content: "\f458";
}

.fi-sr-cross-small:before {
  content: "\f459";
}

.fi-sr-cross:before {
  content: "\f45a";
}

.fi-sr-crow:before {
  content: "\f45b";
}

.fi-sr-crown:before {
  content: "\f45c";
}

.fi-sr-crutch:before {
  content: "\f45d";
}

.fi-sr-crutches:before {
  content: "\f45e";
}

.fi-sr-cruzeiro-sign:before {
  content: "\f45f";
}

.fi-sr-crystal-ball:before {
  content: "\f460";
}

.fi-sr-cube:before {
  content: "\f461";
}

.fi-sr-cubes-stacked:before {
  content: "\f462";
}

.fi-sr-cubes:before {
  content: "\f463";
}

.fi-sr-cucumber:before {
  content: "\f464";
}

.fi-sr-cup-straw-swoosh:before {
  content: "\f465";
}

.fi-sr-cup-straw:before {
  content: "\f466";
}

.fi-sr-cup-togo:before {
  content: "\f467";
}

.fi-sr-cupcake-alt:before {
  content: "\f468";
}

.fi-sr-cupcake:before {
  content: "\f469";
}

.fi-sr-curling:before {
  content: "\f46a";
}

.fi-sr-cursor-finger:before {
  content: "\f46b";
}

.fi-sr-cursor-plus:before {
  content: "\f46c";
}

.fi-sr-cursor-text-alt:before {
  content: "\f46d";
}

.fi-sr-cursor-text:before {
  content: "\f46e";
}

.fi-sr-cursor:before {
  content: "\f46f";
}

.fi-sr-custard:before {
  content: "\f470";
}

.fi-sr-customer-care:before {
  content: "\f471";
}

.fi-sr-customer-service:before {
  content: "\f472";
}

.fi-sr-d:before {
  content: "\f473";
}

.fi-sr-dagger:before {
  content: "\f474";
}

.fi-sr-dart:before {
  content: "\f475";
}

.fi-sr-dashboard:before {
  content: "\f476";
}

.fi-sr-data-transfer:before {
  content: "\f477";
}

.fi-sr-database:before {
  content: "\f478";
}

.fi-sr-deer-rudolph:before {
  content: "\f479";
}

.fi-sr-deer:before {
  content: "\f47a";
}

.fi-sr-delete-document:before {
  content: "\f47b";
}

.fi-sr-delete-right:before {
  content: "\f47c";
}

.fi-sr-delete-user:before {
  content: "\f47d";
}

.fi-sr-delete:before {
  content: "\f47e";
}

.fi-sr-democrat:before {
  content: "\f47f";
}

.fi-sr-deposit-alt:before {
  content: "\f480";
}

.fi-sr-deposit:before {
  content: "\f481";
}

.fi-sr-description-alt:before {
  content: "\f482";
}

.fi-sr-description:before {
  content: "\f483";
}

.fi-sr-desktop-arrow-down:before {
  content: "\f484";
}

.fi-sr-desktop-wallpaper:before {
  content: "\f485";
}

.fi-sr-devices:before {
  content: "\f486";
}

.fi-sr-dewpoint:before {
  content: "\f487";
}

.fi-sr-dharmachakra:before {
  content: "\f488";
}

.fi-sr-diagram-cells:before {
  content: "\f489";
}

.fi-sr-diagram-lean-canvas:before {
  content: "\f48a";
}

.fi-sr-diagram-nested:before {
  content: "\f48b";
}

.fi-sr-diagram-next:before {
  content: "\f48c";
}

.fi-sr-diagram-predecessor:before {
  content: "\f48d";
}

.fi-sr-diagram-previous:before {
  content: "\f48e";
}

.fi-sr-diagram-project:before {
  content: "\f48f";
}

.fi-sr-diagram-sankey:before {
  content: "\f490";
}

.fi-sr-diagram-subtask:before {
  content: "\f491";
}

.fi-sr-diagram-successor:before {
  content: "\f492";
}

.fi-sr-diagram-venn:before {
  content: "\f493";
}

.fi-sr-dial-high:before {
  content: "\f494";
}

.fi-sr-dial-low:before {
  content: "\f495";
}

.fi-sr-dial-max:before {
  content: "\f496";
}

.fi-sr-dial-med-low:before {
  content: "\f497";
}

.fi-sr-dial-med:before {
  content: "\f498";
}

.fi-sr-dial-min:before {
  content: "\f499";
}

.fi-sr-dial-off:before {
  content: "\f49a";
}

.fi-sr-dial:before {
  content: "\f49b";
}

.fi-sr-diamond-exclamation:before {
  content: "\f49c";
}

.fi-sr-diamond-turn-right:before {
  content: "\f49d";
}

.fi-sr-diamond:before {
  content: "\f49e";
}

.fi-sr-diary-bookmark-down:before {
  content: "\f49f";
}

.fi-sr-diary-bookmarks:before {
  content: "\f4a0";
}

.fi-sr-diary-clasp:before {
  content: "\f4a1";
}

.fi-sr-dice-alt:before {
  content: "\f4a2";
}

.fi-sr-dice-d10:before {
  content: "\f4a3";
}

.fi-sr-dice-d12:before {
  content: "\f4a4";
}

.fi-sr-dice-d20:before {
  content: "\f4a5";
}

.fi-sr-dice-d4:before {
  content: "\f4a6";
}

.fi-sr-dice-d6:before {
  content: "\f4a7";
}

.fi-sr-dice-d8:before {
  content: "\f4a8";
}

.fi-sr-dice-four:before {
  content: "\f4a9";
}

.fi-sr-dice-one:before {
  content: "\f4aa";
}

.fi-sr-dice-six:before {
  content: "\f4ab";
}

.fi-sr-dice-three:before {
  content: "\f4ac";
}

.fi-sr-dice-two:before {
  content: "\f4ad";
}

.fi-sr-dice:before {
  content: "\f4ae";
}

.fi-sr-digging:before {
  content: "\f4af";
}

.fi-sr-digital-tachograph:before {
  content: "\f4b0";
}

.fi-sr-diploma:before {
  content: "\f4b1";
}

.fi-sr-direction-signal-arrow:before {
  content: "\f4b2";
}

.fi-sr-direction-signal:before {
  content: "\f4b3";
}

.fi-sr-disc-drive:before {
  content: "\f4b4";
}

.fi-sr-discover:before {
  content: "\f4b5";
}

.fi-sr-disease:before {
  content: "\f4b6";
}

.fi-sr-disk:before {
  content: "\f4b7";
}

.fi-sr-display-arrow-down:before {
  content: "\f4b8";
}

.fi-sr-display-code:before {
  content: "\f4b9";
}

.fi-sr-display-medical:before {
  content: "\f4ba";
}

.fi-sr-display-slash:before {
  content: "\f4bb";
}

.fi-sr-distribute-spacing-horizontal:before {
  content: "\f4bc";
}

.fi-sr-distribute-spacing-vertical:before {
  content: "\f4bd";
}

.fi-sr-dizzy:before {
  content: "\f4be";
}

.fi-sr-dna:before {
  content: "\f4bf";
}

.fi-sr-do-not-enter:before {
  content: "\f4c0";
}

.fi-sr-doctor:before {
  content: "\f4c1";
}

.fi-sr-document-signed:before {
  content: "\f4c2";
}

.fi-sr-document:before {
  content: "\f4c3";
}

.fi-sr-dog:before {
  content: "\f4c4";
}

.fi-sr-dollar:before {
  content: "\f4c5";
}

.fi-sr-dolly-flatbed-alt:before {
  content: "\f4c6";
}

.fi-sr-dolly-flatbed-empty:before {
  content: "\f4c7";
}

.fi-sr-dolly-flatbed:before {
  content: "\f4c8";
}

.fi-sr-dolphin:before {
  content: "\f4c9";
}

.fi-sr-donate:before {
  content: "\f4ca";
}

.fi-sr-dong-sign:before {
  content: "\f4cb";
}

.fi-sr-donut:before {
  content: "\f4cc";
}

.fi-sr-door-closed:before {
  content: "\f4cd";
}

.fi-sr-door-open:before {
  content: "\f4ce";
}

.fi-sr-dot-circle:before {
  content: "\f4cf";
}

.fi-sr-dove:before {
  content: "\f4d0";
}

.fi-sr-down-left-and-up-right-to-center:before {
  content: "\f4d1";
}

.fi-sr-down-left:before {
  content: "\f4d2";
}

.fi-sr-down-right:before {
  content: "\f4d3";
}

.fi-sr-down-to-line:before {
  content: "\f4d4";
}

.fi-sr-down:before {
  content: "\f4d5";
}

.fi-sr-download:before {
  content: "\f4d6";
}

.fi-sr-drafting-compass:before {
  content: "\f4d7";
}

.fi-sr-dragon:before {
  content: "\f4d8";
}

.fi-sr-draw-polygon:before {
  content: "\f4d9";
}

.fi-sr-draw-square:before {
  content: "\f4da";
}

.fi-sr-dreidel:before {
  content: "\f4db";
}

.fi-sr-drink-alt:before {
  content: "\f4dc";
}

.fi-sr-driver-man:before {
  content: "\f4dd";
}

.fi-sr-driver-woman:before {
  content: "\f4de";
}

.fi-sr-drone-alt:before {
  content: "\f4df";
}

.fi-sr-drone-front:before {
  content: "\f4e0";
}

.fi-sr-drone:before {
  content: "\f4e1";
}

.fi-sr-drop-down:before {
  content: "\f4e2";
}

.fi-sr-drum-steelpan:before {
  content: "\f4e3";
}

.fi-sr-drum:before {
  content: "\f4e4";
}

.fi-sr-drumstick-bite:before {
  content: "\f4e5";
}

.fi-sr-drumstick:before {
  content: "\f4e6";
}

.fi-sr-dryer-alt:before {
  content: "\f4e7";
}

.fi-sr-dryer:before {
  content: "\f4e8";
}

.fi-sr-duck:before {
  content: "\f4e9";
}

.fi-sr-dumpster-fire:before {
  content: "\f4ea";
}

.fi-sr-dumpster:before {
  content: "\f4eb";
}

.fi-sr-dungeon:before {
  content: "\f4ec";
}

.fi-sr-duplicate:before {
  content: "\f4ed";
}

.fi-sr-e-learning:before {
  content: "\f4ee";
}

.fi-sr-e:before {
  content: "\f4ef";
}

.fi-sr-ear-deaf:before {
  content: "\f4f0";
}

.fi-sr-ear-muffs:before {
  content: "\f4f1";
}

.fi-sr-ear:before {
  content: "\f4f2";
}

.fi-sr-earnings:before {
  content: "\f4f3";
}

.fi-sr-earth-africa:before {
  content: "\f4f4";
}

.fi-sr-earth-americas:before {
  content: "\f4f5";
}

.fi-sr-earth-asia:before {
  content: "\f4f6";
}

.fi-sr-earth-europa:before {
  content: "\f4f7";
}

.fi-sr-eclipse-alt:before {
  content: "\f4f8";
}

.fi-sr-eclipse:before {
  content: "\f4f9";
}

.fi-sr-edit-alt:before {
  content: "\f4fa";
}

.fi-sr-edit:before {
  content: "\f4fb";
}

.fi-sr-egg-fried:before {
  content: "\f4fc";
}

.fi-sr-egg:before {
  content: "\f4fd";
}

.fi-sr-eject:before {
  content: "\f4fe";
}

.fi-sr-elephant:before {
  content: "\f4ff";
}

.fi-sr-elevator:before {
  content: "\f500";
}

.fi-sr-employee-alt:before {
  content: "\f501";
}

.fi-sr-employee-man-alt:before {
  content: "\f502";
}

.fi-sr-employee-man:before {
  content: "\f503";
}

.fi-sr-engine-warning:before {
  content: "\f504";
}

.fi-sr-engine:before {
  content: "\f505";
}

.fi-sr-enter:before {
  content: "\f506";
}

.fi-sr-entertainment:before {
  content: "\f507";
}

.fi-sr-envelope-ban:before {
  content: "\f508";
}

.fi-sr-envelope-bulk:before {
  content: "\f509";
}

.fi-sr-envelope-dot:before {
  content: "\f50a";
}

.fi-sr-envelope-download:before {
  content: "\f50b";
}

.fi-sr-envelope-marker:before {
  content: "\f50c";
}

.fi-sr-envelope-open-dollar:before {
  content: "\f50d";
}

.fi-sr-envelope-open-text:before {
  content: "\f50e";
}

.fi-sr-envelope-open:before {
  content: "\f50f";
}

.fi-sr-envelope-plus:before {
  content: "\f510";
}

.fi-sr-envelope:before {
  content: "\f511";
}

.fi-sr-envelopes:before {
  content: "\f512";
}

.fi-sr-equality:before {
  content: "\f513";
}

.fi-sr-equipment:before {
  content: "\f514";
}

.fi-sr-eraser:before {
  content: "\f515";
}

.fi-sr-escalator:before {
  content: "\f516";
}

.fi-sr-ethernet:before {
  content: "\f517";
}

.fi-sr-euro:before {
  content: "\f518";
}

.fi-sr-exchange-alt:before {
  content: "\f519";
}

.fi-sr-exchange:before {
  content: "\f51a";
}

.fi-sr-exclamation:before {
  content: "\f51b";
}

.fi-sr-exit-alt:before {
  content: "\f51c";
}

.fi-sr-exit:before {
  content: "\f51d";
}

.fi-sr-expand-arrows-alt:before {
  content: "\f51e";
}

.fi-sr-expand-arrows:before {
  content: "\f51f";
}

.fi-sr-expand:before {
  content: "\f520";
}

.fi-sr-external-hard-drive:before {
  content: "\f521";
}

.fi-sr-external-world:before {
  content: "\f522";
}

.fi-sr-eye-crossed:before {
  content: "\f523";
}

.fi-sr-eye-dropper-half:before {
  content: "\f524";
}

.fi-sr-eye:before {
  content: "\f525";
}

.fi-sr-eyes:before {
  content: "\f526";
}

.fi-sr-f:before {
  content: "\f527";
}

.fi-sr-face-angry-horns:before {
  content: "\f528";
}

.fi-sr-face-anguished:before {
  content: "\f529";
}

.fi-sr-face-anxious-sweat:before {
  content: "\f52a";
}

.fi-sr-face-astonished:before {
  content: "\f52b";
}

.fi-sr-face-awesome:before {
  content: "\f52c";
}

.fi-sr-face-beam-hand-over-mouth:before {
  content: "\f52d";
}

.fi-sr-face-confounded:before {
  content: "\f52e";
}

.fi-sr-face-confused:before {
  content: "\f52f";
}

.fi-sr-face-cowboy-hat:before {
  content: "\f530";
}

.fi-sr-face-disappointed:before {
  content: "\f531";
}

.fi-sr-face-disguise:before {
  content: "\f532";
}

.fi-sr-face-downcast-sweat:before {
  content: "\f533";
}

.fi-sr-face-drooling:before {
  content: "\f534";
}

.fi-sr-face-explode:before {
  content: "\f535";
}

.fi-sr-face-expressionless:before {
  content: "\f536";
}

.fi-sr-face-eyes-xmarks:before {
  content: "\f537";
}

.fi-sr-face-fearful:before {
  content: "\f538";
}

.fi-sr-face-glasses:before {
  content: "\f539";
}

.fi-sr-face-grin-tongue-wink:before {
  content: "\f53a";
}

.fi-sr-face-hand-yawn:before {
  content: "\f53b";
}

.fi-sr-face-head-bandage:before {
  content: "\f53c";
}

.fi-sr-face-hushed:before {
  content: "\f53d";
}

.fi-sr-face-icicles:before {
  content: "\f53e";
}

.fi-sr-face-lying:before {
  content: "\f53f";
}

.fi-sr-face-mask:before {
  content: "\f540";
}

.fi-sr-face-monocle:before {
  content: "\f541";
}

.fi-sr-face-nauseated:before {
  content: "\f542";
}

.fi-sr-face-nose-steam:before {
  content: "\f543";
}

.fi-sr-face-party:before {
  content: "\f544";
}

.fi-sr-face-pensive:before {
  content: "\f545";
}

.fi-sr-face-persevering:before {
  content: "\f546";
}

.fi-sr-face-pleading:before {
  content: "\f547";
}

.fi-sr-face-raised-eyebrow:before {
  content: "\f548";
}

.fi-sr-face-relieved:before {
  content: "\f549";
}

.fi-sr-face-sad-sweat:before {
  content: "\f54a";
}

.fi-sr-face-scream:before {
  content: "\f54b";
}

.fi-sr-face-shush:before {
  content: "\f54c";
}

.fi-sr-face-sleeping:before {
  content: "\f54d";
}

.fi-sr-face-sleepy:before {
  content: "\f54e";
}

.fi-sr-face-smile-halo:before {
  content: "\f54f";
}

.fi-sr-face-smile-hearts:before {
  content: "\f550";
}

.fi-sr-face-smile-horns:before {
  content: "\f551";
}

.fi-sr-face-smile-tear:before {
  content: "\f552";
}

.fi-sr-face-smile-tongue:before {
  content: "\f553";
}

.fi-sr-face-smile-upside-down:before {
  content: "\f554";
}

.fi-sr-face-smiling-hands:before {
  content: "\f555";
}

.fi-sr-face-smirking:before {
  content: "\f556";
}

.fi-sr-face-sunglasses:before {
  content: "\f557";
}

.fi-sr-face-swear:before {
  content: "\f558";
}

.fi-sr-face-thermometer:before {
  content: "\f559";
}

.fi-sr-face-thinking:before {
  content: "\f55a";
}

.fi-sr-face-tissue:before {
  content: "\f55b";
}

.fi-sr-face-tongue-money:before {
  content: "\f55c";
}

.fi-sr-face-tongue-sweat:before {
  content: "\f55d";
}

.fi-sr-face-unamused:before {
  content: "\f55e";
}

.fi-sr-face-viewfinder:before {
  content: "\f55f";
}

.fi-sr-face-vomit:before {
  content: "\f560";
}

.fi-sr-face-weary:before {
  content: "\f561";
}

.fi-sr-face-woozy:before {
  content: "\f562";
}

.fi-sr-face-worried:before {
  content: "\f563";
}

.fi-sr-face-zany:before {
  content: "\f564";
}

.fi-sr-face-zipper:before {
  content: "\f565";
}

.fi-sr-falafel:before {
  content: "\f566";
}

.fi-sr-family-dress:before {
  content: "\f567";
}

.fi-sr-family-pants:before {
  content: "\f568";
}

.fi-sr-family:before {
  content: "\f569";
}

.fi-sr-fan-table:before {
  content: "\f56a";
}

.fi-sr-fan:before {
  content: "\f56b";
}

.fi-sr-farm:before {
  content: "\f56c";
}

.fi-sr-faucet-drip:before {
  content: "\f56d";
}

.fi-sr-faucet:before {
  content: "\f56e";
}

.fi-sr-fax:before {
  content: "\f56f";
}

.fi-sr-feather-pointed:before {
  content: "\f570";
}

.fi-sr-feather:before {
  content: "\f571";
}

.fi-sr-features-alt:before {
  content: "\f572";
}

.fi-sr-features:before {
  content: "\f573";
}

.fi-sr-feedback-alt:before {
  content: "\f574";
}

.fi-sr-feedback-hand:before {
  content: "\f575";
}

.fi-sr-feedback-review:before {
  content: "\f576";
}

.fi-sr-feedback:before {
  content: "\f577";
}

.fi-sr-fence:before {
  content: "\f578";
}

.fi-sr-field-hockey:before {
  content: "\f579";
}

.fi-sr-fighter-jet:before {
  content: "\f57a";
}

.fi-sr-file-ai:before {
  content: "\f57b";
}

.fi-sr-file-audio:before {
  content: "\f57c";
}

.fi-sr-file-binary:before {
  content: "\f57d";
}

.fi-sr-file-chart-line:before {
  content: "\f57e";
}

.fi-sr-file-chart-pie:before {
  content: "\f57f";
}

.fi-sr-file-circle-info:before {
  content: "\f580";
}

.fi-sr-file-code:before {
  content: "\f581";
}

.fi-sr-file-csv:before {
  content: "\f582";
}

.fi-sr-file-download:before {
  content: "\f583";
}

.fi-sr-file-edit:before {
  content: "\f584";
}

.fi-sr-file-eps:before {
  content: "\f585";
}

.fi-sr-file-excel:before {
  content: "\f586";
}

.fi-sr-file-exclamation:before {
  content: "\f587";
}

.fi-sr-file-export:before {
  content: "\f588";
}

.fi-sr-file-image:before {
  content: "\f589";
}

.fi-sr-file-import:before {
  content: "\f58a";
}

.fi-sr-file-invoice-dollar:before {
  content: "\f58b";
}

.fi-sr-file-invoice:before {
  content: "\f58c";
}

.fi-sr-file-medical-alt:before {
  content: "\f58d";
}

.fi-sr-file-medical:before {
  content: "\f58e";
}

.fi-sr-file-minus:before {
  content: "\f58f";
}

.fi-sr-file-pdf:before {
  content: "\f590";
}

.fi-sr-file-powerpoint:before {
  content: "\f591";
}

.fi-sr-file-prescription:before {
  content: "\f592";
}

.fi-sr-file-psd:before {
  content: "\f593";
}

.fi-sr-file-signature:before {
  content: "\f594";
}

.fi-sr-file-spreadsheet:before {
  content: "\f595";
}

.fi-sr-file-upload:before {
  content: "\f596";
}

.fi-sr-file-user:before {
  content: "\f597";
}

.fi-sr-file-video:before {
  content: "\f598";
}

.fi-sr-file-word:before {
  content: "\f599";
}

.fi-sr-file-zipper:before {
  content: "\f59a";
}

.fi-sr-file:before {
  content: "\f59b";
}

.fi-sr-files-medical:before {
  content: "\f59c";
}

.fi-sr-fill:before {
  content: "\f59d";
}

.fi-sr-film-canister:before {
  content: "\f59e";
}

.fi-sr-film-slash:before {
  content: "\f59f";
}

.fi-sr-film:before {
  content: "\f5a0";
}

.fi-sr-films:before {
  content: "\f5a1";
}

.fi-sr-filter-slash:before {
  content: "\f5a2";
}

.fi-sr-filter:before {
  content: "\f5a3";
}

.fi-sr-filters:before {
  content: "\f5a4";
}

.fi-sr-fingerprint:before {
  content: "\f5a5";
}

.fi-sr-fire-burner:before {
  content: "\f5a6";
}

.fi-sr-fire-extinguisher:before {
  content: "\f5a7";
}

.fi-sr-fire-flame-curved:before {
  content: "\f5a8";
}

.fi-sr-fire-flame-simple:before {
  content: "\f5a9";
}

.fi-sr-fire-hydrant:before {
  content: "\f5aa";
}

.fi-sr-fire-smoke:before {
  content: "\f5ab";
}

.fi-sr-fireplace:before {
  content: "\f5ac";
}

.fi-sr-first-award:before {
  content: "\f5ad";
}

.fi-sr-first-laurel:before {
  content: "\f5ae";
}

.fi-sr-first-medal:before {
  content: "\f5af";
}

.fi-sr-first:before {
  content: "\f5b0";
}

.fi-sr-fish-bones:before {
  content: "\f5b1";
}

.fi-sr-fish-cooked:before {
  content: "\f5b2";
}

.fi-sr-fish:before {
  content: "\f5b3";
}

.fi-sr-fishing-rod:before {
  content: "\f5b4";
}

.fi-sr-flag-alt:before {
  content: "\f5b5";
}

.fi-sr-flag-checkered:before {
  content: "\f5b6";
}

.fi-sr-flag-usa:before {
  content: "\f5b7";
}

.fi-sr-flag:before {
  content: "\f5b8";
}

.fi-sr-flame:before {
  content: "\f5b9";
}

.fi-sr-flashlight:before {
  content: "\f5ba";
}

.fi-sr-flask-poison:before {
  content: "\f5bb";
}

.fi-sr-flask-potion:before {
  content: "\f5bc";
}

.fi-sr-flask:before {
  content: "\f5bd";
}

.fi-sr-flatbread-stuffed:before {
  content: "\f5be";
}

.fi-sr-flatbread:before {
  content: "\f5bf";
}

.fi-sr-flip-horizontal:before {
  content: "\f5c0";
}

.fi-sr-floppy-disk-circle-arrow-right:before {
  content: "\f5c1";
}

.fi-sr-floppy-disk-circle-xmark:before {
  content: "\f5c2";
}

.fi-sr-floppy-disk-pen:before {
  content: "\f5c3";
}

.fi-sr-floppy-disks:before {
  content: "\f5c4";
}

.fi-sr-florin-sign:before {
  content: "\f5c5";
}

.fi-sr-flower-daffodil:before {
  content: "\f5c6";
}

.fi-sr-flower-tulip:before {
  content: "\f5c7";
}

.fi-sr-flower:before {
  content: "\f5c8";
}

.fi-sr-flushed:before {
  content: "\f5c9";
}

.fi-sr-flute:before {
  content: "\f5ca";
}

.fi-sr-flux-capacitor:before {
  content: "\f5cb";
}

.fi-sr-fly-insect:before {
  content: "\f5cc";
}

.fi-sr-flying-disc:before {
  content: "\f5cd";
}

.fi-sr-fog:before {
  content: "\f5ce";
}

.fi-sr-folder-download:before {
  content: "\f5cf";
}

.fi-sr-folder-minus:before {
  content: "\f5d0";
}

.fi-sr-folder-open:before {
  content: "\f5d1";
}

.fi-sr-folder-times:before {
  content: "\f5d2";
}

.fi-sr-folder-tree:before {
  content: "\f5d3";
}

.fi-sr-folder-upload:before {
  content: "\f5d4";
}

.fi-sr-folder-xmark:before {
  content: "\f5d5";
}

.fi-sr-folder:before {
  content: "\f5d6";
}

.fi-sr-folders:before {
  content: "\f5d7";
}

.fi-sr-follow-folder:before {
  content: "\f5d8";
}

.fi-sr-followcollection:before {
  content: "\f5d9";
}

.fi-sr-following:before {
  content: "\f5da";
}

.fi-sr-fondue-pot:before {
  content: "\f5db";
}

.fi-sr-football:before {
  content: "\f5dc";
}

.fi-sr-fork:before {
  content: "\f5dd";
}

.fi-sr-forklift:before {
  content: "\f5de";
}

.fi-sr-form:before {
  content: "\f5df";
}

.fi-sr-fort:before {
  content: "\f5e0";
}

.fi-sr-forward-fast:before {
  content: "\f5e1";
}

.fi-sr-forward:before {
  content: "\f5e2";
}

.fi-sr-fox:before {
  content: "\f5e3";
}

.fi-sr-frame:before {
  content: "\f5e4";
}

.fi-sr-franc-sign:before {
  content: "\f5e5";
}

.fi-sr-french-fries:before {
  content: "\f5e6";
}

.fi-sr-frog:before {
  content: "\f5e7";
}

.fi-sr-frown:before {
  content: "\f5e8";
}

.fi-sr-ftp:before {
  content: "\f5e9";
}

.fi-sr-funnel-dollar:before {
  content: "\f5ea";
}

.fi-sr-g:before {
  content: "\f5eb";
}

.fi-sr-galaxy-alt:before {
  content: "\f5ec";
}

.fi-sr-galaxy-planet:before {
  content: "\f5ed";
}

.fi-sr-galaxy-star:before {
  content: "\f5ee";
}

.fi-sr-galaxy:before {
  content: "\f5ef";
}

.fi-sr-gallery-thumbnails:before {
  content: "\f5f0";
}

.fi-sr-gallery:before {
  content: "\f5f1";
}

.fi-sr-game-board-alt:before {
  content: "\f5f2";
}

.fi-sr-game:before {
  content: "\f5f3";
}

.fi-sr-gamepad:before {
  content: "\f5f4";
}

.fi-sr-games:before {
  content: "\f5f5";
}

.fi-sr-garage-car:before {
  content: "\f5f6";
}

.fi-sr-garage-open:before {
  content: "\f5f7";
}

.fi-sr-garage:before {
  content: "\f5f8";
}

.fi-sr-garlic-alt:before {
  content: "\f5f9";
}

.fi-sr-garlic:before {
  content: "\f5fa";
}

.fi-sr-gas-pump-alt:before {
  content: "\f5fb";
}

.fi-sr-gas-pump-slash:before {
  content: "\f5fc";
}

.fi-sr-gas-pump:before {
  content: "\f5fd";
}

.fi-sr-gauge-circle-bolt:before {
  content: "\f5fe";
}

.fi-sr-gauge-circle-minus:before {
  content: "\f5ff";
}

.fi-sr-gauge-circle-plus:before {
  content: "\f600";
}

.fi-sr-gavel:before {
  content: "\f601";
}

.fi-sr-gears:before {
  content: "\f602";
}

.fi-sr-gem:before {
  content: "\f603";
}

.fi-sr-ghost:before {
  content: "\f604";
}

.fi-sr-gif-square:before {
  content: "\f605";
}

.fi-sr-gif:before {
  content: "\f606";
}

.fi-sr-gift-card:before {
  content: "\f607";
}

.fi-sr-gift:before {
  content: "\f608";
}

.fi-sr-gifts:before {
  content: "\f609";
}

.fi-sr-gingerbread-man:before {
  content: "\f60a";
}

.fi-sr-glass-champagne:before {
  content: "\f60b";
}

.fi-sr-glass-cheers:before {
  content: "\f60c";
}

.fi-sr-glass-citrus:before {
  content: "\f60d";
}

.fi-sr-glass-empty:before {
  content: "\f60e";
}

.fi-sr-glass-half:before {
  content: "\f60f";
}

.fi-sr-glass-water-droplet:before {
  content: "\f610";
}

.fi-sr-glass-whiskey-rocks:before {
  content: "\f611";
}

.fi-sr-glass-whiskey:before {
  content: "\f612";
}

.fi-sr-glass:before {
  content: "\f613";
}

.fi-sr-glasses:before {
  content: "\f614";
}

.fi-sr-globe-alt:before {
  content: "\f615";
}

.fi-sr-globe-snow:before {
  content: "\f616";
}

.fi-sr-globe:before {
  content: "\f617";
}

.fi-sr-goal-net:before {
  content: "\f618";
}

.fi-sr-golf-ball:before {
  content: "\f619";
}

.fi-sr-golf-club:before {
  content: "\f61a";
}

.fi-sr-golf:before {
  content: "\f61b";
}

.fi-sr-government-flag:before {
  content: "\f61c";
}

.fi-sr-government-user:before {
  content: "\f61d";
}

.fi-sr-graduation-cap:before {
  content: "\f61e";
}

.fi-sr-gramophone:before {
  content: "\f61f";
}

.fi-sr-grape:before {
  content: "\f620";
}

.fi-sr-graphic-style:before {
  content: "\f621";
}

.fi-sr-graphic-tablet:before {
  content: "\f622";
}

.fi-sr-grate-droplet:before {
  content: "\f623";
}

.fi-sr-grate:before {
  content: "\f624";
}

.fi-sr-grid-alt:before {
  content: "\f625";
}

.fi-sr-grid-dividers:before {
  content: "\f626";
}

.fi-sr-grid:before {
  content: "\f627";
}

.fi-sr-grill-hot-alt:before {
  content: "\f628";
}

.fi-sr-grill:before {
  content: "\f629";
}

.fi-sr-grimace:before {
  content: "\f62a";
}

.fi-sr-grin-alt:before {
  content: "\f62b";
}

.fi-sr-grin-beam-sweat:before {
  content: "\f62c";
}

.fi-sr-grin-beam:before {
  content: "\f62d";
}

.fi-sr-grin-hearts:before {
  content: "\f62e";
}

.fi-sr-grin-squint-tears:before {
  content: "\f62f";
}

.fi-sr-grin-squint:before {
  content: "\f630";
}

.fi-sr-grin-stars:before {
  content: "\f631";
}

.fi-sr-grin-tears:before {
  content: "\f632";
}

.fi-sr-grin-tongue-squint:before {
  content: "\f633";
}

.fi-sr-grin-tongue-wink:before {
  content: "\f634";
}

.fi-sr-grin-tongue:before {
  content: "\f635";
}

.fi-sr-grin-wink:before {
  content: "\f636";
}

.fi-sr-grin:before {
  content: "\f637";
}

.fi-sr-grip-dots-vertical:before {
  content: "\f638";
}

.fi-sr-grip-dots:before {
  content: "\f639";
}

.fi-sr-grip-horizontal:before {
  content: "\f63a";
}

.fi-sr-grip-lines-vertical:before {
  content: "\f63b";
}

.fi-sr-grip-lines:before {
  content: "\f63c";
}

.fi-sr-grip-vertical:before {
  content: "\f63d";
}

.fi-sr-guarani-sign:before {
  content: "\f63e";
}

.fi-sr-guide:before {
  content: "\f63f";
}

.fi-sr-guitar-electric:before {
  content: "\f640";
}

.fi-sr-guitar:before {
  content: "\f641";
}

.fi-sr-guitars:before {
  content: "\f642";
}

.fi-sr-gun-squirt:before {
  content: "\f643";
}

.fi-sr-gym:before {
  content: "\f644";
}

.fi-sr-h-square:before {
  content: "\f645";
}

.fi-sr-h:before {
  content: "\f646";
}

.fi-sr-h1:before {
  content: "\f647";
}

.fi-sr-h2:before {
  content: "\f648";
}

.fi-sr-h3:before {
  content: "\f649";
}

.fi-sr-h4:before {
  content: "\f64a";
}

.fi-sr-hamburger-soda:before {
  content: "\f64b";
}

.fi-sr-hamburger:before {
  content: "\f64c";
}

.fi-sr-hammer-crash:before {
  content: "\f64d";
}

.fi-sr-hammer-war:before {
  content: "\f64e";
}

.fi-sr-hammer:before {
  content: "\f64f";
}

.fi-sr-hand-back-fist:before {
  content: "\f650";
}

.fi-sr-hand-back-point-down:before {
  content: "\f651";
}

.fi-sr-hand-back-point-left:before {
  content: "\f652";
}

.fi-sr-hand-back-point-ribbon:before {
  content: "\f653";
}

.fi-sr-hand-back-point-right:before {
  content: "\f654";
}

.fi-sr-hand-dots:before {
  content: "\f655";
}

.fi-sr-hand-fingers-crossed:before {
  content: "\f656";
}

.fi-sr-hand-fist:before {
  content: "\f657";
}

.fi-sr-hand-heart:before {
  content: "\f658";
}

.fi-sr-hand-holding-box:before {
  content: "\f659";
}

.fi-sr-hand-holding-droplet:before {
  content: "\f65a";
}

.fi-sr-hand-holding-heart:before {
  content: "\f65b";
}

.fi-sr-hand-holding-magic:before {
  content: "\f65c";
}

.fi-sr-hand-holding-medical:before {
  content: "\f65d";
}

.fi-sr-hand-holding-seeding:before {
  content: "\f65e";
}

.fi-sr-hand-holding-skull:before {
  content: "\f65f";
}

.fi-sr-hand-holding-usd:before {
  content: "\f660";
}

.fi-sr-hand-holding-water:before {
  content: "\f661";
}

.fi-sr-hand-horns:before {
  content: "\f662";
}

.fi-sr-hand-lizard:before {
  content: "\f663";
}

.fi-sr-hand-love:before {
  content: "\f664";
}

.fi-sr-hand-middle-finger:before {
  content: "\f665";
}

.fi-sr-hand-paper:before {
  content: "\f666";
}

.fi-sr-hand-peace:before {
  content: "\f667";
}

.fi-sr-hand-point-ribbon:before {
  content: "\f668";
}

.fi-sr-hand-scissors:before {
  content: "\f669";
}

.fi-sr-hand-sparkles:before {
  content: "\f66a";
}

.fi-sr-hand-spock:before {
  content: "\f66b";
}

.fi-sr-hand-wave:before {
  content: "\f66c";
}

.fi-sr-hands-bubbles:before {
  content: "\f66d";
}

.fi-sr-hands-clapping:before {
  content: "\f66e";
}

.fi-sr-hands-heart:before {
  content: "\f66f";
}

.fi-sr-hands-holding-diamond:before {
  content: "\f670";
}

.fi-sr-hands-holding:before {
  content: "\f671";
}

.fi-sr-hands-usd:before {
  content: "\f672";
}

.fi-sr-handshake-angle:before {
  content: "\f673";
}

.fi-sr-handshake-simple-slash:before {
  content: "\f674";
}

.fi-sr-handshake:before {
  content: "\f675";
}

.fi-sr-hard-hat:before {
  content: "\f676";
}

.fi-sr-hastag:before {
  content: "\f677";
}

.fi-sr-hat-birthday:before {
  content: "\f678";
}

.fi-sr-hat-chef:before {
  content: "\f679";
}

.fi-sr-hat-cowboy-side:before {
  content: "\f67a";
}

.fi-sr-hat-cowboy:before {
  content: "\f67b";
}

.fi-sr-hat-santa:before {
  content: "\f67c";
}

.fi-sr-hat-winter:before {
  content: "\f67d";
}

.fi-sr-hat-witch:before {
  content: "\f67e";
}

.fi-sr-hat-wizard:before {
  content: "\f67f";
}

.fi-sr-hdd:before {
  content: "\f680";
}

.fi-sr-head-side-brain:before {
  content: "\f681";
}

.fi-sr-head-side-cough-slash:before {
  content: "\f682";
}

.fi-sr-head-side-cough:before {
  content: "\f683";
}

.fi-sr-head-side-headphones:before {
  content: "\f684";
}

.fi-sr-head-side-heart:before {
  content: "\f685";
}

.fi-sr-head-side-mask:before {
  content: "\f686";
}

.fi-sr-head-side-medical:before {
  content: "\f687";
}

.fi-sr-head-side-thinking:before {
  content: "\f688";
}

.fi-sr-head-side-virus:before {
  content: "\f689";
}

.fi-sr-head-side:before {
  content: "\f68a";
}

.fi-sr-head-vr:before {
  content: "\f68b";
}

.fi-sr-heading:before {
  content: "\f68c";
}

.fi-sr-headphones:before {
  content: "\f68d";
}

.fi-sr-headset:before {
  content: "\f68e";
}

.fi-sr-heart-arrow:before {
  content: "\f68f";
}

.fi-sr-heart-crack:before {
  content: "\f690";
}

.fi-sr-heart-half-stroke:before {
  content: "\f691";
}

.fi-sr-heart-half:before {
  content: "\f692";
}

.fi-sr-heart-rate:before {
  content: "\f693";
}

.fi-sr-heart:before {
  content: "\f694";
}

.fi-sr-heat:before {
  content: "\f695";
}

.fi-sr-helicopter-side:before {
  content: "\f696";
}

.fi-sr-helmet-battle:before {
  content: "\f697";
}

.fi-sr-hexagon-check:before {
  content: "\f698";
}

.fi-sr-hexagon-exclamation:before {
  content: "\f699";
}

.fi-sr-hexagon:before {
  content: "\f69a";
}

.fi-sr-high-definition:before {
  content: "\f69b";
}

.fi-sr-highlighter-line:before {
  content: "\f69c";
}

.fi-sr-highlighter:before {
  content: "\f69d";
}

.fi-sr-hiking:before {
  content: "\f69e";
}

.fi-sr-hippo:before {
  content: "\f69f";
}

.fi-sr-hockey-mask:before {
  content: "\f6a0";
}

.fi-sr-hockey-puck:before {
  content: "\f6a1";
}

.fi-sr-hockey-stick-puck:before {
  content: "\f6a2";
}

.fi-sr-hockey-sticks:before {
  content: "\f6a3";
}

.fi-sr-holly-berry:before {
  content: "\f6a4";
}

.fi-sr-home-heart:before {
  content: "\f6a5";
}

.fi-sr-home-location-alt:before {
  content: "\f6a6";
}

.fi-sr-home-location:before {
  content: "\f6a7";
}

.fi-sr-home:before {
  content: "\f6a8";
}

.fi-sr-honey-pot:before {
  content: "\f6a9";
}

.fi-sr-hood-cloak:before {
  content: "\f6aa";
}

.fi-sr-horizontal-rule:before {
  content: "\f6ab";
}

.fi-sr-horse-head:before {
  content: "\f6ac";
}

.fi-sr-horse-saddle:before {
  content: "\f6ad";
}

.fi-sr-horse:before {
  content: "\f6ae";
}

.fi-sr-hose-reel:before {
  content: "\f6af";
}

.fi-sr-hose:before {
  content: "\f6b0";
}

.fi-sr-hospital-symbol:before {
  content: "\f6b1";
}

.fi-sr-hospital-user:before {
  content: "\f6b2";
}

.fi-sr-hospital:before {
  content: "\f6b3";
}

.fi-sr-hospitals:before {
  content: "\f6b4";
}

.fi-sr-hot-tub:before {
  content: "\f6b5";
}

.fi-sr-hotdog:before {
  content: "\f6b6";
}

.fi-sr-hotel:before {
  content: "\f6b7";
}

.fi-sr-hourglass-end:before {
  content: "\f6b8";
}

.fi-sr-hourglass-start:before {
  content: "\f6b9";
}

.fi-sr-hourglass:before {
  content: "\f6ba";
}

.fi-sr-house-blank:before {
  content: "\f6bb";
}

.fi-sr-house-building:before {
  content: "\f6bc";
}

.fi-sr-house-chimney-blank:before {
  content: "\f6bd";
}

.fi-sr-house-chimney-crack:before {
  content: "\f6be";
}

.fi-sr-house-chimney-heart:before {
  content: "\f6bf";
}

.fi-sr-house-chimney-medical:before {
  content: "\f6c0";
}

.fi-sr-house-chimney-user:before {
  content: "\f6c1";
}

.fi-sr-house-chimney-window:before {
  content: "\f6c2";
}

.fi-sr-house-chimney:before {
  content: "\f6c3";
}

.fi-sr-house-crack:before {
  content: "\f6c4";
}

.fi-sr-house-day:before {
  content: "\f6c5";
}

.fi-sr-house-flood:before {
  content: "\f6c6";
}

.fi-sr-house-laptop:before {
  content: "\f6c7";
}

.fi-sr-house-leave:before {
  content: "\f6c8";
}

.fi-sr-house-medical:before {
  content: "\f6c9";
}

.fi-sr-house-night:before {
  content: "\f6ca";
}

.fi-sr-house-return:before {
  content: "\f6cb";
}

.fi-sr-house-signal:before {
  content: "\f6cc";
}

.fi-sr-house-tree:before {
  content: "\f6cd";
}

.fi-sr-house-tsunami:before {
  content: "\f6ce";
}

.fi-sr-house-turret:before {
  content: "\f6cf";
}

.fi-sr-house-user:before {
  content: "\f6d0";
}

.fi-sr-house-window:before {
  content: "\f6d1";
}

.fi-sr-hr-group:before {
  content: "\f6d2";
}

.fi-sr-hr-person:before {
  content: "\f6d3";
}

.fi-sr-hr:before {
  content: "\f6d4";
}

.fi-sr-hryvnia:before {
  content: "\f6d5";
}

.fi-sr-humidity:before {
  content: "\f6d6";
}

.fi-sr-hundred-points:before {
  content: "\f6d7";
}

.fi-sr-hurricane:before {
  content: "\f6d8";
}

.fi-sr-i:before {
  content: "\f6d9";
}

.fi-sr-ice-cream:before {
  content: "\f6da";
}

.fi-sr-icicles:before {
  content: "\f6db";
}

.fi-sr-icon-star:before {
  content: "\f6dc";
}

.fi-sr-id-badge:before {
  content: "\f6dd";
}

.fi-sr-id-card-clip-alt:before {
  content: "\f6de";
}

.fi-sr-igloo:before {
  content: "\f6df";
}

.fi-sr-image-slash:before {
  content: "\f6e0";
}

.fi-sr-images-user:before {
  content: "\f6e1";
}

.fi-sr-images:before {
  content: "\f6e2";
}

.fi-sr-inbox-in:before {
  content: "\f6e3";
}

.fi-sr-inbox-out:before {
  content: "\f6e4";
}

.fi-sr-inbox:before {
  content: "\f6e5";
}

.fi-sr-inboxes:before {
  content: "\f6e6";
}

.fi-sr-incognito:before {
  content: "\f6e7";
}

.fi-sr-indent:before {
  content: "\f6e8";
}

.fi-sr-indian-rupee-sign:before {
  content: "\f6e9";
}

.fi-sr-industry-alt:before {
  content: "\f6ea";
}

.fi-sr-industry-windows:before {
  content: "\f6eb";
}

.fi-sr-infinity:before {
  content: "\f6ec";
}

.fi-sr-info:before {
  content: "\f6ed";
}

.fi-sr-information:before {
  content: "\f6ee";
}

.fi-sr-inhaler:before {
  content: "\f6ef";
}

.fi-sr-input-numeric:before {
  content: "\f6f0";
}

.fi-sr-input-pipe:before {
  content: "\f6f1";
}

.fi-sr-input-text:before {
  content: "\f6f2";
}

.fi-sr-interactive:before {
  content: "\f6f3";
}

.fi-sr-interlining:before {
  content: "\f6f4";
}

.fi-sr-interrogation:before {
  content: "\f6f5";
}

.fi-sr-inventory-alt:before {
  content: "\f6f6";
}

.fi-sr-invest:before {
  content: "\f6f7";
}

.fi-sr-investment:before {
  content: "\f6f8";
}

.fi-sr-invite-alt:before {
  content: "\f6f9";
}

.fi-sr-invite:before {
  content: "\f6fa";
}

.fi-sr-island-tropical:before {
  content: "\f6fb";
}

.fi-sr-it-alt:before {
  content: "\f6fc";
}

.fi-sr-it-computer:before {
  content: "\f6fd";
}

.fi-sr-it:before {
  content: "\f6fe";
}

.fi-sr-italian-lira-sign:before {
  content: "\f6ff";
}

.fi-sr-italic:before {
  content: "\f700";
}

.fi-sr-j:before {
  content: "\f701";
}

.fi-sr-jam:before {
  content: "\f702";
}

.fi-sr-jar-alt:before {
  content: "\f703";
}

.fi-sr-jar-wheat:before {
  content: "\f704";
}

.fi-sr-joint:before {
  content: "\f705";
}

.fi-sr-journal-alt:before {
  content: "\f706";
}

.fi-sr-journal:before {
  content: "\f707";
}

.fi-sr-journey:before {
  content: "\f708";
}

.fi-sr-joystick:before {
  content: "\f709";
}

.fi-sr-jpg:before {
  content: "\f70a";
}

.fi-sr-jug-alt:before {
  content: "\f70b";
}

.fi-sr-jug-bottle:before {
  content: "\f70c";
}

.fi-sr-jug:before {
  content: "\f70d";
}

.fi-sr-k:before {
  content: "\f70e";
}

.fi-sr-kazoo:before {
  content: "\f70f";
}

.fi-sr-kerning:before {
  content: "\f710";
}

.fi-sr-key-skeleton-left-right:before {
  content: "\f711";
}

.fi-sr-key:before {
  content: "\f712";
}

.fi-sr-keyboard-brightness-low:before {
  content: "\f713";
}

.fi-sr-keyboard-brightness:before {
  content: "\f714";
}

.fi-sr-keyboard-down:before {
  content: "\f715";
}

.fi-sr-keyboard-left:before {
  content: "\f716";
}

.fi-sr-keyboard:before {
  content: "\f717";
}

.fi-sr-keynote:before {
  content: "\f718";
}

.fi-sr-kidneys:before {
  content: "\f719";
}

.fi-sr-kip-sign:before {
  content: "\f71a";
}

.fi-sr-kiss-beam:before {
  content: "\f71b";
}

.fi-sr-kiss-wink-heart:before {
  content: "\f71c";
}

.fi-sr-kiss:before {
  content: "\f71d";
}

.fi-sr-kite:before {
  content: "\f71e";
}

.fi-sr-kiwi-bird:before {
  content: "\f71f";
}

.fi-sr-kiwi-fruit:before {
  content: "\f720";
}

.fi-sr-knife-kitchen:before {
  content: "\f721";
}

.fi-sr-knife:before {
  content: "\f722";
}

.fi-sr-l:before {
  content: "\f723";
}

.fi-sr-label:before {
  content: "\f724";
}

.fi-sr-lacrosse-stick-ball:before {
  content: "\f725";
}

.fi-sr-lacrosse-stick:before {
  content: "\f726";
}

.fi-sr-lamp-desk:before {
  content: "\f727";
}

.fi-sr-lamp-floor:before {
  content: "\f728";
}

.fi-sr-lamp-street:before {
  content: "\f729";
}

.fi-sr-lamp:before {
  content: "\f72a";
}

.fi-sr-land-layer-location:before {
  content: "\f72b";
}

.fi-sr-land-layers:before {
  content: "\f72c";
}

.fi-sr-land-location:before {
  content: "\f72d";
}

.fi-sr-landmark-alt:before {
  content: "\f72e";
}

.fi-sr-language:before {
  content: "\f72f";
}

.fi-sr-laptop-arrow-down:before {
  content: "\f730";
}

.fi-sr-laptop-code:before {
  content: "\f731";
}

.fi-sr-laptop-medical:before {
  content: "\f732";
}

.fi-sr-laptop-mobile:before {
  content: "\f733";
}

.fi-sr-laptop-slash:before {
  content: "\f734";
}

.fi-sr-laptop:before {
  content: "\f735";
}

.fi-sr-lari-sign:before {
  content: "\f736";
}

.fi-sr-lasso-sparkles:before {
  content: "\f737";
}

.fi-sr-lasso:before {
  content: "\f738";
}

.fi-sr-laugh-beam:before {
  content: "\f739";
}

.fi-sr-laugh-squint:before {
  content: "\f73a";
}

.fi-sr-laugh-wink:before {
  content: "\f73b";
}

.fi-sr-laugh:before {
  content: "\f73c";
}

.fi-sr-layer-minus:before {
  content: "\f73d";
}

.fi-sr-layer-plus:before {
  content: "\f73e";
}

.fi-sr-layers:before {
  content: "\f73f";
}

.fi-sr-layout-fluid:before {
  content: "\f740";
}

.fi-sr-leader-alt:before {
  content: "\f741";
}

.fi-sr-leader:before {
  content: "\f742";
}

.fi-sr-leadership-alt:before {
  content: "\f743";
}

.fi-sr-leadership:before {
  content: "\f744";
}

.fi-sr-leaf-heart:before {
  content: "\f745";
}

.fi-sr-leaf-maple:before {
  content: "\f746";
}

.fi-sr-leaf-oak:before {
  content: "\f747";
}

.fi-sr-leaf:before {
  content: "\f748";
}

.fi-sr-leafy-green:before {
  content: "\f749";
}

.fi-sr-leave:before {
  content: "\f74a";
}

.fi-sr-left:before {
  content: "\f74b";
}

.fi-sr-legal:before {
  content: "\f74c";
}

.fi-sr-lemon:before {
  content: "\f74d";
}

.fi-sr-letter-case:before {
  content: "\f74e";
}

.fi-sr-lettuce:before {
  content: "\f74f";
}

.fi-sr-level-down-alt:before {
  content: "\f750";
}

.fi-sr-level-down:before {
  content: "\f751";
}

.fi-sr-level-up-alt:before {
  content: "\f752";
}

.fi-sr-level-up:before {
  content: "\f753";
}

.fi-sr-license:before {
  content: "\f754";
}

.fi-sr-life-ring:before {
  content: "\f755";
}

.fi-sr-light-ceiling:before {
  content: "\f756";
}

.fi-sr-light-emergency-on:before {
  content: "\f757";
}

.fi-sr-light-emergency:before {
  content: "\f758";
}

.fi-sr-light-switch-off:before {
  content: "\f759";
}

.fi-sr-light-switch-on:before {
  content: "\f75a";
}

.fi-sr-light-switch:before {
  content: "\f75b";
}

.fi-sr-lightbulb-dollar:before {
  content: "\f75c";
}

.fi-sr-lightbulb-exclamation:before {
  content: "\f75d";
}

.fi-sr-lightbulb-on:before {
  content: "\f75e";
}

.fi-sr-lightbulb-question:before {
  content: "\f75f";
}

.fi-sr-lightbulb-setting:before {
  content: "\f760";
}

.fi-sr-lightbulb-slash:before {
  content: "\f761";
}

.fi-sr-lights-holiday:before {
  content: "\f762";
}

.fi-sr-line-width:before {
  content: "\f763";
}

.fi-sr-link-alt:before {
  content: "\f764";
}

.fi-sr-link-horizontal-slash:before {
  content: "\f765";
}

.fi-sr-link-horizontal:before {
  content: "\f766";
}

.fi-sr-link-slash-alt:before {
  content: "\f767";
}

.fi-sr-link-slash:before {
  content: "\f768";
}

.fi-sr-link:before {
  content: "\f769";
}

.fi-sr-lips:before {
  content: "\f76a";
}

.fi-sr-lipstick:before {
  content: "\f76b";
}

.fi-sr-lira-sign:before {
  content: "\f76c";
}

.fi-sr-list-check:before {
  content: "\f76d";
}

.fi-sr-list-dropdown:before {
  content: "\f76e";
}

.fi-sr-list-music:before {
  content: "\f76f";
}

.fi-sr-list-timeline:before {
  content: "\f770";
}

.fi-sr-list:before {
  content: "\f771";
}

.fi-sr-litecoin-sign:before {
  content: "\f772";
}

.fi-sr-live-alt:before {
  content: "\f773";
}

.fi-sr-live:before {
  content: "\f774";
}

.fi-sr-loading:before {
  content: "\f775";
}

.fi-sr-loan:before {
  content: "\f776";
}

.fi-sr-lobster:before {
  content: "\f777";
}

.fi-sr-location-alt:before {
  content: "\f778";
}

.fi-sr-location-arrow:before {
  content: "\f779";
}

.fi-sr-location-crosshairs-slash:before {
  content: "\f77a";
}

.fi-sr-location-crosshairs:before {
  content: "\f77b";
}

.fi-sr-location-dot-slash:before {
  content: "\f77c";
}

.fi-sr-location-exclamation:before {
  content: "\f77d";
}

.fi-sr-lock-alt:before {
  content: "\f77e";
}

.fi-sr-lock-open-alt:before {
  content: "\f77f";
}

.fi-sr-lock:before {
  content: "\f780";
}

.fi-sr-locust:before {
  content: "\f781";
}

.fi-sr-loveseat:before {
  content: "\f782";
}

.fi-sr-low-vision:before {
  content: "\f783";
}

.fi-sr-luchador:before {
  content: "\f784";
}

.fi-sr-luggage-cart:before {
  content: "\f785";
}

.fi-sr-luggage-rolling:before {
  content: "\f786";
}

.fi-sr-lungs-virus:before {
  content: "\f787";
}

.fi-sr-lungs:before {
  content: "\f788";
}

.fi-sr-m:before {
  content: "\f789";
}

.fi-sr-mace:before {
  content: "\f78a";
}

.fi-sr-magnet-user:before {
  content: "\f78b";
}

.fi-sr-magnet:before {
  content: "\f78c";
}

.fi-sr-mailbox:before {
  content: "\f78d";
}

.fi-sr-makeup-brush:before {
  content: "\f78e";
}

.fi-sr-man-head:before {
  content: "\f78f";
}

.fi-sr-manat-sign:before {
  content: "\f790";
}

.fi-sr-mandolin:before {
  content: "\f791";
}

.fi-sr-mango:before {
  content: "\f792";
}

.fi-sr-manhole:before {
  content: "\f793";
}

.fi-sr-map-marker-check:before {
  content: "\f794";
}

.fi-sr-map-marker-cross:before {
  content: "\f795";
}

.fi-sr-map-marker-edit:before {
  content: "\f796";
}

.fi-sr-map-marker-home:before {
  content: "\f797";
}

.fi-sr-map-marker-minus:before {
  content: "\f798";
}

.fi-sr-map-marker-plus:before {
  content: "\f799";
}

.fi-sr-map-marker-question:before {
  content: "\f79a";
}

.fi-sr-map-marker-slash:before {
  content: "\f79b";
}

.fi-sr-map-marker-smile:before {
  content: "\f79c";
}

.fi-sr-map-marker:before {
  content: "\f79d";
}

.fi-sr-map-pin:before {
  content: "\f79e";
}

.fi-sr-map:before {
  content: "\f79f";
}

.fi-sr-marker-time:before {
  content: "\f7a0";
}

.fi-sr-marker:before {
  content: "\f7a1";
}

.fi-sr-mars-double:before {
  content: "\f7a2";
}

.fi-sr-mars-stroke-right:before {
  content: "\f7a3";
}

.fi-sr-mars-stroke-up:before {
  content: "\f7a4";
}

.fi-sr-mars:before {
  content: "\f7a5";
}

.fi-sr-martini-glass-citrus:before {
  content: "\f7a6";
}

.fi-sr-martini-glass-empty:before {
  content: "\f7a7";
}

.fi-sr-mask-carnival:before {
  content: "\f7a8";
}

.fi-sr-mask-face:before {
  content: "\f7a9";
}

.fi-sr-mask-snorkel:before {
  content: "\f7aa";
}

.fi-sr-massage:before {
  content: "\f7ab";
}

.fi-sr-match-fire:before {
  content: "\f7ac";
}

.fi-sr-mattress-pillow:before {
  content: "\f7ad";
}

.fi-sr-meat:before {
  content: "\f7ae";
}

.fi-sr-medal:before {
  content: "\f7af";
}

.fi-sr-medical-star:before {
  content: "\f7b0";
}

.fi-sr-medicine:before {
  content: "\f7b1";
}

.fi-sr-meeting-alt:before {
  content: "\f7b2";
}

.fi-sr-meeting:before {
  content: "\f7b3";
}

.fi-sr-megaphone:before {
  content: "\f7b4";
}

.fi-sr-meh-blank:before {
  content: "\f7b5";
}

.fi-sr-meh-rolling-eyes:before {
  content: "\f7b6";
}

.fi-sr-meh:before {
  content: "\f7b7";
}

.fi-sr-melon-alt:before {
  content: "\f7b8";
}

.fi-sr-melon:before {
  content: "\f7b9";
}

.fi-sr-memo-circle-check:before {
  content: "\f7ba";
}

.fi-sr-memo-pad:before {
  content: "\f7bb";
}

.fi-sr-memo:before {
  content: "\f7bc";
}

.fi-sr-memory:before {
  content: "\f7bd";
}

.fi-sr-menu-burger:before {
  content: "\f7be";
}

.fi-sr-menu-dots-vertical:before {
  content: "\f7bf";
}

.fi-sr-menu-dots:before {
  content: "\f7c0";
}

.fi-sr-mercury:before {
  content: "\f7c1";
}

.fi-sr-message-arrow-down:before {
  content: "\f7c2";
}

.fi-sr-message-arrow-up-right:before {
  content: "\f7c3";
}

.fi-sr-message-arrow-up:before {
  content: "\f7c4";
}

.fi-sr-message-bot:before {
  content: "\f7c5";
}

.fi-sr-message-code:before {
  content: "\f7c6";
}

.fi-sr-message-dollar:before {
  content: "\f7c7";
}

.fi-sr-message-image:before {
  content: "\f7c8";
}

.fi-sr-message-question:before {
  content: "\f7c9";
}

.fi-sr-message-quote:before {
  content: "\f7ca";
}

.fi-sr-message-slash:before {
  content: "\f7cb";
}

.fi-sr-message-sms:before {
  content: "\f7cc";
}

.fi-sr-message-text:before {
  content: "\f7cd";
}

.fi-sr-message-xmark:before {
  content: "\f7ce";
}

.fi-sr-messages-dollar:before {
  content: "\f7cf";
}

.fi-sr-messages-question:before {
  content: "\f7d0";
}

.fi-sr-messages:before {
  content: "\f7d1";
}

.fi-sr-meteor:before {
  content: "\f7d2";
}

.fi-sr-meter-bolt:before {
  content: "\f7d3";
}

.fi-sr-meter-droplet:before {
  content: "\f7d4";
}

.fi-sr-meter-fire:before {
  content: "\f7d5";
}

.fi-sr-meter:before {
  content: "\f7d6";
}

.fi-sr-microchip-ai:before {
  content: "\f7d7";
}

.fi-sr-microchip:before {
  content: "\f7d8";
}

.fi-sr-microphone-alt:before {
  content: "\f7d9";
}

.fi-sr-microphone-slash:before {
  content: "\f7da";
}

.fi-sr-microphone:before {
  content: "\f7db";
}

.fi-sr-microscope:before {
  content: "\f7dc";
}

.fi-sr-microwave:before {
  content: "\f7dd";
}

.fi-sr-mill-sign:before {
  content: "\f7de";
}

.fi-sr-mind-share:before {
  content: "\f7df";
}

.fi-sr-minus-circle:before {
  content: "\f7e0";
}

.fi-sr-minus-hexagon:before {
  content: "\f7e1";
}

.fi-sr-minus-small:before {
  content: "\f7e2";
}

.fi-sr-minus:before {
  content: "\f7e3";
}

.fi-sr-mistletoe:before {
  content: "\f7e4";
}

.fi-sr-mobile-button:before {
  content: "\f7e5";
}

.fi-sr-mobile-notch:before {
  content: "\f7e6";
}

.fi-sr-mobile:before {
  content: "\f7e7";
}

.fi-sr-mockup:before {
  content: "\f7e8";
}

.fi-sr-mode-alt:before {
  content: "\f7e9";
}

.fi-sr-mode-landscape:before {
  content: "\f7ea";
}

.fi-sr-mode-portrait:before {
  content: "\f7eb";
}

.fi-sr-mode:before {
  content: "\f7ec";
}

.fi-sr-money-bill-simple:before {
  content: "\f7ed";
}

.fi-sr-money-bill-wave-alt:before {
  content: "\f7ee";
}

.fi-sr-money-bill-wave:before {
  content: "\f7ef";
}

.fi-sr-money-bills-simple:before {
  content: "\f7f0";
}

.fi-sr-money-bills:before {
  content: "\f7f1";
}

.fi-sr-money-check-edit-alt:before {
  content: "\f7f2";
}

.fi-sr-money-check-edit:before {
  content: "\f7f3";
}

.fi-sr-money-check:before {
  content: "\f7f4";
}

.fi-sr-money-from-bracket:before {
  content: "\f7f5";
}

.fi-sr-money-simple-from-bracket:before {
  content: "\f7f6";
}

.fi-sr-money:before {
  content: "\f7f7";
}

.fi-sr-monkey:before {
  content: "\f7f8";
}

.fi-sr-monument:before {
  content: "\f7f9";
}

.fi-sr-moon-stars:before {
  content: "\f7fa";
}

.fi-sr-moon:before {
  content: "\f7fb";
}

.fi-sr-moped:before {
  content: "\f7fc";
}

.fi-sr-mortar-pestle:before {
  content: "\f7fd";
}

.fi-sr-mosquito-net:before {
  content: "\f7fe";
}

.fi-sr-mosquito:before {
  content: "\f7ff";
}

.fi-sr-motorcycle:before {
  content: "\f800";
}

.fi-sr-mound:before {
  content: "\f801";
}

.fi-sr-mountain-city:before {
  content: "\f802";
}

.fi-sr-mountain:before {
  content: "\f803";
}

.fi-sr-mountains:before {
  content: "\f804";
}

.fi-sr-mouse:before {
  content: "\f805";
}

.fi-sr-move-to-folder-2:before {
  content: "\f806";
}

.fi-sr-move-to-folder:before {
  content: "\f807";
}

.fi-sr-mp3-player:before {
  content: "\f808";
}

.fi-sr-mug-alt:before {
  content: "\f809";
}

.fi-sr-mug-hot-alt:before {
  content: "\f80a";
}

.fi-sr-mug-hot:before {
  content: "\f80b";
}

.fi-sr-mug-marshmallows:before {
  content: "\f80c";
}

.fi-sr-mug-tea-saucer:before {
  content: "\f80d";
}

.fi-sr-mug-tea:before {
  content: "\f80e";
}

.fi-sr-mug:before {
  content: "\f80f";
}

.fi-sr-mushroom-alt:before {
  content: "\f810";
}

.fi-sr-mushroom:before {
  content: "\f811";
}

.fi-sr-music-alt-slash:before {
  content: "\f812";
}

.fi-sr-music-alt:before {
  content: "\f813";
}

.fi-sr-music-file:before {
  content: "\f814";
}

.fi-sr-music-note:before {
  content: "\f815";
}

.fi-sr-music-slash:before {
  content: "\f816";
}

.fi-sr-music:before {
  content: "\f817";
}

.fi-sr-n:before {
  content: "\f818";
}

.fi-sr-naira-sign:before {
  content: "\f819";
}

.fi-sr-narwhal:before {
  content: "\f81a";
}

.fi-sr-navigation:before {
  content: "\f81b";
}

.fi-sr-nesting-dolls:before {
  content: "\f81c";
}

.fi-sr-network-cloud:before {
  content: "\f81d";
}

.fi-sr-network:before {
  content: "\f81e";
}

.fi-sr-neuter:before {
  content: "\f81f";
}

.fi-sr-newspaper-open:before {
  content: "\f820";
}

.fi-sr-newspaper:before {
  content: "\f821";
}

.fi-sr-nfc-lock:before {
  content: "\f822";
}

.fi-sr-nfc-magnifying-glass:before {
  content: "\f823";
}

.fi-sr-nfc-pen:before {
  content: "\f824";
}

.fi-sr-nfc-slash:before {
  content: "\f825";
}

.fi-sr-nfc-trash:before {
  content: "\f826";
}

.fi-sr-nfc:before {
  content: "\f827";
}

.fi-sr-no-people:before {
  content: "\f828";
}

.fi-sr-noodles:before {
  content: "\f829";
}

.fi-sr-notdef:before {
  content: "\f82a";
}

.fi-sr-note-medical:before {
  content: "\f82b";
}

.fi-sr-note-sticky:before {
  content: "\f82c";
}

.fi-sr-note:before {
  content: "\f82d";
}

.fi-sr-notebook-alt:before {
  content: "\f82e";
}

.fi-sr-notebook:before {
  content: "\f82f";
}

.fi-sr-notes-medical:before {
  content: "\f830";
}

.fi-sr-notes:before {
  content: "\f831";
}

.fi-sr-o:before {
  content: "\f832";
}

.fi-sr-object-exclude:before {
  content: "\f833";
}

.fi-sr-object-group:before {
  content: "\f834";
}

.fi-sr-object-intersect:before {
  content: "\f835";
}

.fi-sr-object-subtract:before {
  content: "\f836";
}

.fi-sr-object-ungroup:before {
  content: "\f837";
}

.fi-sr-object-union:before {
  content: "\f838";
}

.fi-sr-objects-column:before {
  content: "\f839";
}

.fi-sr-octagon:before {
  content: "\f83a";
}

.fi-sr-oil-can:before {
  content: "\f83b";
}

.fi-sr-oil-temp:before {
  content: "\f83c";
}

.fi-sr-olive-oil:before {
  content: "\f83d";
}

.fi-sr-olive:before {
  content: "\f83e";
}

.fi-sr-olives:before {
  content: "\f83f";
}

.fi-sr-onion:before {
  content: "\f840";
}

.fi-sr-opacity:before {
  content: "\f841";
}

.fi-sr-operation:before {
  content: "\f842";
}

.fi-sr-ornament:before {
  content: "\f843";
}

.fi-sr-otter:before {
  content: "\f844";
}

.fi-sr-outdent:before {
  content: "\f845";
}

.fi-sr-oven:before {
  content: "\f846";
}

.fi-sr-overline:before {
  content: "\f847";
}

.fi-sr-overview:before {
  content: "\f848";
}

.fi-sr-p:before {
  content: "\f849";
}

.fi-sr-package:before {
  content: "\f84a";
}

.fi-sr-page-break:before {
  content: "\f84b";
}

.fi-sr-pager:before {
  content: "\f84c";
}

.fi-sr-paint-roller:before {
  content: "\f84d";
}

.fi-sr-paint:before {
  content: "\f84e";
}

.fi-sr-paintbrush-pencil:before {
  content: "\f84f";
}

.fi-sr-palette:before {
  content: "\f850";
}

.fi-sr-pallet-alt:before {
  content: "\f851";
}

.fi-sr-pallet:before {
  content: "\f852";
}

.fi-sr-pan-food:before {
  content: "\f853";
}

.fi-sr-pan-frying:before {
  content: "\f854";
}

.fi-sr-pan:before {
  content: "\f855";
}

.fi-sr-pancakes:before {
  content: "\f856";
}

.fi-sr-panorama:before {
  content: "\f857";
}

.fi-sr-paper-plane-top:before {
  content: "\f858";
}

.fi-sr-paper-plane:before {
  content: "\f859";
}

.fi-sr-paperclip-vertical:before {
  content: "\f85a";
}

.fi-sr-parachute-box:before {
  content: "\f85b";
}

.fi-sr-paragraph-left:before {
  content: "\f85c";
}

.fi-sr-paragraph:before {
  content: "\f85d";
}

.fi-sr-parking-circle-slash:before {
  content: "\f85e";
}

.fi-sr-parking-circle:before {
  content: "\f85f";
}

.fi-sr-parking-slash:before {
  content: "\f860";
}

.fi-sr-parking:before {
  content: "\f861";
}

.fi-sr-party-bell:before {
  content: "\f862";
}

.fi-sr-party-horn:before {
  content: "\f863";
}

.fi-sr-party:before {
  content: "\f864";
}

.fi-sr-passport:before {
  content: "\f865";
}

.fi-sr-password:before {
  content: "\f866";
}

.fi-sr-paste:before {
  content: "\f867";
}

.fi-sr-pattern:before {
  content: "\f868";
}

.fi-sr-pause-circle:before {
  content: "\f869";
}

.fi-sr-pause:before {
  content: "\f86a";
}

.fi-sr-paw-claws:before {
  content: "\f86b";
}

.fi-sr-paw:before {
  content: "\f86c";
}

.fi-sr-peace:before {
  content: "\f86d";
}

.fi-sr-peach:before {
  content: "\f86e";
}

.fi-sr-peanut:before {
  content: "\f86f";
}

.fi-sr-peanuts:before {
  content: "\f870";
}

.fi-sr-peapod:before {
  content: "\f871";
}

.fi-sr-pear:before {
  content: "\f872";
}

.fi-sr-pedestal:before {
  content: "\f873";
}

.fi-sr-pen-circle:before {
  content: "\f874";
}

.fi-sr-pen-clip-slash:before {
  content: "\f875";
}

.fi-sr-pen-clip:before {
  content: "\f876";
}

.fi-sr-pen-fancy-slash:before {
  content: "\f877";
}

.fi-sr-pen-fancy:before {
  content: "\f878";
}

.fi-sr-pen-field:before {
  content: "\f879";
}

.fi-sr-pen-nib-slash:before {
  content: "\f87a";
}

.fi-sr-pen-nib:before {
  content: "\f87b";
}

.fi-sr-pen-slash:before {
  content: "\f87c";
}

.fi-sr-pen-square:before {
  content: "\f87d";
}

.fi-sr-pen-swirl:before {
  content: "\f87e";
}

.fi-sr-pencil-paintbrush:before {
  content: "\f87f";
}

.fi-sr-pencil-ruler:before {
  content: "\f880";
}

.fi-sr-pencil-slash:before {
  content: "\f881";
}

.fi-sr-pencil:before {
  content: "\f882";
}

.fi-sr-pennant:before {
  content: "\f883";
}

.fi-sr-people-arrows-left-right:before {
  content: "\f884";
}

.fi-sr-people-carry-box:before {
  content: "\f885";
}

.fi-sr-people-dress:before {
  content: "\f886";
}

.fi-sr-people-pants:before {
  content: "\f887";
}

.fi-sr-people-poll:before {
  content: "\f888";
}

.fi-sr-people:before {
  content: "\f889";
}

.fi-sr-pepper-alt:before {
  content: "\f88a";
}

.fi-sr-pepper-hot:before {
  content: "\f88b";
}

.fi-sr-pepper:before {
  content: "\f88c";
}

.fi-sr-percentage:before {
  content: "\f88d";
}

.fi-sr-person-carry-box:before {
  content: "\f88e";
}

.fi-sr-person-circle-check:before {
  content: "\f88f";
}

.fi-sr-person-circle-exclamation:before {
  content: "\f890";
}

.fi-sr-person-circle-minus:before {
  content: "\f891";
}

.fi-sr-person-circle-plus:before {
  content: "\f892";
}

.fi-sr-person-circle-question:before {
  content: "\f893";
}

.fi-sr-person-circle-xmark:before {
  content: "\f894";
}

.fi-sr-person-dolly-empty:before {
  content: "\f895";
}

.fi-sr-person-dolly:before {
  content: "\f896";
}

.fi-sr-person-dress-simple:before {
  content: "\f897";
}

.fi-sr-person-dress:before {
  content: "\f898";
}

.fi-sr-person-praying:before {
  content: "\f899";
}

.fi-sr-person-pregnant:before {
  content: "\f89a";
}

.fi-sr-person-seat-reclined:before {
  content: "\f89b";
}

.fi-sr-person-seat:before {
  content: "\f89c";
}

.fi-sr-person-sign:before {
  content: "\f89d";
}

.fi-sr-person-simple:before {
  content: "\f89e";
}

.fi-sr-person-walking-with-cane:before {
  content: "\f89f";
}

.fi-sr-peseta-sign:before {
  content: "\f8a0";
}

.fi-sr-peso-sign:before {
  content: "\f8a1";
}

.fi-sr-pharmacy:before {
  content: "\f8a2";
}

.fi-sr-phone-call:before {
  content: "\f8a3";
}

.fi-sr-phone-cross:before {
  content: "\f8a4";
}

.fi-sr-phone-flip:before {
  content: "\f8a5";
}

.fi-sr-phone-office:before {
  content: "\f8a6";
}

.fi-sr-phone-pause:before {
  content: "\f8a7";
}

.fi-sr-phone-plus:before {
  content: "\f8a8";
}

.fi-sr-phone-rotary:before {
  content: "\f8a9";
}

.fi-sr-phone-slash:before {
  content: "\f8aa";
}

.fi-sr-photo-film-music:before {
  content: "\f8ab";
}

.fi-sr-photo-video:before {
  content: "\f8ac";
}

.fi-sr-physics:before {
  content: "\f8ad";
}

.fi-sr-Pi:before {
  content: "\f8ae";
}

.fi-sr-piano-keyboard:before {
  content: "\f8af";
}

.fi-sr-piano:before {
  content: "\f8b0";
}

.fi-sr-pickaxe:before {
  content: "\f8b1";
}

.fi-sr-picnic:before {
  content: "\f8b2";
}

.fi-sr-picpeople-filled:before {
  content: "\f8b3";
}

.fi-sr-picpeople:before {
  content: "\f8b4";
}

.fi-sr-picture:before {
  content: "\f8b5";
}

.fi-sr-pie:before {
  content: "\f8b6";
}

.fi-sr-pig-face:before {
  content: "\f8b7";
}

.fi-sr-pig:before {
  content: "\f8b8";
}

.fi-sr-piggy-bank:before {
  content: "\f8b9";
}

.fi-sr-pills:before {
  content: "\f8ba";
}

.fi-sr-pinata:before {
  content: "\f8bb";
}

.fi-sr-pineapple-alt:before {
  content: "\f8bc";
}

.fi-sr-pineapple:before {
  content: "\f8bd";
}

.fi-sr-pipe-smoking:before {
  content: "\f8be";
}

.fi-sr-pipette:before {
  content: "\f8bf";
}

.fi-sr-pizza-slice:before {
  content: "\f8c0";
}

.fi-sr-plane-alt:before {
  content: "\f8c1";
}

.fi-sr-plane-arrival:before {
  content: "\f8c2";
}

.fi-sr-plane-departure:before {
  content: "\f8c3";
}

.fi-sr-plane-prop:before {
  content: "\f8c4";
}

.fi-sr-plane-slash:before {
  content: "\f8c5";
}

.fi-sr-plane-tail:before {
  content: "\f8c6";
}

.fi-sr-plane:before {
  content: "\f8c7";
}

.fi-sr-planet-moon:before {
  content: "\f8c8";
}

.fi-sr-planet-ringed:before {
  content: "\f8c9";
}

.fi-sr-plant-wilt:before {
  content: "\f8ca";
}

.fi-sr-plate-wheat:before {
  content: "\f8cb";
}

.fi-sr-plate:before {
  content: "\f8cc";
}

.fi-sr-play-alt:before {
  content: "\f8cd";
}

.fi-sr-play-circle:before {
  content: "\f8ce";
}

.fi-sr-play-pause:before {
  content: "\f8cf";
}

.fi-sr-play:before {
  content: "\f8d0";
}

.fi-sr-plug-alt:before {
  content: "\f8d1";
}

.fi-sr-plug-cable:before {
  content: "\f8d2";
}

.fi-sr-plug-connection:before {
  content: "\f8d3";
}

.fi-sr-plug:before {
  content: "\f8d4";
}

.fi-sr-plus-hexagon:before {
  content: "\f8d5";
}

.fi-sr-plus-minus:before {
  content: "\f8d6";
}

.fi-sr-plus-small:before {
  content: "\f8d7";
}

.fi-sr-plus:before {
  content: "\f8d8";
}

.fi-sr-podcast:before {
  content: "\f8d9";
}

.fi-sr-podium-star:before {
  content: "\f8da";
}

.fi-sr-podium:before {
  content: "\f8db";
}

.fi-sr-police-box:before {
  content: "\f8dc";
}

.fi-sr-poll-h:before {
  content: "\f8dd";
}

.fi-sr-pompebled:before {
  content: "\f8de";
}

.fi-sr-poo-bolt:before {
  content: "\f8df";
}

.fi-sr-poo:before {
  content: "\f8e0";
}

.fi-sr-pool-8-ball:before {
  content: "\f8e1";
}

.fi-sr-poop:before {
  content: "\f8e2";
}

.fi-sr-popcorn:before {
  content: "\f8e3";
}

.fi-sr-popsicle:before {
  content: "\f8e4";
}

.fi-sr-portal-enter:before {
  content: "\f8e5";
}

.fi-sr-portal-exit:before {
  content: "\f8e6";
}

.fi-sr-portrait:before {
  content: "\f8e7";
}

.fi-sr-pot:before {
  content: "\f8e8";
}

.fi-sr-potato:before {
  content: "\f8e9";
}

.fi-sr-pound:before {
  content: "\f8ea";
}

.fi-sr-power:before {
  content: "\f8eb";
}

.fi-sr-prescription-bottle-alt:before {
  content: "\f8ec";
}

.fi-sr-prescription-bottle-pill:before {
  content: "\f8ed";
}

.fi-sr-prescription-bottle:before {
  content: "\f8ee";
}

.fi-sr-prescription:before {
  content: "\f8ef";
}

.fi-sr-presentation:before {
  content: "\f8f0";
}

.fi-sr-preview:before {
  content: "\f8f1";
}

.fi-sr-print-magnifying-glass:before {
  content: "\f8f2";
}

.fi-sr-print-slash:before {
  content: "\f8f3";
}

.fi-sr-print:before {
  content: "\f8f4";
}

.fi-sr-priority-arrow:before {
  content: "\f8f5";
}

.fi-sr-priority-arrows:before {
  content: "\f8f6";
}

.fi-sr-priority-importance:before {
  content: "\f8f7";
}

.fi-sr-procedures:before {
  content: "\f8f8";
}

.fi-sr-process:before {
  content: "\f8f9";
}

.fi-sr-projector:before {
  content: "\f8fa";
}

.fi-sr-protractor:before {
  content: "\f8fb";
}

.fi-sr-pulse:before {
  content: "\f8fc";
}

.fi-sr-pump-medical:before {
  content: "\f8fd";
}

.fi-sr-pump:before {
  content: "\f8fe";
}

.fi-sr-pumpkin-alt-2:before {
  content: "\f8ff";
}

.fi-sr-pumpkin-alt:before {
  content: "豈";
}

.fi-sr-pumpkin:before {
  content: "更";
}

.fi-sr-puzzle-alt:before {
  content: "車";
}

.fi-sr-puzzle-piece:before {
  content: "賈";
}

.fi-sr-puzzle-pieces:before {
  content: "滑";
}

.fi-sr-pyramid:before {
  content: "串";
}

.fi-sr-q:before {
  content: "句";
}

.fi-sr-qr-scan:before {
  content: "龜";
}

.fi-sr-QR:before {
  content: "龜";
}

.fi-sr-qrcode:before {
  content: "契";
}

.fi-sr-question-square:before {
  content: "金";
}

.fi-sr-question:before {
  content: "喇";
}

.fi-sr-quiz-alt:before {
  content: "奈";
}

.fi-sr-quiz:before {
  content: "懶";
}

.fi-sr-quote-right:before {
  content: "癩";
}

.fi-sr-r:before {
  content: "羅";
}

.fi-sr-rabbit-fast:before {
  content: "蘿";
}

.fi-sr-rabbit:before {
  content: "螺";
}

.fi-sr-racquet:before {
  content: "裸";
}

.fi-sr-radar:before {
  content: "邏";
}

.fi-sr-radiation-alt:before {
  content: "樂";
}

.fi-sr-radiation:before {
  content: "洛";
}

.fi-sr-radio-alt:before {
  content: "烙";
}

.fi-sr-radio:before {
  content: "珞";
}

.fi-sr-radish:before {
  content: "落";
}

.fi-sr-rainbow:before {
  content: "酪";
}

.fi-sr-raindrops:before {
  content: "駱";
}

.fi-sr-ram:before {
  content: "亂";
}

.fi-sr-ramp-loading:before {
  content: "卵";
}

.fi-sr-rank:before {
  content: "欄";
}

.fi-sr-ranking-podium:before {
  content: "爛";
}

.fi-sr-ranking-star:before {
  content: "蘭";
}

.fi-sr-ranking-stars:before {
  content: "鸞";
}

.fi-sr-raygun:before {
  content: "嵐";
}

.fi-sr-react:before {
  content: "濫";
}

.fi-sr-rec:before {
  content: "藍";
}

.fi-sr-receipt:before {
  content: "襤";
}

.fi-sr-record-vinyl:before {
  content: "拉";
}

.fi-sr-rectabgle-vertical:before {
  content: "臘";
}

.fi-sr-rectangle-barcode:before {
  content: "蠟";
}

.fi-sr-rectangle-code:before {
  content: "廊";
}

.fi-sr-rectangle-history-circle-plus:before {
  content: "朗";
}

.fi-sr-rectangle-horizontal:before {
  content: "浪";
}

.fi-sr-rectangle-list:before {
  content: "狼";
}

.fi-sr-rectangle-panoramic:before {
  content: "郎";
}

.fi-sr-rectangle-pro:before {
  content: "來";
}

.fi-sr-rectangle-vertical-history:before {
  content: "冷";
}

.fi-sr-rectangle-vertical:before {
  content: "勞";
}

.fi-sr-rectangle-xmark:before {
  content: "擄";
}

.fi-sr-rectangles-mixed:before {
  content: "櫓";
}

.fi-sr-recycle:before {
  content: "爐";
}

.fi-sr-redo-alt:before {
  content: "盧";
}

.fi-sr-redo:before {
  content: "老";
}

.fi-sr-reel:before {
  content: "蘆";
}

.fi-sr-refer-arrow:before {
  content: "虜";
}

.fi-sr-refer:before {
  content: "路";
}

.fi-sr-reflect-horizontal:before {
  content: "露";
}

.fi-sr-reflect-vertical:before {
  content: "魯";
}

.fi-sr-reflect:before {
  content: "鷺";
}

.fi-sr-refresh:before {
  content: "碌";
}

.fi-sr-refrigerator:before {
  content: "祿";
}

.fi-sr-refund-alt:before {
  content: "綠";
}

.fi-sr-refund:before {
  content: "菉";
}

.fi-sr-registered:before {
  content: "錄";
}

.fi-sr-registration-paper:before {
  content: "鹿";
}

.fi-sr-remove-folder:before {
  content: "論";
}

.fi-sr-remove-user:before {
  content: "壟";
}

.fi-sr-rent-signal:before {
  content: "弄";
}

.fi-sr-rent:before {
  content: "籠";
}

.fi-sr-replace:before {
  content: "聾";
}

.fi-sr-reply-all:before {
  content: "牢";
}

.fi-sr-republican:before {
  content: "磊";
}

.fi-sr-resize:before {
  content: "賂";
}

.fi-sr-resources:before {
  content: "雷";
}

.fi-sr-restaurant:before {
  content: "壘";
}

.fi-sr-restroom-simple:before {
  content: "屢";
}

.fi-sr-revenue-alt:before {
  content: "樓";
}

.fi-sr-Revenue:before {
  content: "淚";
}

.fi-sr-review:before {
  content: "漏";
}

.fi-sr-rewind:before {
  content: "累";
}

.fi-sr-rhombus:before {
  content: "縷";
}

.fi-sr-ribbon:before {
  content: "陋";
}

.fi-sr-right:before {
  content: "勒";
}

.fi-sr-ring-diamond:before {
  content: "肋";
}

.fi-sr-ring:before {
  content: "凜";
}

.fi-sr-rings-wedding:before {
  content: "凌";
}

.fi-sr-risk-alt:before {
  content: "稜";
}

.fi-sr-risk:before {
  content: "綾";
}

.fi-sr-road:before {
  content: "菱";
}

.fi-sr-robot:before {
  content: "陵";
}

.fi-sr-rocket-lunch:before {
  content: "讀";
}

.fi-sr-rocket:before {
  content: "拏";
}

.fi-sr-roller-coaster:before {
  content: "樂";
}

.fi-sr-room-service:before {
  content: "諾";
}

.fi-sr-rotate-exclamation:before {
  content: "丹";
}

.fi-sr-rotate-left:before {
  content: "寧";
}

.fi-sr-rotate-right:before {
  content: "怒";
}

.fi-sr-route-highway:before {
  content: "率";
}

.fi-sr-route-interstate:before {
  content: "異";
}

.fi-sr-route:before {
  content: "北";
}

.fi-sr-router:before {
  content: "磻";
}

.fi-sr-rss-alt:before {
  content: "便";
}

.fi-sr-rss:before {
  content: "復";
}

.fi-sr-ruble-sign:before {
  content: "不";
}

.fi-sr-rugby-helmet:before {
  content: "泌";
}

.fi-sr-rugby:before {
  content: "數";
}

.fi-sr-ruler-combined:before {
  content: "索";
}

.fi-sr-ruler-horizontal:before {
  content: "參";
}

.fi-sr-ruler-triangle:before {
  content: "塞";
}

.fi-sr-ruler-vertical:before {
  content: "省";
}

.fi-sr-running:before {
  content: "葉";
}

.fi-sr-rupee-sign:before {
  content: "說";
}

.fi-sr-rupiah-sign:before {
  content: "殺";
}

.fi-sr-rv:before {
  content: "辰";
}

.fi-sr-s:before {
  content: "沈";
}

.fi-sr-sack-dollar:before {
  content: "拾";
}

.fi-sr-sack:before {
  content: "若";
}

.fi-sr-sad-cry:before {
  content: "掠";
}

.fi-sr-sad-tear:before {
  content: "略";
}

.fi-sr-sad:before {
  content: "亮";
}

.fi-sr-safe-box:before {
  content: "兩";
}

.fi-sr-sailboat:before {
  content: "凉";
}

.fi-sr-salad:before {
  content: "梁";
}

.fi-sr-salt-pepper:before {
  content: "糧";
}

.fi-sr-salt-shaker:before {
  content: "良";
}

.fi-sr-sandwich-alt:before {
  content: "諒";
}

.fi-sr-sandwich:before {
  content: "量";
}

.fi-sr-satellite-dish:before {
  content: "勵";
}

.fi-sr-satellite:before {
  content: "呂";
}

.fi-sr-sauce:before {
  content: "女";
}

.fi-sr-sausage:before {
  content: "廬";
}

.fi-sr-sax-hot:before {
  content: "旅";
}

.fi-sr-saxophone:before {
  content: "濾";
}

.fi-sr-scale:before {
  content: "礪";
}

.fi-sr-scalpel-path:before {
  content: "閭";
}

.fi-sr-scalpel:before {
  content: "驪";
}

.fi-sr-scanner-gun:before {
  content: "麗";
}

.fi-sr-scanner-image:before {
  content: "黎";
}

.fi-sr-scanner-keyboard:before {
  content: "力";
}

.fi-sr-scanner-touchscreen:before {
  content: "曆";
}

.fi-sr-scarecrow:before {
  content: "歷";
}

.fi-sr-scarf:before {
  content: "轢";
}

.fi-sr-school-bus:before {
  content: "年";
}

.fi-sr-school:before {
  content: "憐";
}

.fi-sr-scissors:before {
  content: "戀";
}

.fi-sr-screen:before {
  content: "撚";
}

.fi-sr-screencast:before {
  content: "漣";
}

.fi-sr-screwdriver:before {
  content: "煉";
}

.fi-sr-scribble:before {
  content: "璉";
}

.fi-sr-scroll-old:before {
  content: "秊";
}

.fi-sr-scroll-torah:before {
  content: "練";
}

.fi-sr-scroll:before {
  content: "聯";
}

.fi-sr-scrubber:before {
  content: "輦";
}

.fi-sr-scythe:before {
  content: "蓮";
}

.fi-sr-sd-card:before {
  content: "連";
}

.fi-sr-sd-cards:before {
  content: "鍊";
}

.fi-sr-seal-exclamation:before {
  content: "列";
}

.fi-sr-seal-question:before {
  content: "劣";
}

.fi-sr-search-alt:before {
  content: "咽";
}

.fi-sr-search-dollar:before {
  content: "烈";
}

.fi-sr-search-heart:before {
  content: "裂";
}

.fi-sr-search-location:before {
  content: "說";
}

.fi-sr-search:before {
  content: "廉";
}

.fi-sr-seat-airline:before {
  content: "念";
}

.fi-sr-second-award:before {
  content: "捻";
}

.fi-sr-second-laurel:before {
  content: "殮";
}

.fi-sr-second-medal:before {
  content: "簾";
}

.fi-sr-second:before {
  content: "獵";
}

.fi-sr-seedling:before {
  content: "令";
}

.fi-sr-select:before {
  content: "囹";
}

.fi-sr-selection:before {
  content: "寧";
}

.fi-sr-send-back:before {
  content: "嶺";
}

.fi-sr-send-backward:before {
  content: "怜";
}

.fi-sr-sensor-alert:before {
  content: "玲";
}

.fi-sr-sensor-fire:before {
  content: "瑩";
}

.fi-sr-sensor-on:before {
  content: "羚";
}

.fi-sr-sensor-smoke:before {
  content: "聆";
}

.fi-sr-sensor:before {
  content: "鈴";
}

.fi-sr-settings-sliders:before {
  content: "零";
}

.fi-sr-settings:before {
  content: "靈";
}

.fi-sr-share-alt-square:before {
  content: "領";
}

.fi-sr-share-square:before {
  content: "例";
}

.fi-sr-share:before {
  content: "禮";
}

.fi-sr-sheep:before {
  content: "醴";
}

.fi-sr-shekel-sign:before {
  content: "隸";
}

.fi-sr-shelves:before {
  content: "惡";
}

.fi-sr-shield-alt:before {
  content: "了";
}

.fi-sr-shield-check:before {
  content: "僚";
}

.fi-sr-shield-cross:before {
  content: "寮";
}

.fi-sr-shield-exclamation:before {
  content: "尿";
}

.fi-sr-shield-interrogation:before {
  content: "料";
}

.fi-sr-shield-keyhole:before {
  content: "樂";
}

.fi-sr-shield-minus:before {
  content: "燎";
}

.fi-sr-shield-plus:before {
  content: "療";
}

.fi-sr-shield-slash:before {
  content: "蓼";
}

.fi-sr-shield-virus:before {
  content: "遼";
}

.fi-sr-shield-xmark:before {
  content: "龍";
}

.fi-sr-shield:before {
  content: "暈";
}

.fi-sr-ship-side:before {
  content: "阮";
}

.fi-sr-ship:before {
  content: "劉";
}

.fi-sr-shipping-fast:before {
  content: "杻";
}

.fi-sr-shipping-timed:before {
  content: "柳";
}

.fi-sr-shirt-long-sleeve:before {
  content: "流";
}

.fi-sr-shirt-running:before {
  content: "溜";
}

.fi-sr-shirt-tank-top:before {
  content: "琉";
}

.fi-sr-shish-kebab:before {
  content: "留";
}

.fi-sr-shoe-prints:before {
  content: "硫";
}

.fi-sr-shop-lock:before {
  content: "紐";
}

.fi-sr-shop-slash:before {
  content: "類";
}

.fi-sr-shop:before {
  content: "六";
}

.fi-sr-shopping-bag-add:before {
  content: "戮";
}

.fi-sr-shopping-bag:before {
  content: "陸";
}

.fi-sr-shopping-basket:before {
  content: "倫";
}

.fi-sr-shopping-cart-add:before {
  content: "崙";
}

.fi-sr-shopping-cart-check:before {
  content: "淪";
}

.fi-sr-shopping-cart:before {
  content: "輪";
}

.fi-sr-shovel-snow:before {
  content: "律";
}

.fi-sr-shovel:before {
  content: "慄";
}

.fi-sr-shower-down:before {
  content: "栗";
}

.fi-sr-shower:before {
  content: "率";
}

.fi-sr-shredder:before {
  content: "隆";
}

.fi-sr-shrimp:before {
  content: "利";
}

.fi-sr-shuffle:before {
  content: "吏";
}

.fi-sr-shuttle-van:before {
  content: "履";
}

.fi-sr-shuttlecock:before {
  content: "易";
}

.fi-sr-Sickle:before {
  content: "李";
}

.fi-sr-sidebar-flip:before {
  content: "梨";
}

.fi-sr-sidebar:before {
  content: "泥";
}

.fi-sr-sigma:before {
  content: "理";
}

.fi-sr-sign-hanging:before {
  content: "痢";
}

.fi-sr-sign-in-alt:before {
  content: "罹";
}

.fi-sr-sign-out-alt:before {
  content: "裏";
}

.fi-sr-sign-up:before {
  content: "裡";
}

.fi-sr-signal-alt-1:before {
  content: "里";
}

.fi-sr-signal-alt-2:before {
  content: "離";
}

.fi-sr-signal-alt-slash:before {
  content: "匿";
}

.fi-sr-signal-alt:before {
  content: "溺";
}

.fi-sr-signal-bars-fair:before {
  content: "吝";
}

.fi-sr-signal-bars-good:before {
  content: "燐";
}

.fi-sr-signal-bars-weak:before {
  content: "璘";
}

.fi-sr-signal-stream-slash:before {
  content: "藺";
}

.fi-sr-signal-stream:before {
  content: "隣";
}

.fi-sr-signature-lock:before {
  content: "鱗";
}

.fi-sr-signature-slash:before {
  content: "麟";
}

.fi-sr-signature:before {
  content: "林";
}

.fi-sr-sim-card:before {
  content: "淋";
}

.fi-sr-sim-cards:before {
  content: "臨";
}

.fi-sr-sink:before {
  content: "立";
}

.fi-sr-siren-on:before {
  content: "笠";
}

.fi-sr-Siren:before {
  content: "粒";
}

.fi-sr-site-alt:before {
  content: "狀";
}

.fi-sr-site-browser:before {
  content: "炙";
}

.fi-sr-site:before {
  content: "識";
}

.fi-sr-sitemap:before {
  content: "什";
}

.fi-sr-skateboard:before {
  content: "茶";
}

.fi-sr-skating:before {
  content: "刺";
}

.fi-sr-skeleton:before {
  content: "切";
}

.fi-sr-skewer:before {
  content: "度";
}

.fi-sr-ski-boot-ski:before {
  content: "拓";
}

.fi-sr-ski-jump:before {
  content: "糖";
}

.fi-sr-ski-lift:before {
  content: "宅";
}

.fi-sr-skiing-nordic:before {
  content: "洞";
}

.fi-sr-skiing:before {
  content: "暴";
}

.fi-sr-skull-cow:before {
  content: "輻";
}

.fi-sr-skull-crossbones:before {
  content: "行";
}

.fi-sr-skull:before {
  content: "降";
}

.fi-sr-slash:before {
  content: "見";
}

.fi-sr-sledding:before {
  content: "廓";
}

.fi-sr-sleigh:before {
  content: "兀";
}

.fi-sr-sliders-h-square:before {
  content: "嗀";
}

.fi-sr-sliders-v-square:before {
  content: "﨎";
}

.fi-sr-sliders-v:before {
  content: "﨏";
}

.fi-sr-smartphone:before {
  content: "塚";
}

.fi-sr-smile-beam:before {
  content: "﨑";
}

.fi-sr-smile-plus:before {
  content: "晴";
}

.fi-sr-smile-wink:before {
  content: "﨓";
}

.fi-sr-smile:before {
  content: "﨔";
}

.fi-sr-smiley-comment-alt:before {
  content: "凞";
}

.fi-sr-smog:before {
  content: "猪";
}

.fi-sr-smoke:before {
  content: "益";
}

.fi-sr-smoking-ban:before {
  content: "礼";
}

.fi-sr-smoking:before {
  content: "神";
}

.fi-sr-snake:before {
  content: "祥";
}

.fi-sr-snooze:before {
  content: "福";
}

.fi-sr-snow-blowing:before {
  content: "靖";
}

.fi-sr-snowboarding:before {
  content: "精";
}

.fi-sr-snowflake-droplets:before {
  content: "羽";
}

.fi-sr-snowflake:before {
  content: "﨟";
}

.fi-sr-snowflakes:before {
  content: "蘒";
}

.fi-sr-snowman-alt:before {
  content: "﨡";
}

.fi-sr-snowman-head:before {
  content: "諸";
}

.fi-sr-snowmobile:before {
  content: "﨣";
}

.fi-sr-snowplow:before {
  content: "﨤";
}

.fi-sr-soap-alt:before {
  content: "逸";
}

.fi-sr-soap:before {
  content: "都";
}

.fi-sr-socks:before {
  content: "﨧";
}

.fi-sr-solar-panel:before {
  content: "﨨";
}

.fi-sr-solar-system:before {
  content: "﨩";
}

.fi-sr-sort-alpha-down-alt:before {
  content: "飯";
}

.fi-sr-sort-alpha-down:before {
  content: "飼";
}

.fi-sr-sort-alpha-up-alt:before {
  content: "館";
}

.fi-sr-sort-alpha-up:before {
  content: "鶴";
}

.fi-sr-sort-alt:before {
  content: "郞";
}

.fi-sr-sort-amount-down-alt:before {
  content: "隷";
}

.fi-sr-sort-amount-down:before {
  content: "侮";
}

.fi-sr-sort-amount-up-alt:before {
  content: "僧";
}

.fi-sr-sort-amount-up:before {
  content: "免";
}

.fi-sr-sort-circle-down:before {
  content: "勉";
}

.fi-sr-sort-circle-up:before {
  content: "勤";
}

.fi-sr-sort-circle:before {
  content: "卑";
}

.fi-sr-sort-down:before {
  content: "喝";
}

.fi-sr-sort-numeric-down-alt:before {
  content: "嘆";
}

.fi-sr-sort-numeric-down:before {
  content: "器";
}

.fi-sr-sort-shapes-down:before {
  content: "塀";
}

.fi-sr-sort-shapes-up:before {
  content: "墨";
}

.fi-sr-sort-size-down:before {
  content: "層";
}

.fi-sr-sort-size-up:before {
  content: "屮";
}

.fi-sr-sort:before {
  content: "悔";
}

.fi-sr-soup:before {
  content: "慨";
}

.fi-sr-source-data:before {
  content: "憎";
}

.fi-sr-spa:before {
  content: "懲";
}

.fi-sr-space-shuttle:before {
  content: "敏";
}

.fi-sr-space-station-moon-alt:before {
  content: "既";
}

.fi-sr-space-station-moon:before {
  content: "暑";
}

.fi-sr-spade:before {
  content: "梅";
}

.fi-sr-spaghetti-monster-flying:before {
  content: "海";
}

.fi-sr-sparkles:before {
  content: "渚";
}

.fi-sr-speaker:before {
  content: "漢";
}

.fi-sr-speakers:before {
  content: "煮";
}

.fi-sr-sphere:before {
  content: "爫";
}

.fi-sr-spider-black-widow:before {
  content: "琢";
}

.fi-sr-spider-web:before {
  content: "碑";
}

.fi-sr-spider:before {
  content: "社";
}

.fi-sr-spinner:before {
  content: "祉";
}

.fi-sr-split:before {
  content: "祈";
}

.fi-sr-splotch:before {
  content: "祐";
}

.fi-sr-spoon:before {
  content: "祖";
}

.fi-sr-spray-can-sparkles:before {
  content: "祝";
}

.fi-sr-spray-can:before {
  content: "禍";
}

.fi-sr-sprinkler:before {
  content: "禎";
}

.fi-sr-square-0:before {
  content: "穀";
}

.fi-sr-square-1:before {
  content: "突";
}

.fi-sr-square-2:before {
  content: "節";
}

.fi-sr-square-3:before {
  content: "練";
}

.fi-sr-square-4:before {
  content: "縉";
}

.fi-sr-square-5:before {
  content: "繁";
}

.fi-sr-square-6:before {
  content: "署";
}

.fi-sr-square-7:before {
  content: "者";
}

.fi-sr-square-8:before {
  content: "臭";
}

.fi-sr-square-9:before {
  content: "艹";
}

.fi-sr-square-a:before {
  content: "艹";
}

.fi-sr-square-b:before {
  content: "著";
}

.fi-sr-square-bolt:before {
  content: "褐";
}

.fi-sr-square-c:before {
  content: "視";
}

.fi-sr-square-code:before {
  content: "謁";
}

.fi-sr-square-d:before {
  content: "謹";
}

.fi-sr-square-dashed:before {
  content: "賓";
}

.fi-sr-square-e:before {
  content: "贈";
}

.fi-sr-square-ellipsis-vertical:before {
  content: "辶";
}

.fi-sr-square-ellipsis:before {
  content: "逸";
}

.fi-sr-square-exclamation:before {
  content: "難";
}

.fi-sr-square-f:before {
  content: "響";
}

.fi-sr-square-g:before {
  content: "頻";
}

.fi-sr-square-h:before {
  content: "恵";
}

.fi-sr-square-heart:before {
  content: "𤋮";
}

.fi-sr-square-i:before {
  content: "舘";
}

.fi-sr-square-info:before {
  content: "﩮";
}

.fi-sr-square-j:before {
  content: "﩯";
}

.fi-sr-square-k:before {
  content: "並";
}

.fi-sr-square-kanban:before {
  content: "况";
}

.fi-sr-square-l:before {
  content: "全";
}

.fi-sr-square-m:before {
  content: "侀";
}

.fi-sr-square-minus:before {
  content: "充";
}

.fi-sr-square-n:before {
  content: "冀";
}

.fi-sr-square-o:before {
  content: "勇";
}

.fi-sr-square-p:before {
  content: "勺";
}

.fi-sr-square-phone-hangup:before {
  content: "喝";
}

.fi-sr-square-plus:before {
  content: "啕";
}

.fi-sr-square-poll-horizontal:before {
  content: "喙";
}

.fi-sr-square-poll-vertical:before {
  content: "嗢";
}

.fi-sr-square-q:before {
  content: "塚";
}

.fi-sr-square-quote:before {
  content: "墳";
}

.fi-sr-square-r:before {
  content: "奄";
}

.fi-sr-square-root:before {
  content: "奔";
}

.fi-sr-square-s:before {
  content: "婢";
}

.fi-sr-square-small:before {
  content: "嬨";
}

.fi-sr-square-star:before {
  content: "廒";
}

.fi-sr-square-t:before {
  content: "廙";
}

.fi-sr-square-terminal:before {
  content: "彩";
}

.fi-sr-square-u:before {
  content: "徭";
}

.fi-sr-square-up-right:before {
  content: "惘";
}

.fi-sr-square-v:before {
  content: "慎";
}

.fi-sr-square-w:before {
  content: "愈";
}

.fi-sr-square-x:before {
  content: "憎";
}

.fi-sr-square-y:before {
  content: "慠";
}

.fi-sr-square-z:before {
  content: "懲";
}

.fi-sr-square:before {
  content: "戴";
}

.fi-sr-squid:before {
  content: "揄";
}

.fi-sr-squircle:before {
  content: "搜";
}

.fi-sr-squirrel:before {
  content: "摒";
}

.fi-sr-staff:before {
  content: "敖";
}

.fi-sr-stairs:before {
  content: "晴";
}

.fi-sr-stamp:before {
  content: "朗";
}

.fi-sr-standard-definition:before {
  content: "望";
}

.fi-sr-star-and-crescent:before {
  content: "杖";
}

.fi-sr-star-christmas:before {
  content: "歹";
}

.fi-sr-star-comment-alt:before {
  content: "殺";
}

.fi-sr-star-exclamation:before {
  content: "流";
}

.fi-sr-star-octogram:before {
  content: "滛";
}

.fi-sr-star-of-david:before {
  content: "滋";
}

.fi-sr-star-sharp-half-stroke:before {
  content: "漢";
}

.fi-sr-star-sharp-half:before {
  content: "瀞";
}

.fi-sr-star-shooting:before {
  content: "煮";
}

.fi-sr-star:before {
  content: "瞧";
}

.fi-sr-starfighter:before {
  content: "爵";
}

.fi-sr-stars:before {
  content: "犯";
}

.fi-sr-state-country:before {
  content: "猪";
}

.fi-sr-stats:before {
  content: "瑱";
}

.fi-sr-steak:before {
  content: "甆";
}

.fi-sr-steering-wheel:before {
  content: "画";
}

.fi-sr-step-backward:before {
  content: "瘝";
}

.fi-sr-step-forward:before {
  content: "瘟";
}

.fi-sr-sterling-sign:before {
  content: "益";
}

.fi-sr-stethoscope:before {
  content: "盛";
}

.fi-sr-sticker:before {
  content: "直";
}

.fi-sr-stocking:before {
  content: "睊";
}

.fi-sr-stomach:before {
  content: "着";
}

.fi-sr-stop-circle:before {
  content: "磌";
}

.fi-sr-stop:before {
  content: "窱";
}

.fi-sr-stopwatch:before {
  content: "節";
}

.fi-sr-store-alt:before {
  content: "类";
}

.fi-sr-store-lock:before {
  content: "絛";
}

.fi-sr-store-slash:before {
  content: "練";
}

.fi-sr-strawberry:before {
  content: "缾";
}

.fi-sr-street-view:before {
  content: "者";
}

.fi-sr-stretcher:before {
  content: "荒";
}

.fi-sr-strikethrough:before {
  content: "華";
}

.fi-sr-stroopwafel:before {
  content: "蝹";
}

.fi-sr-subscript:before {
  content: "襁";
}

.fi-sr-subscription-alt:before {
  content: "覆";
}

.fi-sr-subscription:before {
  content: "視";
}

.fi-sr-subtitles:before {
  content: "調";
}

.fi-sr-subway:before {
  content: "諸";
}

.fi-sr-suitcase-alt:before {
  content: "請";
}

.fi-sr-summer:before {
  content: "謁";
}

.fi-sr-sun-dust:before {
  content: "諾";
}

.fi-sr-sun-plant-wilt:before {
  content: "諭";
}

.fi-sr-sun:before {
  content: "謹";
}

.fi-sr-sunglasses:before {
  content: "變";
}

.fi-sr-sunrise-alt:before {
  content: "贈";
}

.fi-sr-sunrise:before {
  content: "輸";
}

.fi-sr-sunset:before {
  content: "遲";
}

.fi-sr-superscript:before {
  content: "醙";
}

.fi-sr-surfing:before {
  content: "鉶";
}

.fi-sr-surprise:before {
  content: "陼";
}

.fi-sr-sushi-alt:before {
  content: "難";
}

.fi-sr-sushi-roll:before {
  content: "靖";
}

.fi-sr-sushi:before {
  content: "韛";
}

.fi-sr-swatchbook:before {
  content: "響";
}

.fi-sr-swimmer:before {
  content: "頋";
}

.fi-sr-swimming-pool:before {
  content: "頻";
}

.fi-sr-swipe-down:before {
  content: "鬒";
}

.fi-sr-swipe-left:before {
  content: "龜";
}

.fi-sr-swipe-right:before {
  content: "𢡊";
}

.fi-sr-swipe-up:before {
  content: "𢡄";
}

.fi-sr-sword:before {
  content: "𣏕";
}

.fi-sr-symbol:before {
  content: "㮝";
}

.fi-sr-symbols:before {
  content: "䀘";
}

.fi-sr-syringe:before {
  content: "䀹";
}

.fi-sr-t:before {
  content: "𥉉";
}

.fi-sr-tab-folder:before {
  content: "𥳐";
}

.fi-sr-table-columns:before {
  content: "𧻓";
}

.fi-sr-table-layout:before {
  content: "齃";
}

.fi-sr-table-list:before {
  content: "龎";
}

.fi-sr-table-picnic:before {
  content: "﫚";
}

.fi-sr-table-pivot:before {
  content: "﫛";
}

.fi-sr-table-rows:before {
  content: "﫜";
}

.fi-sr-table-tree:before {
  content: "﫝";
}

.fi-sr-table:before {
  content: "﫞";
}

.fi-sr-tablet-android-alt:before {
  content: "﫟";
}

.fi-sr-tablet-android:before {
  content: "﫠";
}

.fi-sr-tablet-rugged:before {
  content: "﫡";
}

.fi-sr-tablet:before {
  content: "﫢";
}

.fi-sr-tachometer-alt-average:before {
  content: "﫣";
}

.fi-sr-tachometer-alt-fastest:before {
  content: "﫤";
}

.fi-sr-tachometer-alt-slow:before {
  content: "﫥";
}

.fi-sr-tachometer-alt-slowest:before {
  content: "﫦";
}

.fi-sr-tachometer-average:before {
  content: "﫧";
}

.fi-sr-tachometer-fast:before {
  content: "﫨";
}

.fi-sr-tachometer-fastest:before {
  content: "﫩";
}

.fi-sr-tachometer-slow:before {
  content: "﫪";
}

.fi-sr-tachometer-slowest:before {
  content: "﫫";
}

.fi-sr-tachometer:before {
  content: "﫬";
}

.fi-sr-taco:before {
  content: "﫭";
}

.fi-sr-tags:before {
  content: "﫮";
}

.fi-sr-tally-1:before {
  content: "﫯";
}

.fi-sr-tally-2:before {
  content: "﫰";
}

.fi-sr-tally-3:before {
  content: "﫱";
}

.fi-sr-tally-4:before {
  content: "﫲";
}

.fi-sr-tally:before {
  content: "﫳";
}

.fi-sr-tamale:before {
  content: "﫴";
}

.fi-sr-tank-water:before {
  content: "﫵";
}

.fi-sr-tap:before {
  content: "﫶";
}

.fi-sr-tape:before {
  content: "﫷";
}

.fi-sr-target:before {
  content: "﫸";
}

.fi-sr-tax-alt:before {
  content: "﫹";
}

.fi-sr-tax:before {
  content: "﫺";
}

.fi-sr-taxi-bus:before {
  content: "﫻";
}

.fi-sr-taxi:before {
  content: "﫼";
}

.fi-sr-team-check-alt:before {
  content: "﫽";
}

.fi-sr-team-check:before {
  content: "﫾";
}

.fi-sr-teddy-bear:before {
  content: "﫿";
}

.fi-sr-teeth-open:before {
  content: "ﬀ";
}

.fi-sr-telescope:before {
  content: "ﬁ";
}

.fi-sr-temperature-down:before {
  content: "ﬂ";
}

.fi-sr-temperature-frigid:before {
  content: "ﬃ";
}

.fi-sr-temperature-high:before {
  content: "ﬄ";
}

.fi-sr-temperature-list:before {
  content: "ﬅ";
}

.fi-sr-temperature-low:before {
  content: "ﬆ";
}

.fi-sr-temperature-up:before {
  content: "﬇";
}

.fi-sr-template-alt:before {
  content: "﬈";
}

.fi-sr-template:before {
  content: "﬉";
}

.fi-sr-tenge:before {
  content: "﬊";
}

.fi-sr-tennis:before {
  content: "﬋";
}

.fi-sr-tent-arrow-down-to-line:before {
  content: "﬌";
}

.fi-sr-tent-arrow-left-right:before {
  content: "﬍";
}

.fi-sr-tent-arrow-turn-left:before {
  content: "﬎";
}

.fi-sr-tent-arrows-down:before {
  content: "﬏";
}

.fi-sr-tents:before {
  content: "﬐";
}

.fi-sr-terminal:before {
  content: "﬑";
}

.fi-sr-terrace:before {
  content: "﬒";
}

.fi-sr-test-tube:before {
  content: "ﬓ";
}

.fi-sr-test:before {
  content: "ﬔ";
}

.fi-sr-text-box-dots:before {
  content: "ﬕ";
}

.fi-sr-text-box-edit:before {
  content: "ﬖ";
}

.fi-sr-text-box:before {
  content: "ﬗ";
}

.fi-sr-text-check:before {
  content: "﬘";
}

.fi-sr-text-height:before {
  content: "﬙";
}

.fi-sr-text-shadow:before {
  content: "﬚";
}

.fi-sr-text-size:before {
  content: "﬛";
}

.fi-sr-text-slash:before {
  content: "﬜";
}

.fi-sr-text-width:before {
  content: "יִ";
}

.fi-sr-text:before {
  content: "ﬞ";
}

.fi-sr-theater-masks:before {
  content: "ײַ";
}

.fi-sr-thermometer-alt:before {
  content: "ﬠ";
}

.fi-sr-thermometer-empty:before {
  content: "ﬡ";
}

.fi-sr-thermometer-full:before {
  content: "ﬢ";
}

.fi-sr-thermometer-half:before {
  content: "ﬣ";
}

.fi-sr-thermometer-quarter:before {
  content: "ﬤ";
}

.fi-sr-thermometer-three-quarters:before {
  content: "ﬥ";
}

.fi-sr-theta:before {
  content: "ﬦ";
}

.fi-sr-third-award:before {
  content: "ﬧ";
}

.fi-sr-third-laurel:before {
  content: "ﬨ";
}

.fi-sr-third-medal:before {
  content: "﬩";
}

.fi-sr-third:before {
  content: "שׁ";
}

.fi-sr-thought-bubble:before {
  content: "שׂ";
}

.fi-sr-thumbs-down:before {
  content: "שּׁ";
}

.fi-sr-thumbs-up:before {
  content: "שּׂ";
}

.fi-sr-thumbtack:before {
  content: "אַ";
}

.fi-sr-thunderstorm-moon:before {
  content: "אָ";
}

.fi-sr-thunderstorm-sun:before {
  content: "אּ";
}

.fi-sr-thunderstorm:before {
  content: "בּ";
}

.fi-sr-ticket-airline:before {
  content: "גּ";
}

.fi-sr-ticket-alt:before {
  content: "דּ";
}

.fi-sr-ticket:before {
  content: "הּ";
}

.fi-sr-tickets-airline:before {
  content: "וּ";
}

.fi-sr-tilde:before {
  content: "זּ";
}

.fi-sr-time-add:before {
  content: "﬷";
}

.fi-sr-time-check:before {
  content: "טּ";
}

.fi-sr-time-delete:before {
  content: "יּ";
}

.fi-sr-time-fast:before {
  content: "ךּ";
}

.fi-sr-time-forward-sixty:before {
  content: "כּ";
}

.fi-sr-time-forward-ten:before {
  content: "לּ";
}

.fi-sr-time-forward:before {
  content: "﬽";
}

.fi-sr-time-half-past:before {
  content: "מּ";
}

.fi-sr-time-oclock:before {
  content: "﬿";
}

.fi-sr-time-past:before {
  content: "נּ";
}

.fi-sr-time-quarter-past:before {
  content: "סּ";
}

.fi-sr-time-quarter-to:before {
  content: "﭂";
}

.fi-sr-time-twenty-four:before {
  content: "ףּ";
}

.fi-sr-times-hexagon:before {
  content: "פּ";
}

.fi-sr-tint-slash:before {
  content: "﭅";
}

.fi-sr-tire-flat:before {
  content: "צּ";
}

.fi-sr-tire-pressure-warning:before {
  content: "קּ";
}

.fi-sr-tire-rugged:before {
  content: "רּ";
}

.fi-sr-tire:before {
  content: "שּ";
}

.fi-sr-tired:before {
  content: "תּ";
}

.fi-sr-to-do-alt:before {
  content: "וֹ";
}

.fi-sr-to-do:before {
  content: "בֿ";
}

.fi-sr-toggle-off:before {
  content: "כֿ";
}

.fi-sr-toggle-on:before {
  content: "פֿ";
}

.fi-sr-toilet-paper-blank-under:before {
  content: "ﭏ";
}

.fi-sr-toilet-paper-blank:before {
  content: "ﭐ";
}

.fi-sr-toilet-paper-slash:before {
  content: "ﭑ";
}

.fi-sr-toilet-paper-under-slash:before {
  content: "ﭒ";
}

.fi-sr-toilet-paper-under:before {
  content: "ﭓ";
}

.fi-sr-toilet:before {
  content: "ﭔ";
}

.fi-sr-tomato:before {
  content: "ﭕ";
}

.fi-sr-tombstone-alt:before {
  content: "ﭖ";
}

.fi-sr-tombstone:before {
  content: "ﭗ";
}

.fi-sr-tool-box:before {
  content: "ﭘ";
}

.fi-sr-tool-crop:before {
  content: "ﭙ";
}

.fi-sr-tool-marquee:before {
  content: "ﭚ";
}

.fi-sr-tools:before {
  content: "ﭛ";
}

.fi-sr-tooth:before {
  content: "ﭜ";
}

.fi-sr-toothbrush:before {
  content: "ﭝ";
}

.fi-sr-tornado:before {
  content: "ﭞ";
}

.fi-sr-total:before {
  content: "ﭟ";
}

.fi-sr-tour-guide-people:before {
  content: "ﭠ";
}

.fi-sr-tour-virtual:before {
  content: "ﭡ";
}

.fi-sr-tower-control:before {
  content: "ﭢ";
}

.fi-sr-track:before {
  content: "ﭣ";
}

.fi-sr-tractor:before {
  content: "ﭤ";
}

.fi-sr-trademark:before {
  content: "ﭥ";
}

.fi-sr-traffic-cone:before {
  content: "ﭦ";
}

.fi-sr-traffic-light-go:before {
  content: "ﭧ";
}

.fi-sr-traffic-light-slow:before {
  content: "ﭨ";
}

.fi-sr-traffic-light-stop:before {
  content: "ﭩ";
}

.fi-sr-traffic-light:before {
  content: "ﭪ";
}

.fi-sr-trailer:before {
  content: "ﭫ";
}

.fi-sr-train-journey:before {
  content: "ﭬ";
}

.fi-sr-train-side:before {
  content: "ﭭ";
}

.fi-sr-train-station-building:before {
  content: "ﭮ";
}

.fi-sr-train-station:before {
  content: "ﭯ";
}

.fi-sr-train-subway-tunnel:before {
  content: "ﭰ";
}

.fi-sr-train-tram:before {
  content: "ﭱ";
}

.fi-sr-train:before {
  content: "ﭲ";
}

.fi-sr-tram:before {
  content: "ﭳ";
}

.fi-sr-transform:before {
  content: "ﭴ";
}

.fi-sr-transformer-bolt:before {
  content: "ﭵ";
}

.fi-sr-transgender:before {
  content: "ﭶ";
}

.fi-sr-transporter-1:before {
  content: "ﭷ";
}

.fi-sr-transporter-2:before {
  content: "ﭸ";
}

.fi-sr-transporter-3:before {
  content: "ﭹ";
}

.fi-sr-transporter-4:before {
  content: "ﭺ";
}

.fi-sr-transporter-5:before {
  content: "ﭻ";
}

.fi-sr-transporter-6:before {
  content: "ﭼ";
}

.fi-sr-transporter-7:before {
  content: "ﭽ";
}

.fi-sr-transporter-empty:before {
  content: "ﭾ";
}

.fi-sr-transporter:before {
  content: "ﭿ";
}

.fi-sr-trash-can-check:before {
  content: "ﮀ";
}

.fi-sr-trash-can-clock:before {
  content: "ﮁ";
}

.fi-sr-trash-can-list:before {
  content: "ﮂ";
}

.fi-sr-trash-can-plus:before {
  content: "ﮃ";
}

.fi-sr-trash-can-slash:before {
  content: "ﮄ";
}

.fi-sr-trash-check:before {
  content: "ﮅ";
}

.fi-sr-trash-clock:before {
  content: "ﮆ";
}

.fi-sr-trash-list:before {
  content: "ﮇ";
}

.fi-sr-trash-plus:before {
  content: "ﮈ";
}

.fi-sr-trash-restore-alt:before {
  content: "ﮉ";
}

.fi-sr-trash-restore:before {
  content: "ﮊ";
}

.fi-sr-trash-slash:before {
  content: "ﮋ";
}

.fi-sr-trash-undo-alt:before {
  content: "ﮌ";
}

.fi-sr-trash-undo:before {
  content: "ﮍ";
}

.fi-sr-trash-xmark:before {
  content: "ﮎ";
}

.fi-sr-trash:before {
  content: "ﮏ";
}

.fi-sr-treasure-chest:before {
  content: "ﮐ";
}

.fi-sr-treatment:before {
  content: "ﮑ";
}

.fi-sr-tree-alt:before {
  content: "ﮒ";
}

.fi-sr-tree-christmas:before {
  content: "ﮓ";
}

.fi-sr-tree-deciduous:before {
  content: "ﮔ";
}

.fi-sr-tree:before {
  content: "ﮕ";
}

.fi-sr-trees-alt:before {
  content: "ﮖ";
}

.fi-sr-trees:before {
  content: "ﮗ";
}

.fi-sr-triangle-music:before {
  content: "ﮘ";
}

.fi-sr-triangle-person-digging:before {
  content: "ﮙ";
}

.fi-sr-triangle-warning:before {
  content: "ﮚ";
}

.fi-sr-triangle:before {
  content: "ﮛ";
}

.fi-sr-trillium:before {
  content: "ﮜ";
}

.fi-sr-trophy-star:before {
  content: "ﮝ";
}

.fi-sr-trophy:before {
  content: "ﮞ";
}

.fi-sr-truck-bolt:before {
  content: "ﮟ";
}

.fi-sr-truck-container-empty:before {
  content: "ﮠ";
}

.fi-sr-truck-container:before {
  content: "ﮡ";
}

.fi-sr-truck-couch:before {
  content: "ﮢ";
}

.fi-sr-truck-flatbed:before {
  content: "ﮣ";
}

.fi-sr-truck-front:before {
  content: "ﮤ";
}

.fi-sr-truck-loading:before {
  content: "ﮥ";
}

.fi-sr-truck-medical:before {
  content: "ﮦ";
}

.fi-sr-truck-monster:before {
  content: "ﮧ";
}

.fi-sr-truck-moving:before {
  content: "ﮨ";
}

.fi-sr-truck-pickup:before {
  content: "ﮩ";
}

.fi-sr-truck-plow:before {
  content: "ﮪ";
}

.fi-sr-truck-ramp:before {
  content: "ﮫ";
}

.fi-sr-truck-side:before {
  content: "ﮬ";
}

.fi-sr-truck-tow:before {
  content: "ﮭ";
}

.fi-sr-trumpet:before {
  content: "ﮮ";
}

.fi-sr-tshirt:before {
  content: "ﮯ";
}

.fi-sr-tty-answer:before {
  content: "ﮰ";
}

.fi-sr-tty:before {
  content: "ﮱ";
}

.fi-sr-tubes:before {
  content: "﮲";
}

.fi-sr-tugrik-sign:before {
  content: "﮳";
}

.fi-sr-turkey:before {
  content: "﮴";
}

.fi-sr-turntable:before {
  content: "﮵";
}

.fi-sr-turtle:before {
  content: "﮶";
}

.fi-sr-tv-music:before {
  content: "﮷";
}

.fi-sr-tv-retro:before {
  content: "﮸";
}

.fi-sr-typewriter:before {
  content: "﮹";
}

.fi-sr-u:before {
  content: "﮺";
}

.fi-sr-ufo-beam:before {
  content: "﮻";
}

.fi-sr-ufo:before {
  content: "﮼";
}

.fi-sr-umbrella-beach:before {
  content: "﮽";
}

.fi-sr-umbrella:before {
  content: "﮾";
}

.fi-sr-underline:before {
  content: "﮿";
}

.fi-sr-undo-alt:before {
  content: "﯀";
}

.fi-sr-undo:before {
  content: "﯁";
}

.fi-sr-unicorn:before {
  content: "﯂";
}

.fi-sr-uniform-martial-arts:before {
  content: "﯃";
}

.fi-sr-universal-access:before {
  content: "﯄";
}

.fi-sr-unlock:before {
  content: "﯅";
}

.fi-sr-up-left:before {
  content: "﯆";
}

.fi-sr-up-right-from-square:before {
  content: "﯇";
}

.fi-sr-up-right:before {
  content: "﯈";
}

.fi-sr-up:before {
  content: "﯉";
}

.fi-sr-upload:before {
  content: "﯊";
}

.fi-sr-url:before {
  content: "﯋";
}

.fi-sr-usb-pendrive:before {
  content: "﯌";
}

.fi-sr-usd-circle:before {
  content: "﯍";
}

.fi-sr-usd-square:before {
  content: "﯎";
}

.fi-sr-user-add:before {
  content: "﯏";
}

.fi-sr-user-alien:before {
  content: "﯐";
}

.fi-sr-user-astronaut:before {
  content: "﯑";
}

.fi-sr-user-check:before {
  content: "﯒";
}

.fi-sr-user-chef:before {
  content: "ﯓ";
}

.fi-sr-user-cowboy:before {
  content: "ﯔ";
}

.fi-sr-user-crown:before {
  content: "ﯕ";
}

.fi-sr-user-gear:before {
  content: "ﯖ";
}

.fi-sr-user-headset:before {
  content: "ﯗ";
}

.fi-sr-user-helmet-safety:before {
  content: "ﯘ";
}

.fi-sr-user-injured:before {
  content: "ﯙ";
}

.fi-sr-user-interface-ui:before {
  content: "ﯚ";
}

.fi-sr-user-lock:before {
  content: "ﯛ";
}

.fi-sr-user-md-chat:before {
  content: "ﯜ";
}

.fi-sr-user-md:before {
  content: "ﯝ";
}

.fi-sr-user-minus:before {
  content: "ﯞ";
}

.fi-sr-user-music:before {
  content: "ﯟ";
}

.fi-sr-user-ninja:before {
  content: "ﯠ";
}

.fi-sr-user-nurse:before {
  content: "ﯡ";
}

.fi-sr-user-pen:before {
  content: "ﯢ";
}

.fi-sr-user-pilot-tie:before {
  content: "ﯣ";
}

.fi-sr-user-pilot:before {
  content: "ﯤ";
}

.fi-sr-user-police:before {
  content: "ﯥ";
}

.fi-sr-user-robot-xmarks:before {
  content: "ﯦ";
}

.fi-sr-user-robot:before {
  content: "ﯧ";
}

.fi-sr-user-shield:before {
  content: "ﯨ";
}

.fi-sr-user-slash:before {
  content: "ﯩ";
}

.fi-sr-user-tag:before {
  content: "ﯪ";
}

.fi-sr-user-time:before {
  content: "ﯫ";
}

.fi-sr-user-unlock:before {
  content: "ﯬ";
}

.fi-sr-user-visor:before {
  content: "ﯭ";
}

.fi-sr-user-xmark:before {
  content: "ﯮ";
}

.fi-sr-user:before {
  content: "ﯯ";
}

.fi-sr-users-alt:before {
  content: "ﯰ";
}

.fi-sr-users-gear:before {
  content: "ﯱ";
}

.fi-sr-users-medical:before {
  content: "ﯲ";
}

.fi-sr-users-slash:before {
  content: "ﯳ";
}

.fi-sr-users:before {
  content: "ﯴ";
}

.fi-sr-utensils:before {
  content: "ﯵ";
}

.fi-sr-utility-pole-double:before {
  content: "ﯶ";
}

.fi-sr-utility-pole:before {
  content: "ﯷ";
}

.fi-sr-v:before {
  content: "ﯸ";
}

.fi-sr-vacuum-robot:before {
  content: "ﯹ";
}

.fi-sr-vacuum:before {
  content: "ﯺ";
}

.fi-sr-value-absolute:before {
  content: "ﯻ";
}

.fi-sr-vault:before {
  content: "ﯼ";
}

.fi-sr-vector-alt:before {
  content: "ﯽ";
}

.fi-sr-vector-circle:before {
  content: "ﯾ";
}

.fi-sr-vector-polygon:before {
  content: "ﯿ";
}

.fi-sr-vector:before {
  content: "ﰀ";
}

.fi-sr-venus-double:before {
  content: "ﰁ";
}

.fi-sr-venus-mars:before {
  content: "ﰂ";
}

.fi-sr-venus:before {
  content: "ﰃ";
}

.fi-sr-vest-patches:before {
  content: "ﰄ";
}

.fi-sr-vest:before {
  content: "ﰅ";
}

.fi-sr-video-arrow-down-left:before {
  content: "ﰆ";
}

.fi-sr-video-arrow-up-right:before {
  content: "ﰇ";
}

.fi-sr-video-camera-alt:before {
  content: "ﰈ";
}

.fi-sr-video-camera:before {
  content: "ﰉ";
}

.fi-sr-video-plus:before {
  content: "ﰊ";
}

.fi-sr-video-slash:before {
  content: "ﰋ";
}

.fi-sr-videoconference:before {
  content: "ﰌ";
}

.fi-sr-virus-slash:before {
  content: "ﰍ";
}

.fi-sr-virus:before {
  content: "ﰎ";
}

.fi-sr-viruses:before {
  content: "ﰏ";
}

.fi-sr-voicemail:before {
  content: "ﰐ";
}

.fi-sr-volcano:before {
  content: "ﰑ";
}

.fi-sr-volleyball:before {
  content: "ﰒ";
}

.fi-sr-volume-down:before {
  content: "ﰓ";
}

.fi-sr-volume-mute:before {
  content: "ﰔ";
}

.fi-sr-volume-off:before {
  content: "ﰕ";
}

.fi-sr-volume-slash:before {
  content: "ﰖ";
}

.fi-sr-volume:before {
  content: "ﰗ";
}

.fi-sr-vote-nay:before {
  content: "ﰘ";
}

.fi-sr-vote-yea:before {
  content: "ﰙ";
}

.fi-sr-vr-cardboard:before {
  content: "ﰚ";
}

.fi-sr-w:before {
  content: "ﰛ";
}

.fi-sr-waffle:before {
  content: "ﰜ";
}

.fi-sr-wagon-covered:before {
  content: "ﰝ";
}

.fi-sr-walker:before {
  content: "ﰞ";
}

.fi-sr-walkie-talkie:before {
  content: "ﰟ";
}

.fi-sr-walking:before {
  content: "ﰠ";
}

.fi-sr-wallet:before {
  content: "ﰡ";
}

.fi-sr-warehouse-alt:before {
  content: "ﰢ";
}

.fi-sr-washer:before {
  content: "ﰣ";
}

.fi-sr-watch-calculator:before {
  content: "ﰤ";
}

.fi-sr-watch-fitness:before {
  content: "ﰥ";
}

.fi-sr-watch-smart:before {
  content: "ﰦ";
}

.fi-sr-watch:before {
  content: "ﰧ";
}

.fi-sr-water-bottle:before {
  content: "ﰨ";
}

.fi-sr-water-ladder:before {
  content: "ﰩ";
}

.fi-sr-water-lower:before {
  content: "ﰪ";
}

.fi-sr-water-rise:before {
  content: "ﰫ";
}

.fi-sr-water:before {
  content: "ﰬ";
}

.fi-sr-watermelon:before {
  content: "ﰭ";
}

.fi-sr-wave-sine:before {
  content: "ﰮ";
}

.fi-sr-wave-square:before {
  content: "ﰯ";
}

.fi-sr-wave-triangle:before {
  content: "ﰰ";
}

.fi-sr-waveform-path:before {
  content: "ﰱ";
}

.fi-sr-waveform:before {
  content: "ﰲ";
}

.fi-sr-webcam-slash:before {
  content: "ﰳ";
}

.fi-sr-webcam:before {
  content: "ﰴ";
}

.fi-sr-whale:before {
  content: "ﰵ";
}

.fi-sr-wheat-awn-circle-exclamation:before {
  content: "ﰶ";
}

.fi-sr-wheat-awn-slash:before {
  content: "ﰷ";
}

.fi-sr-wheat-awn:before {
  content: "ﰸ";
}

.fi-sr-wheat-slash:before {
  content: "ﰹ";
}

.fi-sr-wheat:before {
  content: "ﰺ";
}

.fi-sr-wheelchair-move:before {
  content: "ﰻ";
}

.fi-sr-wheelchair:before {
  content: "ﰼ";
}

.fi-sr-whistle:before {
  content: "ﰽ";
}

.fi-sr-wifi-1:before {
  content: "ﰾ";
}

.fi-sr-wifi-2:before {
  content: "ﰿ";
}

.fi-sr-wifi-alt:before {
  content: "ﱀ";
}

.fi-sr-wifi-exclamation:before {
  content: "ﱁ";
}

.fi-sr-wifi-slash:before {
  content: "ﱂ";
}

.fi-sr-wifi:before {
  content: "ﱃ";
}

.fi-sr-wind-turbine:before {
  content: "ﱄ";
}

.fi-sr-wind-warning:before {
  content: "ﱅ";
}

.fi-sr-wind:before {
  content: "ﱆ";
}

.fi-sr-window-alt:before {
  content: "ﱇ";
}

.fi-sr-window-frame-open:before {
  content: "ﱈ";
}

.fi-sr-window-frame:before {
  content: "ﱉ";
}

.fi-sr-window-maximize:before {
  content: "ﱊ";
}

.fi-sr-window-minimize:before {
  content: "ﱋ";
}

.fi-sr-window-restore:before {
  content: "ﱌ";
}

.fi-sr-windsock:before {
  content: "ﱍ";
}

.fi-sr-wine-bottle:before {
  content: "ﱎ";
}

.fi-sr-wine-glass-crack:before {
  content: "ﱏ";
}

.fi-sr-wine-glass-empty:before {
  content: "ﱐ";
}

.fi-sr-wishlist-heart:before {
  content: "ﱑ";
}

.fi-sr-wishlist-star:before {
  content: "ﱒ";
}

.fi-sr-woman-head:before {
  content: "ﱓ";
}

.fi-sr-won-sign:before {
  content: "ﱔ";
}

.fi-sr-workflow-alt:before {
  content: "ﱕ";
}

.fi-sr-workflow-setting-alt:before {
  content: "ﱖ";
}

.fi-sr-workflow-setting:before {
  content: "ﱗ";
}

.fi-sr-workflow:before {
  content: "ﱘ";
}

.fi-sr-world:before {
  content: "ﱙ";
}

.fi-sr-worm:before {
  content: "ﱚ";
}

.fi-sr-wreath:before {
  content: "ﱛ";
}

.fi-sr-wrench-alt:before {
  content: "ﱜ";
}

.fi-sr-wrench-simple:before {
  content: "ﱝ";
}

.fi-sr-x-ray:before {
  content: "ﱞ";
}

.fi-sr-x:before {
  content: "ﱟ";
}

.fi-sr-y:before {
  content: "ﱠ";
}

.fi-sr-yen:before {
  content: "ﱡ";
}

.fi-sr-yin-yang:before {
  content: "ﱢ";
}

.fi-sr-z:before {
  content: "ﱣ";
}

.fi-sr-zoom-in:before {
  content: "ﱤ";
}

.fi-sr-zoom-out:before {
  content: "ﱥ";
}

i[class^=icon-]:before, i[class*=" icon-"]:before, span[class^=icon-]:before, span[class*=icon-]:before, .gw-fold.gw-fold-trigger:after {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon-star-full:before {
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gw-fold.gw-fold-trigger:after {
  content: "\f139";
}

.gw-fold.gw-fold-trigger.collapsed:after {
  content: "\f136";
}

.icon-stempel-bullet:before {
  content: "\f2de";
}

.icon-instagram:before {
  content: "\f2b6";
}

.icon-google:before {
  content: "亮";
}

.icon-file-pdf:before {
  content: "\f521";
}

.icon-document-pdf:before {
  content: "\f521";
}

.icon-document-diagrams:before {
  content: "\f50f";
}

.icon-linkedin:before {
  content: "\f7ee";
}

.icon-home:before {
  content: "\f61f";
}

.icon-lock:before {
  content: "\f6d8";
}

.icon-cog:before {
  content: "\f8c2";
}

.icon-heart:before {
  content: "\f60e";
}

.icon-envelope:before {
  content: "\f4ac";
}

.icon-paper-plane:before {
  content: "\f79a";
}

.icon-map-marker:before {
  content: "\f6f4";
}

.icon-launch:before {
  content: "\f189";
}

.icon-quote-close:before {
  content: "\f83a";
}

.icon-smile:before {
  content: "鸞";
}

.icon-sad:before {
  content: "\f4c7";
}

.icon-shocked:before {
  content: "\f4c3";
}

.icon-neutral:before {
  content: "鸞";
}

.icon-download:before {
  content: "\f478";
}

.icon-magnifier:before {
  content: "\f8b6";
}

.icon-check:before {
  content: "\f312";
}

.icon-minus:before {
  content: "\f730";
}

.icon-chevron-left:before {
  content: "\f134";
}

.icon-arrow-down:before {
  content: "\f133";
}

.icon-warning:before {
  content: "廒";
}

.icon-plus-square:before {
  content: "閭";
}

.icon-chevron-down-square:before {
  content: "\f13a";
}

.icon-check-square:before {
  content: "\f3d5";
}

.icon-search:before {
  content: "\f8b6";
}

.icon-question-circle:before {
  content: "\f838";
}

.icon-bigarrow-left:before {
  content: "\f171";
}

.icon-blog:before {
  content: "\f7b4";
}

.icon-cake:before {
  content: "\f298";
}

.icon-star-full:before {
  content: "瞧";
}

.icon-alarm:before {
  content: "\f1eb";
}

.icon-inbox:before {
  content: "\f659";
}

.icon-couvert-dot:before {
  content: "\f4a5";
}

.icon-certificate:before {
  content: "\f455";
}

.icon-reply:before {
  content: "\f865";
}

.icon-xing:before {
  content: "הּ";
}

.icon-facebook:before {
  content: "盧";
}

.icon-file-xls:before {
  content: "\f517";
}

.icon-document-xls:before {
  content: "\f517";
}

.icon-document-certificate:before {
  content: "\f455";
}

.icon-youtube:before {
  content: "\f36f";
}

.icon-pencil:before {
  content: "\f7be";
}

.icon-unlock:before {
  content: "窱";
}

.icon-trash:before {
  content: "勺";
}

.icon-star:before {
  content: "令";
}

.icon-paperclip:before {
  content: "\f79b";
}

.icon-user:before {
  content: "㮝";
}

.icon-calendar-full:before {
  content: "\f2ad";
}

.icon-lamp:before {
  content: "\f287";
}

.icon-chart-settings:before {
  content: "\f8c1";
}

.icon-grin:before {
  content: "\f5b3";
}

.icon-wink:before {
  content: "蘭";
}

.icon-shocked2:before {
  content: "\f4cf";
}

.icon-happy-grin:before {
  content: "\f5a6";
}

.icon-upload:before {
  content: "練";
}

.icon-cross:before {
  content: "\f40e";
}

.icon-cross-big:before {
  content: "\f40f";
}

.icon-chevron-up:before {
  content: "\f13e";
}

.icon-chevron-right:before {
  content: "\f135";
}

.icon-arrow-left:before {
  content: "\f171";
}

.icon-play-circle:before {
  content: "\f806";
}

.icon-minus-square:before {
  content: "女";
}

.icon-chevron-left-square:before {
  content: "\f13b";
}

.icon-cross-square:before {
  content: "秊";
}

.icon-avatar:before {
  content: "\f364";
}

.icon-arrow-left-square:before {
  content: "\f179";
}

.icon-bigarrow-right:before {
  content: "\f173";
}

.icon-news:before {
  content: "\f718";
}

.icon-telephone:before {
  content: "\f7e4";
}

.icon-bubble:before {
  content: "\f3ca";
}

.icon-envelope-open:before {
  content: "\f4aa";
}

.icon-envelope-dot:before {
  content: "\f4a5";
}

.icon-couvert-open:before {
  content: "\f4aa";
}

.icon-map:before {
  content: "\f6f5";
}

.icon-hdd-down:before {
  content: "\f478";
}

.icon-hdd-up:before {
  content: "練";
}

.icon-file-empty:before {
  content: "\f52c";
}

.icon-document-png:before {
  content: "\f51a";
}

.icon-twitter:before {
  content: "淪";
}

.icon-folder:before {
  content: "\f560";
}

.icon-clipboard-user:before {
  content: "\f378";
}

.icon-enter:before {
  content: "\f4a2";
}

.icon-exit:before {
  content: "\f4b6";
}

.icon-equalizer:before {
  content: "亂";
}

.icon-cart-empty:before {
  content: "\f8e5";
}

.icon-laptop-phone:before {
  content: "\f696";
}

.icon-quote-open:before {
  content: "\f83a";
}

.icon-happy:before {
  content: "\f4ef";
}

.icon-tongue:before {
  content: "\f5b1";
}

.icon-dream:before {
  content: "\f4e1";
}

.icon-tongue2:before {
  content: "\f5b0";
}

.icon-cool:before {
  content: "\f4ef";
}

.icon-file-image:before {
  content: "\f51a";
}

.icon-menu:before {
  content: "\f70c";
}

.icon-plus:before {
  content: "\f80e";
}

.icon-chevron-down:before {
  content: "\f133";
}

.icon-arrow-up:before {
  content: "\f18e";
}

.icon-arrow-right:before {
  content: "\f173";
}

.icon-square:before {
  content: "輦";
}

.icon-chevron-up-square:before {
  content: "\f13d";
}

.icon-chevron-right-square:before {
  content: "\f13c";
}

.icon-ellipsis:before {
  content: "\f70e";
}

.icon-avatar-full:before {
  content: "\f364";
}

.icon-arrow-right-square:before {
  content: "\f17a";
}

.icon-checkstamp:before {
  content: "\f1b1";
}

.icon-team:before {
  content: "𧻓";
}

.icon-smartphone:before {
  content: "卵";
}

.icon-earth:before {
  content: "\f597";
}

.icon-reply-all:before {
  content: "\f865";
}

.icon-couvert:before {
  content: "\f4ac";
}

.icon-analysis:before {
  content: "嶺";
}

.gw-crosslinks {
  border-color: white;
}

footer {
  background-color: white;
}

.gw-footerbox {
  color: white;
  background: #002da5;
  overflow: hidden;
  padding: 7rem 1.5rem 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .gw-footerbox {
    padding: 7rem 4rem;
  }
}
.gw-footerbox .gw-footer:before {
  content: url(../img/stoerer-outline/gatewayone_Stoerer_outline_rgb_orange.svg);
  position: absolute;
  top: -12rem;
  right: -4rem;
  width: 18.5rem;
  transform: rotate(90deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .gw-footerbox .gw-footer:before {
    width: 45.4rem;
    top: -29rem;
    right: -36rem;
  }
}
@media (min-width: 992px) {
  .gw-footerbox .gw-footer:after {
    content: url(../img/stoerer-outline/gatewayone_Stoerer_outline_rgb_orange.svg);
    position: absolute;
    transform: rotate(90deg);
    width: 45.4rem;
    bottom: -8rem;
    left: -33rem;
    z-index: -1;
  }
}
.gw-footerbox .gw-footer {
  position: relative;
  z-index: 1;
}
.gw-footerbox .title {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .gw-footerbox .title {
    width: 50%;
    margin-bottom: 3rem;
  }
}
.gw-footerbox .gw-targetsrow {
  margin-bottom: 4rem;
}
.gw-footerbox .gw-targetsrow .gw-targetbtn {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: white;
  margin-bottom: 2rem;
}
.gw-footerbox .gw-targetsrow .gw-targetbtn:hover {
  text-decoration: underline;
}
.gw-footerbox .gw-targetsrow .gw-targetbtn .gw-iconbtn {
  margin-right: 1.5rem;
  text-decoration: none;
}
.gw-footerbox .gw-targetsrow .gw-targetbtn .h5 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.gw-footerbox .gw-rocketbox {
  background: white;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
  padding: 0 1.5rem;
}
@media (min-width: 1480px) {
  .gw-footerbox .gw-rocketbox {
    margin-bottom: 8rem;
    padding: 0 3rem;
  }
}
.gw-footerbox .gw-rocketbox .gw-rocket {
  text-align: center;
}
.gw-footerbox .gw-rocketbox .gw-rocket img {
  width: 6rem;
  transform: translateY(-2rem);
}
@media (min-width: 1480px) {
  .gw-footerbox .gw-rocketbox .gw-rocket img {
    width: 9rem;
  }
}
.gw-footerbox .gw-rocketbox .gw-rockettext {
  align-self: center;
}
.gw-footerbox .gw-rocketbox .gw-rockettext h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #002da5;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1480px) {
  .gw-footerbox .gw-rocketbox .gw-rockettext h3 {
    font-size: 2.5rem;
    line-height: 2.625rem;
    text-align: left;
  }
}
.gw-footerbox .gw-rocketbox .gw-rocketlink {
  text-align: center;
  align-self: center;
}
.gw-footerbox .gw-rocketbox .gw-rocketlink a {
  transform: translateY(2rem);
  width: 100%;
}
@media (min-width: 992px) {
  .gw-footerbox .gw-rocketbox .gw-rocketlink {
    text-align: right;
  }
  .gw-footerbox .gw-rocketbox .gw-rocketlink a {
    transform: none;
    width: auto;
  }
}
.gw-footerbox .gw-linkrow .gw-linkcol {
  margin-bottom: 3rem;
}
.gw-footerbox .gw-linkrow h3.h6 {
  font-style: normal;
}
.gw-footerbox .gw-linkrow a {
  display: block;
  color: white;
  text-decoration: none;
}
.gw-footerbox .gw-linkrow a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .gw-footerbox .gw-linkrow {
    padding: 0 3rem;
  }
}
.gw-footerbox .gw-socialbox {
  text-align: center;
}
@media (min-width: 1480px) {
  .gw-footerbox .gw-socialbox {
    text-align: left;
  }
}

.gw-subfooter {
  background: white;
  padding: 1.5rem 1.5rem 8.5rem;
  color: #002da5;
  font-size: 1rem;
  font-weight: 700;
}
.gw-subfooter a {
  color: #002da5;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.gw-subfooter a:hover {
  text-decoration: underline;
}
.gw-subfooter .first {
  display: none;
}
.gw-subfooter .last a:before {
  content: "|";
  margin: 0 0.25rem;
}
.gw-subfooter .last a:first-child:before {
  content: "";
}
@media (min-width: 1480px) {
  .gw-subfooter {
    padding: 0.5rem 3rem;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .gw-subfooter a {
    font-size: 0.75rem;
    font-weight: 400;
  }
  .gw-subfooter .first {
    display: block;
    text-transform: uppercase;
  }
  .gw-subfooter .last {
    text-align: right;
  }
}

ul.gw-joboffer-items {
  list-style: none;
  padding: 0;
}

.gw-jon-item {
  position: relative;
  margin-bottom: 1.5rem !important;
  transition: transform 0.25s ease;
}
.gw-jon-item .gw-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-decoration: none;
  color: #343a40;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .gw-jon-item .gw-title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.gw-jon-item .gw-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 1rem;
  text-decoration: none;
}
.gw-jon-item:hover {
  transform: scale(1.05);
}

.gw-jon-item-link {
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 1rem;
  text-decoration: none;
  color: #343a40;
}

.gw-jon-item-content {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 992px) {
  .gw-jon-item-content {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-right: 10rem;
  }
}
@media (min-width: 1480px) {
  .gw-jon-item-content {
    padding-right: 13rem;
  }
}

.gw-jon-item-customer {
  width: 170px;
  margin-right: 2.5rem;
  flex: none;
  min-height: 6rem;
}
@media (min-width: 992px) {
  .gw-jon-item-customer {
    min-height: auto;
  }
}

.gw-jon-customer-logo {
  position: relative;
}
.gw-jon-customer-logo img {
  width: 100%;
}

.gw-jon-customer-placeholder {
  height: auto;
  aspect-ratio: 210/100;
  background-color: #F2F2F2;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gw-jon-customer-placeholder i {
  color: #777777;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .gw-jon-customer-placeholder {
    width: 100%;
  }
}

.gw-jon-sqq-seal {
  position: absolute;
  display: inline-block;
  top: 0;
  right: -2rem;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-jon-sqq-seal img {
  max-width: 2rem;
  height: auto;
}

.gw-jon-item-info {
  flex: none;
}
@media (min-width: 992px) {
  .gw-jon-item-info {
    flex: auto;
  }
}

.gw-jon-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.85rem;
  background-color: #F4F8FF;
  color: #002da5;
  font-weight: 600;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.gw-jon-badge::first-letter {
  text-transform: capitalize;
}

.gw-jon-mark-as-favorite {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: auto;
  display: flex;
  align-items: start;
}
.gw-jon-mark-as-favorite button {
  margin: auto;
}
.gw-jon-mark-as-favorite button i {
  font-size: 1.25rem;
  color: #777777;
}
@media (min-width: 992px) {
  .gw-jon-mark-as-favorite {
    align-items: center;
    height: calc(100% - 2rem);
    align-items: center;
  }
}

.gw-jon-job-favorite {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  margin: 1rem;
  background-color: transparent;
}
.gw-jon-job-favorite:hover {
  background-color: #F2F2F2;
}
.gw-jon-job-favorite:hover i {
  color: #002da5;
}

.gw-prof-toolzone {
  background-color: transparent;
}

.gw-compact .gw-filterbox-toggler.gw-filterbox-open i::before {
  content: "\f13e";
}

.gw-map-trigger.gw-map-open i::before {
  content: "\f13e";
}

.gw-prof-filter .gw-prof-filterbox {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gw-prof-filter .gw-prof-filterbox {
    margin-bottom: 2rem;
  }
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox {
  padding: 1rem;
}
@media (min-width: 768px) {
  .gw-prof-filter .gw-prof-filterbox .gw-searchcritbox {
    padding: 1.5rem;
  }
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .gw-searchcrit {
  background-color: #F4F8FF;
  border-radius: 2rem;
  padding: 0.5rem 3.333rem 0.5rem 1.5rem;
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .gw-searchcrit .gw-critlabel {
  display: none;
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .gw-searchcrit .gw-critvalue .gw-label {
  color: #002da5;
  font-size: 0.85rem;
  font-weight: 500;
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .gw-searchcrit .gw-critvalue .gw-closer {
  font-size: 1rem;
  right: 1rem;
  top: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .k-autocomplete {
  border-radius: 1rem;
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-input {
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
}
.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-input::placeholder {
  font-size: 1.25rem;
  color: #777777;
}
.gw-prof-filter .gw-prof-filterbox .gw-perimeterbox {
  padding: 0.75rem 1.5rem;
  border: 1px solid #777777;
  border-radius: 1rem;
}

.gw-prof-toolzone.fixed .gw-prof-filter .gw-prof-filterbox {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.gw-jobmap {
  border-radius: 1rem;
  overflow: hidden;
}

.gw-resultcount {
  flex-wrap: wrap;
  gap: 1rem;
}
.gw-resultcount p:first-child small {
  font-size: 1.25rem;
  color: #777777;
}
@media (min-width: 768px) {
  .gw-resultcount p:first-child small {
    font-size: 1.875rem;
    color: #002da5;
  }
}

.gw-company-header {
  border-radius: 1.375rem;
  padding: 1rem;
}
.gw-company-header .gw-company-image {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.gw-company-header .gw-company-detail-wrapper {
  padding: 0;
  margin-bottom: 1.5rem;
}
.gw-company-header .gw-company-detail-wrapper h1, .gw-company-header .gw-company-detail-wrapper h1 .h5 {
  font-size: 1.4375rem;
}
@media (min-width: 1480px) {
  .gw-company-header .gw-company-detail-wrapper h1, .gw-company-header .gw-company-detail-wrapper h1 .h5 {
    font-size: 1.875rem;
  }
}
.gw-company-header .gw-company-detail-wrapper h1 .h5 .font-weight-light {
  font-weight: bold !important;
}
.gw-company-header .gw-company-detail-wrapper .gw-badge-headline {
  background: none;
  color: #C9931B;
  margin-bottom: 1.5rem !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.05;
  padding: 0;
}
@media (min-width: 992px) {
  .gw-company-header .gw-company-detail-wrapper .gw-badge-headline {
    font-size: 1.25rem;
  }
}
.gw-company-header .gw-company-detail-wrapper .gw-badge-headline i {
  display: none;
}
.gw-company-header .gw-divider {
  display: none;
}
.gw-company-header .gw-company-navbar {
  padding: 0;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link {
  font-weight: 400;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-navbar {
    padding: 0;
  }
}
.gw-company-header .gw-ul-split li {
  margin-bottom: 0.25rem !important;
}
.gw-company-header .gw-company-facts .gw-offer-startdate {
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #F4F8FF;
  color: #002da5;
  margin-bottom: 0.5rem;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p {
  font-size: 0.75rem;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p strong {
  font-weight: 500;
}
@media (min-width: 768px) {
  .gw-company-header {
    padding: 1.5rem;
  }
}

.gw-sticky-note {
  transition: transform 0.25s ease;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-bottom: 3.75rem;
}
.gw-sticky-note .text-right.mb-2 {
  display: none;
}
.gw-sticky-note p {
  color: #343a40;
  font-size: 1rem;
}
.gw-sticky-note .gw-sticky-note-inner {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-sticky-note .gw-behind {
  font-size: 1rem;
}
.gw-sticky-note:hover {
  transform: scale(1.05);
}
.gw-sticky-note .gw-catname {
  display: none;
}
.gw-sticky-note .gw-datum {
  font-weight: 400;
  color: #002da5 !important;
  font-size: 1.0625rem;
}

.gw-sticky-note .gw-behind {
  font-size: 1.5rem;
  color: #343a40;
}

.gw-stickynote.gw-orange .gw-behind span {
  background-color: transparent !important;
  box-shadow: none;
}

.gw-stickynote-checked .gw-sticky-note {
  position: relative;
  transform: translateY(-0.25rem) scale(1.03);
}
.gw-stickynote-checked .gw-sticky-note:after {
  content: "\f312";
  width: 2rem;
  height: 2rem;
  background: #002da5;
  position: absolute;
  right: 48%;
  bottom: -0.9rem;
  border-radius: 1rem;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  color: white;
  text-align: center;
  font-size: 1rem;
}

.ui-autocomplete {
  z-index: 1000;
  min-width: 10rem;
  max-width: 40rem;
  padding: 1rem;
  margin: 0.125rem 0 0;
  font-size: 1.25rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #777;
  border-radius: 1rem;
}
.ui-autocomplete .ui-menu-item {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  position: relative;
  cursor: pointer;
  color: #777;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #f4f8ff;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
  background: none;
  border-color: transparent;
  color: #777;
}

.gw-crosslinkbox {
  padding-top: 1.667rem;
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.gw-crosslinkbox .gw-crosslink {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1.375rem;
  padding: 1rem;
  background-color: white !important;
  height: 22rem;
  width: 100%;
  transition: transform 0.25s ease;
}
.gw-crosslinkbox .gw-crosslink:hover {
  transform: scale(1.05);
}
.gw-crosslinkbox .gw-crosslink .gw-inner {
  background-color: #002da5;
  border-radius: 1rem;
  padding: 2.1875rem 2.1875rem 3.6875rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.gw-crosslinkbox .gw-crosslink .gw-teasetxt {
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .gw-crosslinkbox .gw-crosslink {
    flex: 0 0 auto;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .gw-crosslinkbox .gw-crosslink {
    flex: 0 0 auto;
    width: 30%;
  }
  .gw-crosslinkbox .gw-crosslink .gw-inner {
    padding: 1rem 2.5rem 2.125rem 2.5rem;
  }
}

.gw-p-module {
  padding: 4rem 1.5rem;
}
@media (min-width: 768px) {
  .gw-p-module {
    padding: 4rem 3rem;
  }
}

.gw-p-module-big {
  padding: 4.875rem 1.5rem;
}
@media (min-width: 992px) {
  .gw-p-module-big {
    padding: 6.25rem 10.75rem;
  }
}

.gw-p-module-giant {
  padding: 4.875rem 1.5rem;
}
@media (min-width: 992px) {
  .gw-p-module-giant {
    padding: 3.125rem 16.75rem 6.6875rem;
  }
}

@media (min-width: 1480px) {
  .gw-p-login-subcontainer {
    padding: 6.25rem 10.75rem;
  }
}

.gw-cta-teaser-bild-small {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 3rem 0;
  padding-bottom: 28rem;
  background-size: auto 28rem;
  background-position: left 80% bottom;
}
.gw-cta-teaser-bild-small .gw-top {
  background-color: #002da5;
  color: white;
  padding: 2.5rem 2rem 1rem;
}
.gw-cta-teaser-bild-small .gw-top .gw-wrapper {
  position: relative;
  z-index: 1;
}
.gw-cta-teaser-bild-small .gw-top .gw-wrapper:after {
  content: url(../img/stoerer/gatewayone_Stoerer_rgb_blue.svg);
  position: absolute;
  bottom: -6rem;
  left: -155%;
  width: 400%;
  z-index: -1;
}
.gw-cta-teaser-bild-small .gw-spitzmarke {
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
}
.gw-cta-teaser-bild-small .headline {
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .gw-cta-teaser-bild-small .gw-top .btn {
    position: absolute;
    bottom: 4rem;
    left: 1.5rem;
    right: 1.5rem;
    border-color: #fff;
  }
}
@media (min-width: 576px) {
  .gw-cta-teaser-bild-small .gw-top .gw-wrapper::after {
    bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .gw-cta-teaser-bild-small .gw-top .gw-wrapper::after {
    bottom: -10rem;
  }
}
@media (min-width: 992px) {
  .gw-cta-teaser-bild-small {
    background-size: cover;
    background-position: center center !important;
    padding: 0;
  }
  .gw-cta-teaser-bild-small .gw-top {
    background-color: transparent;
    width: 43rem;
    padding: 3rem 3rem;
  }
  .gw-cta-teaser-bild-small .gw-top .btn {
    position: relative;
    z-index: 1;
  }
  .gw-cta-teaser-bild-small .gw-top .gw-wrapper:after {
    width: 53rem;
    left: -20rem;
    bottom: -20rem;
  }
  .gw-cta-teaser-bild-small.right .gw-top {
    width: 100%;
    padding-left: 55%;
  }
  .gw-cta-teaser-bild-small.right .gw-top .gw-wrapper::after {
    left: -10rem;
    bottom: -15rem;
  }
  .gw-cta-teaser-bild-small .gw-spitzmarke {
    font-size: 1.25rem;
  }
}
@media (min-width: 1480px) {
  .gw-cta-teaser-bild-small .gw-top .gw-wrapper::after {
    left: -8rem;
    bottom: -24rem;
  }
  .gw-cta-teaser-bild-small.right .gw-top {
    padding-left: 50%;
  }
  .gw-cta-teaser-bild-small.right .gw-top .gw-wrapper::after {
    left: -12rem;
  }
}
@media (min-width: 1480px) {
  .gw-cta-teaser-bild-small.right .gw-top {
    padding-left: 60%;
  }
}

.gw-cta-teaser-bild {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 5rem 0;
  padding-bottom: 28rem;
  background-size: auto 28rem;
}
.gw-cta-teaser-bild .gw-top {
  background-color: #002da5;
  color: white;
  padding: 2.5rem 2rem 1rem;
}
.gw-cta-teaser-bild .gw-top .gw-wrapper {
  position: relative;
  z-index: 1;
}
.gw-cta-teaser-bild .gw-top .gw-wrapper:after {
  content: url(../img/stoerer/gatewayone_Stoerer_rgb_blue.svg);
  position: absolute;
  bottom: -6rem;
  left: -155%;
  width: 400%;
  z-index: -1;
}
.gw-cta-teaser-bild .gw-top .gw-wrapper .headline {
  font-size: 1.625rem;
}
.gw-cta-teaser-bild .gw-spitzmarke {
  color: white;
}
@media (max-width: 991.98px) {
  .gw-cta-teaser-bild .gw-top .btn {
    position: absolute;
    bottom: 4rem;
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (min-width: 576px) {
  .gw-cta-teaser-bild .gw-top .gw-wrapper::after {
    bottom: -7rem;
  }
}
@media (min-width: 768px) {
  .gw-cta-teaser-bild .gw-top .gw-wrapper::after {
    bottom: -10rem;
  }
  .gw-cta-teaser-bild .gw-top .gw-wrapper .headline {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .gw-cta-teaser-bild {
    background-size: cover;
    background-position: center center !important;
    padding: 0;
    max-height: 35rem;
  }
  .gw-cta-teaser-bild .gw-top {
    background-color: transparent;
    width: 43rem;
    padding: 5rem 7.75rem;
  }
  .gw-cta-teaser-bild .gw-top .btn {
    position: relative;
    z-index: 1;
  }
  .gw-cta-teaser-bild .gw-top .gw-wrapper:after {
    width: 53rem;
    left: -20rem;
    bottom: -10rem;
  }
  .gw-cta-teaser-bild.right .gw-top {
    width: 100%;
    padding-left: 55%;
  }
  .gw-cta-teaser-bild.right .gw-top .gw-wrapper::after {
    left: -10rem;
    bottom: -15rem;
  }
}
@media (min-width: 1480px) {
  .gw-cta-teaser-bild {
    height: 39vw;
  }
  .gw-cta-teaser-bild .gw-top .gw-wrapper::after {
    bottom: -11rem;
  }
  .gw-cta-teaser-bild.right .gw-top {
    padding-left: 50%;
  }
  .gw-cta-teaser-bild.right .gw-top .gw-wrapper::after {
    left: -12rem;
  }
}
@media (min-width: 1480px) {
  .gw-cta-teaser-bild.right .gw-top {
    padding-left: 60%;
  }
}

@media (min-width: 992px) {
  .gw-wizard .gw-rounded-box {
    padding: 3rem !important;
  }
  .gw-wizard .gw-info-box {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .gw-wizard .form-submit {
    min-width: 19rem;
  }
}

::placeholder {
  font-weight: 300;
}

form {
  margin-bottom: 1rem;
}
form .form-explanation {
  color: #002da5;
  margin-top: 2.25rem;
}
form label:not(.custom-file-label):not(.custom-control-label):not(.form-check-label),
form fieldset.form-group legend {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
form label.form-check-label {
  font-weight: 400;
}
form label.custom-file {
  font-weight: 400;
  font-size: 1rem;
}
form .form-row {
  margin-bottom: 1rem;
}
form .form-control[type=date] {
  min-height: 2.375em;
}
form .gw-fold {
  margin-bottom: 1rem;
}
form .gw-fold > legend {
  border-bottom: 1px solid #9FC2FF;
  position: relative;
  cursor: pointer;
}
form .gw-fold > legend:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #002da5;
  position: absolute;
  right: 0;
  bottom: 0;
}
form .gw-fold > legend.collapsed:before {
  content: "\e93b";
}
form .gw-fieldset {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem 0;
  margin-bottom: 1rem;
}
form .gw-fieldset legend {
  width: auto;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
form .custom-file-label {
  white-space: nowrap;
  padding-right: 7rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
form .custom-file-label:after {
  color: #fff;
  background-color: #fab400;
  font-weight: 700;
  border-color: #fab400;
}
form .custom-file-label.gw-green-500:after {
  background-color: #002da5;
  border-color: #002da5;
}
form .gw-file-input.is-invalid + .custom-file-label:after {
  background-color: #BE1700;
  border-color: #BE1700;
}
form .gw-custom-file {
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-input {
  height: calc(2.8rem + 2px);
  min-width: 10rem;
  width: 8rem;
}
form .gw-custom-file .custom-file-label {
  background-color: #fab400;
  border-color: #fab400;
  font-size: 1.3rem;
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-label:after {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-label:before {
  height: calc(2.8rem + 2px);
  font-weight: 400;
}
form .gw-custom-file .custom-file-label:lang(de):empty::after, form .gw-custom-file .custom-file-label:lang(fr):empty::after, form .gw-custom-file .custom-file-label:lang(it):empty::after, form .gw-custom-file .custom-file-label:lang(en):empty::after {
  content: "\e931";
}
form .gw-custom-file.gw-green .custom-file-label {
  background-color: #002da5;
  border-color: #002da5;
}
form .gw-custom-file.gw-green .custom-file-label:before {
  background-color: #002da5;
  border-color: #002da5;
}
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(de):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(fr):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(it):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(en):empty::after {
  content: "\e932";
}

body.gw-junior main.gw-content.px-lg-5.container {
  padding: 4rem 1.5rem !important;
}
@media (min-width: 768px) {
  body.gw-junior main.gw-content.px-lg-5.container {
    padding: 4rem 3rem !important;
  }
}

p a:not(.btn) {
  color: #fab400;
  text-decoration: underline;
}
p a:not(.btn):hover {
  color: #000B23;
  text-decoration: underline;
}

.alert.alert-danger .gw-likealink {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.alert strong i::before {
  line-height: 1;
}

.gw-progress {
  height: 1.875rem;
  font-weight: 500;
}

[class*=btn-outline-] {
  padding: calc(1rem - 3px) calc(1.5rem - 3px);
}

.gw-btn-inner {
  border-color: transparent !important;
}

.gw-outline-btn .gw-btn-inner {
  padding: 0;
}

@media (min-width: 768px) {
  .btn-okgt i {
    display: inline !important;
  }
}

.form-check {
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.form-check .form-check-label {
  height: 1.875rem;
  line-height: 1.875rem;
}
.form-check .form-check-input {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #343a40;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  margin-left: -3rem;
  margin-top: 0;
}
.form-check .form-check-input:checked {
  background-color: #002da5;
  border-color: #002da5;
}
.form-check .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check .form-check-input[type=radio] {
  border-radius: 50%;
}

.float-right .form-check .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -1.5rem;
}

@media (max-width: 1479.98px) {
  .gw-fixed-alert-container {
    margin-bottom: 8rem !important;
    z-index: 2;
  }
}

@media (max-width: 1479.98px) {
  .gw-sticky-bottom {
    padding-bottom: 8rem !important;
  }
}
.gw-modal .modal-content {
  background-color: white;
}

.modal-title {
  font-size: 1.5rem;
}

.form-group {
  margin-bottom: 2.25rem;
}

fieldset, .gw-fieldset {
  border-radius: 1rem;
  margin-bottom: 2.25rem;
}
fieldset legend, .gw-fieldset legend {
  font-size: 1.5rem;
  color: #002da5;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.dropdown-item {
  border-radius: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: calc(100% - 1rem);
}

form label:not(.custom-file-label):not(.custom-control-label):not(.form-check-label), form fieldset.form-group legend {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
form label:not(.custom-file-label):not(.custom-control-label):not(.form-check-label) + p.gw-smalltext, form fieldset.form-group legend + p.gw-smalltext {
  padding-left: 1.5rem;
}

.form-group .custom-file + .form-text.text-muted {
  padding-left: 1.5rem;
}

.input-group input[type=date] {
  border-radius: 1rem !important;
}
.input-group input[type=date] + .input-group-append {
  display: none;
}

.gw-intrabox > .container, .gw-intrabox .mod_navigation {
  background-color: #F4F8FF !important;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.gw-intrabox > .container .nav-link, .gw-intrabox .mod_navigation .nav-link {
  border-radius: 0.5rem;
  color: #002da5;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.75rem 1rem;
}
.gw-intrabox > .container .nav-link.active, .gw-intrabox .mod_navigation .nav-link.active {
  font-weight: 700;
  color: #002da5 !important;
}
.gw-intrabox > .container .nav-link:hover, .gw-intrabox .mod_navigation .nav-link:hover {
  background-color: white !important;
}
.gw-intrabox > .container .nav-link span, .gw-intrabox .mod_navigation .nav-link span {
  font-size: 1rem;
}
.gw-intrabox > .container .dropdown-menu, .gw-intrabox .mod_navigation .dropdown-menu {
  padding: 0.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.gw-intrabox > .container .dropdown-menu .dropdown-item, .gw-intrabox .mod_navigation .dropdown-menu .dropdown-item {
  font-size: 1.125rem;
  border-radius: 0.5rem;
  position: relative;
  padding: 0.5rem 1.25rem;
  background-color: white;
}
.gw-intrabox > .container .dropdown-menu .dropdown-item:hover, .gw-intrabox .mod_navigation .dropdown-menu .dropdown-item:hover {
  border-radius: 0.5rem;
  background-color: #F4F8FF;
}
@media (min-width: 768px) {
  .gw-intrabox > .container, .gw-intrabox .mod_navigation {
    padding-bottom: 1rem;
  }
}

.nav.nav-tabs,
.nav.gw-nav-tabnavigation,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0 1rem;
  margin-bottom: -2rem;
  position: relative;
  z-index: 1;
  border: none;
  justify-content: center;
  overflow: initial;
}
.nav.nav-tabs .nav-item,
.nav.gw-nav-tabnavigation .nav-item,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs .nav-item {
  margin: 0;
}
.nav.nav-tabs .nav-link,
.nav.gw-nav-tabnavigation .nav-link,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs .nav-link {
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  border-radius: 1rem;
  padding: 1rem 0.25rem !important;
  color: #C8C8C8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
  height: 100%;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.25;
  text-transform: unset;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
  transition: ease color 0.25s;
}
.nav.nav-tabs .nav-link:hover,
.nav.gw-nav-tabnavigation .nav-link:hover,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs .nav-link:hover {
  color: #343a40;
}
.nav.nav-tabs .nav-link.active,
.nav.gw-nav-tabnavigation .nav-link.active,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs .nav-link.active {
  background-color: white;
  border-color: #002da5;
  color: #002da5;
  transition: none;
}
@media (min-width: 576px) {
  .nav.nav-tabs .nav-link,
  .nav.gw-nav-tabnavigation .nav-link,
  #Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs .nav-link {
    flex-direction: row;
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
  }
}
@media (min-width: 1480px) {
  .nav.nav-tabs .nav-link,
  .nav.gw-nav-tabnavigation .nav-link,
  #Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs .nav-link {
    padding: 1.5rem !important;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .nav.nav-tabs,
  .nav.gw-nav-tabnavigation,
  #Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs {
    gap: 1.25rem;
    padding: 0 3.25rem;
  }
}
@media (min-width: 992px) {
  .nav.nav-tabs,
  .nav.gw-nav-tabnavigation,
  #Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs {
    margin-bottom: -2.5rem;
  }
}
.nav.nav-tabs + .tab-content, .nav.nav-tabs + form .tab-content,
.nav.gw-nav-tabnavigation + .tab-content,
.nav.gw-nav-tabnavigation + form .tab-content,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 5rem 1rem 1rem !important;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .nav.nav-tabs + .tab-content, .nav.nav-tabs + form .tab-content,
  .nav.gw-nav-tabnavigation + .tab-content,
  .nav.gw-nav-tabnavigation + form .tab-content,
  #Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content,
  #Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content {
    padding: 5rem 2rem 1rem !important;
  }
}
.nav.nav-tabs + .tab-content .gw-filter-box, .nav.nav-tabs + form .tab-content .gw-filter-box,
.nav.gw-nav-tabnavigation + .tab-content .gw-filter-box,
.nav.gw-nav-tabnavigation + form .tab-content .gw-filter-box,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content .gw-filter-box,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content .gw-filter-box {
  border-radius: 1rem;
}
.nav.nav-tabs + .tab-content .gw-filter-box.active, .nav.nav-tabs + form .tab-content .gw-filter-box.active,
.nav.gw-nav-tabnavigation + .tab-content .gw-filter-box.active,
.nav.gw-nav-tabnavigation + form .tab-content .gw-filter-box.active,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content .gw-filter-box.active,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content .gw-filter-box.active {
  background-color: #F4F8FF;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.nav.nav-tabs + .tab-content .gw-filter-box.active:before, .nav.nav-tabs + form .tab-content .gw-filter-box.active:before,
.nav.gw-nav-tabnavigation + .tab-content .gw-filter-box.active:before,
.nav.gw-nav-tabnavigation + form .tab-content .gw-filter-box.active:before,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content .gw-filter-box.active:before,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content .gw-filter-box.active:before {
  content: none;
}
.nav.nav-tabs + .tab-content .gw-filter-btn, .nav.nav-tabs + form .tab-content .gw-filter-btn,
.nav.gw-nav-tabnavigation + .tab-content .gw-filter-btn,
.nav.gw-nav-tabnavigation + form .tab-content .gw-filter-btn,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content .gw-filter-btn,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content .gw-filter-btn {
  border-radius: 1rem;
}
.nav.nav-tabs + .tab-content .gw-filter-btn.active, .nav.nav-tabs + form .tab-content .gw-filter-btn.active,
.nav.gw-nav-tabnavigation + .tab-content .gw-filter-btn.active,
.nav.gw-nav-tabnavigation + form .tab-content .gw-filter-btn.active,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content .gw-filter-btn.active,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content .gw-filter-btn.active {
  background-color: #F4F8FF;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  color: #002da5;
  font-weight: 700;
}
.nav.nav-tabs + .tab-content .gw-filter-btn.active:before, .nav.nav-tabs + form .tab-content .gw-filter-btn.active:before,
.nav.gw-nav-tabnavigation + .tab-content .gw-filter-btn.active:before,
.nav.gw-nav-tabnavigation + form .tab-content .gw-filter-btn.active:before,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + .tab-content .gw-filter-btn.active:before,
#Company_ApplicantDossier_Index_Holder .nav.gw-nav-tabs + form .tab-content .gw-filter-btn.active:before {
  content: none;
}

.gw-nav-tabnavigation-tab-pane {
  border: none;
  padding: 0;
}

.gw-company-header .gw-company-navbar .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.gw-company-header .gw-company-navbar .nav-item.active {
  background: none;
  font-weight: bold;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link {
  position: relative;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:not(.disabled) {
  color: #212529;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) {
  background: #F4F8FF;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link.active {
  color: #002da5;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link.active:hover {
  color: #002da5;
}
.gw-company-header .gw-company-navbar .nav-item:not(:last-child) .nav-link::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #C8C8C8;
  display: block;
  position: absolute;
  right: -0.5rem;
  top: 0.5rem;
}

.gw-conotation, .gw-content .gw-conotation {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 1.5rem;
  align-items: center;
  overflow: hidden;
  border: none;
  padding: 1rem 1rem 1rem 7rem !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  color: #002da5 !important;
}
.gw-conotation h3, .gw-conotation h5, .gw-content .gw-conotation h3, .gw-content .gw-conotation h5 {
  margin-bottom: 1rem;
}
.gw-conotation p, .gw-content .gw-conotation p {
  margin: 0;
}
.gw-conotation::before, .gw-content .gw-conotation::before {
  content: url(../img/stoerer/gatewayone_Stoerer_rgb_blue.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  height: 10rem;
  width: 10rem;
}
.gw-conotation::after, .gw-content .gw-conotation::after {
  content: "\f662";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
}

.gw-btnrow-rubriquebox .btn {
  color: #343a40;
  border-radius: 0;
}
.gw-btnrow-rubriquebox .btn:hover {
  color: #343a40;
}
.gw-btnrow-rubriquebox li:first-child .btn {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-btnrow-rubriquebox li:last-child .btn {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.gw-nav-tabnavigation-tab-pane .gw-layer-wrapper {
  border: 1px solid #C8C8C8;
  border-radius: 1rem;
  padding: 6rem 1rem 1rem;
}
.gw-nav-tabnavigation-tab-pane .gw-layer-wrapper .demo-js-button-predefined-filter-button {
  border-top: 1px solid #C8C8C8;
}
.gw-nav-tabnavigation-tab-pane .gw-layer-wrapper .gw-filter-btn .mt-5.mb-2 {
  margin: 1rem 0 !important;
}

.custom-control.gw-custom-checkbox {
  background: white !important;
  border-radius: 1rem;
  padding-left: 5rem;
}
.custom-control.gw-custom-checkbox .custom-control-label {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0;
}
.custom-control.gw-custom-checkbox .custom-control-label:before, .custom-control.gw-custom-checkbox .custom-control-label:after {
  left: -3rem;
  top: 1.25rem;
}

.custom-control .custom-control-label {
  margin-bottom: 0.75rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner > div {
  display: none;
}
.spinner {
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
  vertical-align: -0.125em;
  border-radius: 50%;
  animation: 1.5s linear infinite spinner-border;
  border: 0.25rem solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
}
.spinner.large {
  margin: 100px calc(50% - 1rem);
  height: 2rem;
}
.spinner.large + .spinner.large {
  display: none !important;
}

[class^=gw-icn-]:after, [class*=" gw-icn-"]:after {
  font-size: 1.25rem;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5rem;
}

.btn[class^=gw-icn-]:after, .btn[class*=" gw-icn-"]:after {
  margin-left: 1rem;
}

.btn-sm[class^=gw-icn-]:after, .btn-group-sm > [class^=gw-icn-].btn:after, .btn-sm[class*=" gw-icn-"]:after, .btn-group-sm > [class*=" gw-icn-"].btn:after {
  font-size: 1rem;
}

[class^=gw-icn-]::before, [class*=" gw-icn-"]::before {
  content: "";
}

.gw-icn-outlink::after {
  content: "\f189";
}

.gw-icn-pdf:after {
  content: "\f521";
}
.gw-icn-pdf:hover:after {
  content: "\f521";
}

.gw-message-box {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}

.toast {
  border: none;
}
.toast.gw-toast-success .toast-header {
  border: none;
  background: rgb(227, 250, 204);
  color: rgb(46, 92, 0);
}
.toast.gw-toast-success .toast-header i {
  background: none;
  color: rgb(46, 92, 0);
}
.toast.gw-toast-danger .toast-header {
  border: none;
  background: rgb(242, 209, 204);
  color: rgb(76, 9, 0);
}
.toast.gw-toast-danger .toast-header i {
  background: none;
  color: rgb(76, 9, 0);
}
.toast.gw-toast-info .toast-header {
  border: none;
  background: rgb(204, 213, 237);
  color: rgb(0, 18, 66);
}
.toast.gw-toast-info .toast-header i {
  background: none;
  color: rgb(0, 18, 66);
}
.toast.gw-toast-warning .toast-header {
  border: none;
  background: rgb(254, 240, 204);
  color: rgb(100, 72, 0);
}
.toast.gw-toast-warning .toast-header i {
  background: none;
  color: rgb(100, 72, 0);
}

.progress-bar {
  background-color: #002da5 !important;
  color: white !important;
  border-radius: 0.5rem;
}

#ApplicantSupervisor_Profile_Index_SupervisedApplicants_Container .col-12.col-md-6.col-lg-4.mb-3 .bg-white.h-100 {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #F4F8FF !important;
}

/* Applicant Certificate Download */
.gw-certificate-head {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.gw-certificate-head i {
  font-size: 1.5rem;
}
.gw-certificate-head .gw-vr::before {
  content: "";
  width: 1px;
  height: 1rem;
  background: #777777;
  display: block;
}

.gw-certificate-one-profession {
  padding: 0.75rem 1rem;
  background-color: #F4F8FF;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  border: none !important;
}
.gw-certificate-one-profession .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.gw-certificate-one-profession .wrapper .left {
  width: 100%;
}
.gw-certificate-one-profession .wrapper .tags {
  margin-bottom: 0.25rem;
}
.gw-certificate-one-profession .btn {
  padding: 0.25rem 0.5rem;
}
.gw-certificate-one-profession .btn:hover {
  background-color: white;
}

@media (min-width: 768px) {
  .gw-certificate-one-profession .wrapper {
    flex-direction: row;
  }
  .gw-certificate-one-profession .wrapper .left {
    width: auto;
  }
}
.gw-feedback-box {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  padding: 2rem 1rem;
  margin: 4rem 1.5rem;
}
.gw-feedback-box .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.gw-feedback-box .icon-wrapper .gw-iconbtn {
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_green.svg);
  width: 10rem;
  height: 10rem;
}
.gw-feedback-box .icon-wrapper .gw-iconbtn i {
  font-size: 4rem;
}
.gw-feedback-box .headline {
  font-size: 1.8rem;
  font-weight: 800;
  color: #002da5;
  text-align: center;
}
.gw-feedback-box .headline + p {
  text-align: center;
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .gw-feedback-box {
    margin: 4rem 3rem;
  }
}

.gw-sort-wrapper {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  gap: 0.5rem;
}
.gw-sort-wrapper .gw-custom-selectbox {
  min-width: 11rem;
}
.gw-sort-wrapper.gw-sort-wrapper-end {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.gw-sort-wrapper.gw-sort-wrapper-end .gw-custom-selectbox {
  z-index: 1000;
}

.k-grid {
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 1rem;
  overflow: auto;
}
.k-grid .k-filter-row th, .k-grid .k-grid-header th.k-header {
  border-bottom: 1px solid #dee2e6;
}

.gw-video-uploaded {
  background-color: #F4F8FF;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.gw-video-uploaded i {
  font-size: 2.5rem;
  color: #fab400;
}
.gw-video-uploaded p {
  margin: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .gw-video-uploaded {
    flex-wrap: nowrap;
  }
  .gw-video-uploaded button {
    margin-left: auto;
  }
}

#Account_LogOn_Container.gw-login-mask {
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

.gw-apr-container {
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  overflow: hidden;
}

.gw-apr-header-image {
  background-color: #F2F2F2;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1296/368;
  background-position: center;
  display: flex;
  justify-content: start;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
}

.gw-apr-header-no-image {
  background-color: #F2F2F2;
  min-height: 7rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 1rem;
}

.gw-apr-header {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  position: relative;
}

.gw-apr-header-logo {
  margin-bottom: 1.5rem;
}
.gw-apr-header-logo img {
  border: 1px solid #dee2e6;
  border-radius: 1rem;
}

.gw-apr-header-title {
  margin-bottom: 1.5rem;
}
.gw-apr-header-title h1 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}

.gw-apr-header .gw-apr-stoerer {
  display: none;
}

.gw-apr-header .gw-badge {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0.3rem 1.5rem;
  margin-top: -0.5rem;
  background-color: #F4F8FF;
  color: #002da5;
  font-weight: 700;
  border-radius: 1rem;
}

.gw-apr-header-action a {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 1480px) {
  .gw-apr-header .gw-apr-stoerer {
    display: flex;
    position: absolute;
    right: 2.5rem;
    top: -7.5rem;
    width: 12rem;
    height: 12rem;
    transform: rotate(0deg);
    max-width: inherit;
    transition: ease transform 0.25s;
  }
  .gw-apr-header .gw-apr-stoerer:hover {
    transform: scale(1.1);
  }
  .gw-apr-header .gw-apr-stoerer .gw-icn-outlink {
    color: white;
  }
  .gw-apr-header .gw-apr-stoerer .gw-text {
    font-size: 1.5rem;
  }
  .gw-apr-header-action a {
    display: none;
  }
}
/*Matching Balken*/
svg.gw-jon-item-match-svg {
  width: 6rem;
}

.gw-jon-item .gw-jon-item-match {
  top: 0;
  right: 0;
  transform: scale(0.8);
  position: absolute;
}

.matching-count {
  transform: translateY(-3.9rem);
  display: block;
  font-size: 1.3rem;
  width: 6rem;
  font-weight: 700;
  text-align: center;
}

.matching-loading {
  stroke: url(#gw-match-gradient);
  stroke-linecap: round;
}

.matching-loading,
.matching-background {
  fill: none;
  stroke-width: 30px;
}

.matching-rocket-container {
  fill: white;
  stroke-width: 5px;
}

.matching-background {
  stroke: #e6e6e6;
}

.matching-rocket {
  stroke-width: 0px;
}

[data-match^="0"] .matching-rocket, [data-match^="1"] .matching-rocket, [data-match^="2"] .matching-rocket, [data-match^="3"] .matching-rocket {
  fill: #fab400;
}
[data-match^="0"] .matching-rocket-container, [data-match^="1"] .matching-rocket-container, [data-match^="2"] .matching-rocket-container, [data-match^="3"] .matching-rocket-container {
  stroke: #fab400;
}
[data-match^="0"] .matching-count, [data-match^="1"] .matching-count, [data-match^="2"] .matching-count, [data-match^="3"] .matching-count {
  color: #fab400;
}

[data-match^="4"] .matching-rocket, [data-match^="5"] .matching-rocket, [data-match^="6"] .matching-rocket {
  fill: #f28912;
}
[data-match^="4"] .matching-rocket-container, [data-match^="5"] .matching-rocket-container, [data-match^="6"] .matching-rocket-container {
  stroke: #f28912;
}
[data-match^="4"] .matching-count, [data-match^="5"] .matching-count, [data-match^="6"] .matching-count {
  color: #f28912;
}

[data-match^="7"] .matching-rocket, [data-match^="8"] .matching-rocket, [data-match^="9"] .matching-rocket, [data-match^="100"] .matching-rocket {
  fill: #f07d17;
}
[data-match^="7"] .matching-rocket-container, [data-match^="8"] .matching-rocket-container, [data-match^="9"] .matching-rocket-container, [data-match^="100"] .matching-rocket-container {
  stroke: #f07d17;
}
[data-match^="7"] .matching-count, [data-match^="8"] .matching-count, [data-match^="9"] .matching-count, [data-match^="100"] .matching-count {
  color: #f07d17;
}

/* Wenn Matching noch nicht ausgefüllt*/
.no-matching-yet .matching-loading {
  stroke-dasharray: 0 603;
}

.no-matching-yet .matching-rocket {
  fill: #e6e6e6;
}

.no-matching-yet .matching-rocket-container {
  stroke: #e6e6e6;
}

.no-matching-yet .matching-count {
  color: #e6e6e6;
}

.gw-match-popup {
  position: absolute;
  background-color: #F4F8FF;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  right: 6rem;
  min-width: 18rem;
  display: none;
  z-index: 1000;
}

.no-matching-yet:hover > .gw-match-popup {
  display: block;
}

.no-matching-yet:hover .matching-loading {
  fill: #F4F8FF;
  stroke-dasharray: none;
  stroke: #002da5;
}

.no-matching-yet:hover .matching-background {
  fill: #002da5;
}

.no-matching-yet:hover .matching-rocket {
  fill: #002da5;
}

.no-matching-yet:hover .matching-rocket-container {
  stroke: #002da5;
}

.no-matching-yet:hover .matching-count {
  color: #002da5;
}

/* Nur für Desktop gültig (Mobile first) */
@media (min-width: 768px) {
  .gw-jon-item .gw-jon-item-match {
    transform: scale(1);
    top: 1rem;
    right: 1rem;
  }
}
#editPersonalInfoForm .p-4.gw-mx-4-neg.bg-byline-100, #Applicant_Profile_Index #Applicant_Profile_PersonalInfo_Container .p-4.gw-mx-4-neg.bg-byline-100 {
  background-color: #F4F8FF !important;
  margin-bottom: 1.5rem !important;
  border-radius: 1rem;
}

.gw-hover-button, .gw-hover-button-wrapper {
  visibility: visible;
}

.gw-layer-wrapper {
  padding-top: 4rem;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-top-right-up {
  top: 0;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-top-left.mt-5 {
  margin: 0 !important;
}

#Applicant_Profile_Index button h5 {
  font-size: 1.25rem;
}
#Applicant_Profile_Index hr {
  display: none;
}
#Applicant_Profile_Index .gw-rounded-box {
  margin-bottom: 5rem !important;
}
#Applicant_Profile_Index #applicant-download-all-documents-zip .gw-btn-inner, #Applicant_Profile_Index #applicant-download-cv .gw-btn-inner {
  border: none;
}
@media (max-width: 991.98px) {
  #Applicant_Profile_Index .gw-layer-wrapper .d-flex h5.clearfix big i,
  #Applicant_Profile_Index .gw-layer-wrapper .d-flex h5.mr-2.text-tealish {
    display: none;
  }
}

.gw-tipp {
  border-radius: 1rem;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.gw-tipp .btn-outline-primary {
  background: #002da5;
  color: white;
  transition: opacity ease 0.3s !important;
}
.gw-tipp .btn-outline-primary:hover {
  opacity: 0.8;
}

.gw-applicant-table {
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  overflow: hidden;
}
.gw-applicant-table .gw-applicant-table-header {
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
}
.gw-applicant-table .gw-applicant-table-row {
  padding: 1rem;
  border-color: #e6e6e6;
  font-weight: 500;
}
.gw-applicant-table .gw-applicant-table-row:first-child {
  border: none;
}

#applicant-download-cv, #applicant-download-all-documents-zip {
  background: #fab400;
  color: white;
  transition: opacity ease 0.3s !important;
}
#applicant-download-cv:hover, #applicant-download-all-documents-zip:hover {
  opacity: 0.8;
}

.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) i::before,
.gw-dropdown-applicant.show .btn .gw-dropdown-applicant-arrow i::before {
  content: "\f731";
}

.gw-wayfi-execution {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-wayfi-execution.gw-wayfi-execution-new {
  border: none;
}
.gw-wayfi-execution h5 {
  font-size: 1.5rem;
}
.gw-wayfi-execution .gw-top3-wrapper {
  box-shadow: none;
  background: #F4F8FF;
}
.gw-wayfi-execution .gw-top3-wrapper p.h5 {
  font-size: 1.375rem;
}
.gw-wayfi-execution .gw-pa-image {
  border-radius: 1rem;
}
.gw-wayfi-execution .gw-wayfi-details {
  border: none;
  padding: 0;
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-details .gw-wayfi-execution-professionarea .progress {
  height: 1rem;
}
.gw-wayfi-execution .gw-wayfi-details .gw-wayfi-execution-interest {
  background: white;
}
.gw-wayfi-execution .gw-wayfi-details .gw-wayfi-execution-interest:hover {
  background: white;
}
.gw-wayfi-execution .col-md-6 .gw-wayfi-details {
  border-color: #F4F8FF;
  background: #F4F8FF;
  border-radius: 1rem;
  padding: 1rem;
}

.gw-okgt-execution {
  border-radius: 1rem;
}

#Applicant_CareerOrientation_Index .container.px-lg-5 {
  padding: 0 !important;
}

@media (max-width: 991.98px) {
  .gw-message-applicant-reply {
    margin: 0;
  }
}

.gw-message-applicant-reply-button {
  background-color: #002da5;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.gw-message-applicant-reply-form {
  border-radius: 1rem;
  padding-left: 1rem;
}

.gw-message-applicant-badge {
  font-size: 1rem;
  background-color: #fab400;
  top: -1rem;
}

.gw-chat-applicant-container {
  background-color: #F2F2F2;
  border-radius: 1rem;
}

.gw-dropdown-toggle-applicant {
  border: 3px solid #F2F2F2 !important;
  padding: 1rem !important;
}
.gw-dropdown-toggle-applicant:focus {
  box-shadow: none;
}
.gw-dropdown-toggle-applicant:hover {
  border-color: #F2F2F2 !important;
}
@media (max-width: 991.98px) {
  .gw-dropdown-toggle-applicant + .gw-dropdown-menu .col-5.col-md-3.text-truncate {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gw-dropdown-menu {
  width: 100%;
  background-color: #f8f9fa !important;
}

.gw-dropdown-applicant.show .btn {
  box-shadow: none;
  border-color: #002da5 !important;
}

@media (min-width: 992px) {
  .dropdown-item.applicant-item {
    padding: 1rem !important;
  }
}

#detailedMessagesHolder {
  margin-top: 3rem;
}

#Applicant_JobOffers_SearchForm .btn.dropdown-toggle.btn-green-500 {
  background: white;
  border-color: #777777;
  color: #777777;
}
#Applicant_JobOffers_SearchForm .btn.dropdown-toggle.btn-green-500:focus {
  box-shadow: none;
}
#Applicant_JobOffers_SearchForm .bootstrap-select.show .btn.dropdown-toggle.btn-green-500 {
  box-shadow: none;
}
#Applicant_JobOffers_SearchForm .k-autocomplete.gw-input-border-green-500.k-state-default, #Applicant_JobOffers_SearchForm .k-dropdown-wrap.gw-input-border-green-500.k-state-default, #Applicant_JobOffers_SearchForm .k-numeric-wrap.gw-input-border-green-500.k-state-default, #Applicant_JobOffers_SearchForm .k-picker-wrap.gw-input-border-green-500.k-state-default {
  border-color: #777777;
  border-width: 1px;
  padding: 0;
}
#Applicant_JobOffers_SearchForm .k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500, #Applicant_JobOffers_SearchForm .k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500, #Applicant_JobOffers_SearchForm .k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500, #Applicant_JobOffers_SearchForm .k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500 {
  padding: 0.9rem 1.5rem;
  border-radius: 1rem;
}
#Applicant_JobOffers_SearchForm #btnSearchOffers {
  width: 100%;
}

#Applicant_MyGateway_Container hr {
  border-color: transparent;
}
#Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container,
#Applicant_MyGateway_Container #Applicant_MyGateway_Index_SharedDocuments_Container,
#Applicant_MyGateway_Container #myStatusForm,
#Applicant_MyGateway_Container #Applicant_MyGateWay_ActiveApprenticeship_Container {
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}
@media (min-width: 992px) {
  #Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container,
  #Applicant_MyGateway_Container #Applicant_MyGateway_Index_SharedDocuments_Container,
  #Applicant_MyGateway_Container #myStatusForm,
  #Applicant_MyGateway_Container #Applicant_MyGateWay_ActiveApprenticeship_Container {
    padding: 6.25rem 7.75rem !important;
  }
}
#Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container .bg-white.h-100.d-flex.flex-column, #Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container .gw-applicant-supervisor-disabled, #Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container .bg-white.h-100.gw-layer-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #F4F8FF !important;
}
#Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container .bg-white.h-100.d-flex.flex-column .text-dark, #Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container .gw-applicant-supervisor-disabled .text-dark, #Applicant_MyGateway_Container #Applicant_MyGateway_Supervisor_Container .bg-white.h-100.gw-layer-wrapper .text-dark {
  color: white !important;
}

/* Modify k-autocomplete widgets */
.k-autocomplete.form-control.k-widget {
  padding: 1rem 1.5rem;
}
.k-autocomplete.form-control.k-widget.k-state-focused {
  border-radius: 1rem !important;
  box-shadow: 0 0 0 1px #002da5;
}
.k-autocomplete.form-control.k-widget .k-input {
  text-indent: 0;
  line-height: 1.5;
}

.applicant-details div .badge {
  margin-bottom: 0.25rem;
}

#Company_CompanyInfos_Edit_InfoDocument_Holder #linkToAlreadyUploadedInfoDocumentUrl {
  background-color: #fab400;
  color: white;
}
#Company_CompanyInfos_Edit_InfoDocument_Holder #linkToAlreadyUploadedInfoDocumentUrl:hover .gw-btn-inner {
  border-color: transparent;
}
#Company_CompanyInfos_Edit_InfoDocument_Holder .btn-outline-red-light {
  margin: 0 0.5rem 0.5rem !important;
}

#cover-photo .p-3.bg-light.border.border-byline-500.h-100, #pictures .p-3.bg-light.border.border-byline-500.h-100 {
  border-radius: 1rem;
  border-color: #777777 !important;
  background: white !important;
}
#cover-photo .p-3.bg-light.border.border-byline-500.h-100 img, #pictures .p-3.bg-light.border.border-byline-500.h-100 img {
  border-radius: 1rem;
}

#socialsecuritynumber .bg-byline-100 {
  background-color: white !important;
}

.gw-slider .slider-handle {
  background: #fab400 !important;
}
.gw-slider .slider-selection.tick-slider-selection {
  background: #002da5 !important;
}

table.table-byline-300 {
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  background: white !important;
  margin-bottom: 3rem !important;
}
table.table-byline-300 td, table.table-byline-300 th {
  padding: 1rem;
  background-color: white;
  border-bottom: 1px solid #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  border-top: none !important;
}
table.table-byline-300 thead th {
  border-width: 2px !important;
}
table.table-byline-300 tr:last-child td {
  border-bottom: none !important;
}

#Company_ApplicantDossier_Documents_Holder .list-group-item.bg-byline-100 {
  background-color: white !important;
}

#Company_ApplicantDossier_Index_Holder #kommunikation .gw-message-box .header.bg-red-dark-500 {
  background-color: #002da5 !important;
}

#Company_ApplicantDossier_Index_Holder > .pb-5.col .mt-4.mb-5 {
  border-radius: 1rem;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem !important;
}
#Company_ApplicantDossier_Index_Holder > .pb-5.col .mt-4.mb-5 .bg-red-dark.text-white, #Company_ApplicantDossier_Index_Holder > .pb-5.col .mt-4.mb-5 .bg-primary-700.text-white {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
#Company_ApplicantDossier_Index_Holder > .pb-5.col .mt-4.mb-5 img.img-fluid {
  border-radius: 1rem;
}
#Company_ApplicantDossier_Index_Holder > .pb-5.col .mt-4.mb-5 .gw-company-applicant-name {
  font-size: 2rem;
}
#Company_ApplicantDossier_Index_Holder > .pb-5.col .mt-4.mb-5 .gw-company-applicant-name ~ div.text-byline-700 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem !important;
}

#additionalQuestionsList .input-group-append .btn.btn-red-light {
  font-size: 1rem;
}

.modal .gw-variables-list {
  border: 1px solid #777777;
  padding: 0.875rem;
  background-color: white;
  border-radius: 1rem;
  margin: 0.5rem 0;
}
.modal .gw-variables-list li {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  border: none;
  position: relative;
  margin-bottom: 0;
}
.modal .gw-variables-list li::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #F2F2F2;
  display: block;
  position: absolute;
  bottom: 0;
}
.modal .gw-variables-list li:hover {
  background-color: #F4F8FF;
}

.evaluation-entry {
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.evaluation-entry .gw-table-va-middle {
  margin-bottom: 0;
}

.gw-table-hover tbody .checkbox-container {
  min-width: 2.5rem;
}

.gw-evaluation-score {
  background-color: #F4F8FF;
  color: #002da5;
  border: none;
}
.gw-evaluation-score .score {
  font-weight: 500;
}

.gw-company-header {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-company-header .gw-company-logo {
  border-radius: 1rem;
}

.gw-profession-teaser {
  transition: transform 0.25s ease;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.gw-profession-teaser:hover {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.gw-profession-teaser p {
  color: #343a40;
}
.gw-profession-teaser img.rounded {
  border-radius: 0.5rem !important;
}

.gw-c-flavio-teaser {
  background: #F2F2F2;
  padding: 1rem;
  border-radius: 1.375rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-teaser p {
  font-size: 1.5rem;
}
.gw-c-flavio-teaser iframe, .gw-c-flavio-teaser .embed-responsive-item {
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .gw-c-flavio-teaser {
    padding: 1.5rem;
  }
}

.gw-c-flavio-tipp {
  background: #F2F2F2;
  padding: 1rem;
  border-left: none;
  border-radius: 1.375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .gw-c-flavio-tipp {
    padding: 1.5rem;
  }
}

.gw-c-flavio-info {
  border: 1px solid #F2F2F2;
  padding: 1rem;
  border-radius: 1.375rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-info.profession-description h5 .badge {
  background: none !important;
  color: #C9931B !important;
  padding: 0 !important;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.gw-c-flavio-info.profession-description ol {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.gw-c-flavio-info.profession-description ol li {
  margin-bottom: 0.5rem;
}
.gw-c-flavio-info.profession-description ul {
  margin-bottom: 2rem;
  list-style: none;
}
.gw-c-flavio-info.profession-description ul li:before {
  content: "";
  margin-left: -1.5rem;
  margin-right: 0.5rem;
  background-image: url(../img/stoerer/gatewayone_Stoerer_rgb_orange.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 4px;
}
@media (min-width: 768px) {
  .gw-c-flavio-info {
    padding: 1.5rem;
  }
}

.gw-c-flavio-details {
  background: #F2F2F2;
  border-radius: 1.375rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-details .badge {
  background-color: transparent;
  font-size: 1.0625rem;
  font-weight: 400;
  padding: 0;
  line-height: 1.4;
}
.gw-c-flavio-details b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offer-profession .badge-tealish {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  background-color: #F4F8FF;
  color: #002da5;
  font-weight: 500;
  border-radius: 2rem !important;
  margin-top: 0.5rem;
  line-height: 1.5;
}

#offer-locations .list-group-item {
  border-radius: 0 !important;
}
#offer-locations .offer-location:first-child .list-group-item:first-child {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
#offer-locations .offer-location:last-child .list-group-item:last-child {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: auto;
}

.embed-responsive-item {
  border-radius: 1rem;
}

.d-flex.justify-content-center .gw-message-box .bg-red-dark-500 .icon-cross-square::before {
  content: "\f4c7";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#SignUpData_ApplicantInfo_BornDate {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 4rem;
  width: 100%;
  text-align: left;
}

#Home_JobOffers_Container {
  padding-top: 0 !important;
}

.ce_bs_gridSeparator.col-sm-12.col-md-4 .mb-3.card.rounded.bg-light.shadow.border-0 {
  box-shadow: none !important;
  background: #F2F2F2 !important;
  margin-bottom: 1.5rem;
}

.modal-body .col-lg-4 .gw-conotation p {
  hyphens: auto;
}

.gw-be-page-body-wrapper .gw-be-main-panel footer {
  color: #002da5;
}

.gw-vertical-nav .active {
  background: #fab400;
  border-radius: 0.5rem;
  color: white;
}

.gw-logo-grid a.gw-ep-logo img {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.gw-text-box {
  padding: 1.5rem;
  border: 1px solid #F2F2F2;
  border-radius: 1rem;
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .gw-text-box {
    padding: 1.5rem;
  }
}
.gw-aside.gw-contentbox figure img {
  border-radius: 1rem;
}

/* min ready */
div#tarteaucitronMainLineOffset, .tarteaucitronBorder {
  border: 0 !important;
}

#tarteaucitron [aria-pressed=true] {
  font-weight: 700;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 10082023 **/
div#tarteaucitronServices {
  border-radius: 8px;
}

button#tarteaucitronClosePanel {
  border-radius: 5px 5px 0 0;
  right: 15px !important;
}

button.tarteaucitron-toggle-group {
  background: transparent !important;
  padding: 10px 0 0;
  cursor: pointer;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
  font-size: 20px;
}

/* hide useless mandatory button */
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none !important;
}

/* remove icon from the banner */
#tarteaucitronRoot button.tarteaucitronCTAButton,
#tarteaucitronRoot button#tarteaucitronCloseAlert,
#tarteaucitronRoot button#tarteaucitronPrivacyUrl {
  border: 0;
  border-radius: 4px;
}

#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCross,
#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCheck {
  display: none;
}

/* dont use bold to avoid bigger button */
#tarteaucitronRoot #tarteaucitron [aria-pressed=true] {
  font-weight: initial;
  text-shadow: 0px 0px 1px;
}

/* fix padding if no cookies */
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
  padding: 20px;
}

/* hide info about cookies number */
#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: none;
}

#tarteaucitronRoot .tarteaucitronName {
  padding-top: 5px;
}

/***************/
/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** PARTNERS LIST **/
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList {
  text-align: left;
  background: rgba(255, 255, 255, 0.0901960784);
  margin: 15px 0px 10px;
  padding: 15px;
  display: block;
  border-radius: 4px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList b {
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul {
  margin-left: 22px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul li {
  list-style: circle;
  font-size: 14px;
}

/**********************/
/** SAVE BUTTON **/
html body #tarteaucitronRoot button#tarteaucitronSaveButton {
  font-size: 18px !important;
  padding: 7px 20px;
  border-radius: 5px;
  cursor: pointer;
}

html body #tarteaucitronRoot div#tarteaucitronSave {
  text-align: right;
  padding: 20px;
  background: #333;
}

/******************/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

/*#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}*/
div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  /*font-family: sans-serif !important;*/
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 15px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronRoot .asCatToggleBtn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
  width: calc(100% - 40px);
  font-weight: 500;
  margin: 0;
  padding: 5px 20px 20px;
  background: rgba(51, 51, 51, 0.2);
  color: #333;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 15px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

.tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert,
.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  display: inline-flex;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
  overflow-y: auto;
  max-height: 50vh;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
  }
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  /*font: 15px verdana;*/
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  /*display: none;*/
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: #FFF;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

#tarteaucitronCloseCross span {
  color: inherit;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

#tarteaucitronRoot * {
  font-family: "Lato", sans-serif !important;
}
#tarteaucitronRoot button {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #tarteaucitronRoot button {
    box-sizing: border-box;
    margin: 0 0 0.5rem 0;
  }
}
#tarteaucitronRoot button#tarteaucitronBack {
  opacity: 0.5 !important;
  background: #000000 !important;
}
#tarteaucitronRoot .tarteaucitronBorder {
  border: none;
  background: transparent;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background: white;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices {
  box-shadow: none;
  background: white;
  border-radius: 1.375rem;
  padding: 1rem;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  background: transparent;
  color: #343a40;
  border: none;
  padding: 0 0 1rem !important;
  margin: 0 !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine:hover, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo:hover {
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button {
  background: #F2F2F2;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button .tarteaucitronPlus:before {
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden {
  background: transparent;
  padding-left: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine:hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden:hover {
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronName, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden .tarteaucitronName {
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronCross:before {
  color: white;
}
#tarteaucitronRoot .tarteaucitronH1, #tarteaucitronRoot .tarteaucitronH2 {
  color: #343a40;
  text-align: left;
  margin: 1rem 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  color: rgb(0, 23.4, 85.8);
  background-color: #ccd5ed;
  border-color: #6681c9;
}
#tarteaucitronRoot #tarteaucitronAlertBig hr {
  border-top-color: rgb(83.152173913, 113.4782608696, 194.347826087);
}
#tarteaucitronRoot #tarteaucitronAlertBig .alert-link {
  color: rgb(0, 9.4909090909, 34.8);
}
@media (min-width: 1480px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 1440px;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  right: 0;
  width: initial;
  padding: 1rem;
  box-shadow: none !important;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    bottom: 2rem;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  color: inherit;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: #002da5;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  background-color: white;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #343a40;
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  top: initial;
}
#tarteaucitronRoot .tarteaucitronCheck:before {
  font-family: "gateicons";
  content: "\e936";
}
#tarteaucitronRoot .tarteaucitronCross:before {
  font-family: "gateicons";
  content: "\e934";
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronSave {
  background: none !important;
}
#tarteaucitronRoot #tarteaucitronSave #tarteaucitronSaveButton {
  background: #fab400;
}
#tarteaucitronRoot #tarteaucitronPrivacyUrl {
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronPersonalize2 {
  display: block;
  margin: 0.5rem auto;
  min-width: 15rem;
  max-width: 100%;
  padding: 1rem 1.5rem;
}
@media (min-width: 576px) {
  #tarteaucitronRoot #tarteaucitronPersonalize2 {
    max-width: 20rem;
    min-width: 18rem;
  }
}

.tac_activate {
  background: #413D38;
  padding: 1rem;
}
.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #fab400;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  margin: 1rem auto;
}

.tac_activate {
  background: #413D38;
}
