@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  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: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  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.25rem;
}

.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: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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-wrap: break-word;
}
a > code {
  color: inherit;
}

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

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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;
}

.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%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.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(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.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-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: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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, 98.4, 204);
  border-color: rgb(0, 92.25, 191.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.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 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 {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem 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.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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 {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem 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.2rem 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 {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem 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.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .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: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn 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%;
  min-width: 0;
  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(: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(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: 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: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: 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);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.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(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.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(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.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);
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-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: 50%/100% 100% no-repeat;
}

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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-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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-lighter {
  font-weight: 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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !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: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !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-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;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

.fa-envelope-o:before {
  content: "\f003";
}

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

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

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

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

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

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

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

.fa-signal:before {
  content: "\f012";
}

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

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

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

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

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

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

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

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

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

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

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

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

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

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

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

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

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

.fa-volume-up:before {
  content: "\f028";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

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

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

.fa-heart-o:before {
  content: "\f08a";
}

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

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

.fa-thumb-tack:before {
  content: "\f08d";
}

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

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

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

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

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

.fa-credit-card:before {
  content: "\f09d";
}

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

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

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

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

.fa-hand-o-left:before {
  content: "\f0a5";
}

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

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

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

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

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

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

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

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

.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

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

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

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

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

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

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

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

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

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

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

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

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

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

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

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

.fa-magic:before {
  content: "\f0d0";
}

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

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

.fa-google-plus:before {
  content: "\f0d5";
}

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

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

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

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

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

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

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

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

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

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

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

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

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

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

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

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

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

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

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

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

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

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

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

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

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

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

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

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

.fa-github-alt:before {
  content: "\f113";
}

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

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

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

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

.fa-keyboard-o:before {
  content: "\f11c";
}

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

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

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

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

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

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

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

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

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

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

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

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

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

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

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

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

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

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

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

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

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

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

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

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

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

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

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

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

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

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

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

.fa-sort-numeric-asc:before {
  content: "\f162";
}

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

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

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

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

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

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

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

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

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

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

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

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

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

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

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

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

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

.fa-file-excel-o:before {
  content: "\f1c3";
}

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

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

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

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

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

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

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

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

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

.fa-tty:before {
  content: "\f1e4";
}

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

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

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

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

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

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

.fa-google-wallet:before {
  content: "\f1ee";
}

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

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

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

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

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

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

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

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

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

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

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

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

.fa-ioxhost:before {
  content: "\f208";
}

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

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

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

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

.fa-street-view:before {
  content: "\f21d";
}

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

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

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

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

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

.fa-mars-double:before {
  content: "\f227";
}

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

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

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

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

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

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

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

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

.fa-hourglass-o:before {
  content: "\f250";
}

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

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

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

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

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

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

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

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

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

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

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-get-pocket:before {
  content: "\f265";
}

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

.fa-safari:before {
  content: "\f267";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

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

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

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

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

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

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

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

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

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

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

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

.fa-question-circle-o:before {
  content: "\f29c";
}

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

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

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

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

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

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

.fa-glide:before {
  content: "\f2a5";
}

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

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

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

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

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

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

.fa-user-circle-o:before {
  content: "\f2be";
}

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

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

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

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

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

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

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

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

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

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

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

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

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

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

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#f4f8fa",GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa",endColorstr="#FFF",GradientType=0);
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* roboto-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-100.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-100.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-200.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-200.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-300.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-regular.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-500.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-600.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-700.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-800.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../../../fonts/roboto-v47-latin_latin-ext-900.woff2") format("woff2"), url("../../../fonts/roboto-v47-latin_latin-ext-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("☺"), url("../../../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../../../fonts/MaterialIcons-Regular.woff") format("woff"), url("../../../fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  /* Respect document layout direction */
  direction: inherit;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons._10k:before {
  content: "\e951";
}

.material-icons._10mp:before {
  content: "\e952";
}

.material-icons._11mp:before {
  content: "\e953";
}

.material-icons._123:before {
  content: "\eb8d";
}

.material-icons._12mp:before {
  content: "\e954";
}

.material-icons._13mp:before {
  content: "\e955";
}

.material-icons._14mp:before {
  content: "\e956";
}

.material-icons._15mp:before {
  content: "\e957";
}

.material-icons._16mp:before {
  content: "\e958";
}

.material-icons._17mp:before {
  content: "\e959";
}

.material-icons._18_up_rating:before {
  content: "\f8fd";
}

.material-icons._18mp:before {
  content: "\e95a";
}

.material-icons._19mp:before {
  content: "\e95b";
}

.material-icons._1k:before {
  content: "\e95c";
}

.material-icons._1k_plus:before {
  content: "\e95d";
}

.material-icons._1x_mobiledata:before {
  content: "\efcd";
}

.material-icons._20mp:before {
  content: "\e95e";
}

.material-icons._21mp:before {
  content: "\e95f";
}

.material-icons._22mp:before {
  content: "\e960";
}

.material-icons._23mp:before {
  content: "\e961";
}

.material-icons._24mp:before {
  content: "\e962";
}

.material-icons._2k:before {
  content: "\e963";
}

.material-icons._2k_plus:before {
  content: "\e964";
}

.material-icons._2mp:before {
  content: "\e965";
}

.material-icons._30fps:before {
  content: "\efce";
}

.material-icons._30fps_select:before {
  content: "\efcf";
}

.material-icons._360:before {
  content: "\e577";
}

.material-icons._3d_rotation:before {
  content: "\e84d";
}

.material-icons._3g_mobiledata:before {
  content: "\efd0";
}

.material-icons._3k:before {
  content: "\e966";
}

.material-icons._3k_plus:before {
  content: "\e967";
}

.material-icons._3mp:before {
  content: "\e968";
}

.material-icons._3p:before {
  content: "\efd1";
}

.material-icons._4g_mobiledata:before {
  content: "\efd2";
}

.material-icons._4g_plus_mobiledata:before {
  content: "\efd3";
}

.material-icons._4k:before {
  content: "\e072";
}

.material-icons._4k_plus:before {
  content: "\e969";
}

.material-icons._4mp:before {
  content: "\e96a";
}

.material-icons._5g:before {
  content: "\ef38";
}

.material-icons._5k:before {
  content: "\e96b";
}

.material-icons._5k_plus:before {
  content: "\e96c";
}

.material-icons._5mp:before {
  content: "\e96d";
}

.material-icons._60fps:before {
  content: "\efd4";
}

.material-icons._60fps_select:before {
  content: "\efd5";
}

.material-icons._6_ft_apart:before {
  content: "\f21e";
}

.material-icons._6k:before {
  content: "\e96e";
}

.material-icons._6k_plus:before {
  content: "\e96f";
}

.material-icons._6mp:before {
  content: "\e970";
}

.material-icons._7k:before {
  content: "\e971";
}

.material-icons._7k_plus:before {
  content: "\e972";
}

.material-icons._7mp:before {
  content: "\e973";
}

.material-icons._8k:before {
  content: "\e974";
}

.material-icons._8k_plus:before {
  content: "\e975";
}

.material-icons._8mp:before {
  content: "\e976";
}

.material-icons._9k:before {
  content: "\e977";
}

.material-icons._9k_plus:before {
  content: "\e978";
}

.material-icons._9mp:before {
  content: "\e979";
}

.material-icons.abc:before {
  content: "\eb94";
}

.material-icons.ac_unit:before {
  content: "\eb3b";
}

.material-icons.access_alarm:before {
  content: "\e190";
}

.material-icons.access_alarms:before {
  content: "\e191";
}

.material-icons.access_time:before {
  content: "\e192";
}

.material-icons.access_time_filled:before {
  content: "\efd6";
}

.material-icons.accessibility:before {
  content: "\e84e";
}

.material-icons.accessibility_new:before {
  content: "\e92c";
}

.material-icons.accessible:before {
  content: "\e914";
}

.material-icons.accessible_forward:before {
  content: "\e934";
}

.material-icons.account_balance:before {
  content: "\e84f";
}

.material-icons.account_balance_wallet:before {
  content: "\e850";
}

.material-icons.account_box:before {
  content: "\e851";
}

.material-icons.account_circle:before {
  content: "\e853";
}

.material-icons.account_tree:before {
  content: "\e97a";
}

.material-icons.ad_units:before {
  content: "\ef39";
}

.material-icons.adb:before {
  content: "\e60e";
}

.material-icons.add:before {
  content: "\e145";
}

.material-icons.add_a_photo:before {
  content: "\e439";
}

.material-icons.add_alarm:before {
  content: "\e193";
}

.material-icons.add_alert:before {
  content: "\e003";
}

.material-icons.add_box:before {
  content: "\e146";
}

.material-icons.add_business:before {
  content: "\e729";
}

.material-icons.add_call:before {
  content: "\e0e8";
}

.material-icons.add_card:before {
  content: "\eb86";
}

.material-icons.add_chart:before {
  content: "\e97b";
}

.material-icons.add_circle:before {
  content: "\e147";
}

.material-icons.add_circle_outline:before {
  content: "\e148";
}

.material-icons.add_comment:before {
  content: "\e266";
}

.material-icons.add_home:before {
  content: "\f8eb";
}

.material-icons.add_home_work:before {
  content: "\f8ed";
}

.material-icons.add_ic_call:before {
  content: "\e97c";
}

.material-icons.add_link:before {
  content: "\e178";
}

.material-icons.add_location:before {
  content: "\e567";
}

.material-icons.add_location_alt:before {
  content: "\ef3a";
}

.material-icons.add_moderator:before {
  content: "\e97d";
}

.material-icons.add_photo_alternate:before {
  content: "\e43e";
}

.material-icons.add_reaction:before {
  content: "\e1d3";
}

.material-icons.add_road:before {
  content: "\ef3b";
}

.material-icons.add_shopping_cart:before {
  content: "\e854";
}

.material-icons.add_task:before {
  content: "\f23a";
}

.material-icons.add_to_drive:before {
  content: "\e65c";
}

.material-icons.add_to_home_screen:before {
  content: "\e1fe";
}

.material-icons.add_to_photos:before {
  content: "\e39d";
}

.material-icons.add_to_queue:before {
  content: "\e05c";
}

.material-icons.addchart:before {
  content: "\ef3c";
}

.material-icons.adf_scanner:before {
  content: "\eada";
}

.material-icons.adjust:before {
  content: "\e39e";
}

.material-icons.admin_panel_settings:before {
  content: "\ef3d";
}

.material-icons.adobe:before {
  content: "\ea96";
}

.material-icons.ads_click:before {
  content: "\e762";
}

.material-icons.agriculture:before {
  content: "\ea79";
}

.material-icons.air:before {
  content: "\efd8";
}

.material-icons.airline_seat_flat:before {
  content: "\e630";
}

.material-icons.airline_seat_flat_angled:before {
  content: "\e631";
}

.material-icons.airline_seat_individual_suite:before {
  content: "\e632";
}

.material-icons.airline_seat_legroom_extra:before {
  content: "\e633";
}

.material-icons.airline_seat_legroom_normal:before {
  content: "\e634";
}

.material-icons.airline_seat_legroom_reduced:before {
  content: "\e635";
}

.material-icons.airline_seat_recline_extra:before {
  content: "\e636";
}

.material-icons.airline_seat_recline_normal:before {
  content: "\e637";
}

.material-icons.airline_stops:before {
  content: "\e7d0";
}

.material-icons.airlines:before {
  content: "\e7ca";
}

.material-icons.airplane_ticket:before {
  content: "\efd9";
}

.material-icons.airplanemode_active:before {
  content: "\e195";
}

.material-icons.airplanemode_inactive:before {
  content: "\e194";
}

.material-icons.airplanemode_off:before {
  content: "\e194";
}

.material-icons.airplanemode_on:before {
  content: "\e195";
}

.material-icons.airplay:before {
  content: "\e055";
}

.material-icons.airport_shuttle:before {
  content: "\eb3c";
}

.material-icons.alarm:before {
  content: "\e855";
}

.material-icons.alarm_add:before {
  content: "\e856";
}

.material-icons.alarm_off:before {
  content: "\e857";
}

.material-icons.alarm_on:before {
  content: "\e858";
}

.material-icons.album:before {
  content: "\e019";
}

.material-icons.align_horizontal_center:before {
  content: "\e00f";
}

.material-icons.align_horizontal_left:before {
  content: "\e00d";
}

.material-icons.align_horizontal_right:before {
  content: "\e010";
}

.material-icons.align_vertical_bottom:before {
  content: "\e015";
}

.material-icons.align_vertical_center:before {
  content: "\e011";
}

.material-icons.align_vertical_top:before {
  content: "\e00c";
}

.material-icons.all_inbox:before {
  content: "\e97f";
}

.material-icons.all_inclusive:before {
  content: "\eb3d";
}

.material-icons.all_out:before {
  content: "\e90b";
}

.material-icons.alt_route:before {
  content: "\f184";
}

.material-icons.alternate_email:before {
  content: "\e0e6";
}

.material-icons.amp_stories:before {
  content: "\ea13";
}

.material-icons.analytics:before {
  content: "\ef3e";
}

.material-icons.anchor:before {
  content: "\f1cd";
}

.material-icons.android:before {
  content: "\e859";
}

.material-icons.animation:before {
  content: "\e71c";
}

.material-icons.announcement:before {
  content: "\e85a";
}

.material-icons.aod:before {
  content: "\efda";
}

.material-icons.apartment:before {
  content: "\ea40";
}

.material-icons.api:before {
  content: "\f1b7";
}

.material-icons.app_blocking:before {
  content: "\ef3f";
}

.material-icons.app_registration:before {
  content: "\ef40";
}

.material-icons.app_settings_alt:before {
  content: "\ef41";
}

.material-icons.app_shortcut:before {
  content: "\eae4";
}

.material-icons.apple:before {
  content: "\ea80";
}

.material-icons.approval:before {
  content: "\e982";
}

.material-icons.apps:before {
  content: "\e5c3";
}

.material-icons.apps_outage:before {
  content: "\e7cc";
}

.material-icons.architecture:before {
  content: "\ea3b";
}

.material-icons.archive:before {
  content: "\e149";
}

.material-icons.area_chart:before {
  content: "\e770";
}

.material-icons.arrow_back:before {
  content: "\e5c4";
}

.material-icons.arrow_back_ios:before {
  content: "\e5e0";
}

.material-icons.arrow_back_ios_new:before {
  content: "\e2ea";
}

.material-icons.arrow_circle_down:before {
  content: "\f181";
}

.material-icons.arrow_circle_left:before {
  content: "\eaa7";
}

.material-icons.arrow_circle_right:before {
  content: "\eaaa";
}

.material-icons.arrow_circle_up:before {
  content: "\f182";
}

.material-icons.arrow_downward:before {
  content: "\e5db";
}

.material-icons.arrow_drop_down:before {
  content: "\e5c5";
}

.material-icons.arrow_drop_down_circle:before {
  content: "\e5c6";
}

.material-icons.arrow_drop_up:before {
  content: "\e5c7";
}

.material-icons.arrow_forward:before {
  content: "\e5c8";
}

.material-icons.arrow_forward_ios:before {
  content: "\e5e1";
}

.material-icons.arrow_left:before {
  content: "\e5de";
}

.material-icons.arrow_right:before {
  content: "\e5df";
}

.material-icons.arrow_right_alt:before {
  content: "\e941";
}

.material-icons.arrow_upward:before {
  content: "\e5d8";
}

.material-icons.art_track:before {
  content: "\e060";
}

.material-icons.article:before {
  content: "\ef42";
}

.material-icons.aspect_ratio:before {
  content: "\e85b";
}

.material-icons.assessment:before {
  content: "\e85c";
}

.material-icons.assignment:before {
  content: "\e85d";
}

.material-icons.assignment_ind:before {
  content: "\e85e";
}

.material-icons.assignment_late:before {
  content: "\e85f";
}

.material-icons.assignment_return:before {
  content: "\e860";
}

.material-icons.assignment_returned:before {
  content: "\e861";
}

.material-icons.assignment_turned_in:before {
  content: "\e862";
}

.material-icons.assistant:before {
  content: "\e39f";
}

.material-icons.assistant_direction:before {
  content: "\e988";
}

.material-icons.assistant_navigation:before {
  content: "\e989";
}

.material-icons.assistant_photo:before {
  content: "\e3a0";
}

.material-icons.assured_workload:before {
  content: "\eb6f";
}

.material-icons.atm:before {
  content: "\e573";
}

.material-icons.attach_email:before {
  content: "\ea5e";
}

.material-icons.attach_file:before {
  content: "\e226";
}

.material-icons.attach_money:before {
  content: "\e227";
}

.material-icons.attachment:before {
  content: "\e2bc";
}

.material-icons.attractions:before {
  content: "\ea52";
}

.material-icons.attribution:before {
  content: "\efdb";
}

.material-icons.audio_file:before {
  content: "\eb82";
}

.material-icons.audiotrack:before {
  content: "\e3a1";
}

.material-icons.auto_awesome:before {
  content: "\e65f";
}

.material-icons.auto_awesome_mosaic:before {
  content: "\e660";
}

.material-icons.auto_awesome_motion:before {
  content: "\e661";
}

.material-icons.auto_delete:before {
  content: "\ea4c";
}

.material-icons.auto_fix_high:before {
  content: "\e663";
}

.material-icons.auto_fix_normal:before {
  content: "\e664";
}

.material-icons.auto_fix_off:before {
  content: "\e665";
}

.material-icons.auto_graph:before {
  content: "\e4fb";
}

.material-icons.auto_mode:before {
  content: "\ec20";
}

.material-icons.auto_stories:before {
  content: "\e666";
}

.material-icons.autofps_select:before {
  content: "\efdc";
}

.material-icons.autorenew:before {
  content: "\e863";
}

.material-icons.av_timer:before {
  content: "\e01b";
}

.material-icons.baby_changing_station:before {
  content: "\f19b";
}

.material-icons.back_hand:before {
  content: "\e764";
}

.material-icons.backpack:before {
  content: "\f19c";
}

.material-icons.backspace:before {
  content: "\e14a";
}

.material-icons.backup:before {
  content: "\e864";
}

.material-icons.backup_table:before {
  content: "\ef43";
}

.material-icons.badge:before {
  content: "\ea67";
}

.material-icons.bakery_dining:before {
  content: "\ea53";
}

.material-icons.balance:before {
  content: "\eaf6";
}

.material-icons.balcony:before {
  content: "\e58f";
}

.material-icons.ballot:before {
  content: "\e172";
}

.material-icons.bar_chart:before {
  content: "\e26b";
}

.material-icons.batch_prediction:before {
  content: "\f0f5";
}

.material-icons.bathroom:before {
  content: "\efdd";
}

.material-icons.bathtub:before {
  content: "\ea41";
}

.material-icons.battery_0_bar:before {
  content: "\ebdc";
}

.material-icons.battery_1_bar:before {
  content: "\ebd9";
}

.material-icons.battery_2_bar:before {
  content: "\ebe0";
}

.material-icons.battery_3_bar:before {
  content: "\ebdd";
}

.material-icons.battery_4_bar:before {
  content: "\ebe2";
}

.material-icons.battery_5_bar:before {
  content: "\ebd4";
}

.material-icons.battery_6_bar:before {
  content: "\ebd2";
}

.material-icons.battery_alert:before {
  content: "\e19c";
}

.material-icons.battery_charging_full:before {
  content: "\e1a3";
}

.material-icons.battery_full:before {
  content: "\e1a4";
}

.material-icons.battery_saver:before {
  content: "\efde";
}

.material-icons.battery_std:before {
  content: "\e1a5";
}

.material-icons.battery_unknown:before {
  content: "\e1a6";
}

.material-icons.beach_access:before {
  content: "\eb3e";
}

.material-icons.bed:before {
  content: "\efdf";
}

.material-icons.bedroom_baby:before {
  content: "\efe0";
}

.material-icons.bedroom_child:before {
  content: "\efe1";
}

.material-icons.bedroom_parent:before {
  content: "\efe2";
}

.material-icons.bedtime:before {
  content: "\ef44";
}

.material-icons.bedtime_off:before {
  content: "\eb76";
}

.material-icons.beenhere:before {
  content: "\e52d";
}

.material-icons.bento:before {
  content: "\f1f4";
}

.material-icons.bike_scooter:before {
  content: "\ef45";
}

.material-icons.biotech:before {
  content: "\ea3a";
}

.material-icons.blender:before {
  content: "\efe3";
}

.material-icons.blinds:before {
  content: "\e286";
}

.material-icons.blinds_closed:before {
  content: "\ec1f";
}

.material-icons.block:before {
  content: "\e14b";
}

.material-icons.block_flipped:before {
  content: "\ef46";
}

.material-icons.bloodtype:before {
  content: "\efe4";
}

.material-icons.bluetooth:before {
  content: "\e1a7";
}

.material-icons.bluetooth_audio:before {
  content: "\e60f";
}

.material-icons.bluetooth_connected:before {
  content: "\e1a8";
}

.material-icons.bluetooth_disabled:before {
  content: "\e1a9";
}

.material-icons.bluetooth_drive:before {
  content: "\efe5";
}

.material-icons.bluetooth_searching:before {
  content: "\e1aa";
}

.material-icons.blur_circular:before {
  content: "\e3a2";
}

.material-icons.blur_linear:before {
  content: "\e3a3";
}

.material-icons.blur_off:before {
  content: "\e3a4";
}

.material-icons.blur_on:before {
  content: "\e3a5";
}

.material-icons.bolt:before {
  content: "\ea0b";
}

.material-icons.book:before {
  content: "\e865";
}

.material-icons.book_online:before {
  content: "\f217";
}

.material-icons.bookmark:before {
  content: "\e866";
}

.material-icons.bookmark_add:before {
  content: "\e598";
}

.material-icons.bookmark_added:before {
  content: "\e599";
}

.material-icons.bookmark_border:before {
  content: "\e867";
}

.material-icons.bookmark_outline:before {
  content: "\e867";
}

.material-icons.bookmark_remove:before {
  content: "\e59a";
}

.material-icons.bookmarks:before {
  content: "\e98b";
}

.material-icons.border_all:before {
  content: "\e228";
}

.material-icons.border_bottom:before {
  content: "\e229";
}

.material-icons.border_clear:before {
  content: "\e22a";
}

.material-icons.border_color:before {
  content: "\e22b";
}

.material-icons.border_horizontal:before {
  content: "\e22c";
}

.material-icons.border_inner:before {
  content: "\e22d";
}

.material-icons.border_left:before {
  content: "\e22e";
}

.material-icons.border_outer:before {
  content: "\e22f";
}

.material-icons.border_right:before {
  content: "\e230";
}

.material-icons.border_style:before {
  content: "\e231";
}

.material-icons.border_top:before {
  content: "\e232";
}

.material-icons.border_vertical:before {
  content: "\e233";
}

.material-icons.boy:before {
  content: "\eb67";
}

.material-icons.branding_watermark:before {
  content: "\e06b";
}

.material-icons.breakfast_dining:before {
  content: "\ea54";
}

.material-icons.brightness_1:before {
  content: "\e3a6";
}

.material-icons.brightness_2:before {
  content: "\e3a7";
}

.material-icons.brightness_3:before {
  content: "\e3a8";
}

.material-icons.brightness_4:before {
  content: "\e3a9";
}

.material-icons.brightness_5:before {
  content: "\e3aa";
}

.material-icons.brightness_6:before {
  content: "\e3ab";
}

.material-icons.brightness_7:before {
  content: "\e3ac";
}

.material-icons.brightness_auto:before {
  content: "\e1ab";
}

.material-icons.brightness_high:before {
  content: "\e1ac";
}

.material-icons.brightness_low:before {
  content: "\e1ad";
}

.material-icons.brightness_medium:before {
  content: "\e1ae";
}

.material-icons.broadcast_on_home:before {
  content: "\f8f8";
}

.material-icons.broadcast_on_personal:before {
  content: "\f8f9";
}

.material-icons.broken_image:before {
  content: "\e3ad";
}

.material-icons.browse_gallery:before {
  content: "\ebd1";
}

.material-icons.browser_not_supported:before {
  content: "\ef47";
}

.material-icons.browser_updated:before {
  content: "\e7cf";
}

.material-icons.brunch_dining:before {
  content: "\ea73";
}

.material-icons.brush:before {
  content: "\e3ae";
}

.material-icons.bubble_chart:before {
  content: "\e6dd";
}

.material-icons.bug_report:before {
  content: "\e868";
}

.material-icons.build:before {
  content: "\e869";
}

.material-icons.build_circle:before {
  content: "\ef48";
}

.material-icons.bungalow:before {
  content: "\e591";
}

.material-icons.burst_mode:before {
  content: "\e43c";
}

.material-icons.bus_alert:before {
  content: "\e98f";
}

.material-icons.business:before {
  content: "\e0af";
}

.material-icons.business_center:before {
  content: "\eb3f";
}

.material-icons.cabin:before {
  content: "\e589";
}

.material-icons.cable:before {
  content: "\efe6";
}

.material-icons.cached:before {
  content: "\e86a";
}

.material-icons.cake:before {
  content: "\e7e9";
}

.material-icons.calculate:before {
  content: "\ea5f";
}

.material-icons.calendar_month:before {
  content: "\ebcc";
}

.material-icons.calendar_today:before {
  content: "\e935";
}

.material-icons.calendar_view_day:before {
  content: "\e936";
}

.material-icons.calendar_view_month:before {
  content: "\efe7";
}

.material-icons.calendar_view_week:before {
  content: "\efe8";
}

.material-icons.call:before {
  content: "\e0b0";
}

.material-icons.call_end:before {
  content: "\e0b1";
}

.material-icons.call_made:before {
  content: "\e0b2";
}

.material-icons.call_merge:before {
  content: "\e0b3";
}

.material-icons.call_missed:before {
  content: "\e0b4";
}

.material-icons.call_missed_outgoing:before {
  content: "\e0e4";
}

.material-icons.call_received:before {
  content: "\e0b5";
}

.material-icons.call_split:before {
  content: "\e0b6";
}

.material-icons.call_to_action:before {
  content: "\e06c";
}

.material-icons.camera:before {
  content: "\e3af";
}

.material-icons.camera_alt:before {
  content: "\e3b0";
}

.material-icons.camera_enhance:before {
  content: "\e8fc";
}

.material-icons.camera_front:before {
  content: "\e3b1";
}

.material-icons.camera_indoor:before {
  content: "\efe9";
}

.material-icons.camera_outdoor:before {
  content: "\efea";
}

.material-icons.camera_rear:before {
  content: "\e3b2";
}

.material-icons.camera_roll:before {
  content: "\e3b3";
}

.material-icons.cameraswitch:before {
  content: "\efeb";
}

.material-icons.campaign:before {
  content: "\ef49";
}

.material-icons.cancel:before {
  content: "\e5c9";
}

.material-icons.cancel_presentation:before {
  content: "\e0e9";
}

.material-icons.cancel_schedule_send:before {
  content: "\ea39";
}

.material-icons.candlestick_chart:before {
  content: "\ead4";
}

.material-icons.car_crash:before {
  content: "\ebf2";
}

.material-icons.car_rental:before {
  content: "\ea55";
}

.material-icons.car_repair:before {
  content: "\ea56";
}

.material-icons.card_giftcard:before {
  content: "\e8f6";
}

.material-icons.card_membership:before {
  content: "\e8f7";
}

.material-icons.card_travel:before {
  content: "\e8f8";
}

.material-icons.carpenter:before {
  content: "\f1f8";
}

.material-icons.cases:before {
  content: "\e992";
}

.material-icons.casino:before {
  content: "\eb40";
}

.material-icons.cast:before {
  content: "\e307";
}

.material-icons.cast_connected:before {
  content: "\e308";
}

.material-icons.cast_for_education:before {
  content: "\efec";
}

.material-icons.castle:before {
  content: "\eab1";
}

.material-icons.catching_pokemon:before {
  content: "\e508";
}

.material-icons.category:before {
  content: "\e574";
}

.material-icons.celebration:before {
  content: "\ea65";
}

.material-icons.cell_tower:before {
  content: "\ebba";
}

.material-icons.cell_wifi:before {
  content: "\e0ec";
}

.material-icons.center_focus_strong:before {
  content: "\e3b4";
}

.material-icons.center_focus_weak:before {
  content: "\e3b5";
}

.material-icons.chair:before {
  content: "\efed";
}

.material-icons.chair_alt:before {
  content: "\efee";
}

.material-icons.chalet:before {
  content: "\e585";
}

.material-icons.change_circle:before {
  content: "\e2e7";
}

.material-icons.change_history:before {
  content: "\e86b";
}

.material-icons.charging_station:before {
  content: "\f19d";
}

.material-icons.chat:before {
  content: "\e0b7";
}

.material-icons.chat_bubble:before {
  content: "\e0ca";
}

.material-icons.chat_bubble_outline:before {
  content: "\e0cb";
}

.material-icons.check:before {
  content: "\e5ca";
}

.material-icons.check_box:before {
  content: "\e834";
}

.material-icons.check_box_outline_blank:before {
  content: "\e835";
}

.material-icons.check_circle:before {
  content: "\e86c";
}

.material-icons.check_circle_outline:before {
  content: "\e92d";
}

.material-icons.checklist:before {
  content: "\e6b1";
}

.material-icons.checklist_rtl:before {
  content: "\e6b3";
}

.material-icons.checkroom:before {
  content: "\f19e";
}

.material-icons.chevron_left:before {
  content: "\e5cb";
}

.material-icons.chevron_right:before {
  content: "\e5cc";
}

.material-icons.child_care:before {
  content: "\eb41";
}

.material-icons.child_friendly:before {
  content: "\eb42";
}

.material-icons.chrome_reader_mode:before {
  content: "\e86d";
}

.material-icons.church:before {
  content: "\eaae";
}

.material-icons.circle:before {
  content: "\ef4a";
}

.material-icons.circle_notifications:before {
  content: "\e994";
}

.material-icons.class:before {
  content: "\e86e";
}

.material-icons.clean_hands:before {
  content: "\f21f";
}

.material-icons.cleaning_services:before {
  content: "\f0ff";
}

.material-icons.clear:before {
  content: "\e14c";
}

.material-icons.clear_all:before {
  content: "\e0b8";
}

.material-icons.close:before {
  content: "\e5cd";
}

.material-icons.close_fullscreen:before {
  content: "\f1cf";
}

.material-icons.closed_caption:before {
  content: "\e01c";
}

.material-icons.closed_caption_disabled:before {
  content: "\f1dc";
}

.material-icons.closed_caption_off:before {
  content: "\e996";
}

.material-icons.cloud:before {
  content: "\e2bd";
}

.material-icons.cloud_circle:before {
  content: "\e2be";
}

.material-icons.cloud_done:before {
  content: "\e2bf";
}

.material-icons.cloud_download:before {
  content: "\e2c0";
}

.material-icons.cloud_off:before {
  content: "\e2c1";
}

.material-icons.cloud_queue:before {
  content: "\e2c2";
}

.material-icons.cloud_sync:before {
  content: "\eb5a";
}

.material-icons.cloud_upload:before {
  content: "\e2c3";
}

.material-icons.cloudy_snowing:before {
  content: "\e810";
}

.material-icons.co2:before {
  content: "\e7b0";
}

.material-icons.co_present:before {
  content: "\eaf0";
}

.material-icons.code:before {
  content: "\e86f";
}

.material-icons.code_off:before {
  content: "\e4f3";
}

.material-icons.coffee:before {
  content: "\efef";
}

.material-icons.coffee_maker:before {
  content: "\eff0";
}

.material-icons.collections:before {
  content: "\e3b6";
}

.material-icons.collections_bookmark:before {
  content: "\e431";
}

.material-icons.color_lens:before {
  content: "\e3b7";
}

.material-icons.colorize:before {
  content: "\e3b8";
}

.material-icons.comment:before {
  content: "\e0b9";
}

.material-icons.comment_bank:before {
  content: "\ea4e";
}

.material-icons.comments_disabled:before {
  content: "\e7a2";
}

.material-icons.commit:before {
  content: "\eaf5";
}

.material-icons.commute:before {
  content: "\e940";
}

.material-icons.compare:before {
  content: "\e3b9";
}

.material-icons.compare_arrows:before {
  content: "\e915";
}

.material-icons.compass_calibration:before {
  content: "\e57c";
}

.material-icons.compost:before {
  content: "\e761";
}

.material-icons.compress:before {
  content: "\e94d";
}

.material-icons.computer:before {
  content: "\e30a";
}

.material-icons.confirmation_num:before {
  content: "\e638";
}

.material-icons.confirmation_number:before {
  content: "\e638";
}

.material-icons.connect_without_contact:before {
  content: "\f223";
}

.material-icons.connected_tv:before {
  content: "\e998";
}

.material-icons.connecting_airports:before {
  content: "\e7c9";
}

.material-icons.construction:before {
  content: "\ea3c";
}

.material-icons.contact_mail:before {
  content: "\e0d0";
}

.material-icons.contact_page:before {
  content: "\f22e";
}

.material-icons.contact_phone:before {
  content: "\e0cf";
}

.material-icons.contact_support:before {
  content: "\e94c";
}

.material-icons.contactless:before {
  content: "\ea71";
}

.material-icons.contacts:before {
  content: "\e0ba";
}

.material-icons.content_copy:before {
  content: "\e14d";
}

.material-icons.content_cut:before {
  content: "\e14e";
}

.material-icons.content_paste:before {
  content: "\e14f";
}

.material-icons.content_paste_go:before {
  content: "\ea8e";
}

.material-icons.content_paste_off:before {
  content: "\e4f8";
}

.material-icons.content_paste_search:before {
  content: "\ea9b";
}

.material-icons.contrast:before {
  content: "\eb37";
}

.material-icons.control_camera:before {
  content: "\e074";
}

.material-icons.control_point:before {
  content: "\e3ba";
}

.material-icons.control_point_duplicate:before {
  content: "\e3bb";
}

.material-icons.cookie:before {
  content: "\eaac";
}

.material-icons.copy_all:before {
  content: "\e2ec";
}

.material-icons.copyright:before {
  content: "\e90c";
}

.material-icons.coronavirus:before {
  content: "\f221";
}

.material-icons.corporate_fare:before {
  content: "\f1d0";
}

.material-icons.cottage:before {
  content: "\e587";
}

.material-icons.countertops:before {
  content: "\f1f7";
}

.material-icons.create:before {
  content: "\e150";
}

.material-icons.create_new_folder:before {
  content: "\e2cc";
}

.material-icons.credit_card:before {
  content: "\e870";
}

.material-icons.credit_card_off:before {
  content: "\e4f4";
}

.material-icons.credit_score:before {
  content: "\eff1";
}

.material-icons.crib:before {
  content: "\e588";
}

.material-icons.crisis_alert:before {
  content: "\ebe9";
}

.material-icons.crop:before {
  content: "\e3be";
}

.material-icons.crop_16_9:before {
  content: "\e3bc";
}

.material-icons.crop_3_2:before {
  content: "\e3bd";
}

.material-icons.crop_5_4:before {
  content: "\e3bf";
}

.material-icons.crop_7_5:before {
  content: "\e3c0";
}

.material-icons.crop_din:before {
  content: "\e3c1";
}

.material-icons.crop_free:before {
  content: "\e3c2";
}

.material-icons.crop_landscape:before {
  content: "\e3c3";
}

.material-icons.crop_original:before {
  content: "\e3c4";
}

.material-icons.crop_portrait:before {
  content: "\e3c5";
}

.material-icons.crop_rotate:before {
  content: "\e437";
}

.material-icons.crop_square:before {
  content: "\e3c6";
}

.material-icons.cruelty_free:before {
  content: "\e799";
}

.material-icons.css:before {
  content: "\eb93";
}

.material-icons.currency_bitcoin:before {
  content: "\ebc5";
}

.material-icons.currency_exchange:before {
  content: "\eb70";
}

.material-icons.currency_franc:before {
  content: "\eafa";
}

.material-icons.currency_lira:before {
  content: "\eaef";
}

.material-icons.currency_pound:before {
  content: "\eaf1";
}

.material-icons.currency_ruble:before {
  content: "\eaec";
}

.material-icons.currency_rupee:before {
  content: "\eaf7";
}

.material-icons.currency_yen:before {
  content: "\eafb";
}

.material-icons.currency_yuan:before {
  content: "\eaf9";
}

.material-icons.curtains:before {
  content: "\ec1e";
}

.material-icons.curtains_closed:before {
  content: "\ec1d";
}

.material-icons.cyclone:before {
  content: "\ebd5";
}

.material-icons.dangerous:before {
  content: "\e99a";
}

.material-icons.dark_mode:before {
  content: "\e51c";
}

.material-icons.dashboard:before {
  content: "\e871";
}

.material-icons.dashboard_customize:before {
  content: "\e99b";
}

.material-icons.data_array:before {
  content: "\ead1";
}

.material-icons.data_exploration:before {
  content: "\e76f";
}

.material-icons.data_object:before {
  content: "\ead3";
}

.material-icons.data_saver_off:before {
  content: "\eff2";
}

.material-icons.data_saver_on:before {
  content: "\eff3";
}

.material-icons.data_thresholding:before {
  content: "\eb9f";
}

.material-icons.data_usage:before {
  content: "\e1af";
}

.material-icons.dataset:before {
  content: "\f8ee";
}

.material-icons.dataset_linked:before {
  content: "\f8ef";
}

.material-icons.date_range:before {
  content: "\e916";
}

.material-icons.deblur:before {
  content: "\eb77";
}

.material-icons.deck:before {
  content: "\ea42";
}

.material-icons.dehaze:before {
  content: "\e3c7";
}

.material-icons.delete:before {
  content: "\e872";
}

.material-icons.delete_forever:before {
  content: "\e92b";
}

.material-icons.delete_outline:before {
  content: "\e92e";
}

.material-icons.delete_sweep:before {
  content: "\e16c";
}

.material-icons.delivery_dining:before {
  content: "\ea72";
}

.material-icons.density_large:before {
  content: "\eba9";
}

.material-icons.density_medium:before {
  content: "\eb9e";
}

.material-icons.density_small:before {
  content: "\eba8";
}

.material-icons.departure_board:before {
  content: "\e576";
}

.material-icons.description:before {
  content: "\e873";
}

.material-icons.deselect:before {
  content: "\ebb6";
}

.material-icons.design_services:before {
  content: "\f10a";
}

.material-icons.desk:before {
  content: "\f8f4";
}

.material-icons.desktop_access_disabled:before {
  content: "\e99d";
}

.material-icons.desktop_mac:before {
  content: "\e30b";
}

.material-icons.desktop_windows:before {
  content: "\e30c";
}

.material-icons.details:before {
  content: "\e3c8";
}

.material-icons.developer_board:before {
  content: "\e30d";
}

.material-icons.developer_board_off:before {
  content: "\e4ff";
}

.material-icons.developer_mode:before {
  content: "\e1b0";
}

.material-icons.device_hub:before {
  content: "\e335";
}

.material-icons.device_thermostat:before {
  content: "\e1ff";
}

.material-icons.device_unknown:before {
  content: "\e339";
}

.material-icons.devices:before {
  content: "\e1b1";
}

.material-icons.devices_fold:before {
  content: "\ebde";
}

.material-icons.devices_other:before {
  content: "\e337";
}

.material-icons.dialer_sip:before {
  content: "\e0bb";
}

.material-icons.dialpad:before {
  content: "\e0bc";
}

.material-icons.diamond:before {
  content: "\ead5";
}

.material-icons.difference:before {
  content: "\eb7d";
}

.material-icons.dining:before {
  content: "\eff4";
}

.material-icons.dinner_dining:before {
  content: "\ea57";
}

.material-icons.directions:before {
  content: "\e52e";
}

.material-icons.directions_bike:before {
  content: "\e52f";
}

.material-icons.directions_boat:before {
  content: "\e532";
}

.material-icons.directions_boat_filled:before {
  content: "\eff5";
}

.material-icons.directions_bus:before {
  content: "\e530";
}

.material-icons.directions_bus_filled:before {
  content: "\eff6";
}

.material-icons.directions_car:before {
  content: "\e531";
}

.material-icons.directions_car_filled:before {
  content: "\eff7";
}

.material-icons.directions_ferry:before {
  content: "\e532";
}

.material-icons.directions_off:before {
  content: "\f10f";
}

.material-icons.directions_railway:before {
  content: "\e534";
}

.material-icons.directions_railway_filled:before {
  content: "\eff8";
}

.material-icons.directions_run:before {
  content: "\e566";
}

.material-icons.directions_subway:before {
  content: "\e533";
}

.material-icons.directions_subway_filled:before {
  content: "\eff9";
}

.material-icons.directions_train:before {
  content: "\e534";
}

.material-icons.directions_transit:before {
  content: "\e535";
}

.material-icons.directions_transit_filled:before {
  content: "\effa";
}

.material-icons.directions_walk:before {
  content: "\e536";
}

.material-icons.dirty_lens:before {
  content: "\ef4b";
}

.material-icons.disabled_by_default:before {
  content: "\f230";
}

.material-icons.disabled_visible:before {
  content: "\e76e";
}

.material-icons.disc_full:before {
  content: "\e610";
}

.material-icons.discord:before {
  content: "\ea6c";
}

.material-icons.discount:before {
  content: "\ebc9";
}

.material-icons.display_settings:before {
  content: "\eb97";
}

.material-icons.dnd_forwardslash:before {
  content: "\e611";
}

.material-icons.dns:before {
  content: "\e875";
}

.material-icons.do_disturb:before {
  content: "\f08c";
}

.material-icons.do_disturb_alt:before {
  content: "\f08d";
}

.material-icons.do_disturb_off:before {
  content: "\f08e";
}

.material-icons.do_disturb_on:before {
  content: "\f08f";
}

.material-icons.do_not_disturb:before {
  content: "\e612";
}

.material-icons.do_not_disturb_alt:before {
  content: "\e611";
}

.material-icons.do_not_disturb_off:before {
  content: "\e643";
}

.material-icons.do_not_disturb_on:before {
  content: "\e644";
}

.material-icons.do_not_disturb_on_total_silence:before {
  content: "\effb";
}

.material-icons.do_not_step:before {
  content: "\f19f";
}

.material-icons.do_not_touch:before {
  content: "\f1b0";
}

.material-icons.dock:before {
  content: "\e30e";
}

.material-icons.document_scanner:before {
  content: "\e5fa";
}

.material-icons.domain:before {
  content: "\e7ee";
}

.material-icons.domain_add:before {
  content: "\eb62";
}

.material-icons.domain_disabled:before {
  content: "\e0ef";
}

.material-icons.domain_verification:before {
  content: "\ef4c";
}

.material-icons.done:before {
  content: "\e876";
}

.material-icons.done_all:before {
  content: "\e877";
}

.material-icons.done_outline:before {
  content: "\e92f";
}

.material-icons.donut_large:before {
  content: "\e917";
}

.material-icons.donut_small:before {
  content: "\e918";
}

.material-icons.door_back:before {
  content: "\effc";
}

.material-icons.door_front:before {
  content: "\effd";
}

.material-icons.door_sliding:before {
  content: "\effe";
}

.material-icons.doorbell:before {
  content: "\efff";
}

.material-icons.double_arrow:before {
  content: "\ea50";
}

.material-icons.downhill_skiing:before {
  content: "\e509";
}

.material-icons.download:before {
  content: "\f090";
}

.material-icons.download_done:before {
  content: "\f091";
}

.material-icons.download_for_offline:before {
  content: "\f000";
}

.material-icons.downloading:before {
  content: "\f001";
}

.material-icons.drafts:before {
  content: "\e151";
}

.material-icons.drag_handle:before {
  content: "\e25d";
}

.material-icons.drag_indicator:before {
  content: "\e945";
}

.material-icons.draw:before {
  content: "\e746";
}

.material-icons.drive_eta:before {
  content: "\e613";
}

.material-icons.drive_file_move:before {
  content: "\e675";
}

.material-icons.drive_file_move_outline:before {
  content: "\e9a1";
}

.material-icons.drive_file_move_rtl:before {
  content: "\e76d";
}

.material-icons.drive_file_rename_outline:before {
  content: "\e9a2";
}

.material-icons.drive_folder_upload:before {
  content: "\e9a3";
}

.material-icons.dry:before {
  content: "\f1b3";
}

.material-icons.dry_cleaning:before {
  content: "\ea58";
}

.material-icons.duo:before {
  content: "\e9a5";
}

.material-icons.dvr:before {
  content: "\e1b2";
}

.material-icons.dynamic_feed:before {
  content: "\ea14";
}

.material-icons.dynamic_form:before {
  content: "\f1bf";
}

.material-icons.e_mobiledata:before {
  content: "\f002";
}

.material-icons.earbuds:before {
  content: "\f003";
}

.material-icons.earbuds_battery:before {
  content: "\f004";
}

.material-icons.east:before {
  content: "\f1df";
}

.material-icons.eco:before {
  content: "\ea35";
}

.material-icons.edgesensor_high:before {
  content: "\f005";
}

.material-icons.edgesensor_low:before {
  content: "\f006";
}

.material-icons.edit:before {
  content: "\e3c9";
}

.material-icons.edit_attributes:before {
  content: "\e578";
}

.material-icons.edit_calendar:before {
  content: "\e742";
}

.material-icons.edit_location:before {
  content: "\e568";
}

.material-icons.edit_location_alt:before {
  content: "\e1c5";
}

.material-icons.edit_note:before {
  content: "\e745";
}

.material-icons.edit_notifications:before {
  content: "\e525";
}

.material-icons.edit_off:before {
  content: "\e950";
}

.material-icons.edit_road:before {
  content: "\ef4d";
}

.material-icons.egg:before {
  content: "\eacc";
}

.material-icons.egg_alt:before {
  content: "\eac8";
}

.material-icons.eject:before {
  content: "\e8fb";
}

.material-icons.elderly:before {
  content: "\f21a";
}

.material-icons.elderly_woman:before {
  content: "\eb69";
}

.material-icons.electric_bike:before {
  content: "\eb1b";
}

.material-icons.electric_bolt:before {
  content: "\ec1c";
}

.material-icons.electric_car:before {
  content: "\eb1c";
}

.material-icons.electric_meter:before {
  content: "\ec1b";
}

.material-icons.electric_moped:before {
  content: "\eb1d";
}

.material-icons.electric_rickshaw:before {
  content: "\eb1e";
}

.material-icons.electric_scooter:before {
  content: "\eb1f";
}

.material-icons.electrical_services:before {
  content: "\f102";
}

.material-icons.elevator:before {
  content: "\f1a0";
}

.material-icons.email:before {
  content: "\e0be";
}

.material-icons.emergency:before {
  content: "\e1eb";
}

.material-icons.emergency_recording:before {
  content: "\ebf4";
}

.material-icons.emergency_share:before {
  content: "\ebf6";
}

.material-icons.emoji_emotions:before {
  content: "\ea22";
}

.material-icons.emoji_events:before {
  content: "\ea23";
}

.material-icons.emoji_flags:before {
  content: "\ea1a";
}

.material-icons.emoji_food_beverage:before {
  content: "\ea1b";
}

.material-icons.emoji_nature:before {
  content: "\ea1c";
}

.material-icons.emoji_objects:before {
  content: "\ea24";
}

.material-icons.emoji_people:before {
  content: "\ea1d";
}

.material-icons.emoji_symbols:before {
  content: "\ea1e";
}

.material-icons.emoji_transportation:before {
  content: "\ea1f";
}

.material-icons.energy_savings_leaf:before {
  content: "\ec1a";
}

.material-icons.engineering:before {
  content: "\ea3d";
}

.material-icons.enhance_photo_translate:before {
  content: "\e8fc";
}

.material-icons.enhanced_encryption:before {
  content: "\e63f";
}

.material-icons.equalizer:before {
  content: "\e01d";
}

.material-icons.error:before {
  content: "\e000";
}

.material-icons.error_outline:before {
  content: "\e001";
}

.material-icons.escalator:before {
  content: "\f1a1";
}

.material-icons.escalator_warning:before {
  content: "\f1ac";
}

.material-icons.euro:before {
  content: "\ea15";
}

.material-icons.euro_symbol:before {
  content: "\e926";
}

.material-icons.ev_station:before {
  content: "\e56d";
}

.material-icons.event:before {
  content: "\e878";
}

.material-icons.event_available:before {
  content: "\e614";
}

.material-icons.event_busy:before {
  content: "\e615";
}

.material-icons.event_note:before {
  content: "\e616";
}

.material-icons.event_repeat:before {
  content: "\eb7b";
}

.material-icons.event_seat:before {
  content: "\e903";
}

.material-icons.exit_to_app:before {
  content: "\e879";
}

.material-icons.expand:before {
  content: "\e94f";
}

.material-icons.expand_circle_down:before {
  content: "\e7cd";
}

.material-icons.expand_less:before {
  content: "\e5ce";
}

.material-icons.expand_more:before {
  content: "\e5cf";
}

.material-icons.explicit:before {
  content: "\e01e";
}

.material-icons.explore:before {
  content: "\e87a";
}

.material-icons.explore_off:before {
  content: "\e9a8";
}

.material-icons.exposure:before {
  content: "\e3ca";
}

.material-icons.exposure_minus_1:before {
  content: "\e3cb";
}

.material-icons.exposure_minus_2:before {
  content: "\e3cc";
}

.material-icons.exposure_neg_1:before {
  content: "\e3cb";
}

.material-icons.exposure_neg_2:before {
  content: "\e3cc";
}

.material-icons.exposure_plus_1:before {
  content: "\e3cd";
}

.material-icons.exposure_plus_2:before {
  content: "\e3ce";
}

.material-icons.exposure_zero:before {
  content: "\e3cf";
}

.material-icons.extension:before {
  content: "\e87b";
}

.material-icons.extension_off:before {
  content: "\e4f5";
}

.material-icons.face:before {
  content: "\e87c";
}

.material-icons.face_retouching_natural:before {
  content: "\ef4e";
}

.material-icons.face_retouching_off:before {
  content: "\f007";
}

.material-icons.facebook:before {
  content: "\f234";
}

.material-icons.fact_check:before {
  content: "\f0c5";
}

.material-icons.factory:before {
  content: "\ebbc";
}

.material-icons.family_restroom:before {
  content: "\f1a2";
}

.material-icons.fast_forward:before {
  content: "\e01f";
}

.material-icons.fast_rewind:before {
  content: "\e020";
}

.material-icons.fastfood:before {
  content: "\e57a";
}

.material-icons.favorite:before {
  content: "\e87d";
}

.material-icons.favorite_border:before {
  content: "\e87e";
}

.material-icons.favorite_outline:before {
  content: "\e87e";
}

.material-icons.fax:before {
  content: "\ead8";
}

.material-icons.featured_play_list:before {
  content: "\e06d";
}

.material-icons.featured_video:before {
  content: "\e06e";
}

.material-icons.feed:before {
  content: "\f009";
}

.material-icons.feedback:before {
  content: "\e87f";
}

.material-icons.female:before {
  content: "\e590";
}

.material-icons.fence:before {
  content: "\f1f6";
}

.material-icons.festival:before {
  content: "\ea68";
}

.material-icons.fiber_dvr:before {
  content: "\e05d";
}

.material-icons.fiber_manual_record:before {
  content: "\e061";
}

.material-icons.fiber_new:before {
  content: "\e05e";
}

.material-icons.fiber_pin:before {
  content: "\e06a";
}

.material-icons.fiber_smart_record:before {
  content: "\e062";
}

.material-icons.file_copy:before {
  content: "\e173";
}

.material-icons.file_download:before {
  content: "\e2c4";
}

.material-icons.file_download_done:before {
  content: "\e9aa";
}

.material-icons.file_download_off:before {
  content: "\e4fe";
}

.material-icons.file_open:before {
  content: "\eaf3";
}

.material-icons.file_present:before {
  content: "\ea0e";
}

.material-icons.file_upload:before {
  content: "\e2c6";
}

.material-icons.filter:before {
  content: "\e3d3";
}

.material-icons.filter_1:before {
  content: "\e3d0";
}

.material-icons.filter_2:before {
  content: "\e3d1";
}

.material-icons.filter_3:before {
  content: "\e3d2";
}

.material-icons.filter_4:before {
  content: "\e3d4";
}

.material-icons.filter_5:before {
  content: "\e3d5";
}

.material-icons.filter_6:before {
  content: "\e3d6";
}

.material-icons.filter_7:before {
  content: "\e3d7";
}

.material-icons.filter_8:before {
  content: "\e3d8";
}

.material-icons.filter_9:before {
  content: "\e3d9";
}

.material-icons.filter_9_plus:before {
  content: "\e3da";
}

.material-icons.filter_alt:before {
  content: "\ef4f";
}

.material-icons.filter_alt_off:before {
  content: "\eb32";
}

.material-icons.filter_b_and_w:before {
  content: "\e3db";
}

.material-icons.filter_center_focus:before {
  content: "\e3dc";
}

.material-icons.filter_drama:before {
  content: "\e3dd";
}

.material-icons.filter_frames:before {
  content: "\e3de";
}

.material-icons.filter_hdr:before {
  content: "\e3df";
}

.material-icons.filter_list:before {
  content: "\e152";
}

.material-icons.filter_list_alt:before {
  content: "\e94e";
}

.material-icons.filter_list_off:before {
  content: "\eb57";
}

.material-icons.filter_none:before {
  content: "\e3e0";
}

.material-icons.filter_tilt_shift:before {
  content: "\e3e2";
}

.material-icons.filter_vintage:before {
  content: "\e3e3";
}

.material-icons.find_in_page:before {
  content: "\e880";
}

.material-icons.find_replace:before {
  content: "\e881";
}

.material-icons.fingerprint:before {
  content: "\e90d";
}

.material-icons.fire_extinguisher:before {
  content: "\f1d8";
}

.material-icons.fire_hydrant:before {
  content: "\f1a3";
}

.material-icons.fire_hydrant_alt:before {
  content: "\f8f1";
}

.material-icons.fire_truck:before {
  content: "\f8f2";
}

.material-icons.fireplace:before {
  content: "\ea43";
}

.material-icons.first_page:before {
  content: "\e5dc";
}

.material-icons.fit_screen:before {
  content: "\ea10";
}

.material-icons.fitbit:before {
  content: "\e82b";
}

.material-icons.fitness_center:before {
  content: "\eb43";
}

.material-icons.flag:before {
  content: "\e153";
}

.material-icons.flag_circle:before {
  content: "\eaf8";
}

.material-icons.flaky:before {
  content: "\ef50";
}

.material-icons.flare:before {
  content: "\e3e4";
}

.material-icons.flash_auto:before {
  content: "\e3e5";
}

.material-icons.flash_off:before {
  content: "\e3e6";
}

.material-icons.flash_on:before {
  content: "\e3e7";
}

.material-icons.flashlight_off:before {
  content: "\f00a";
}

.material-icons.flashlight_on:before {
  content: "\f00b";
}

.material-icons.flatware:before {
  content: "\f00c";
}

.material-icons.flight:before {
  content: "\e539";
}

.material-icons.flight_class:before {
  content: "\e7cb";
}

.material-icons.flight_land:before {
  content: "\e904";
}

.material-icons.flight_takeoff:before {
  content: "\e905";
}

.material-icons.flip:before {
  content: "\e3e8";
}

.material-icons.flip_camera_android:before {
  content: "\ea37";
}

.material-icons.flip_camera_ios:before {
  content: "\ea38";
}

.material-icons.flip_to_back:before {
  content: "\e882";
}

.material-icons.flip_to_front:before {
  content: "\e883";
}

.material-icons.flood:before {
  content: "\ebe6";
}

.material-icons.flourescent:before {
  content: "\f00d";
}

.material-icons.flutter_dash:before {
  content: "\e00b";
}

.material-icons.fmd_bad:before {
  content: "\f00e";
}

.material-icons.fmd_good:before {
  content: "\f00f";
}

.material-icons.foggy:before {
  content: "\e818";
}

.material-icons.folder:before {
  content: "\e2c7";
}

.material-icons.folder_copy:before {
  content: "\ebbd";
}

.material-icons.folder_delete:before {
  content: "\eb34";
}

.material-icons.folder_off:before {
  content: "\eb83";
}

.material-icons.folder_open:before {
  content: "\e2c8";
}

.material-icons.folder_shared:before {
  content: "\e2c9";
}

.material-icons.folder_special:before {
  content: "\e617";
}

.material-icons.folder_zip:before {
  content: "\eb2c";
}

.material-icons.follow_the_signs:before {
  content: "\f222";
}

.material-icons.font_download:before {
  content: "\e167";
}

.material-icons.font_download_off:before {
  content: "\e4f9";
}

.material-icons.food_bank:before {
  content: "\f1f2";
}

.material-icons.forest:before {
  content: "\ea99";
}

.material-icons.fork_left:before {
  content: "\eba0";
}

.material-icons.fork_right:before {
  content: "\ebac";
}

.material-icons.format_align_center:before {
  content: "\e234";
}

.material-icons.format_align_justify:before {
  content: "\e235";
}

.material-icons.format_align_left:before {
  content: "\e236";
}

.material-icons.format_align_right:before {
  content: "\e237";
}

.material-icons.format_bold:before {
  content: "\e238";
}

.material-icons.format_clear:before {
  content: "\e239";
}

.material-icons.format_color_fill:before {
  content: "\e23a";
}

.material-icons.format_color_reset:before {
  content: "\e23b";
}

.material-icons.format_color_text:before {
  content: "\e23c";
}

.material-icons.format_indent_decrease:before {
  content: "\e23d";
}

.material-icons.format_indent_increase:before {
  content: "\e23e";
}

.material-icons.format_italic:before {
  content: "\e23f";
}

.material-icons.format_line_spacing:before {
  content: "\e240";
}

.material-icons.format_list_bulleted:before {
  content: "\e241";
}

.material-icons.format_list_numbered:before {
  content: "\e242";
}

.material-icons.format_list_numbered_rtl:before {
  content: "\e267";
}

.material-icons.format_overline:before {
  content: "\eb65";
}

.material-icons.format_paint:before {
  content: "\e243";
}

.material-icons.format_quote:before {
  content: "\e244";
}

.material-icons.format_shapes:before {
  content: "\e25e";
}

.material-icons.format_size:before {
  content: "\e245";
}

.material-icons.format_strikethrough:before {
  content: "\e246";
}

.material-icons.format_textdirection_l_to_r:before {
  content: "\e247";
}

.material-icons.format_textdirection_r_to_l:before {
  content: "\e248";
}

.material-icons.format_underline:before {
  content: "\e249";
}

.material-icons.format_underlined:before {
  content: "\e249";
}

.material-icons.fort:before {
  content: "\eaad";
}

.material-icons.forum:before {
  content: "\e0bf";
}

.material-icons.forward:before {
  content: "\e154";
}

.material-icons.forward_10:before {
  content: "\e056";
}

.material-icons.forward_30:before {
  content: "\e057";
}

.material-icons.forward_5:before {
  content: "\e058";
}

.material-icons.forward_to_inbox:before {
  content: "\f187";
}

.material-icons.foundation:before {
  content: "\f200";
}

.material-icons.free_breakfast:before {
  content: "\eb44";
}

.material-icons.free_cancellation:before {
  content: "\e748";
}

.material-icons.front_hand:before {
  content: "\e769";
}

.material-icons.fullscreen:before {
  content: "\e5d0";
}

.material-icons.fullscreen_exit:before {
  content: "\e5d1";
}

.material-icons.functions:before {
  content: "\e24a";
}

.material-icons.g_mobiledata:before {
  content: "\f010";
}

.material-icons.g_translate:before {
  content: "\e927";
}

.material-icons.gamepad:before {
  content: "\e30f";
}

.material-icons.games:before {
  content: "\e021";
}

.material-icons.garage:before {
  content: "\f011";
}

.material-icons.gas_meter:before {
  content: "\ec19";
}

.material-icons.gavel:before {
  content: "\e90e";
}

.material-icons.generating_tokens:before {
  content: "\e749";
}

.material-icons.gesture:before {
  content: "\e155";
}

.material-icons.get_app:before {
  content: "\e884";
}

.material-icons.gif:before {
  content: "\e908";
}

.material-icons.gif_box:before {
  content: "\e7a3";
}

.material-icons.girl:before {
  content: "\eb68";
}

.material-icons.gite:before {
  content: "\e58b";
}

.material-icons.goat:before {
  content: "\ebff";
}

.material-icons.golf_course:before {
  content: "\eb45";
}

.material-icons.gpp_bad:before {
  content: "\f012";
}

.material-icons.gpp_good:before {
  content: "\f013";
}

.material-icons.gpp_maybe:before {
  content: "\f014";
}

.material-icons.gps_fixed:before {
  content: "\e1b3";
}

.material-icons.gps_not_fixed:before {
  content: "\e1b4";
}

.material-icons.gps_off:before {
  content: "\e1b5";
}

.material-icons.grade:before {
  content: "\e885";
}

.material-icons.gradient:before {
  content: "\e3e9";
}

.material-icons.grading:before {
  content: "\ea4f";
}

.material-icons.grain:before {
  content: "\e3ea";
}

.material-icons.graphic_eq:before {
  content: "\e1b8";
}

.material-icons.grass:before {
  content: "\f205";
}

.material-icons.grid_3x3:before {
  content: "\f015";
}

.material-icons.grid_4x4:before {
  content: "\f016";
}

.material-icons.grid_goldenratio:before {
  content: "\f017";
}

.material-icons.grid_off:before {
  content: "\e3eb";
}

.material-icons.grid_on:before {
  content: "\e3ec";
}

.material-icons.grid_view:before {
  content: "\e9b0";
}

.material-icons.group:before {
  content: "\e7ef";
}

.material-icons.group_add:before {
  content: "\e7f0";
}

.material-icons.group_off:before {
  content: "\e747";
}

.material-icons.group_remove:before {
  content: "\e7ad";
}

.material-icons.group_work:before {
  content: "\e886";
}

.material-icons.groups:before {
  content: "\f233";
}

.material-icons.h_mobiledata:before {
  content: "\f018";
}

.material-icons.h_plus_mobiledata:before {
  content: "\f019";
}

.material-icons.hail:before {
  content: "\e9b1";
}

.material-icons.handshake:before {
  content: "\ebcb";
}

.material-icons.handyman:before {
  content: "\f10b";
}

.material-icons.hardware:before {
  content: "\ea59";
}

.material-icons.hd:before {
  content: "\e052";
}

.material-icons.hdr_auto:before {
  content: "\f01a";
}

.material-icons.hdr_auto_select:before {
  content: "\f01b";
}

.material-icons.hdr_enhanced_select:before {
  content: "\ef51";
}

.material-icons.hdr_off:before {
  content: "\e3ed";
}

.material-icons.hdr_off_select:before {
  content: "\f01c";
}

.material-icons.hdr_on:before {
  content: "\e3ee";
}

.material-icons.hdr_on_select:before {
  content: "\f01d";
}

.material-icons.hdr_plus:before {
  content: "\f01e";
}

.material-icons.hdr_strong:before {
  content: "\e3f1";
}

.material-icons.hdr_weak:before {
  content: "\e3f2";
}

.material-icons.headphones:before {
  content: "\f01f";
}

.material-icons.headphones_battery:before {
  content: "\f020";
}

.material-icons.headset:before {
  content: "\e310";
}

.material-icons.headset_mic:before {
  content: "\e311";
}

.material-icons.headset_off:before {
  content: "\e33a";
}

.material-icons.healing:before {
  content: "\e3f3";
}

.material-icons.health_and_safety:before {
  content: "\e1d5";
}

.material-icons.hearing:before {
  content: "\e023";
}

.material-icons.hearing_disabled:before {
  content: "\f104";
}

.material-icons.heart_broken:before {
  content: "\eac2";
}

.material-icons.heat_pump:before {
  content: "\ec18";
}

.material-icons.height:before {
  content: "\ea16";
}

.material-icons.help:before {
  content: "\e887";
}

.material-icons.help_center:before {
  content: "\f1c0";
}

.material-icons.help_outline:before {
  content: "\e8fd";
}

.material-icons.hevc:before {
  content: "\f021";
}

.material-icons.hexagon:before {
  content: "\eb39";
}

.material-icons.hide_image:before {
  content: "\f022";
}

.material-icons.hide_source:before {
  content: "\f023";
}

.material-icons.high_quality:before {
  content: "\e024";
}

.material-icons.highlight:before {
  content: "\e25f";
}

.material-icons.highlight_alt:before {
  content: "\ef52";
}

.material-icons.highlight_off:before {
  content: "\e888";
}

.material-icons.highlight_remove:before {
  content: "\e888";
}

.material-icons.hiking:before {
  content: "\e50a";
}

.material-icons.history:before {
  content: "\e889";
}

.material-icons.history_edu:before {
  content: "\ea3e";
}

.material-icons.history_toggle_off:before {
  content: "\f17d";
}

.material-icons.hive:before {
  content: "\eaa6";
}

.material-icons.hls:before {
  content: "\eb8a";
}

.material-icons.hls_off:before {
  content: "\eb8c";
}

.material-icons.holiday_village:before {
  content: "\e58a";
}

.material-icons.home:before {
  content: "\e88a";
}

.material-icons.home_filled:before {
  content: "\e9b2";
}

.material-icons.home_max:before {
  content: "\f024";
}

.material-icons.home_mini:before {
  content: "\f025";
}

.material-icons.home_repair_service:before {
  content: "\f100";
}

.material-icons.home_work:before {
  content: "\ea09";
}

.material-icons.horizontal_distribute:before {
  content: "\e014";
}

.material-icons.horizontal_rule:before {
  content: "\f108";
}

.material-icons.horizontal_split:before {
  content: "\e947";
}

.material-icons.hot_tub:before {
  content: "\eb46";
}

.material-icons.hotel:before {
  content: "\e53a";
}

.material-icons.hotel_class:before {
  content: "\e743";
}

.material-icons.hourglass_bottom:before {
  content: "\ea5c";
}

.material-icons.hourglass_disabled:before {
  content: "\ef53";
}

.material-icons.hourglass_empty:before {
  content: "\e88b";
}

.material-icons.hourglass_full:before {
  content: "\e88c";
}

.material-icons.hourglass_top:before {
  content: "\ea5b";
}

.material-icons.house:before {
  content: "\ea44";
}

.material-icons.house_siding:before {
  content: "\f202";
}

.material-icons.houseboat:before {
  content: "\e584";
}

.material-icons.how_to_reg:before {
  content: "\e174";
}

.material-icons.how_to_vote:before {
  content: "\e175";
}

.material-icons.html:before {
  content: "\eb7e";
}

.material-icons.http:before {
  content: "\e902";
}

.material-icons.https:before {
  content: "\e88d";
}

.material-icons.hub:before {
  content: "\e9f4";
}

.material-icons.hvac:before {
  content: "\f10e";
}

.material-icons.ice_skating:before {
  content: "\e50b";
}

.material-icons.icecream:before {
  content: "\ea69";
}

.material-icons.image:before {
  content: "\e3f4";
}

.material-icons.image_aspect_ratio:before {
  content: "\e3f5";
}

.material-icons.image_not_supported:before {
  content: "\f116";
}

.material-icons.image_search:before {
  content: "\e43f";
}

.material-icons.imagesearch_roller:before {
  content: "\e9b4";
}

.material-icons.import_contacts:before {
  content: "\e0e0";
}

.material-icons.import_export:before {
  content: "\e0c3";
}

.material-icons.important_devices:before {
  content: "\e912";
}

.material-icons.inbox:before {
  content: "\e156";
}

.material-icons.incomplete_circle:before {
  content: "\e79b";
}

.material-icons.indeterminate_check_box:before {
  content: "\e909";
}

.material-icons.info:before {
  content: "\e88e";
}

.material-icons.info_outline:before {
  content: "\e88f";
}

.material-icons.input:before {
  content: "\e890";
}

.material-icons.insert_chart:before {
  content: "\e24b";
}

.material-icons.insert_chart_outlined:before {
  content: "\e26a";
}

.material-icons.insert_comment:before {
  content: "\e24c";
}

.material-icons.insert_drive_file:before {
  content: "\e24d";
}

.material-icons.insert_emoticon:before {
  content: "\e24e";
}

.material-icons.insert_invitation:before {
  content: "\e24f";
}

.material-icons.insert_link:before {
  content: "\e250";
}

.material-icons.insert_page_break:before {
  content: "\eaca";
}

.material-icons.insert_photo:before {
  content: "\e251";
}

.material-icons.insights:before {
  content: "\f092";
}

.material-icons.install_desktop:before {
  content: "\eb71";
}

.material-icons.install_mobile:before {
  content: "\eb72";
}

.material-icons.integration_instructions:before {
  content: "\ef54";
}

.material-icons.interests:before {
  content: "\e7c8";
}

.material-icons.interpreter_mode:before {
  content: "\e83b";
}

.material-icons.inventory:before {
  content: "\e179";
}

.material-icons.inventory_2:before {
  content: "\e1a1";
}

.material-icons.invert_colors:before {
  content: "\e891";
}

.material-icons.invert_colors_off:before {
  content: "\e0c4";
}

.material-icons.invert_colors_on:before {
  content: "\e891";
}

.material-icons.ios_share:before {
  content: "\e6b8";
}

.material-icons.iron:before {
  content: "\e583";
}

.material-icons.iso:before {
  content: "\e3f6";
}

.material-icons.javascript:before {
  content: "\eb7c";
}

.material-icons.join_full:before {
  content: "\eaeb";
}

.material-icons.join_inner:before {
  content: "\eaf4";
}

.material-icons.join_left:before {
  content: "\eaf2";
}

.material-icons.join_right:before {
  content: "\eaea";
}

.material-icons.kayaking:before {
  content: "\e50c";
}

.material-icons.kebab_dining:before {
  content: "\e842";
}

.material-icons.key:before {
  content: "\e73c";
}

.material-icons.key_off:before {
  content: "\eb84";
}

.material-icons.keyboard:before {
  content: "\e312";
}

.material-icons.keyboard_alt:before {
  content: "\f028";
}

.material-icons.keyboard_arrow_down:before {
  content: "\e313";
}

.material-icons.keyboard_arrow_left:before {
  content: "\e314";
}

.material-icons.keyboard_arrow_right:before {
  content: "\e315";
}

.material-icons.keyboard_arrow_up:before {
  content: "\e316";
}

.material-icons.keyboard_backspace:before {
  content: "\e317";
}

.material-icons.keyboard_capslock:before {
  content: "\e318";
}

.material-icons.keyboard_command:before {
  content: "\eae0";
}

.material-icons.keyboard_command_key:before {
  content: "\eae7";
}

.material-icons.keyboard_control:before {
  content: "\e5d3";
}

.material-icons.keyboard_control_key:before {
  content: "\eae6";
}

.material-icons.keyboard_double_arrow_down:before {
  content: "\ead0";
}

.material-icons.keyboard_double_arrow_left:before {
  content: "\eac3";
}

.material-icons.keyboard_double_arrow_right:before {
  content: "\eac9";
}

.material-icons.keyboard_double_arrow_up:before {
  content: "\eacf";
}

.material-icons.keyboard_hide:before {
  content: "\e31a";
}

.material-icons.keyboard_option:before {
  content: "\eadf";
}

.material-icons.keyboard_option_key:before {
  content: "\eae8";
}

.material-icons.keyboard_return:before {
  content: "\e31b";
}

.material-icons.keyboard_tab:before {
  content: "\e31c";
}

.material-icons.keyboard_voice:before {
  content: "\e31d";
}

.material-icons.king_bed:before {
  content: "\ea45";
}

.material-icons.kitchen:before {
  content: "\eb47";
}

.material-icons.kitesurfing:before {
  content: "\e50d";
}

.material-icons.label:before {
  content: "\e892";
}

.material-icons.label_important:before {
  content: "\e937";
}

.material-icons.label_important_outline:before {
  content: "\e948";
}

.material-icons.label_off:before {
  content: "\e9b6";
}

.material-icons.label_outline:before {
  content: "\e893";
}

.material-icons.lan:before {
  content: "\eb2f";
}

.material-icons.landscape:before {
  content: "\e3f7";
}

.material-icons.landslide:before {
  content: "\ebd7";
}

.material-icons.language:before {
  content: "\e894";
}

.material-icons.laptop:before {
  content: "\e31e";
}

.material-icons.laptop_chromebook:before {
  content: "\e31f";
}

.material-icons.laptop_mac:before {
  content: "\e320";
}

.material-icons.laptop_windows:before {
  content: "\e321";
}

.material-icons.last_page:before {
  content: "\e5dd";
}

.material-icons.launch:before {
  content: "\e895";
}

.material-icons.layers:before {
  content: "\e53b";
}

.material-icons.layers_clear:before {
  content: "\e53c";
}

.material-icons.leaderboard:before {
  content: "\f20c";
}

.material-icons.leak_add:before {
  content: "\e3f8";
}

.material-icons.leak_remove:before {
  content: "\e3f9";
}

.material-icons.leave_bags_at_home:before {
  content: "\f21b";
}

.material-icons.legend_toggle:before {
  content: "\f11b";
}

.material-icons.lens:before {
  content: "\e3fa";
}

.material-icons.lens_blur:before {
  content: "\f029";
}

.material-icons.library_add:before {
  content: "\e02e";
}

.material-icons.library_add_check:before {
  content: "\e9b7";
}

.material-icons.library_books:before {
  content: "\e02f";
}

.material-icons.library_music:before {
  content: "\e030";
}

.material-icons.light:before {
  content: "\f02a";
}

.material-icons.light_mode:before {
  content: "\e518";
}

.material-icons.lightbulb:before {
  content: "\e0f0";
}

.material-icons.lightbulb_circle:before {
  content: "\ebfe";
}

.material-icons.lightbulb_outline:before {
  content: "\e90f";
}

.material-icons.line_axis:before {
  content: "\ea9a";
}

.material-icons.line_style:before {
  content: "\e919";
}

.material-icons.line_weight:before {
  content: "\e91a";
}

.material-icons.linear_scale:before {
  content: "\e260";
}

.material-icons.link:before {
  content: "\e157";
}

.material-icons.link_off:before {
  content: "\e16f";
}

.material-icons.linked_camera:before {
  content: "\e438";
}

.material-icons.liquor:before {
  content: "\ea60";
}

.material-icons.list:before {
  content: "\e896";
}

.material-icons.list_alt:before {
  content: "\e0ee";
}

.material-icons.live_help:before {
  content: "\e0c6";
}

.material-icons.live_tv:before {
  content: "\e639";
}

.material-icons.living:before {
  content: "\f02b";
}

.material-icons.local_activity:before {
  content: "\e53f";
}

.material-icons.local_airport:before {
  content: "\e53d";
}

.material-icons.local_atm:before {
  content: "\e53e";
}

.material-icons.local_attraction:before {
  content: "\e53f";
}

.material-icons.local_bar:before {
  content: "\e540";
}

.material-icons.local_cafe:before {
  content: "\e541";
}

.material-icons.local_car_wash:before {
  content: "\e542";
}

.material-icons.local_convenience_store:before {
  content: "\e543";
}

.material-icons.local_dining:before {
  content: "\e556";
}

.material-icons.local_drink:before {
  content: "\e544";
}

.material-icons.local_fire_department:before {
  content: "\ef55";
}

.material-icons.local_florist:before {
  content: "\e545";
}

.material-icons.local_gas_station:before {
  content: "\e546";
}

.material-icons.local_grocery_store:before {
  content: "\e547";
}

.material-icons.local_hospital:before {
  content: "\e548";
}

.material-icons.local_hotel:before {
  content: "\e549";
}

.material-icons.local_laundry_service:before {
  content: "\e54a";
}

.material-icons.local_library:before {
  content: "\e54b";
}

.material-icons.local_mall:before {
  content: "\e54c";
}

.material-icons.local_movies:before {
  content: "\e54d";
}

.material-icons.local_offer:before {
  content: "\e54e";
}

.material-icons.local_parking:before {
  content: "\e54f";
}

.material-icons.local_pharmacy:before {
  content: "\e550";
}

.material-icons.local_phone:before {
  content: "\e551";
}

.material-icons.local_pizza:before {
  content: "\e552";
}

.material-icons.local_play:before {
  content: "\e553";
}

.material-icons.local_police:before {
  content: "\ef56";
}

.material-icons.local_post_office:before {
  content: "\e554";
}

.material-icons.local_print_shop:before {
  content: "\e555";
}

.material-icons.local_printshop:before {
  content: "\e555";
}

.material-icons.local_restaurant:before {
  content: "\e556";
}

.material-icons.local_see:before {
  content: "\e557";
}

.material-icons.local_shipping:before {
  content: "\e558";
}

.material-icons.local_taxi:before {
  content: "\e559";
}

.material-icons.location_city:before {
  content: "\e7f1";
}

.material-icons.location_disabled:before {
  content: "\e1b6";
}

.material-icons.location_history:before {
  content: "\e55a";
}

.material-icons.location_off:before {
  content: "\e0c7";
}

.material-icons.location_on:before {
  content: "\e0c8";
}

.material-icons.location_pin:before {
  content: "\f1db";
}

.material-icons.location_searching:before {
  content: "\e1b7";
}

.material-icons.lock:before {
  content: "\e897";
}

.material-icons.lock_clock:before {
  content: "\ef57";
}

.material-icons.lock_open:before {
  content: "\e898";
}

.material-icons.lock_outline:before {
  content: "\e899";
}

.material-icons.lock_person:before {
  content: "\f8f3";
}

.material-icons.lock_reset:before {
  content: "\eade";
}

.material-icons.login:before {
  content: "\ea77";
}

.material-icons.logo_dev:before {
  content: "\ead6";
}

.material-icons.logout:before {
  content: "\e9ba";
}

.material-icons.looks:before {
  content: "\e3fc";
}

.material-icons.looks_3:before {
  content: "\e3fb";
}

.material-icons.looks_4:before {
  content: "\e3fd";
}

.material-icons.looks_5:before {
  content: "\e3fe";
}

.material-icons.looks_6:before {
  content: "\e3ff";
}

.material-icons.looks_one:before {
  content: "\e400";
}

.material-icons.looks_two:before {
  content: "\e401";
}

.material-icons.loop:before {
  content: "\e028";
}

.material-icons.loupe:before {
  content: "\e402";
}

.material-icons.low_priority:before {
  content: "\e16d";
}

.material-icons.loyalty:before {
  content: "\e89a";
}

.material-icons.lte_mobiledata:before {
  content: "\f02c";
}

.material-icons.lte_plus_mobiledata:before {
  content: "\f02d";
}

.material-icons.luggage:before {
  content: "\f235";
}

.material-icons.lunch_dining:before {
  content: "\ea61";
}

.material-icons.lyrics:before {
  content: "\ec0b";
}

.material-icons.mail:before {
  content: "\e158";
}

.material-icons.mail_lock:before {
  content: "\ec0a";
}

.material-icons.mail_outline:before {
  content: "\e0e1";
}

.material-icons.male:before {
  content: "\e58e";
}

.material-icons.man:before {
  content: "\e4eb";
}

.material-icons.manage_accounts:before {
  content: "\f02e";
}

.material-icons.manage_history:before {
  content: "\ebe7";
}

.material-icons.manage_search:before {
  content: "\f02f";
}

.material-icons.map:before {
  content: "\e55b";
}

.material-icons.maps_home_work:before {
  content: "\f030";
}

.material-icons.maps_ugc:before {
  content: "\ef58";
}

.material-icons.margin:before {
  content: "\e9bb";
}

.material-icons.mark_as_unread:before {
  content: "\e9bc";
}

.material-icons.mark_chat_read:before {
  content: "\f18b";
}

.material-icons.mark_chat_unread:before {
  content: "\f189";
}

.material-icons.mark_email_read:before {
  content: "\f18c";
}

.material-icons.mark_email_unread:before {
  content: "\f18a";
}

.material-icons.mark_unread_chat_alt:before {
  content: "\eb9d";
}

.material-icons.markunread:before {
  content: "\e159";
}

.material-icons.markunread_mailbox:before {
  content: "\e89b";
}

.material-icons.masks:before {
  content: "\f218";
}

.material-icons.maximize:before {
  content: "\e930";
}

.material-icons.media_bluetooth_off:before {
  content: "\f031";
}

.material-icons.media_bluetooth_on:before {
  content: "\f032";
}

.material-icons.mediation:before {
  content: "\efa7";
}

.material-icons.medical_information:before {
  content: "\ebed";
}

.material-icons.medical_services:before {
  content: "\f109";
}

.material-icons.medication:before {
  content: "\f033";
}

.material-icons.medication_liquid:before {
  content: "\ea87";
}

.material-icons.meeting_room:before {
  content: "\eb4f";
}

.material-icons.memory:before {
  content: "\e322";
}

.material-icons.menu:before {
  content: "\e5d2";
}

.material-icons.menu_book:before {
  content: "\ea19";
}

.material-icons.menu_open:before {
  content: "\e9bd";
}

.material-icons.merge:before {
  content: "\eb98";
}

.material-icons.merge_type:before {
  content: "\e252";
}

.material-icons.message:before {
  content: "\e0c9";
}

.material-icons.messenger:before {
  content: "\e0ca";
}

.material-icons.messenger_outline:before {
  content: "\e0cb";
}

.material-icons.mic:before {
  content: "\e029";
}

.material-icons.mic_external_off:before {
  content: "\ef59";
}

.material-icons.mic_external_on:before {
  content: "\ef5a";
}

.material-icons.mic_none:before {
  content: "\e02a";
}

.material-icons.mic_off:before {
  content: "\e02b";
}

.material-icons.microwave:before {
  content: "\f204";
}

.material-icons.military_tech:before {
  content: "\ea3f";
}

.material-icons.minimize:before {
  content: "\e931";
}

.material-icons.minor_crash:before {
  content: "\ebf1";
}

.material-icons.miscellaneous_services:before {
  content: "\f10c";
}

.material-icons.missed_video_call:before {
  content: "\e073";
}

.material-icons.mms:before {
  content: "\e618";
}

.material-icons.mobile_friendly:before {
  content: "\e200";
}

.material-icons.mobile_off:before {
  content: "\e201";
}

.material-icons.mobile_screen_share:before {
  content: "\e0e7";
}

.material-icons.mobiledata_off:before {
  content: "\f034";
}

.material-icons.mode:before {
  content: "\f097";
}

.material-icons.mode_comment:before {
  content: "\e253";
}

.material-icons.mode_edit:before {
  content: "\e254";
}

.material-icons.mode_edit_outline:before {
  content: "\f035";
}

.material-icons.mode_fan_off:before {
  content: "\ec17";
}

.material-icons.mode_night:before {
  content: "\f036";
}

.material-icons.mode_of_travel:before {
  content: "\e7ce";
}

.material-icons.mode_standby:before {
  content: "\f037";
}

.material-icons.model_training:before {
  content: "\f0cf";
}

.material-icons.monetization_on:before {
  content: "\e263";
}

.material-icons.money:before {
  content: "\e57d";
}

.material-icons.money_off:before {
  content: "\e25c";
}

.material-icons.money_off_csred:before {
  content: "\f038";
}

.material-icons.monitor:before {
  content: "\ef5b";
}

.material-icons.monitor_heart:before {
  content: "\eaa2";
}

.material-icons.monitor_weight:before {
  content: "\f039";
}

.material-icons.monochrome_photos:before {
  content: "\e403";
}

.material-icons.mood:before {
  content: "\e7f2";
}

.material-icons.mood_bad:before {
  content: "\e7f3";
}

.material-icons.moped:before {
  content: "\eb28";
}

.material-icons.more:before {
  content: "\e619";
}

.material-icons.more_horiz:before {
  content: "\e5d3";
}

.material-icons.more_time:before {
  content: "\ea5d";
}

.material-icons.more_vert:before {
  content: "\e5d4";
}

.material-icons.mosque:before {
  content: "\eab2";
}

.material-icons.motion_photos_auto:before {
  content: "\f03a";
}

.material-icons.motion_photos_off:before {
  content: "\e9c0";
}

.material-icons.motion_photos_on:before {
  content: "\e9c1";
}

.material-icons.motion_photos_pause:before {
  content: "\f227";
}

.material-icons.motion_photos_paused:before {
  content: "\e9c2";
}

.material-icons.motorcycle:before {
  content: "\e91b";
}

.material-icons.mouse:before {
  content: "\e323";
}

.material-icons.move_down:before {
  content: "\eb61";
}

.material-icons.move_to_inbox:before {
  content: "\e168";
}

.material-icons.move_up:before {
  content: "\eb64";
}

.material-icons.movie:before {
  content: "\e02c";
}

.material-icons.movie_creation:before {
  content: "\e404";
}

.material-icons.movie_filter:before {
  content: "\e43a";
}

.material-icons.moving:before {
  content: "\e501";
}

.material-icons.mp:before {
  content: "\e9c3";
}

.material-icons.multiline_chart:before {
  content: "\e6df";
}

.material-icons.multiple_stop:before {
  content: "\f1b9";
}

.material-icons.multitrack_audio:before {
  content: "\e1b8";
}

.material-icons.museum:before {
  content: "\ea36";
}

.material-icons.music_note:before {
  content: "\e405";
}

.material-icons.music_off:before {
  content: "\e440";
}

.material-icons.music_video:before {
  content: "\e063";
}

.material-icons.my_library_add:before {
  content: "\e02e";
}

.material-icons.my_library_books:before {
  content: "\e02f";
}

.material-icons.my_library_music:before {
  content: "\e030";
}

.material-icons.my_location:before {
  content: "\e55c";
}

.material-icons.nat:before {
  content: "\ef5c";
}

.material-icons.nature:before {
  content: "\e406";
}

.material-icons.nature_people:before {
  content: "\e407";
}

.material-icons.navigate_before:before {
  content: "\e408";
}

.material-icons.navigate_next:before {
  content: "\e409";
}

.material-icons.navigation:before {
  content: "\e55d";
}

.material-icons.near_me:before {
  content: "\e569";
}

.material-icons.near_me_disabled:before {
  content: "\f1ef";
}

.material-icons.nearby_error:before {
  content: "\f03b";
}

.material-icons.nearby_off:before {
  content: "\f03c";
}

.material-icons.nest_cam_wired_stand:before {
  content: "\ec16";
}

.material-icons.network_cell:before {
  content: "\e1b9";
}

.material-icons.network_check:before {
  content: "\e640";
}

.material-icons.network_locked:before {
  content: "\e61a";
}

.material-icons.network_ping:before {
  content: "\ebca";
}

.material-icons.network_wifi:before {
  content: "\e1ba";
}

.material-icons.network_wifi_1_bar:before {
  content: "\ebe4";
}

.material-icons.network_wifi_2_bar:before {
  content: "\ebd6";
}

.material-icons.network_wifi_3_bar:before {
  content: "\ebe1";
}

.material-icons.new_label:before {
  content: "\e609";
}

.material-icons.new_releases:before {
  content: "\e031";
}

.material-icons.newspaper:before {
  content: "\eb81";
}

.material-icons.next_plan:before {
  content: "\ef5d";
}

.material-icons.next_week:before {
  content: "\e16a";
}

.material-icons.nfc:before {
  content: "\e1bb";
}

.material-icons.night_shelter:before {
  content: "\f1f1";
}

.material-icons.nightlife:before {
  content: "\ea62";
}

.material-icons.nightlight:before {
  content: "\f03d";
}

.material-icons.nightlight_round:before {
  content: "\ef5e";
}

.material-icons.nights_stay:before {
  content: "\ea46";
}

.material-icons.no_accounts:before {
  content: "\f03e";
}

.material-icons.no_adult_content:before {
  content: "\f8fe";
}

.material-icons.no_backpack:before {
  content: "\f237";
}

.material-icons.no_cell:before {
  content: "\f1a4";
}

.material-icons.no_crash:before {
  content: "\ebf0";
}

.material-icons.no_drinks:before {
  content: "\f1a5";
}

.material-icons.no_encryption:before {
  content: "\e641";
}

.material-icons.no_encryption_gmailerrorred:before {
  content: "\f03f";
}

.material-icons.no_flash:before {
  content: "\f1a6";
}

.material-icons.no_food:before {
  content: "\f1a7";
}

.material-icons.no_luggage:before {
  content: "\f23b";
}

.material-icons.no_meals:before {
  content: "\f1d6";
}

.material-icons.no_meals_ouline:before {
  content: "\f229";
}

.material-icons.no_meeting_room:before {
  content: "\eb4e";
}

.material-icons.no_photography:before {
  content: "\f1a8";
}

.material-icons.no_sim:before {
  content: "\e0cc";
}

.material-icons.no_stroller:before {
  content: "\f1af";
}

.material-icons.no_transfer:before {
  content: "\f1d5";
}

.material-icons.noise_aware:before {
  content: "\ebec";
}

.material-icons.noise_control_off:before {
  content: "\ebf3";
}

.material-icons.nordic_walking:before {
  content: "\e50e";
}

.material-icons.north:before {
  content: "\f1e0";
}

.material-icons.north_east:before {
  content: "\f1e1";
}

.material-icons.north_west:before {
  content: "\f1e2";
}

.material-icons.not_accessible:before {
  content: "\f0fe";
}

.material-icons.not_interested:before {
  content: "\e033";
}

.material-icons.not_listed_location:before {
  content: "\e575";
}

.material-icons.not_started:before {
  content: "\f0d1";
}

.material-icons.note:before {
  content: "\e06f";
}

.material-icons.note_add:before {
  content: "\e89c";
}

.material-icons.note_alt:before {
  content: "\f040";
}

.material-icons.notes:before {
  content: "\e26c";
}

.material-icons.notification_add:before {
  content: "\e399";
}

.material-icons.notification_important:before {
  content: "\e004";
}

.material-icons.notifications:before {
  content: "\e7f4";
}

.material-icons.notifications_active:before {
  content: "\e7f7";
}

.material-icons.notifications_none:before {
  content: "\e7f5";
}

.material-icons.notifications_off:before {
  content: "\e7f6";
}

.material-icons.notifications_on:before {
  content: "\e7f7";
}

.material-icons.notifications_paused:before {
  content: "\e7f8";
}

.material-icons.now_wallpaper:before {
  content: "\e1bc";
}

.material-icons.now_widgets:before {
  content: "\e1bd";
}

.material-icons.numbers:before {
  content: "\eac7";
}

.material-icons.offline_bolt:before {
  content: "\e932";
}

.material-icons.offline_pin:before {
  content: "\e90a";
}

.material-icons.offline_share:before {
  content: "\e9c5";
}

.material-icons.oil_barrel:before {
  content: "\ec15";
}

.material-icons.on_device_training:before {
  content: "\ebfd";
}

.material-icons.ondemand_video:before {
  content: "\e63a";
}

.material-icons.online_prediction:before {
  content: "\f0eb";
}

.material-icons.opacity:before {
  content: "\e91c";
}

.material-icons.open_in_browser:before {
  content: "\e89d";
}

.material-icons.open_in_full:before {
  content: "\f1ce";
}

.material-icons.open_in_new:before {
  content: "\e89e";
}

.material-icons.open_in_new_off:before {
  content: "\e4f6";
}

.material-icons.open_with:before {
  content: "\e89f";
}

.material-icons.other_houses:before {
  content: "\e58c";
}

.material-icons.outbond:before {
  content: "\f228";
}

.material-icons.outbound:before {
  content: "\e1ca";
}

.material-icons.outbox:before {
  content: "\ef5f";
}

.material-icons.outdoor_grill:before {
  content: "\ea47";
}

.material-icons.outgoing_mail:before {
  content: "\f0d2";
}

.material-icons.outlet:before {
  content: "\f1d4";
}

.material-icons.outlined_flag:before {
  content: "\e16e";
}

.material-icons.output:before {
  content: "\ebbe";
}

.material-icons.padding:before {
  content: "\e9c8";
}

.material-icons.pages:before {
  content: "\e7f9";
}

.material-icons.pageview:before {
  content: "\e8a0";
}

.material-icons.paid:before {
  content: "\f041";
}

.material-icons.palette:before {
  content: "\e40a";
}

.material-icons.pan_tool:before {
  content: "\e925";
}

.material-icons.pan_tool_alt:before {
  content: "\ebb9";
}

.material-icons.panorama:before {
  content: "\e40b";
}

.material-icons.panorama_fish_eye:before {
  content: "\e40c";
}

.material-icons.panorama_fisheye:before {
  content: "\e40c";
}

.material-icons.panorama_horizontal:before {
  content: "\e40d";
}

.material-icons.panorama_horizontal_select:before {
  content: "\ef60";
}

.material-icons.panorama_photosphere:before {
  content: "\e9c9";
}

.material-icons.panorama_photosphere_select:before {
  content: "\e9ca";
}

.material-icons.panorama_vertical:before {
  content: "\e40e";
}

.material-icons.panorama_vertical_select:before {
  content: "\ef61";
}

.material-icons.panorama_wide_angle:before {
  content: "\e40f";
}

.material-icons.panorama_wide_angle_select:before {
  content: "\ef62";
}

.material-icons.paragliding:before {
  content: "\e50f";
}

.material-icons.park:before {
  content: "\ea63";
}

.material-icons.party_mode:before {
  content: "\e7fa";
}

.material-icons.password:before {
  content: "\f042";
}

.material-icons.pattern:before {
  content: "\f043";
}

.material-icons.pause:before {
  content: "\e034";
}

.material-icons.pause_circle:before {
  content: "\e1a2";
}

.material-icons.pause_circle_filled:before {
  content: "\e035";
}

.material-icons.pause_circle_outline:before {
  content: "\e036";
}

.material-icons.pause_presentation:before {
  content: "\e0ea";
}

.material-icons.payment:before {
  content: "\e8a1";
}

.material-icons.payments:before {
  content: "\ef63";
}

.material-icons.paypal:before {
  content: "\ea8d";
}

.material-icons.pedal_bike:before {
  content: "\eb29";
}

.material-icons.pending:before {
  content: "\ef64";
}

.material-icons.pending_actions:before {
  content: "\f1bb";
}

.material-icons.pentagon:before {
  content: "\eb50";
}

.material-icons.people:before {
  content: "\e7fb";
}

.material-icons.people_alt:before {
  content: "\ea21";
}

.material-icons.people_outline:before {
  content: "\e7fc";
}

.material-icons.percent:before {
  content: "\eb58";
}

.material-icons.perm_camera_mic:before {
  content: "\e8a2";
}

.material-icons.perm_contact_cal:before {
  content: "\e8a3";
}

.material-icons.perm_contact_calendar:before {
  content: "\e8a3";
}

.material-icons.perm_data_setting:before {
  content: "\e8a4";
}

.material-icons.perm_device_info:before {
  content: "\e8a5";
}

.material-icons.perm_device_information:before {
  content: "\e8a5";
}

.material-icons.perm_identity:before {
  content: "\e8a6";
}

.material-icons.perm_media:before {
  content: "\e8a7";
}

.material-icons.perm_phone_msg:before {
  content: "\e8a8";
}

.material-icons.perm_scan_wifi:before {
  content: "\e8a9";
}

.material-icons.person:before {
  content: "\e7fd";
}

.material-icons.person_add:before {
  content: "\e7fe";
}

.material-icons.person_add_alt:before {
  content: "\ea4d";
}

.material-icons.person_add_alt_1:before {
  content: "\ef65";
}

.material-icons.person_add_disabled:before {
  content: "\e9cb";
}

.material-icons.person_off:before {
  content: "\e510";
}

.material-icons.person_outline:before {
  content: "\e7ff";
}

.material-icons.person_pin:before {
  content: "\e55a";
}

.material-icons.person_pin_circle:before {
  content: "\e56a";
}

.material-icons.person_remove:before {
  content: "\ef66";
}

.material-icons.person_remove_alt_1:before {
  content: "\ef67";
}

.material-icons.person_search:before {
  content: "\f106";
}

.material-icons.personal_injury:before {
  content: "\e6da";
}

.material-icons.personal_video:before {
  content: "\e63b";
}

.material-icons.pest_control:before {
  content: "\f0fa";
}

.material-icons.pest_control_rodent:before {
  content: "\f0fd";
}

.material-icons.pets:before {
  content: "\e91d";
}

.material-icons.phishing:before {
  content: "\ead7";
}

.material-icons.phone:before {
  content: "\e0cd";
}

.material-icons.phone_android:before {
  content: "\e324";
}

.material-icons.phone_bluetooth_speaker:before {
  content: "\e61b";
}

.material-icons.phone_callback:before {
  content: "\e649";
}

.material-icons.phone_disabled:before {
  content: "\e9cc";
}

.material-icons.phone_enabled:before {
  content: "\e9cd";
}

.material-icons.phone_forwarded:before {
  content: "\e61c";
}

.material-icons.phone_in_talk:before {
  content: "\e61d";
}

.material-icons.phone_iphone:before {
  content: "\e325";
}

.material-icons.phone_locked:before {
  content: "\e61e";
}

.material-icons.phone_missed:before {
  content: "\e61f";
}

.material-icons.phone_paused:before {
  content: "\e620";
}

.material-icons.phonelink:before {
  content: "\e326";
}

.material-icons.phonelink_erase:before {
  content: "\e0db";
}

.material-icons.phonelink_lock:before {
  content: "\e0dc";
}

.material-icons.phonelink_off:before {
  content: "\e327";
}

.material-icons.phonelink_ring:before {
  content: "\e0dd";
}

.material-icons.phonelink_setup:before {
  content: "\e0de";
}

.material-icons.photo:before {
  content: "\e410";
}

.material-icons.photo_album:before {
  content: "\e411";
}

.material-icons.photo_camera:before {
  content: "\e412";
}

.material-icons.photo_camera_back:before {
  content: "\ef68";
}

.material-icons.photo_camera_front:before {
  content: "\ef69";
}

.material-icons.photo_filter:before {
  content: "\e43b";
}

.material-icons.photo_library:before {
  content: "\e413";
}

.material-icons.photo_size_select_actual:before {
  content: "\e432";
}

.material-icons.photo_size_select_large:before {
  content: "\e433";
}

.material-icons.photo_size_select_small:before {
  content: "\e434";
}

.material-icons.php:before {
  content: "\eb8f";
}

.material-icons.piano:before {
  content: "\e521";
}

.material-icons.piano_off:before {
  content: "\e520";
}

.material-icons.picture_as_pdf:before {
  content: "\e415";
}

.material-icons.picture_in_picture:before {
  content: "\e8aa";
}

.material-icons.picture_in_picture_alt:before {
  content: "\e911";
}

.material-icons.pie_chart:before {
  content: "\e6c4";
}

.material-icons.pie_chart_outline:before {
  content: "\f044";
}

.material-icons.pie_chart_outlined:before {
  content: "\e6c5";
}

.material-icons.pin:before {
  content: "\f045";
}

.material-icons.pin_drop:before {
  content: "\e55e";
}

.material-icons.pin_end:before {
  content: "\e767";
}

.material-icons.pin_invoke:before {
  content: "\e763";
}

.material-icons.pinch:before {
  content: "\eb38";
}

.material-icons.pivot_table_chart:before {
  content: "\e9ce";
}

.material-icons.pix:before {
  content: "\eaa3";
}

.material-icons.place:before {
  content: "\e55f";
}

.material-icons.plagiarism:before {
  content: "\ea5a";
}

.material-icons.play_arrow:before {
  content: "\e037";
}

.material-icons.play_circle:before {
  content: "\e1c4";
}

.material-icons.play_circle_fill:before {
  content: "\e038";
}

.material-icons.play_circle_filled:before {
  content: "\e038";
}

.material-icons.play_circle_outline:before {
  content: "\e039";
}

.material-icons.play_disabled:before {
  content: "\ef6a";
}

.material-icons.play_for_work:before {
  content: "\e906";
}

.material-icons.play_lesson:before {
  content: "\f047";
}

.material-icons.playlist_add:before {
  content: "\e03b";
}

.material-icons.playlist_add_check:before {
  content: "\e065";
}

.material-icons.playlist_add_check_circle:before {
  content: "\e7e6";
}

.material-icons.playlist_add_circle:before {
  content: "\e7e5";
}

.material-icons.playlist_play:before {
  content: "\e05f";
}

.material-icons.playlist_remove:before {
  content: "\eb80";
}

.material-icons.plumbing:before {
  content: "\f107";
}

.material-icons.plus_one:before {
  content: "\e800";
}

.material-icons.podcasts:before {
  content: "\f048";
}

.material-icons.point_of_sale:before {
  content: "\f17e";
}

.material-icons.policy:before {
  content: "\ea17";
}

.material-icons.poll:before {
  content: "\e801";
}

.material-icons.polyline:before {
  content: "\ebbb";
}

.material-icons.polymer:before {
  content: "\e8ab";
}

.material-icons.pool:before {
  content: "\eb48";
}

.material-icons.portable_wifi_off:before {
  content: "\e0ce";
}

.material-icons.portrait:before {
  content: "\e416";
}

.material-icons.post_add:before {
  content: "\ea20";
}

.material-icons.power:before {
  content: "\e63c";
}

.material-icons.power_input:before {
  content: "\e336";
}

.material-icons.power_off:before {
  content: "\e646";
}

.material-icons.power_settings_new:before {
  content: "\e8ac";
}

.material-icons.precision_manufacturing:before {
  content: "\f049";
}

.material-icons.pregnant_woman:before {
  content: "\e91e";
}

.material-icons.present_to_all:before {
  content: "\e0df";
}

.material-icons.preview:before {
  content: "\f1c5";
}

.material-icons.price_change:before {
  content: "\f04a";
}

.material-icons.price_check:before {
  content: "\f04b";
}

.material-icons.print:before {
  content: "\e8ad";
}

.material-icons.print_disabled:before {
  content: "\e9cf";
}

.material-icons.priority_high:before {
  content: "\e645";
}

.material-icons.privacy_tip:before {
  content: "\f0dc";
}

.material-icons.private_connectivity:before {
  content: "\e744";
}

.material-icons.production_quantity_limits:before {
  content: "\e1d1";
}

.material-icons.propane:before {
  content: "\ec14";
}

.material-icons.propane_tank:before {
  content: "\ec13";
}

.material-icons.psychology:before {
  content: "\ea4a";
}

.material-icons.psychology_alt:before {
  content: "\f8ea";
}

.material-icons.public:before {
  content: "\e80b";
}

.material-icons.public_off:before {
  content: "\f1ca";
}

.material-icons.publish:before {
  content: "\e255";
}

.material-icons.published_with_changes:before {
  content: "\f232";
}

.material-icons.punch_clock:before {
  content: "\eaa8";
}

.material-icons.push_pin:before {
  content: "\f10d";
}

.material-icons.qr_code:before {
  content: "\ef6b";
}

.material-icons.qr_code_2:before {
  content: "\e00a";
}

.material-icons.qr_code_scanner:before {
  content: "\f206";
}

.material-icons.query_builder:before {
  content: "\e8ae";
}

.material-icons.query_stats:before {
  content: "\e4fc";
}

.material-icons.question_answer:before {
  content: "\e8af";
}

.material-icons.question_mark:before {
  content: "\eb8b";
}

.material-icons.queue:before {
  content: "\e03c";
}

.material-icons.queue_music:before {
  content: "\e03d";
}

.material-icons.queue_play_next:before {
  content: "\e066";
}

.material-icons.quick_contacts_dialer:before {
  content: "\e0cf";
}

.material-icons.quick_contacts_mail:before {
  content: "\e0d0";
}

.material-icons.quickreply:before {
  content: "\ef6c";
}

.material-icons.quiz:before {
  content: "\f04c";
}

.material-icons.quora:before {
  content: "\ea98";
}

.material-icons.r_mobiledata:before {
  content: "\f04d";
}

.material-icons.radar:before {
  content: "\f04e";
}

.material-icons.radio:before {
  content: "\e03e";
}

.material-icons.radio_button_checked:before {
  content: "\e837";
}

.material-icons.radio_button_off:before {
  content: "\e836";
}

.material-icons.radio_button_on:before {
  content: "\e837";
}

.material-icons.radio_button_unchecked:before {
  content: "\e836";
}

.material-icons.railway_alert:before {
  content: "\e9d1";
}

.material-icons.ramen_dining:before {
  content: "\ea64";
}

.material-icons.ramp_left:before {
  content: "\eb9c";
}

.material-icons.ramp_right:before {
  content: "\eb96";
}

.material-icons.rate_review:before {
  content: "\e560";
}

.material-icons.raw_off:before {
  content: "\f04f";
}

.material-icons.raw_on:before {
  content: "\f050";
}

.material-icons.read_more:before {
  content: "\ef6d";
}

.material-icons.real_estate_agent:before {
  content: "\e73a";
}

.material-icons.receipt:before {
  content: "\e8b0";
}

.material-icons.receipt_long:before {
  content: "\ef6e";
}

.material-icons.recent_actors:before {
  content: "\e03f";
}

.material-icons.recommend:before {
  content: "\e9d2";
}

.material-icons.record_voice_over:before {
  content: "\e91f";
}

.material-icons.rectangle:before {
  content: "\eb54";
}

.material-icons.recycling:before {
  content: "\e760";
}

.material-icons.reddit:before {
  content: "\eaa0";
}

.material-icons.redeem:before {
  content: "\e8b1";
}

.material-icons.redo:before {
  content: "\e15a";
}

.material-icons.reduce_capacity:before {
  content: "\f21c";
}

.material-icons.refresh:before {
  content: "\e5d5";
}

.material-icons.remember_me:before {
  content: "\f051";
}

.material-icons.remove:before {
  content: "\e15b";
}

.material-icons.remove_circle:before {
  content: "\e15c";
}

.material-icons.remove_circle_outline:before {
  content: "\e15d";
}

.material-icons.remove_done:before {
  content: "\e9d3";
}

.material-icons.remove_from_queue:before {
  content: "\e067";
}

.material-icons.remove_moderator:before {
  content: "\e9d4";
}

.material-icons.remove_red_eye:before {
  content: "\e417";
}

.material-icons.remove_road:before {
  content: "\ebfc";
}

.material-icons.remove_shopping_cart:before {
  content: "\e928";
}

.material-icons.reorder:before {
  content: "\e8fe";
}

.material-icons.repartition:before {
  content: "\f8e8";
}

.material-icons.repeat:before {
  content: "\e040";
}

.material-icons.repeat_on:before {
  content: "\e9d6";
}

.material-icons.repeat_one:before {
  content: "\e041";
}

.material-icons.repeat_one_on:before {
  content: "\e9d7";
}

.material-icons.replay:before {
  content: "\e042";
}

.material-icons.replay_10:before {
  content: "\e059";
}

.material-icons.replay_30:before {
  content: "\e05a";
}

.material-icons.replay_5:before {
  content: "\e05b";
}

.material-icons.replay_circle_filled:before {
  content: "\e9d8";
}

.material-icons.reply:before {
  content: "\e15e";
}

.material-icons.reply_all:before {
  content: "\e15f";
}

.material-icons.report:before {
  content: "\e160";
}

.material-icons.report_gmailerrorred:before {
  content: "\f052";
}

.material-icons.report_off:before {
  content: "\e170";
}

.material-icons.report_problem:before {
  content: "\e8b2";
}

.material-icons.request_page:before {
  content: "\f22c";
}

.material-icons.request_quote:before {
  content: "\f1b6";
}

.material-icons.reset_tv:before {
  content: "\e9d9";
}

.material-icons.restart_alt:before {
  content: "\f053";
}

.material-icons.restaurant:before {
  content: "\e56c";
}

.material-icons.restaurant_menu:before {
  content: "\e561";
}

.material-icons.restore:before {
  content: "\e8b3";
}

.material-icons.restore_from_trash:before {
  content: "\e938";
}

.material-icons.restore_page:before {
  content: "\e929";
}

.material-icons.reviews:before {
  content: "\f054";
}

.material-icons.rice_bowl:before {
  content: "\f1f5";
}

.material-icons.ring_volume:before {
  content: "\e0d1";
}

.material-icons.rocket:before {
  content: "\eba5";
}

.material-icons.rocket_launch:before {
  content: "\eb9b";
}

.material-icons.roller_shades:before {
  content: "\ec12";
}

.material-icons.roller_shades_closed:before {
  content: "\ec11";
}

.material-icons.roller_skating:before {
  content: "\ebcd";
}

.material-icons.roofing:before {
  content: "\f201";
}

.material-icons.room:before {
  content: "\e8b4";
}

.material-icons.room_preferences:before {
  content: "\f1b8";
}

.material-icons.room_service:before {
  content: "\eb49";
}

.material-icons.rotate_90_degrees_ccw:before {
  content: "\e418";
}

.material-icons.rotate_90_degrees_cw:before {
  content: "\eaab";
}

.material-icons.rotate_left:before {
  content: "\e419";
}

.material-icons.rotate_right:before {
  content: "\e41a";
}

.material-icons.roundabout_left:before {
  content: "\eb99";
}

.material-icons.roundabout_right:before {
  content: "\eba3";
}

.material-icons.rounded_corner:before {
  content: "\e920";
}

.material-icons.route:before {
  content: "\eacd";
}

.material-icons.router:before {
  content: "\e328";
}

.material-icons.rowing:before {
  content: "\e921";
}

.material-icons.rss_feed:before {
  content: "\e0e5";
}

.material-icons.rsvp:before {
  content: "\f055";
}

.material-icons.rtt:before {
  content: "\e9ad";
}

.material-icons.rule:before {
  content: "\f1c2";
}

.material-icons.rule_folder:before {
  content: "\f1c9";
}

.material-icons.run_circle:before {
  content: "\ef6f";
}

.material-icons.running_with_errors:before {
  content: "\e51d";
}

.material-icons.rv_hookup:before {
  content: "\e642";
}

.material-icons.safety_check:before {
  content: "\ebef";
}

.material-icons.safety_divider:before {
  content: "\e1cc";
}

.material-icons.sailing:before {
  content: "\e502";
}

.material-icons.sanitizer:before {
  content: "\f21d";
}

.material-icons.satellite:before {
  content: "\e562";
}

.material-icons.satellite_alt:before {
  content: "\eb3a";
}

.material-icons.save:before {
  content: "\e161";
}

.material-icons.save_alt:before {
  content: "\e171";
}

.material-icons.save_as:before {
  content: "\eb60";
}

.material-icons.saved_search:before {
  content: "\ea11";
}

.material-icons.savings:before {
  content: "\e2eb";
}

.material-icons.scale:before {
  content: "\eb5f";
}

.material-icons.scanner:before {
  content: "\e329";
}

.material-icons.scatter_plot:before {
  content: "\e268";
}

.material-icons.schedule:before {
  content: "\e8b5";
}

.material-icons.schedule_send:before {
  content: "\ea0a";
}

.material-icons.schema:before {
  content: "\e4fd";
}

.material-icons.school:before {
  content: "\e80c";
}

.material-icons.science:before {
  content: "\ea4b";
}

.material-icons.score:before {
  content: "\e269";
}

.material-icons.scoreboard:before {
  content: "\ebd0";
}

.material-icons.screen_lock_landscape:before {
  content: "\e1be";
}

.material-icons.screen_lock_portrait:before {
  content: "\e1bf";
}

.material-icons.screen_lock_rotation:before {
  content: "\e1c0";
}

.material-icons.screen_rotation:before {
  content: "\e1c1";
}

.material-icons.screen_rotation_alt:before {
  content: "\ebee";
}

.material-icons.screen_search_desktop:before {
  content: "\ef70";
}

.material-icons.screen_share:before {
  content: "\e0e2";
}

.material-icons.screenshot:before {
  content: "\f056";
}

.material-icons.screenshot_monitor:before {
  content: "\ec08";
}

.material-icons.scuba_diving:before {
  content: "\ebce";
}

.material-icons.sd:before {
  content: "\e9dd";
}

.material-icons.sd_card:before {
  content: "\e623";
}

.material-icons.sd_card_alert:before {
  content: "\f057";
}

.material-icons.sd_storage:before {
  content: "\e1c2";
}

.material-icons.search:before {
  content: "\e8b6";
}

.material-icons.search_off:before {
  content: "\ea76";
}

.material-icons.security:before {
  content: "\e32a";
}

.material-icons.security_update:before {
  content: "\f058";
}

.material-icons.security_update_good:before {
  content: "\f059";
}

.material-icons.security_update_warning:before {
  content: "\f05a";
}

.material-icons.segment:before {
  content: "\e94b";
}

.material-icons.select_all:before {
  content: "\e162";
}

.material-icons.self_improvement:before {
  content: "\ea78";
}

.material-icons.sell:before {
  content: "\f05b";
}

.material-icons.send:before {
  content: "\e163";
}

.material-icons.send_and_archive:before {
  content: "\ea0c";
}

.material-icons.send_time_extension:before {
  content: "\eadb";
}

.material-icons.send_to_mobile:before {
  content: "\f05c";
}

.material-icons.sensor_door:before {
  content: "\f1b5";
}

.material-icons.sensor_occupied:before {
  content: "\ec10";
}

.material-icons.sensor_window:before {
  content: "\f1b4";
}

.material-icons.sensors:before {
  content: "\e51e";
}

.material-icons.sensors_off:before {
  content: "\e51f";
}

.material-icons.sentiment_dissatisfied:before {
  content: "\e811";
}

.material-icons.sentiment_neutral:before {
  content: "\e812";
}

.material-icons.sentiment_satisfied:before {
  content: "\e813";
}

.material-icons.sentiment_satisfied_alt:before {
  content: "\e0ed";
}

.material-icons.sentiment_very_dissatisfied:before {
  content: "\e814";
}

.material-icons.sentiment_very_satisfied:before {
  content: "\e815";
}

.material-icons.set_meal:before {
  content: "\f1ea";
}

.material-icons.settings:before {
  content: "\e8b8";
}

.material-icons.settings_accessibility:before {
  content: "\f05d";
}

.material-icons.settings_applications:before {
  content: "\e8b9";
}

.material-icons.settings_backup_restore:before {
  content: "\e8ba";
}

.material-icons.settings_bluetooth:before {
  content: "\e8bb";
}

.material-icons.settings_brightness:before {
  content: "\e8bd";
}

.material-icons.settings_cell:before {
  content: "\e8bc";
}

.material-icons.settings_display:before {
  content: "\e8bd";
}

.material-icons.settings_ethernet:before {
  content: "\e8be";
}

.material-icons.settings_input_antenna:before {
  content: "\e8bf";
}

.material-icons.settings_input_component:before {
  content: "\e8c0";
}

.material-icons.settings_input_composite:before {
  content: "\e8c1";
}

.material-icons.settings_input_hdmi:before {
  content: "\e8c2";
}

.material-icons.settings_input_svideo:before {
  content: "\e8c3";
}

.material-icons.settings_overscan:before {
  content: "\e8c4";
}

.material-icons.settings_phone:before {
  content: "\e8c5";
}

.material-icons.settings_power:before {
  content: "\e8c6";
}

.material-icons.settings_remote:before {
  content: "\e8c7";
}

.material-icons.settings_suggest:before {
  content: "\f05e";
}

.material-icons.settings_system_daydream:before {
  content: "\e1c3";
}

.material-icons.settings_voice:before {
  content: "\e8c8";
}

.material-icons.severe_cold:before {
  content: "\ebd3";
}

.material-icons.share:before {
  content: "\e80d";
}

.material-icons.share_arrival_time:before {
  content: "\e524";
}

.material-icons.share_location:before {
  content: "\f05f";
}

.material-icons.shield:before {
  content: "\e9e0";
}

.material-icons.shield_moon:before {
  content: "\eaa9";
}

.material-icons.shop:before {
  content: "\e8c9";
}

.material-icons.shop_2:before {
  content: "\e19e";
}

.material-icons.shop_two:before {
  content: "\e8ca";
}

.material-icons.shopify:before {
  content: "\ea9d";
}

.material-icons.shopping_bag:before {
  content: "\f1cc";
}

.material-icons.shopping_basket:before {
  content: "\e8cb";
}

.material-icons.shopping_cart:before {
  content: "\e8cc";
}

.material-icons.shopping_cart_checkout:before {
  content: "\eb88";
}

.material-icons.short_text:before {
  content: "\e261";
}

.material-icons.shortcut:before {
  content: "\f060";
}

.material-icons.show_chart:before {
  content: "\e6e1";
}

.material-icons.shower:before {
  content: "\f061";
}

.material-icons.shuffle:before {
  content: "\e043";
}

.material-icons.shuffle_on:before {
  content: "\e9e1";
}

.material-icons.shutter_speed:before {
  content: "\e43d";
}

.material-icons.sick:before {
  content: "\f220";
}

.material-icons.sign_language:before {
  content: "\ebe5";
}

.material-icons.signal_cellular_0_bar:before {
  content: "\f0a8";
}

.material-icons.signal_cellular_4_bar:before {
  content: "\e1c8";
}

.material-icons.signal_cellular_alt:before {
  content: "\e202";
}

.material-icons.signal_cellular_alt_1_bar:before {
  content: "\ebdf";
}

.material-icons.signal_cellular_alt_2_bar:before {
  content: "\ebe3";
}

.material-icons.signal_cellular_connected_no_internet_0_bar:before {
  content: "\f0ac";
}

.material-icons.signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}

.material-icons.signal_cellular_no_sim:before {
  content: "\e1ce";
}

.material-icons.signal_cellular_nodata:before {
  content: "\f062";
}

.material-icons.signal_cellular_null:before {
  content: "\e1cf";
}

.material-icons.signal_cellular_off:before {
  content: "\e1d0";
}

.material-icons.signal_wifi_0_bar:before {
  content: "\f0b0";
}

.material-icons.signal_wifi_4_bar:before {
  content: "\e1d8";
}

.material-icons.signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}

.material-icons.signal_wifi_bad:before {
  content: "\f063";
}

.material-icons.signal_wifi_connected_no_internet_4:before {
  content: "\f064";
}

.material-icons.signal_wifi_off:before {
  content: "\e1da";
}

.material-icons.signal_wifi_statusbar_4_bar:before {
  content: "\f065";
}

.material-icons.signal_wifi_statusbar_connected_no_internet_4:before {
  content: "\f066";
}

.material-icons.signal_wifi_statusbar_null:before {
  content: "\f067";
}

.material-icons.signpost:before {
  content: "\eb91";
}

.material-icons.sim_card:before {
  content: "\e32b";
}

.material-icons.sim_card_alert:before {
  content: "\e624";
}

.material-icons.sim_card_download:before {
  content: "\f068";
}

.material-icons.single_bed:before {
  content: "\ea48";
}

.material-icons.sip:before {
  content: "\f069";
}

.material-icons.skateboarding:before {
  content: "\e511";
}

.material-icons.skip_next:before {
  content: "\e044";
}

.material-icons.skip_previous:before {
  content: "\e045";
}

.material-icons.sledding:before {
  content: "\e512";
}

.material-icons.slideshow:before {
  content: "\e41b";
}

.material-icons.slow_motion_video:before {
  content: "\e068";
}

.material-icons.smart_button:before {
  content: "\f1c1";
}

.material-icons.smart_display:before {
  content: "\f06a";
}

.material-icons.smart_screen:before {
  content: "\f06b";
}

.material-icons.smart_toy:before {
  content: "\f06c";
}

.material-icons.smartphone:before {
  content: "\e32c";
}

.material-icons.smoke_free:before {
  content: "\eb4a";
}

.material-icons.smoking_rooms:before {
  content: "\eb4b";
}

.material-icons.sms:before {
  content: "\e625";
}

.material-icons.sms_failed:before {
  content: "\e626";
}

.material-icons.snapchat:before {
  content: "\ea6e";
}

.material-icons.snippet_folder:before {
  content: "\f1c7";
}

.material-icons.snooze:before {
  content: "\e046";
}

.material-icons.snowboarding:before {
  content: "\e513";
}

.material-icons.snowing:before {
  content: "\e80f";
}

.material-icons.snowmobile:before {
  content: "\e503";
}

.material-icons.snowshoeing:before {
  content: "\e514";
}

.material-icons.soap:before {
  content: "\f1b2";
}

.material-icons.social_distance:before {
  content: "\e1cb";
}

.material-icons.solar_power:before {
  content: "\ec0f";
}

.material-icons.sort:before {
  content: "\e164";
}

.material-icons.sort_by_alpha:before {
  content: "\e053";
}

.material-icons.sos:before {
  content: "\ebf7";
}

.material-icons.soup_kitchen:before {
  content: "\e7d3";
}

.material-icons.source:before {
  content: "\f1c4";
}

.material-icons.south:before {
  content: "\f1e3";
}

.material-icons.south_america:before {
  content: "\e7e4";
}

.material-icons.south_east:before {
  content: "\f1e4";
}

.material-icons.south_west:before {
  content: "\f1e5";
}

.material-icons.spa:before {
  content: "\eb4c";
}

.material-icons.space_bar:before {
  content: "\e256";
}

.material-icons.space_dashboard:before {
  content: "\e66b";
}

.material-icons.spatial_audio:before {
  content: "\ebeb";
}

.material-icons.spatial_audio_off:before {
  content: "\ebe8";
}

.material-icons.spatial_tracking:before {
  content: "\ebea";
}

.material-icons.speaker:before {
  content: "\e32d";
}

.material-icons.speaker_group:before {
  content: "\e32e";
}

.material-icons.speaker_notes:before {
  content: "\e8cd";
}

.material-icons.speaker_notes_off:before {
  content: "\e92a";
}

.material-icons.speaker_phone:before {
  content: "\e0d2";
}

.material-icons.speed:before {
  content: "\e9e4";
}

.material-icons.spellcheck:before {
  content: "\e8ce";
}

.material-icons.splitscreen:before {
  content: "\f06d";
}

.material-icons.spoke:before {
  content: "\e9a7";
}

.material-icons.sports:before {
  content: "\ea30";
}

.material-icons.sports_bar:before {
  content: "\f1f3";
}

.material-icons.sports_baseball:before {
  content: "\ea51";
}

.material-icons.sports_basketball:before {
  content: "\ea26";
}

.material-icons.sports_cricket:before {
  content: "\ea27";
}

.material-icons.sports_esports:before {
  content: "\ea28";
}

.material-icons.sports_football:before {
  content: "\ea29";
}

.material-icons.sports_golf:before {
  content: "\ea2a";
}

.material-icons.sports_gymnastics:before {
  content: "\ebc4";
}

.material-icons.sports_handball:before {
  content: "\ea33";
}

.material-icons.sports_hockey:before {
  content: "\ea2b";
}

.material-icons.sports_kabaddi:before {
  content: "\ea34";
}

.material-icons.sports_martial_arts:before {
  content: "\eae9";
}

.material-icons.sports_mma:before {
  content: "\ea2c";
}

.material-icons.sports_motorsports:before {
  content: "\ea2d";
}

.material-icons.sports_rugby:before {
  content: "\ea2e";
}

.material-icons.sports_score:before {
  content: "\f06e";
}

.material-icons.sports_soccer:before {
  content: "\ea2f";
}

.material-icons.sports_tennis:before {
  content: "\ea32";
}

.material-icons.sports_volleyball:before {
  content: "\ea31";
}

.material-icons.square:before {
  content: "\eb36";
}

.material-icons.square_foot:before {
  content: "\ea49";
}

.material-icons.ssid_chart:before {
  content: "\eb66";
}

.material-icons.stacked_bar_chart:before {
  content: "\e9e6";
}

.material-icons.stacked_line_chart:before {
  content: "\f22b";
}

.material-icons.stadium:before {
  content: "\eb90";
}

.material-icons.stairs:before {
  content: "\f1a9";
}

.material-icons.star:before {
  content: "\e838";
}

.material-icons.star_border:before {
  content: "\e83a";
}

.material-icons.star_border_purple500:before {
  content: "\f099";
}

.material-icons.star_half:before {
  content: "\e839";
}

.material-icons.star_outline:before {
  content: "\f06f";
}

.material-icons.star_purple500:before {
  content: "\f09a";
}

.material-icons.star_rate:before {
  content: "\f0ec";
}

.material-icons.stars:before {
  content: "\e8d0";
}

.material-icons.start:before {
  content: "\e089";
}

.material-icons.stay_current_landscape:before {
  content: "\e0d3";
}

.material-icons.stay_current_portrait:before {
  content: "\e0d4";
}

.material-icons.stay_primary_landscape:before {
  content: "\e0d5";
}

.material-icons.stay_primary_portrait:before {
  content: "\e0d6";
}

.material-icons.sticky_note_2:before {
  content: "\f1fc";
}

.material-icons.stop:before {
  content: "\e047";
}

.material-icons.stop_circle:before {
  content: "\ef71";
}

.material-icons.stop_screen_share:before {
  content: "\e0e3";
}

.material-icons.storage:before {
  content: "\e1db";
}

.material-icons.store:before {
  content: "\e8d1";
}

.material-icons.store_mall_directory:before {
  content: "\e563";
}

.material-icons.storefront:before {
  content: "\ea12";
}

.material-icons.storm:before {
  content: "\f070";
}

.material-icons.straight:before {
  content: "\eb95";
}

.material-icons.straighten:before {
  content: "\e41c";
}

.material-icons.stream:before {
  content: "\e9e9";
}

.material-icons.streetview:before {
  content: "\e56e";
}

.material-icons.strikethrough_s:before {
  content: "\e257";
}

.material-icons.stroller:before {
  content: "\f1ae";
}

.material-icons.style:before {
  content: "\e41d";
}

.material-icons.subdirectory_arrow_left:before {
  content: "\e5d9";
}

.material-icons.subdirectory_arrow_right:before {
  content: "\e5da";
}

.material-icons.subject:before {
  content: "\e8d2";
}

.material-icons.subscript:before {
  content: "\f111";
}

.material-icons.subscriptions:before {
  content: "\e064";
}

.material-icons.subtitles:before {
  content: "\e048";
}

.material-icons.subtitles_off:before {
  content: "\ef72";
}

.material-icons.subway:before {
  content: "\e56f";
}

.material-icons.summarize:before {
  content: "\f071";
}

.material-icons.sunny:before {
  content: "\e81a";
}

.material-icons.sunny_snowing:before {
  content: "\e819";
}

.material-icons.superscript:before {
  content: "\f112";
}

.material-icons.supervised_user_circle:before {
  content: "\e939";
}

.material-icons.supervisor_account:before {
  content: "\e8d3";
}

.material-icons.support:before {
  content: "\ef73";
}

.material-icons.support_agent:before {
  content: "\f0e2";
}

.material-icons.surfing:before {
  content: "\e515";
}

.material-icons.surround_sound:before {
  content: "\e049";
}

.material-icons.swap_calls:before {
  content: "\e0d7";
}

.material-icons.swap_horiz:before {
  content: "\e8d4";
}

.material-icons.swap_horizontal_circle:before {
  content: "\e933";
}

.material-icons.swap_vert:before {
  content: "\e8d5";
}

.material-icons.swap_vert_circle:before {
  content: "\e8d6";
}

.material-icons.swap_vertical_circle:before {
  content: "\e8d6";
}

.material-icons.swipe:before {
  content: "\e9ec";
}

.material-icons.swipe_down:before {
  content: "\eb53";
}

.material-icons.swipe_down_alt:before {
  content: "\eb30";
}

.material-icons.swipe_left:before {
  content: "\eb59";
}

.material-icons.swipe_left_alt:before {
  content: "\eb33";
}

.material-icons.swipe_right:before {
  content: "\eb52";
}

.material-icons.swipe_right_alt:before {
  content: "\eb56";
}

.material-icons.swipe_up:before {
  content: "\eb2e";
}

.material-icons.swipe_up_alt:before {
  content: "\eb35";
}

.material-icons.swipe_vertical:before {
  content: "\eb51";
}

.material-icons.switch_access_shortcut:before {
  content: "\e7e1";
}

.material-icons.switch_access_shortcut_add:before {
  content: "\e7e2";
}

.material-icons.switch_account:before {
  content: "\e9ed";
}

.material-icons.switch_camera:before {
  content: "\e41e";
}

.material-icons.switch_left:before {
  content: "\f1d1";
}

.material-icons.switch_right:before {
  content: "\f1d2";
}

.material-icons.switch_video:before {
  content: "\e41f";
}

.material-icons.synagogue:before {
  content: "\eab0";
}

.material-icons.sync:before {
  content: "\e627";
}

.material-icons.sync_alt:before {
  content: "\ea18";
}

.material-icons.sync_disabled:before {
  content: "\e628";
}

.material-icons.sync_lock:before {
  content: "\eaee";
}

.material-icons.sync_problem:before {
  content: "\e629";
}

.material-icons.system_security_update:before {
  content: "\f072";
}

.material-icons.system_security_update_good:before {
  content: "\f073";
}

.material-icons.system_security_update_warning:before {
  content: "\f074";
}

.material-icons.system_update:before {
  content: "\e62a";
}

.material-icons.system_update_alt:before {
  content: "\e8d7";
}

.material-icons.system_update_tv:before {
  content: "\e8d7";
}

.material-icons.tab:before {
  content: "\e8d8";
}

.material-icons.tab_unselected:before {
  content: "\e8d9";
}

.material-icons.table_bar:before {
  content: "\ead2";
}

.material-icons.table_chart:before {
  content: "\e265";
}

.material-icons.table_restaurant:before {
  content: "\eac6";
}

.material-icons.table_rows:before {
  content: "\f101";
}

.material-icons.table_view:before {
  content: "\f1be";
}

.material-icons.tablet:before {
  content: "\e32f";
}

.material-icons.tablet_android:before {
  content: "\e330";
}

.material-icons.tablet_mac:before {
  content: "\e331";
}

.material-icons.tag:before {
  content: "\e9ef";
}

.material-icons.tag_faces:before {
  content: "\e420";
}

.material-icons.takeout_dining:before {
  content: "\ea74";
}

.material-icons.tap_and_play:before {
  content: "\e62b";
}

.material-icons.tapas:before {
  content: "\f1e9";
}

.material-icons.task:before {
  content: "\f075";
}

.material-icons.task_alt:before {
  content: "\e2e6";
}

.material-icons.taxi_alert:before {
  content: "\ef74";
}

.material-icons.telegram:before {
  content: "\ea6b";
}

.material-icons.temple_buddhist:before {
  content: "\eab3";
}

.material-icons.temple_hindu:before {
  content: "\eaaf";
}

.material-icons.terminal:before {
  content: "\eb8e";
}

.material-icons.terrain:before {
  content: "\e564";
}

.material-icons.text_decrease:before {
  content: "\eadd";
}

.material-icons.text_fields:before {
  content: "\e262";
}

.material-icons.text_format:before {
  content: "\e165";
}

.material-icons.text_increase:before {
  content: "\eae2";
}

.material-icons.text_rotate_up:before {
  content: "\e93a";
}

.material-icons.text_rotate_vertical:before {
  content: "\e93b";
}

.material-icons.text_rotation_angledown:before {
  content: "\e93c";
}

.material-icons.text_rotation_angleup:before {
  content: "\e93d";
}

.material-icons.text_rotation_down:before {
  content: "\e93e";
}

.material-icons.text_rotation_none:before {
  content: "\e93f";
}

.material-icons.text_snippet:before {
  content: "\f1c6";
}

.material-icons.textsms:before {
  content: "\e0d8";
}

.material-icons.texture:before {
  content: "\e421";
}

.material-icons.theater_comedy:before {
  content: "\ea66";
}

.material-icons.theaters:before {
  content: "\e8da";
}

.material-icons.thermostat:before {
  content: "\f076";
}

.material-icons.thermostat_auto:before {
  content: "\f077";
}

.material-icons.thumb_down:before {
  content: "\e8db";
}

.material-icons.thumb_down_alt:before {
  content: "\e816";
}

.material-icons.thumb_down_off_alt:before {
  content: "\e9f2";
}

.material-icons.thumb_up:before {
  content: "\e8dc";
}

.material-icons.thumb_up_alt:before {
  content: "\e817";
}

.material-icons.thumb_up_off_alt:before {
  content: "\e9f3";
}

.material-icons.thumbs_up_down:before {
  content: "\e8dd";
}

.material-icons.thunderstorm:before {
  content: "\ebdb";
}

.material-icons.tiktok:before {
  content: "\ea7e";
}

.material-icons.time_to_leave:before {
  content: "\e62c";
}

.material-icons.timelapse:before {
  content: "\e422";
}

.material-icons.timeline:before {
  content: "\e922";
}

.material-icons.timer:before {
  content: "\e425";
}

.material-icons.timer_10:before {
  content: "\e423";
}

.material-icons.timer_10_select:before {
  content: "\f07a";
}

.material-icons.timer_3:before {
  content: "\e424";
}

.material-icons.timer_3_select:before {
  content: "\f07b";
}

.material-icons.timer_off:before {
  content: "\e426";
}

.material-icons.tips_and_updates:before {
  content: "\e79a";
}

.material-icons.tire_repair:before {
  content: "\ebc8";
}

.material-icons.title:before {
  content: "\e264";
}

.material-icons.toc:before {
  content: "\e8de";
}

.material-icons.today:before {
  content: "\e8df";
}

.material-icons.toggle_off:before {
  content: "\e9f5";
}

.material-icons.toggle_on:before {
  content: "\e9f6";
}

.material-icons.token:before {
  content: "\ea25";
}

.material-icons.toll:before {
  content: "\e8e0";
}

.material-icons.tonality:before {
  content: "\e427";
}

.material-icons.topic:before {
  content: "\f1c8";
}

.material-icons.tornado:before {
  content: "\e199";
}

.material-icons.touch_app:before {
  content: "\e913";
}

.material-icons.tour:before {
  content: "\ef75";
}

.material-icons.toys:before {
  content: "\e332";
}

.material-icons.track_changes:before {
  content: "\e8e1";
}

.material-icons.traffic:before {
  content: "\e565";
}

.material-icons.train:before {
  content: "\e570";
}

.material-icons.tram:before {
  content: "\e571";
}

.material-icons.transcribe:before {
  content: "\f8ec";
}

.material-icons.transfer_within_a_station:before {
  content: "\e572";
}

.material-icons.transform:before {
  content: "\e428";
}

.material-icons.transgender:before {
  content: "\e58d";
}

.material-icons.transit_enterexit:before {
  content: "\e579";
}

.material-icons.translate:before {
  content: "\e8e2";
}

.material-icons.travel_explore:before {
  content: "\e2db";
}

.material-icons.trending_down:before {
  content: "\e8e3";
}

.material-icons.trending_flat:before {
  content: "\e8e4";
}

.material-icons.trending_neutral:before {
  content: "\e8e4";
}

.material-icons.trending_up:before {
  content: "\e8e5";
}

.material-icons.trip_origin:before {
  content: "\e57b";
}

.material-icons.troubleshoot:before {
  content: "\e1d2";
}

.material-icons.try:before {
  content: "\f07c";
}

.material-icons.tsunami:before {
  content: "\ebd8";
}

.material-icons.tty:before {
  content: "\f1aa";
}

.material-icons.tune:before {
  content: "\e429";
}

.material-icons.tungsten:before {
  content: "\f07d";
}

.material-icons.turn_left:before {
  content: "\eba6";
}

.material-icons.turn_right:before {
  content: "\ebab";
}

.material-icons.turn_sharp_left:before {
  content: "\eba7";
}

.material-icons.turn_sharp_right:before {
  content: "\ebaa";
}

.material-icons.turn_slight_left:before {
  content: "\eba4";
}

.material-icons.turn_slight_right:before {
  content: "\eb9a";
}

.material-icons.turned_in:before {
  content: "\e8e6";
}

.material-icons.turned_in_not:before {
  content: "\e8e7";
}

.material-icons.tv:before {
  content: "\e333";
}

.material-icons.tv_off:before {
  content: "\e647";
}

.material-icons.two_wheeler:before {
  content: "\e9f9";
}

.material-icons.type_specimen:before {
  content: "\f8f0";
}

.material-icons.u_turn_left:before {
  content: "\eba1";
}

.material-icons.u_turn_right:before {
  content: "\eba2";
}

.material-icons.umbrella:before {
  content: "\f1ad";
}

.material-icons.unarchive:before {
  content: "\e169";
}

.material-icons.undo:before {
  content: "\e166";
}

.material-icons.unfold_less:before {
  content: "\e5d6";
}

.material-icons.unfold_more:before {
  content: "\e5d7";
}

.material-icons.unpublished:before {
  content: "\f236";
}

.material-icons.unsubscribe:before {
  content: "\e0eb";
}

.material-icons.upcoming:before {
  content: "\f07e";
}

.material-icons.update:before {
  content: "\e923";
}

.material-icons.update_disabled:before {
  content: "\e075";
}

.material-icons.upgrade:before {
  content: "\f0fb";
}

.material-icons.upload:before {
  content: "\f09b";
}

.material-icons.upload_file:before {
  content: "\e9fc";
}

.material-icons.usb:before {
  content: "\e1e0";
}

.material-icons.usb_off:before {
  content: "\e4fa";
}

.material-icons.vaccines:before {
  content: "\e138";
}

.material-icons.vape_free:before {
  content: "\ebc6";
}

.material-icons.vaping_rooms:before {
  content: "\ebcf";
}

.material-icons.verified:before {
  content: "\ef76";
}

.material-icons.verified_user:before {
  content: "\e8e8";
}

.material-icons.vertical_align_bottom:before {
  content: "\e258";
}

.material-icons.vertical_align_center:before {
  content: "\e259";
}

.material-icons.vertical_align_top:before {
  content: "\e25a";
}

.material-icons.vertical_distribute:before {
  content: "\e076";
}

.material-icons.vertical_shades:before {
  content: "\ec0e";
}

.material-icons.vertical_shades_closed:before {
  content: "\ec0d";
}

.material-icons.vertical_split:before {
  content: "\e949";
}

.material-icons.vibration:before {
  content: "\e62d";
}

.material-icons.video_call:before {
  content: "\e070";
}

.material-icons.video_camera_back:before {
  content: "\f07f";
}

.material-icons.video_camera_front:before {
  content: "\f080";
}

.material-icons.video_collection:before {
  content: "\e04a";
}

.material-icons.video_file:before {
  content: "\eb87";
}

.material-icons.video_label:before {
  content: "\e071";
}

.material-icons.video_library:before {
  content: "\e04a";
}

.material-icons.video_settings:before {
  content: "\ea75";
}

.material-icons.video_stable:before {
  content: "\f081";
}

.material-icons.videocam:before {
  content: "\e04b";
}

.material-icons.videocam_off:before {
  content: "\e04c";
}

.material-icons.videogame_asset:before {
  content: "\e338";
}

.material-icons.videogame_asset_off:before {
  content: "\e500";
}

.material-icons.view_agenda:before {
  content: "\e8e9";
}

.material-icons.view_array:before {
  content: "\e8ea";
}

.material-icons.view_carousel:before {
  content: "\e8eb";
}

.material-icons.view_column:before {
  content: "\e8ec";
}

.material-icons.view_comfortable:before {
  content: "\e42a";
}

.material-icons.view_comfy:before {
  content: "\e42a";
}

.material-icons.view_comfy_alt:before {
  content: "\eb73";
}

.material-icons.view_compact:before {
  content: "\e42b";
}

.material-icons.view_compact_alt:before {
  content: "\eb74";
}

.material-icons.view_cozy:before {
  content: "\eb75";
}

.material-icons.view_day:before {
  content: "\e8ed";
}

.material-icons.view_headline:before {
  content: "\e8ee";
}

.material-icons.view_in_ar:before {
  content: "\e9fe";
}

.material-icons.view_kanban:before {
  content: "\eb7f";
}

.material-icons.view_list:before {
  content: "\e8ef";
}

.material-icons.view_module:before {
  content: "\e8f0";
}

.material-icons.view_quilt:before {
  content: "\e8f1";
}

.material-icons.view_sidebar:before {
  content: "\f114";
}

.material-icons.view_stream:before {
  content: "\e8f2";
}

.material-icons.view_timeline:before {
  content: "\eb85";
}

.material-icons.view_week:before {
  content: "\e8f3";
}

.material-icons.vignette:before {
  content: "\e435";
}

.material-icons.villa:before {
  content: "\e586";
}

.material-icons.visibility:before {
  content: "\e8f4";
}

.material-icons.visibility_off:before {
  content: "\e8f5";
}

.material-icons.voice_chat:before {
  content: "\e62e";
}

.material-icons.voice_over_off:before {
  content: "\e94a";
}

.material-icons.voicemail:before {
  content: "\e0d9";
}

.material-icons.volcano:before {
  content: "\ebda";
}

.material-icons.volume_down:before {
  content: "\e04d";
}

.material-icons.volume_down_alt:before {
  content: "\e79c";
}

.material-icons.volume_mute:before {
  content: "\e04e";
}

.material-icons.volume_off:before {
  content: "\e04f";
}

.material-icons.volume_up:before {
  content: "\e050";
}

.material-icons.volunteer_activism:before {
  content: "\ea70";
}

.material-icons.vpn_key:before {
  content: "\e0da";
}

.material-icons.vpn_key_off:before {
  content: "\eb7a";
}

.material-icons.vpn_lock:before {
  content: "\e62f";
}

.material-icons.vrpano:before {
  content: "\f082";
}

.material-icons.wallet:before {
  content: "\f8ff";
}

.material-icons.wallet_giftcard:before {
  content: "\e8f6";
}

.material-icons.wallet_membership:before {
  content: "\e8f7";
}

.material-icons.wallet_travel:before {
  content: "\e8f8";
}

.material-icons.wallpaper:before {
  content: "\e1bc";
}

.material-icons.warehouse:before {
  content: "\ebb8";
}

.material-icons.warning:before {
  content: "\e002";
}

.material-icons.warning_amber:before {
  content: "\f083";
}

.material-icons.wash:before {
  content: "\f1b1";
}

.material-icons.watch:before {
  content: "\e334";
}

.material-icons.watch_later:before {
  content: "\e924";
}

.material-icons.watch_off:before {
  content: "\eae3";
}

.material-icons.water:before {
  content: "\f084";
}

.material-icons.water_damage:before {
  content: "\f203";
}

.material-icons.water_drop:before {
  content: "\e798";
}

.material-icons.waterfall_chart:before {
  content: "\ea00";
}

.material-icons.waves:before {
  content: "\e176";
}

.material-icons.waving_hand:before {
  content: "\e766";
}

.material-icons.wb_auto:before {
  content: "\e42c";
}

.material-icons.wb_cloudy:before {
  content: "\e42d";
}

.material-icons.wb_incandescent:before {
  content: "\e42e";
}

.material-icons.wb_iridescent:before {
  content: "\e436";
}

.material-icons.wb_shade:before {
  content: "\ea01";
}

.material-icons.wb_sunny:before {
  content: "\e430";
}

.material-icons.wb_twighlight:before {
  content: "\ea02";
}

.material-icons.wb_twilight:before {
  content: "\e1c6";
}

.material-icons.wc:before {
  content: "\e63d";
}

.material-icons.web:before {
  content: "\e051";
}

.material-icons.web_asset:before {
  content: "\e069";
}

.material-icons.web_asset_off:before {
  content: "\e4f7";
}

.material-icons.web_stories:before {
  content: "\e595";
}

.material-icons.webhook:before {
  content: "\eb92";
}

.material-icons.wechat:before {
  content: "\ea81";
}

.material-icons.weekend:before {
  content: "\e16b";
}

.material-icons.west:before {
  content: "\f1e6";
}

.material-icons.whatsapp:before {
  content: "\ea9c";
}

.material-icons.whatshot:before {
  content: "\e80e";
}

.material-icons.wheelchair_pickup:before {
  content: "\f1ab";
}

.material-icons.where_to_vote:before {
  content: "\e177";
}

.material-icons.widgets:before {
  content: "\e1bd";
}

.material-icons.width_full:before {
  content: "\f8f5";
}

.material-icons.width_normal:before {
  content: "\f8f6";
}

.material-icons.width_wide:before {
  content: "\f8f7";
}

.material-icons.wifi:before {
  content: "\e63e";
}

.material-icons.wifi_1_bar:before {
  content: "\e4ca";
}

.material-icons.wifi_2_bar:before {
  content: "\e4d9";
}

.material-icons.wifi_calling:before {
  content: "\ef77";
}

.material-icons.wifi_calling_3:before {
  content: "\f085";
}

.material-icons.wifi_channel:before {
  content: "\eb6a";
}

.material-icons.wifi_find:before {
  content: "\eb31";
}

.material-icons.wifi_lock:before {
  content: "\e1e1";
}

.material-icons.wifi_off:before {
  content: "\e648";
}

.material-icons.wifi_password:before {
  content: "\eb6b";
}

.material-icons.wifi_protected_setup:before {
  content: "\f0fc";
}

.material-icons.wifi_tethering:before {
  content: "\e1e2";
}

.material-icons.wifi_tethering_error:before {
  content: "\ead9";
}

.material-icons.wifi_tethering_error_rounded:before {
  content: "\f086";
}

.material-icons.wifi_tethering_off:before {
  content: "\f087";
}

.material-icons.wind_power:before {
  content: "\ec0c";
}

.material-icons.window:before {
  content: "\f088";
}

.material-icons.wine_bar:before {
  content: "\f1e8";
}

.material-icons.woman:before {
  content: "\e13e";
}

.material-icons.woo_commerce:before {
  content: "\ea6d";
}

.material-icons.wordpress:before {
  content: "\ea9f";
}

.material-icons.work:before {
  content: "\e8f9";
}

.material-icons.work_history:before {
  content: "\ec09";
}

.material-icons.work_off:before {
  content: "\e942";
}

.material-icons.work_outline:before {
  content: "\e943";
}

.material-icons.workspace_premium:before {
  content: "\e7af";
}

.material-icons.workspaces:before {
  content: "\e1a0";
}

.material-icons.workspaces_filled:before {
  content: "\ea0d";
}

.material-icons.workspaces_outline:before {
  content: "\ea0f";
}

.material-icons.wrap_text:before {
  content: "\e25b";
}

.material-icons.wrong_location:before {
  content: "\ef78";
}

.material-icons.wysiwyg:before {
  content: "\f1c3";
}

.material-icons.yard:before {
  content: "\f089";
}

.material-icons.youtube_searched_for:before {
  content: "\e8fa";
}

.material-icons.zoom_in:before {
  content: "\e8ff";
}

.material-icons.zoom_in_map:before {
  content: "\eb2d";
}

.material-icons.zoom_out:before {
  content: "\e900";
}

.material-icons.zoom_out_map:before {
  content: "\e56b";
}


.heading-1 {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .heading-1 {
    font-size: 24px;
  }
}

.heading_1b {
  font-size: 70px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.36);
}
@media (max-width: 991px) {
  .heading_1b {
    font-size: 40px;
  }
}

.heading-2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: -0.04em;
}

.heading_2b {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .heading_2b {
    font-size: 28px;
  }
}

p, .body-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.body-text-2 {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.heading-3 {
  color: #000000;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.heading-4 {
  color: #000000;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}

.heading-5 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.material-icons {
  color: #a7ec6f;
}

.head-big {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 991px) {
  .head-big {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
    font-size: 1.2rem;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* WebKit browsers (Chrome, Safari) */
  margin: 0; /* Remove margin if needed */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield; /* Standard for modern browsers */
}

.bestinput {
  position: relative;
  display: inline-block;
  min-height: 44px;
  min-width: 90px;
  border-radius: 20px;
  background: #FFFFFF;
  padding: 10px;
  padding-left: 40px;
  transition: width 0.3s ease-in-out;
}
.bestinput:hover {
  background: #eaf2e9;
}
.bestinput.from, .bestinput.person {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bestinput.to, .bestinput.luggage {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bestinput.textarea {
  max-height: none;
  min-height: 80px;
}
.bestinput .material-icons {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  color: #a7ec6f;
}
.bestinput input, .bestinput select, .bestinput textarea {
  /* all: unset; */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-left: 45px;
  padding-right: 15px;
  color: #808080;
}
.bestinput input:placeholder, .bestinput select:placeholder, .bestinput textarea:placeholder {
  color: #808080;
}
.bestinput.departure {
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
}

.green-btn {
  display: inline-block;
  background: #54A3A6;
  color: #FFFFFF !important;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  border: 0;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.green-btn:hover, .green-btn:focus {
  background: rgb(75.432, 146.374, 149.068);
  color: #FFFFFF;
  text-decoration: none;
  background: #a7ec6f;
  transform: scale(1.1);
}

.green-btn2 {
  display: inline-block;
  background: #a7ec6f;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  border: 0;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.green-btn2:hover, .green-btn2:focus {
  background: rgb(75.432, 146.374, 149.068);
  color: #FFFFFF;
  text-decoration: none;
  background: rgb(180.7668711656, 238.972392638, 133.527607362);
  transform: scale(1.1);
}

#step1 {
  position: fixed;
  z-index: 9999; /* higher than map layers */
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  width: 200px;
  display: block;
  pointer-events: auto; /* make sure it’s clickable */
}

/* ---SELECT2 REPLACE----*/
.select2-container {
  width: 100% !important;
  background: transparent !important;
}

.select2-search--dropdown {
  padding: 5px 10px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  padding-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border: 0;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 23px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgb(204.5, 204.5, 204.5);
  border-radius: 20px;
  padding: 5px 10px;
  color: #808080;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #54A3A6;
}

.select2-results__option {
  color: #808080;
  padding-left: 10px;
  padding-right: 10px;
}

.select2-results__options a {
  color: #a7ec6f;
}

/*.select2-container {
    pointer-events: auto !important;
    width: 100% !important;
    max-width: 100% !important;

    select {
        pointer-events: none !important;
    }
}*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.9rem;
    padding-left: 1.9rem;
  }
}
.navbar {
  padding-left: 4rem;
  padding-right: 4rem;
  border-bottom: 1px solid #808080;
}

.navbar-brand img {
  max-height: 42px;
  width: auto;
}

.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 {
  font-weight: 700;
}

section.hero .bg-container {
  position: relative;
}
section.hero .bg-container:before {
  content: "";
  /*position: relative;
  display: block;
  padding-top: 30%;*/
}
section.hero .bg-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero .main-search-container {
  background: #FFFFFF;
  border-radius: 40px;
  width: 100%;
  padding: 10px 35px;
  margin-top: 80px;
}
section.hero .main-search-container button {
  width: 100%;
}
section.hero .main-search-container .bestinput {
  width: 100%;
  height: 100%;
}
section.hero .main-search-container .bestinput.person, section.hero .main-search-container .bestinput.luggage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  min-width: 0;
}
section.hero .container {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  section.hero .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
section.hero .text-container p {
  color: #FFFFFF;
}
section.hero .text-container, section.hero .main-search-container {
  position: relative;
  z-index: 1;
}

section.advantages, section.countries, section.take-care, section.testimonial, section.travel-like, section.book-and-rest, section.dont-miss, section.faq, section.destinations, section.good-to-know, section.trips, section.destinations-hero, section.contact, section.contact-form, section.choose-car, section.thank-you, section.default-page {
  padding: 80px 0;
}
@media (max-width: 991px) {
  section.advantages, section.countries, section.take-care, section.testimonial, section.travel-like, section.book-and-rest, section.dont-miss, section.faq, section.destinations, section.good-to-know, section.trips, section.destinations-hero, section.contact, section.contact-form, section.choose-car, section.thank-you, section.default-page {
    padding: 40px 0;
  }
}
section.countries h2, section.testimonial h2, section.book-and-rest h2, section.dont-miss h2, section.faq h2, section.good-to-know h2, section.trips h2, section.contact h2, section.thank-you h2 {
  text-align: center;
}
section.countries p, section.testimonial p, section.book-and-rest p, section.dont-miss p, section.faq p, section.good-to-know p, section.trips p, section.contact p, section.thank-you p {
  text-align: center;
}

section.advantages, section.good-to-know {
  text-align: center;
}
section.advantages .material-icons, section.good-to-know .material-icons {
  font-size: 50px;
}
section.advantages p, section.good-to-know p {
  color: #666666;
}

section.countries {
  background: #EEF5ED;
}
section.countries .country-slider {
  padding: 40px 0;
}
section.countries .country-slider .swiper-slide {
  height: auto;
}
section.countries .country-slider .swiper-button-prev, section.countries .country-slider .swiper-button-next {
  background-color: #54A3A6;
  top: 54%;
}
section.countries .country-slider .swiper-button-prev:after {
  margin-right: 3px;
  font-size: 14px;
}
section.countries .country-slider .swiper-button-next:after {
  font-size: 14px;
  margin-left: 3px;
}
section.countries .country-item {
  padding: 10px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.countries .country-item:hover, section.countries .country-item:focus {
  background: #FFFFFF;
}
section.countries .country-item img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 15px;
}
section.countries .country-item span {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
}
section.countries .common-trips {
  margin: 0 80px;
}
@media (max-width: 991px) {
  section.countries .common-trips {
    margin: 0;
  }
}
section.countries .common-trips .trip-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
}
section.countries .common-trips .trip-item a {
  text-decoration: none !important;
  outline: 0 !important;
}
section.countries .common-trips .trip-item:hover, section.countries .common-trips .trip-item:focus {
  border: 1px solid #000000;
}
section.countries .common-trips .trip-item b {
  font-weight: 800;
  color: #a7ec6f;
}
section.countries .common-trips .trip-item h4 {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.countries .common-trips .trip-item h4 {
    margin-top: 20px;
  }
}
section.countries .common-trips .trip-item p {
  text-align: left;
  font-size: 10px;
  color: #666666;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5;
}

section.take-care .right-bottom {
  margin-top: 40px;
}
section.take-care .material-icons {
  font-size: 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.take-care .material-icons {
    font-size: 38px;
  }
}
section.take-care h4 {
  margin-bottom: 0;
}
section.take-care .col-2 {
  padding-top: 0;
}
section.take-care .col-10 {
  margin-left: -30px;
}
@media (max-width: 768px) {
  section.take-care .col-10 {
    margin-left: 0;
  }
}
section.take-care .green-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  section.take-care .container > .row {
    gap: 25px;
  }
}

section.testimonial .tripadvisor-container {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
section.testimonial .sk-sitejabber-item-item:nth-of-type(4), section.testimonial .sk-sitejabber-item-item:nth-last-of-type(1), section.testimonial .sk-sitejabber-item-item:nth-last-of-type(2), section.testimonial .sk-sitejabber-item-item:nth-last-of-type(3) {
  display: none;
}
section.testimonial .sk-bio-container, section.testimonial .sk_branding {
  display: none !important;
  opacity: 0 !important;
}
section.testimonial .sk-sitejabber-item-content {
  background-color: #EEF5ED !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
section.testimonial .sk-ww-tripadvisor-reviews .sk-ww-tripadvisor-reviews-content a, section.testimonial .sk-review-title, section.testimonial .tripadvisor-icon {
  color: #000000 !important;
}
section.testimonial .sk-review-text, section.testimonial .sk-review-date {
  color: #666666 !important;
}
section.testimonial .sk-review-star, section.testimonial .sk-ww-tripadvisor-reviews-content a.sk-google-review-button-more {
  color: #a7ec6f !important;
}

section.travel-like {
  background: #000000;
}
section.travel-like h2, section.travel-like .heading-5 {
  color: #FFFFFF;
}
section.travel-like p {
  color: #D1D1D1;
}
section.travel-like .item .material-icons, section.travel-like .item .text {
  display: inline-block;
  vertical-align: middle;
}
section.travel-like .item .material-icons {
  color: #a7ec6f;
}
section.travel-like .item .text {
  color: #A8A8A8;
}
section.travel-like .heading-4 {
  color: #FFFFFF;
}
section.travel-like .bottom, section.travel-like .middle {
  margin-top: 40px;
}

section.book-and-rest .steps {
  margin-top: 60px;
  text-align: center;
}
section.book-and-rest .img-container-34 {
  width: 60%;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  section.book-and-rest .img-container-34 {
    width: 100%;
  }
}
section.book-and-rest .heading-3 {
  margin-bottom: 0;
}
section.book-and-rest .text {
  position: relative;
}
section.book-and-rest .text:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  top: -30px;
  left: -5%;
  background: #000000;
}
section.book-and-rest .text:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000;
  border: 8px solid #FFFFFF;
  border-radius: 50%;
}

section.dont-miss {
  text-align: center;
}
section.dont-miss .green-btn2 {
  margin-top: 40px;
}
section.dont-miss img {
  display: block;
  width: 50%;
  margin: 40px auto;
  border-radius: 20px;
}
@media (max-width: 768px) {
  section.dont-miss img {
    width: 100%;
  }
}

section.faq {
  background: #EEF5ED;
}
section.faq .faq-item {
  margin-bottom: 20px;
}
section.faq .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}
section.faq .chevron {
  transition: transform 0.3s ease;
}
section.faq .collapsed .chevron {
  transform: rotate(0deg);
}
section.faq .accordion-toggle:not(.collapsed) .chevron {
  transform: rotate(180deg);
}
section.faq button {
  text-decoration: none !important;
  color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 20px 25px !important;
}
section.faq i {
  font-size: 30px;
  color: #3A7800;
}
section.faq .card-header {
  border: 0;
  padding: 0;
  background: #FFFFFF;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
section.faq .card-header:hover, section.faq .card-header:focus {
  background: #e3e3e3;
}
section.faq .card {
  border: 0;
  border-radius: 20px;
}
section.faq .faqs-container {
  margin: 40px 0;
}
section.faq .card-body {
  padding-top: 0;
}
section.faq .card-body p {
  text-align: left;
}

.carousel-item img {
  border-radius: 20px;
}

/* Base styling */
.ui-datepicker {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 9999 !important;
}

/* Header styling */
.ui-datepicker-header {
  background: #f8f9fa;
  border: 0 !important;
  padding: 6px 0;
  font-weight: 600;
  color: #333;
}

/* Navigation arrows */
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  top: 2px;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  font-size: 18px;
  color: #007bff;
}

/* Day cells */
.ui-datepicker td a {
  display: block;
  padding: 6px;
  background: #f9f9f9;
  color: #333;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ui-datepicker td a:hover {
  background: #007bff;
  color: #fff;
}

/* Selected day */
.ui-datepicker td.ui-datepicker-current-day a {
  background: #007bff !important;
  color: #fff !important;
}

/* Today highlight */
.ui-datepicker-today a {
  border: 1px solid #007bff;
}

section.country-hero {
  position: relative;
}
section.country-hero .text-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  section.country-hero .text-container {
    position: relative;
    left: auto;
    right: auto;
    margin: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
}
section.country-hero .heading-2 {
  color: #FFFFFF;
}
section.country-hero .heading_1b {
  color: #a7ec6f;
}
section.country-hero p {
  color: #FFFFFF;
}
section.country-hero img {
  filter: blur(10px);
}
section.country-hero .img-container-34 {
  border-radius: 0;
  padding-top: 35%;
}
@media (max-width: 991px) {
  section.country-hero .img-container-34 {
    padding-top: 0;
  }
}
section.country-hero .img-container-34:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

section.destinations .item {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 25px;
}
section.destinations .item:hover, section.destinations .item:focus {
  background: #ebebeb;
}
section.destinations .item h2 a {
  color: #000000 !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  section.destinations .item h2 a {
    display: block;
    margin-top: 25px;
  }
}
section.destinations .item p a {
  color: #666666 !important;
  text-decoration: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  max-height: 6;
}

.more {
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-size: 14px;
  color: #000000;
  margin-right: 10px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.more.v1 {
  background: #c3e4e6;
}
.more.v1:hover, .more.v1:focus {
  background: #8af9ff;
}
.more.v2 {
  background: #d6f5bc;
}
.more.v2:hover, .more.v2:focus {
  background: #a4ff59;
}

.common-trips .more {
  width: 50%;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 11px;
  margin-right: 0px;
  font-weight: 600;
}

section.good-to-know > p {
  max-width: 50%;
  margin: 0 auto;
}
section.good-to-know .items-container {
  margin-top: 80px;
}

body.tax-country section.faq, body.single-destinations section.faq {
  background: #edf2f5;
}
body.tax-country section.testimonial .sk-sitejabber-item-content, body.single-destinations section.testimonial .sk-sitejabber-item-content {
  background-color: #FFFFFF !important;
  border: 1px solid #000000;
}
body.tax-country section.testimonial .sk-review-star, body.tax-country section.testimonial .sk-ww-tripadvisor-reviews-content a.sk-google-review-button-more, body.single-destinations section.testimonial .sk-review-star, body.single-destinations section.testimonial .sk-ww-tripadvisor-reviews-content a.sk-google-review-button-more {
  color: #FBCB22 !important;
}

section.contact {
  background: #edf2f5;
}
section.contact .col-md-4 {
  margin-bottom: 30px;
}
section.contact .three-information {
  margin-bottom: 80px;
  text-align: center;
}
section.contact .three-information .material-icons {
  font-size: 40px;
  margin-bottom: 0;
}
section.contact .three-information .item-inner {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 40px;
}
section.contact .three-information p {
  margin-bottom: 0;
  margin-top: 0;
}
section.contact .three-information a {
  color: #a7ec6f;
  text-decoration: none !important;
  outline: none !important;
}
section.contact .three-information .heading-3 {
  font-size: 16px;
  margin-bottom: 0;
}
section.contact .three-information .heading-3 a {
  color: #000000;
}
section.contact .wpcf7 {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 40px;
}
section.contact .wpcf7 form:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
section.contact .wpcf7 form > p {
  float: left;
  width: 33%;
  margin-bottom: 30px;
}
section.contact .wpcf7 form > p:nth-last-of-type(1), section.contact .wpcf7 form > p:nth-last-of-type(2) {
  width: 100%;
}
section.contact .wpcf7 form > p:nth-last-of-type(1) label, section.contact .wpcf7 form > p:nth-last-of-type(2) label {
  width: 97%;
}
section.contact .wpcf7 form label {
  color: #000000;
  font-weight: 700;
  text-align: center;
}
section.contact .wpcf7 form label span {
  width: 100%;
  display: block;
}
section.contact .wpcf7 form input {
  border: 1px solid #c3e4e6;
  padding: 5px 10px;
  border-radius: 20px;
  display: block;
  width: 94%;
  margin: 0 3%;
}
section.contact .wpcf7 form textarea {
  border: 1px solid #c3e4e6;
  padding: 5px 10px;
  border-radius: 20px;
  max-height: 100px;
  width: 100%;
}

section.destinations-hero {
  background: #edf2f5;
}
@media (max-width: 768px) {
  section.destinations-hero .col-md-4 {
    margin-bottom: 25px;
  }
}
section.destinations-hero .inner {
  margin: 50px 0;
  padding: 40px;
  border-radius: 20px;
  background: #FFFFFF;
  text-align: center;
}
section.destinations-hero .heading-1 {
  color: #000000;
}
section.destinations-hero .head-big {
  background: #edf2f5;
  border-radius: 20px;
  padding: 20px;
  display: inline-block;
  margin: 0 auto 40px;
}
section.destinations-hero .green-btn2.trip-price {
  text-decoration: none !important;
  outline: none !important;
  color: #000000;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 991px) {
  section.destinations-hero .green-btn2.trip-price {
    font-size: 16px;
  }
}
section.destinations-hero .three-information {
  margin-bottom: 80px;
  text-align: center;
}
section.destinations-hero .three-information .material-icons {
  font-size: 40px;
  color: #000000;
  margin-bottom: 15px;
}
section.destinations-hero .three-information .item-inner {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
}

section.destination-gallery {
  padding: 80px 0;
  max-width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}
section.destination-gallery .inner {
  margin-left: -80px;
  width: calc(100% + 160px);
}
section.destination-gallery .gallery-item {
  margin-bottom: 10px;
}

section.trips.all-trips .bottom {
  display: none;
}
section.trips .trips-container {
  margin-top: 80px;
}
section.trips .trip-item-inner {
  padding-left: 0;
}
@media (max-width: 991px) {
  section.trips .trip-item-inner {
    margin-top: 15px;
    padding-left: 15px;
  }
}
section.trips .trip-item {
  background: #edf2f5;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
}
section.trips .trip-item p {
  text-align: left;
}
section.trips .trip-item .trip-btn1 {
  display: inline-block;
  padding: 10px;
  font-weight: 700;
  border-radius: 20px;
  background: #a7ec6f;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  margin-right: 5px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
section.trips .trip-item .trip-btn1:hover, section.trips .trip-item .trip-btn1:focus {
  background: rgb(139.4662576687, 230.0552147239, 65.9447852761);
}
@media (max-width: 1200px) {
  section.trips .trip-item .trip-btn1 {
    margin-bottom: 10px;
  }
}
section.trips .trip-item .trip-plus-minus {
  background: #000000;
  color: #FFFFFF;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
}
section.trips .trip-item .trip-plus-minus i {
  display: inline-block;
  color: #a7ec6f;
  border-radius: 50%;
  padding: 5px 7px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
section.trips .trip-item .trip-plus-minus i:hover, section.trips .trip-item .trip-plus-minus i:focus {
  background: #FFFFFF;
}
section.trips .trip-item .trip-plus-minus span {
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
section.trips .col-md-6 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  margin-bottom: 20px;
}
section.trips .img-container-fullh img {
  border-radius: 10px;
}

section.choose-car .top, section.choose-trip .top {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
section.choose-car .top h1, section.choose-trip .top h1 {
  vertical-align: middle;
}
section.choose-car .top i, section.choose-trip .top i {
  font-size: 12px;
  margin: 0 10px;
  color: #6666FF;
  display: inline-block;
  vertical-align: middle;
}
section.choose-car .top i.fa-chevron-right, section.choose-trip .top i.fa-chevron-right {
  margin: 0 3px;
}
section.choose-car .top i.fa-circle, section.choose-trip .top i.fa-circle {
  font-size: 8px;
}
section.choose-car .top span, section.choose-trip .top span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
}
section.choose-car .top span.title, section.choose-trip .top span.title {
  font-size: 20px;
}
section.choose-car .bottom, section.choose-trip .bottom {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 20px 30px;
}
section.choose-car .bottom input, section.choose-trip .bottom input {
  display: none;
}
section.choose-car .bottom .heading-5, section.choose-trip .bottom .heading-5 {
  margin-bottom: 20px;
  display: block;
}
section.choose-car .bottom input:checked + label, section.choose-trip .bottom input:checked + label {
  border: 1px solid #a7ec6f;
  box-shadow: 0px 0px 10px #a7ec6f;
}
section.choose-car .bottom .alert, section.choose-trip .bottom .alert {
  font-weight: 800;
  color: red;
}
section.choose-car .bottom input:disabled + label, section.choose-trip .bottom input:disabled + label {
  opacity: 0.5;
  cursor: default;
}
section.choose-car .bottom input:disabled + label:hover, section.choose-car .bottom input:disabled + label:focus, section.choose-trip .bottom input:disabled + label:hover, section.choose-trip .bottom input:disabled + label:focus {
  background: transparent;
}
section.choose-car .bottom .car-item label, section.choose-trip .bottom .car-item label {
  border: 1px solid #D1D1D1;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
section.choose-car .bottom .car-item label:hover, section.choose-car .bottom .car-item label:focus, section.choose-trip .bottom .car-item label:hover, section.choose-trip .bottom .car-item label:focus {
  background: #edf2f5;
}
section.choose-car .bottom .car-item label .heading-5, section.choose-trip .bottom .car-item label .heading-5 {
  margin-bottom: 0;
}
section.choose-car .bottom .car-item label .icons, section.choose-trip .bottom .car-item label .icons {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
section.choose-car .bottom .car-item label span.text, section.choose-trip .bottom .car-item label span.text {
  margin-right: 10px;
  color: #000000;
}
section.choose-car .bottom .car-item label span.material-icons, section.choose-trip .bottom .car-item label span.material-icons {
  vertical-align: top;
}
section.choose-car .green-btn2, section.choose-trip .green-btn2 {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
section.choose-car #map, section.choose-trip #map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  section.choose-car #map, section.choose-trip #map {
    height: 500px;
  }
}
section.choose-car #map:after, section.choose-trip #map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
section.choose-car .chosen-car, section.choose-trip .chosen-car {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
section.choose-car .chosen-car .car-item, section.choose-trip .chosen-car .car-item {
  display: none;
}
section.choose-car .extra-trips, section.choose-car .final-price, section.choose-car .contact-infos, section.choose-trip .extra-trips, section.choose-trip .final-price, section.choose-trip .contact-infos {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
section.choose-car .final-price, section.choose-car .contact-infos, section.choose-trip .final-price, section.choose-trip .contact-infos {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.368627451);
}
section.choose-car .final-price.laststep, section.choose-trip .final-price.laststep {
  background: #F2FFE8;
}
section.choose-car .final-price.laststep .final-price-buttons, section.choose-trip .final-price.laststep .final-price-buttons {
  display: none !important;
}
section.choose-car .contact-infos, section.choose-trip .contact-infos {
  display: none;
}
section.choose-car .contact-infos .bestinput, section.choose-trip .contact-infos .bestinput {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
}
section.choose-car .contact-infos input, section.choose-trip .contact-infos input {
  padding-left: 20px;
}
section.choose-car .contact-infos textarea, section.choose-trip .contact-infos textarea {
  padding-left: 20px;
  max-height: none;
}
section.choose-car .added-stops, section.choose-trip .added-stops {
  display: block;
  margin-top: 15px;
}

#sum_trip_step2 {
  display: none;
}

body.page-template-page-choose-car #trip-bar {
  display: none !important;
}

section.thank-you .inner {
  border-radius: 20px;
  background: #FAFAFA;
  padding: 30px;
}
section.thank-you h1, section.thank-you h2, section.thank-you h3, section.thank-you h4, section.thank-you h5, section.thank-you h6, section.thank-you .h1, section.thank-you .h2, section.thank-you .h3, section.thank-you .h4, section.thank-you .h5, section.thank-you .h6 {
  text-align: center;
}

section.default-page h1, section.default-page h2, section.default-page h3, section.default-page h4, section.default-page h5, section.default-page h6, section.default-page .h1, section.default-page .h2, section.default-page .h3, section.default-page .h4, section.default-page .h5, section.default-page .h6 {
  color: #000000;
}
section.default-page img {
  border-radius: 20px;
}
section.default-page ol,
section.default-page ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1rem;
}
section.default-page ol li,
section.default-page ul li {
  margin-bottom: 0.5rem;
  position: relative;
}
section.default-page ul {
  list-style: none;
}
section.default-page ul li::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 0.5rem;
  color: #a7ec6f;
  position: absolute;
  left: -1.5rem;
  top: 0.4rem;
}
section.default-page ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
section.default-page ol li {
  counter-increment: item;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}
section.default-page ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.6rem;
  background-color: #a7ec6f;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  font-family: "Arial", sans-serif;
}
section.default-page ol ol {
  margin-top: 0.5rem;
  margin-left: 2rem;
}
section.default-page ol ol li::before {
  background-color: #a7ec6f;
}
section.default-page ul ul,
section.default-page ol ul,
section.default-page ul ol,
section.default-page ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  section.default-page ol, section.default-page ul {
    font-size: 0.95rem;
    padding-left: 1.25rem;
  }
}
section.default-page blockquote {
  background-color: #FFFFFF;
  border-radius: 20px;
  border-color: #000000;
  color: #000000;
}
section.default-page blockquote p {
  color: #000000;
}
section.default-page a {
  color: #FBCB22;
}

footer {
  padding: 80px 4rem;
}
footer ul, footer li {
  list-style: none;
}
footer a {
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.5;
  color: #000000;
  margin-right: 10px;
}
footer a:hover, footer a:focus, footer a:visited {
  color: #000000;
  text-decoration: none;
}
footer p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
footer .footer-brand img {
  max-height: 42px;
  width: auto;
}
footer .nav-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
footer .left h6 {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
footer .left a {
  display: block;
}
footer hr {
  border-top: 2px solid #000000;
  margin: 40px 0;
}

#trip-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #e3e3e3;
  padding: 10px;
  border-top: 1px solid #A8A8A8;
  display: none;
}

#trip-bar .footer-tripitem, .added-stops .footer-tripitem {
  margin-right: 15px;
  background: #a7ec6f;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#trip-bar .trip-remove, .added-stops .trip-remove {
  margin-left: 5px;
  background: #FFFFFF;
  color: #000000;
  padding: 0;
  border-radius: 50%;
  border: 0;
  vertical-align: bottom;
}
#trip-bar .trip-remove .material-icons, .added-stops .trip-remove .material-icons {
  font-size: 12px;
  font-weight: 900;
  color: #000000;
  padding: 5px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400; /* Default weight (Regular) */
}

@media (max-width: 768px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
}

a.read-more {
  color: #000000;
  background-color: #a7ec6f;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.custom-row div[class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.custom-row2 > div[class^=col] {
  padding-left: 35px;
  padding-right: 35px;
}

.custom-row3 > div[class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.img-container-fullh {
  height: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .img-container-fullh {
    padding-top: 65%;
  }
}
.img-container-fullh img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 20px;
}

.img-container-34 {
  position: relative;
  padding-top: 65%;
  border-radius: 10px;
  overflow: hidden;
}
.img-container-34 img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.img-container-110 {
  position: relative;
  padding-top: 10%;
  border-radius: 10px;
  overflow: hidden;
}
.img-container-110 img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.img-container-120 {
  position: relative;
  padding-top: 20%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .img-container-120 {
    padding-top: 35%;
  }
}
.img-container-120 img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

@media (max-width: 991px) {
  .country-hero .img-container-120 {
    padding-top: 0;
  }
}

.black-im-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.25;
}

section[class*=hero] div[class*=img-container], div[class*=hero] div[class*=img-container] {
  border-radius: 0;
}
