@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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", 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", 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

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

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

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

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

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

.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: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
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: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 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: #0062cc;
  border-color: #005cbf;
}
.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, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-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: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .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 0%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #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: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.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: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  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;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' 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(255, 255, 255, 0.5)' 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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #0056b3;
  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: #0062cc;
}
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: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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 .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

  .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", 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", 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 #f7f7f7;
}

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          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: no-repeat 50%/100% 100%;
}

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

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

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

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

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

@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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #545b62 !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: #1e7e34 !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: #117a8b !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: #d39e00 !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: #bd2130 !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: #dae0e5 !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: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
}
.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: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  overflow-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;
  }
}
.fs-1 {
  font-size: 0.1em;
}

.fs-2 {
  font-size: 0.2em;
}

.fs-3 {
  font-size: 0.3em;
}

.fs-4 {
  font-size: 0.4em;
}

.fs-5 {
  font-size: 0.5em;
}

.fs-6 {
  font-size: 0.6em;
}

.fs-7 {
  font-size: 0.7em;
}

.fs-8 {
  font-size: 0.8em;
}

.fs-9 {
  font-size: 0.9em;
}

.fs-10 {
  font-size: 1em;
}

.fs-11 {
  font-size: 1.1em;
}

.fs-12 {
  font-size: 1.2em;
}

.fs-13 {
  font-size: 1.3em;
}

.fs-14 {
  font-size: 1.4em;
}

.fs-15 {
  font-size: 1.5em;
}

.fs-16 {
  font-size: 1.6em;
}

.fs-17 {
  font-size: 1.7em;
}

.fs-18 {
  font-size: 1.8em;
}

.fs-19 {
  font-size: 1.9em;
}

.fs-20 {
  font-size: 2em;
}

.fs-21 {
  font-size: 2.1em;
}

.fs-22 {
  font-size: 2.2em;
}

.fs-23 {
  font-size: 2.3em;
}

.fs-24 {
  font-size: 2.4em;
}

.fs-25 {
  font-size: 2.5em;
}

.fs-26 {
  font-size: 2.6em;
}

.fs-27 {
  font-size: 2.7em;
}

.fs-28 {
  font-size: 2.8em;
}

.fs-29 {
  font-size: 2.9em;
}

.fs-30 {
  font-size: 3em;
}

.fs-31 {
  font-size: 3.1em;
}

.fs-32 {
  font-size: 3.2em;
}

.fs-33 {
  font-size: 3.3em;
}

.fs-34 {
  font-size: 3.4em;
}

.fs-35 {
  font-size: 3.5em;
}

.fs-36 {
  font-size: 3.6em;
}

.fs-37 {
  font-size: 3.7em;
}

.fs-38 {
  font-size: 3.8em;
}

.fs-39 {
  font-size: 3.9em;
}

.fs-40 {
  font-size: 4em;
}

.fs-41 {
  font-size: 4.1em;
}

.fs-42 {
  font-size: 4.2em;
}

.fs-43 {
  font-size: 4.3em;
}

.fs-44 {
  font-size: 4.4em;
}

.fs-45 {
  font-size: 4.5em;
}

.fs-46 {
  font-size: 4.6em;
}

.fs-47 {
  font-size: 4.7em;
}

.fs-48 {
  font-size: 4.8em;
}

.fs-49 {
  font-size: 4.9em;
}

.fs-50 {
  font-size: 5em;
}

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 0.1em;
  }

  .fs-sm-2 {
    font-size: 0.2em;
  }

  .fs-sm-3 {
    font-size: 0.3em;
  }

  .fs-sm-4 {
    font-size: 0.4em;
  }

  .fs-sm-5 {
    font-size: 0.5em;
  }

  .fs-sm-6 {
    font-size: 0.6em;
  }

  .fs-sm-7 {
    font-size: 0.7em;
  }

  .fs-sm-8 {
    font-size: 0.8em;
  }

  .fs-sm-9 {
    font-size: 0.9em;
  }

  .fs-sm-10 {
    font-size: 1em;
  }

  .fs-sm-11 {
    font-size: 1.1em;
  }

  .fs-sm-12 {
    font-size: 1.2em;
  }

  .fs-sm-13 {
    font-size: 1.3em;
  }

  .fs-sm-14 {
    font-size: 1.4em;
  }

  .fs-sm-15 {
    font-size: 1.5em;
  }

  .fs-sm-16 {
    font-size: 1.6em;
  }

  .fs-sm-17 {
    font-size: 1.7em;
  }

  .fs-sm-18 {
    font-size: 1.8em;
  }

  .fs-sm-19 {
    font-size: 1.9em;
  }

  .fs-sm-20 {
    font-size: 2em;
  }

  .fs-sm-21 {
    font-size: 2.1em;
  }

  .fs-sm-22 {
    font-size: 2.2em;
  }

  .fs-sm-23 {
    font-size: 2.3em;
  }

  .fs-sm-24 {
    font-size: 2.4em;
  }

  .fs-sm-25 {
    font-size: 2.5em;
  }

  .fs-sm-26 {
    font-size: 2.6em;
  }

  .fs-sm-27 {
    font-size: 2.7em;
  }

  .fs-sm-28 {
    font-size: 2.8em;
  }

  .fs-sm-29 {
    font-size: 2.9em;
  }

  .fs-sm-30 {
    font-size: 3em;
  }

  .fs-sm-31 {
    font-size: 3.1em;
  }

  .fs-sm-32 {
    font-size: 3.2em;
  }

  .fs-sm-33 {
    font-size: 3.3em;
  }

  .fs-sm-34 {
    font-size: 3.4em;
  }

  .fs-sm-35 {
    font-size: 3.5em;
  }

  .fs-sm-36 {
    font-size: 3.6em;
  }

  .fs-sm-37 {
    font-size: 3.7em;
  }

  .fs-sm-38 {
    font-size: 3.8em;
  }

  .fs-sm-39 {
    font-size: 3.9em;
  }

  .fs-sm-40 {
    font-size: 4em;
  }

  .fs-sm-41 {
    font-size: 4.1em;
  }

  .fs-sm-42 {
    font-size: 4.2em;
  }

  .fs-sm-43 {
    font-size: 4.3em;
  }

  .fs-sm-44 {
    font-size: 4.4em;
  }

  .fs-sm-45 {
    font-size: 4.5em;
  }

  .fs-sm-46 {
    font-size: 4.6em;
  }

  .fs-sm-47 {
    font-size: 4.7em;
  }

  .fs-sm-48 {
    font-size: 4.8em;
  }

  .fs-sm-49 {
    font-size: 4.9em;
  }

  .fs-sm-50 {
    font-size: 5em;
  }
}
@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 0.1em;
  }

  .fs-md-2 {
    font-size: 0.2em;
  }

  .fs-md-3 {
    font-size: 0.3em;
  }

  .fs-md-4 {
    font-size: 0.4em;
  }

  .fs-md-5 {
    font-size: 0.5em;
  }

  .fs-md-6 {
    font-size: 0.6em;
  }

  .fs-md-7 {
    font-size: 0.7em;
  }

  .fs-md-8 {
    font-size: 0.8em;
  }

  .fs-md-9 {
    font-size: 0.9em;
  }

  .fs-md-10 {
    font-size: 1em;
  }

  .fs-md-11 {
    font-size: 1.1em;
  }

  .fs-md-12 {
    font-size: 1.2em;
  }

  .fs-md-13 {
    font-size: 1.3em;
  }

  .fs-md-14 {
    font-size: 1.4em;
  }

  .fs-md-15 {
    font-size: 1.5em;
  }

  .fs-md-16 {
    font-size: 1.6em;
  }

  .fs-md-17 {
    font-size: 1.7em;
  }

  .fs-md-18 {
    font-size: 1.8em;
  }

  .fs-md-19 {
    font-size: 1.9em;
  }

  .fs-md-20 {
    font-size: 2em;
  }

  .fs-md-21 {
    font-size: 2.1em;
  }

  .fs-md-22 {
    font-size: 2.2em;
  }

  .fs-md-23 {
    font-size: 2.3em;
  }

  .fs-md-24 {
    font-size: 2.4em;
  }

  .fs-md-25 {
    font-size: 2.5em;
  }

  .fs-md-26 {
    font-size: 2.6em;
  }

  .fs-md-27 {
    font-size: 2.7em;
  }

  .fs-md-28 {
    font-size: 2.8em;
  }

  .fs-md-29 {
    font-size: 2.9em;
  }

  .fs-md-30 {
    font-size: 3em;
  }

  .fs-md-31 {
    font-size: 3.1em;
  }

  .fs-md-32 {
    font-size: 3.2em;
  }

  .fs-md-33 {
    font-size: 3.3em;
  }

  .fs-md-34 {
    font-size: 3.4em;
  }

  .fs-md-35 {
    font-size: 3.5em;
  }

  .fs-md-36 {
    font-size: 3.6em;
  }

  .fs-md-37 {
    font-size: 3.7em;
  }

  .fs-md-38 {
    font-size: 3.8em;
  }

  .fs-md-39 {
    font-size: 3.9em;
  }

  .fs-md-40 {
    font-size: 4em;
  }

  .fs-md-41 {
    font-size: 4.1em;
  }

  .fs-md-42 {
    font-size: 4.2em;
  }

  .fs-md-43 {
    font-size: 4.3em;
  }

  .fs-md-44 {
    font-size: 4.4em;
  }

  .fs-md-45 {
    font-size: 4.5em;
  }

  .fs-md-46 {
    font-size: 4.6em;
  }

  .fs-md-47 {
    font-size: 4.7em;
  }

  .fs-md-48 {
    font-size: 4.8em;
  }

  .fs-md-49 {
    font-size: 4.9em;
  }

  .fs-md-50 {
    font-size: 5em;
  }
}
@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 0.1em;
  }

  .fs-lg-2 {
    font-size: 0.2em;
  }

  .fs-lg-3 {
    font-size: 0.3em;
  }

  .fs-lg-4 {
    font-size: 0.4em;
  }

  .fs-lg-5 {
    font-size: 0.5em;
  }

  .fs-lg-6 {
    font-size: 0.6em;
  }

  .fs-lg-7 {
    font-size: 0.7em;
  }

  .fs-lg-8 {
    font-size: 0.8em;
  }

  .fs-lg-9 {
    font-size: 0.9em;
  }

  .fs-lg-10 {
    font-size: 1em;
  }

  .fs-lg-11 {
    font-size: 1.1em;
  }

  .fs-lg-12 {
    font-size: 1.2em;
  }

  .fs-lg-13 {
    font-size: 1.3em;
  }

  .fs-lg-14 {
    font-size: 1.4em;
  }

  .fs-lg-15 {
    font-size: 1.5em;
  }

  .fs-lg-16 {
    font-size: 1.6em;
  }

  .fs-lg-17 {
    font-size: 1.7em;
  }

  .fs-lg-18 {
    font-size: 1.8em;
  }

  .fs-lg-19 {
    font-size: 1.9em;
  }

  .fs-lg-20 {
    font-size: 2em;
  }

  .fs-lg-21 {
    font-size: 2.1em;
  }

  .fs-lg-22 {
    font-size: 2.2em;
  }

  .fs-lg-23 {
    font-size: 2.3em;
  }

  .fs-lg-24 {
    font-size: 2.4em;
  }

  .fs-lg-25 {
    font-size: 2.5em;
  }

  .fs-lg-26 {
    font-size: 2.6em;
  }

  .fs-lg-27 {
    font-size: 2.7em;
  }

  .fs-lg-28 {
    font-size: 2.8em;
  }

  .fs-lg-29 {
    font-size: 2.9em;
  }

  .fs-lg-30 {
    font-size: 3em;
  }

  .fs-lg-31 {
    font-size: 3.1em;
  }

  .fs-lg-32 {
    font-size: 3.2em;
  }

  .fs-lg-33 {
    font-size: 3.3em;
  }

  .fs-lg-34 {
    font-size: 3.4em;
  }

  .fs-lg-35 {
    font-size: 3.5em;
  }

  .fs-lg-36 {
    font-size: 3.6em;
  }

  .fs-lg-37 {
    font-size: 3.7em;
  }

  .fs-lg-38 {
    font-size: 3.8em;
  }

  .fs-lg-39 {
    font-size: 3.9em;
  }

  .fs-lg-40 {
    font-size: 4em;
  }

  .fs-lg-41 {
    font-size: 4.1em;
  }

  .fs-lg-42 {
    font-size: 4.2em;
  }

  .fs-lg-43 {
    font-size: 4.3em;
  }

  .fs-lg-44 {
    font-size: 4.4em;
  }

  .fs-lg-45 {
    font-size: 4.5em;
  }

  .fs-lg-46 {
    font-size: 4.6em;
  }

  .fs-lg-47 {
    font-size: 4.7em;
  }

  .fs-lg-48 {
    font-size: 4.8em;
  }

  .fs-lg-49 {
    font-size: 4.9em;
  }

  .fs-lg-50 {
    font-size: 5em;
  }
}
@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 0.1em;
  }

  .fs-xl-2 {
    font-size: 0.2em;
  }

  .fs-xl-3 {
    font-size: 0.3em;
  }

  .fs-xl-4 {
    font-size: 0.4em;
  }

  .fs-xl-5 {
    font-size: 0.5em;
  }

  .fs-xl-6 {
    font-size: 0.6em;
  }

  .fs-xl-7 {
    font-size: 0.7em;
  }

  .fs-xl-8 {
    font-size: 0.8em;
  }

  .fs-xl-9 {
    font-size: 0.9em;
  }

  .fs-xl-10 {
    font-size: 1em;
  }

  .fs-xl-11 {
    font-size: 1.1em;
  }

  .fs-xl-12 {
    font-size: 1.2em;
  }

  .fs-xl-13 {
    font-size: 1.3em;
  }

  .fs-xl-14 {
    font-size: 1.4em;
  }

  .fs-xl-15 {
    font-size: 1.5em;
  }

  .fs-xl-16 {
    font-size: 1.6em;
  }

  .fs-xl-17 {
    font-size: 1.7em;
  }

  .fs-xl-18 {
    font-size: 1.8em;
  }

  .fs-xl-19 {
    font-size: 1.9em;
  }

  .fs-xl-20 {
    font-size: 2em;
  }

  .fs-xl-21 {
    font-size: 2.1em;
  }

  .fs-xl-22 {
    font-size: 2.2em;
  }

  .fs-xl-23 {
    font-size: 2.3em;
  }

  .fs-xl-24 {
    font-size: 2.4em;
  }

  .fs-xl-25 {
    font-size: 2.5em;
  }

  .fs-xl-26 {
    font-size: 2.6em;
  }

  .fs-xl-27 {
    font-size: 2.7em;
  }

  .fs-xl-28 {
    font-size: 2.8em;
  }

  .fs-xl-29 {
    font-size: 2.9em;
  }

  .fs-xl-30 {
    font-size: 3em;
  }

  .fs-xl-31 {
    font-size: 3.1em;
  }

  .fs-xl-32 {
    font-size: 3.2em;
  }

  .fs-xl-33 {
    font-size: 3.3em;
  }

  .fs-xl-34 {
    font-size: 3.4em;
  }

  .fs-xl-35 {
    font-size: 3.5em;
  }

  .fs-xl-36 {
    font-size: 3.6em;
  }

  .fs-xl-37 {
    font-size: 3.7em;
  }

  .fs-xl-38 {
    font-size: 3.8em;
  }

  .fs-xl-39 {
    font-size: 3.9em;
  }

  .fs-xl-40 {
    font-size: 4em;
  }

  .fs-xl-41 {
    font-size: 4.1em;
  }

  .fs-xl-42 {
    font-size: 4.2em;
  }

  .fs-xl-43 {
    font-size: 4.3em;
  }

  .fs-xl-44 {
    font-size: 4.4em;
  }

  .fs-xl-45 {
    font-size: 4.5em;
  }

  .fs-xl-46 {
    font-size: 4.6em;
  }

  .fs-xl-47 {
    font-size: 4.7em;
  }

  .fs-xl-48 {
    font-size: 4.8em;
  }

  .fs-xl-49 {
    font-size: 4.9em;
  }

  .fs-xl-50 {
    font-size: 5em;
  }
}
.lht-1 {
  line-height: 10%;
}

.lht-2 {
  line-height: 20%;
}

.lht-3 {
  line-height: 30%;
}

.lht-4 {
  line-height: 40%;
}

.lht-5 {
  line-height: 50%;
}

.lht-6 {
  line-height: 60%;
}

.lht-7 {
  line-height: 70%;
}

.lht-8 {
  line-height: 80%;
}

.lht-9 {
  line-height: 90%;
}

.lht-10 {
  line-height: 100%;
}

.lht-11 {
  line-height: 110%;
}

.lht-12 {
  line-height: 120%;
}

.lht-13 {
  line-height: 130%;
}

.lht-14 {
  line-height: 140%;
}

.lht-15 {
  line-height: 150%;
}

.lht-16 {
  line-height: 160%;
}

.lht-17 {
  line-height: 170%;
}

.lht-18 {
  line-height: 180%;
}

.lht-19 {
  line-height: 190%;
}

.lht-20 {
  line-height: 200%;
}

.lht-21 {
  line-height: 210%;
}

.lht-22 {
  line-height: 220%;
}

.lht-23 {
  line-height: 230%;
}

.lht-24 {
  line-height: 240%;
}

.lht-25 {
  line-height: 250%;
}

.lht-26 {
  line-height: 260%;
}

.lht-27 {
  line-height: 270%;
}

.lht-28 {
  line-height: 280%;
}

.lht-29 {
  line-height: 290%;
}

.lht-30 {
  line-height: 300%;
}

.lht-31 {
  line-height: 310%;
}

.lht-32 {
  line-height: 320%;
}

.lht-33 {
  line-height: 330%;
}

.lht-34 {
  line-height: 340%;
}

.lht-35 {
  line-height: 350%;
}

.lht-36 {
  line-height: 360%;
}

.lht-37 {
  line-height: 370%;
}

.lht-38 {
  line-height: 380%;
}

.lht-39 {
  line-height: 390%;
}

.lht-40 {
  line-height: 400%;
}

.lht-41 {
  line-height: 410%;
}

.lht-42 {
  line-height: 420%;
}

.lht-43 {
  line-height: 430%;
}

.lht-44 {
  line-height: 440%;
}

.lht-45 {
  line-height: 450%;
}

.lht-46 {
  line-height: 460%;
}

.lht-47 {
  line-height: 470%;
}

.lht-48 {
  line-height: 480%;
}

.lht-49 {
  line-height: 490%;
}

.lht-50 {
  line-height: 500%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .w-sm-0 {
    width: 0% !important;
  }

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

  .h-sm-0 {
    height: 0% !important;
  }

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

  .w-sm-1 {
    width: 1% !important;
  }

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

  .h-sm-1 {
    height: 1% !important;
  }

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

  .w-sm-2 {
    width: 2% !important;
  }

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

  .h-sm-2 {
    height: 2% !important;
  }

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

  .w-sm-3 {
    width: 3% !important;
  }

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

  .h-sm-3 {
    height: 3% !important;
  }

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

  .w-sm-4 {
    width: 4% !important;
  }

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

  .h-sm-4 {
    height: 4% !important;
  }

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

  .w-sm-5 {
    width: 5% !important;
  }

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

  .h-sm-5 {
    height: 5% !important;
  }

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

  .w-sm-6 {
    width: 6% !important;
  }

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

  .h-sm-6 {
    height: 6% !important;
  }

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

  .w-sm-7 {
    width: 7% !important;
  }

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

  .h-sm-7 {
    height: 7% !important;
  }

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

  .w-sm-8 {
    width: 8% !important;
  }

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

  .h-sm-8 {
    height: 8% !important;
  }

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

  .w-sm-9 {
    width: 9% !important;
  }

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

  .h-sm-9 {
    height: 9% !important;
  }

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

  .w-sm-10 {
    width: 10% !important;
  }

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

  .h-sm-10 {
    height: 10% !important;
  }

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

  .w-sm-11 {
    width: 11% !important;
  }

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

  .h-sm-11 {
    height: 11% !important;
  }

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

  .w-sm-12 {
    width: 12% !important;
  }

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

  .h-sm-12 {
    height: 12% !important;
  }

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

  .w-sm-13 {
    width: 13% !important;
  }

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

  .h-sm-13 {
    height: 13% !important;
  }

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

  .w-sm-14 {
    width: 14% !important;
  }

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

  .h-sm-14 {
    height: 14% !important;
  }

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

  .w-sm-15 {
    width: 15% !important;
  }

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

  .h-sm-15 {
    height: 15% !important;
  }

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

  .w-sm-16 {
    width: 16% !important;
  }

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

  .h-sm-16 {
    height: 16% !important;
  }

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

  .w-sm-17 {
    width: 17% !important;
  }

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

  .h-sm-17 {
    height: 17% !important;
  }

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

  .w-sm-18 {
    width: 18% !important;
  }

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

  .h-sm-18 {
    height: 18% !important;
  }

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

  .w-sm-19 {
    width: 19% !important;
  }

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

  .h-sm-19 {
    height: 19% !important;
  }

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

  .w-sm-20 {
    width: 20% !important;
  }

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

  .h-sm-20 {
    height: 20% !important;
  }

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

  .w-sm-21 {
    width: 21% !important;
  }

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

  .h-sm-21 {
    height: 21% !important;
  }

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

  .w-sm-22 {
    width: 22% !important;
  }

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

  .h-sm-22 {
    height: 22% !important;
  }

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

  .w-sm-23 {
    width: 23% !important;
  }

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

  .h-sm-23 {
    height: 23% !important;
  }

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

  .w-sm-24 {
    width: 24% !important;
  }

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

  .h-sm-24 {
    height: 24% !important;
  }

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

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

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

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

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

  .w-sm-26 {
    width: 26% !important;
  }

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

  .h-sm-26 {
    height: 26% !important;
  }

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

  .w-sm-27 {
    width: 27% !important;
  }

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

  .h-sm-27 {
    height: 27% !important;
  }

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

  .w-sm-28 {
    width: 28% !important;
  }

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

  .h-sm-28 {
    height: 28% !important;
  }

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

  .w-sm-29 {
    width: 29% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-29 {
    height: 29% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-31 {
    width: 31% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-31 {
    height: 31% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-32 {
    width: 32% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-32 {
    height: 32% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-33 {
    width: 33% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-33 {
    height: 33% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-34 {
    width: 34% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-34 {
    height: 34% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-36 {
    width: 36% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-36 {
    height: 36% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-37 {
    width: 37% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-37 {
    height: 37% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-38 {
    width: 38% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-38 {
    height: 38% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-39 {
    width: 39% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-39 {
    height: 39% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-41 {
    width: 41% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-41 {
    height: 41% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-42 {
    width: 42% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-42 {
    height: 42% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-43 {
    width: 43% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-43 {
    height: 43% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-44 {
    width: 44% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-44 {
    height: 44% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-46 {
    width: 46% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-46 {
    height: 46% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-47 {
    width: 47% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-47 {
    height: 47% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-48 {
    width: 48% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-48 {
    height: 48% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-49 {
    width: 49% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-49 {
    height: 49% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-51 {
    width: 51% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-51 {
    height: 51% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-52 {
    width: 52% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-52 {
    height: 52% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-53 {
    width: 53% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-53 {
    height: 53% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-54 {
    width: 54% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-54 {
    height: 54% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-55 {
    height: 55% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-56 {
    width: 56% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-56 {
    height: 56% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-57 {
    width: 57% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-57 {
    height: 57% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-58 {
    width: 58% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-58 {
    height: 58% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-59 {
    width: 59% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-59 {
    height: 59% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-61 {
    width: 61% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-61 {
    height: 61% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-62 {
    width: 62% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-62 {
    height: 62% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-63 {
    width: 63% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-63 {
    height: 63% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-64 {
    width: 64% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-64 {
    height: 64% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-66 {
    width: 66% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-66 {
    height: 66% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-67 {
    width: 67% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-67 {
    height: 67% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-68 {
    width: 68% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-68 {
    height: 68% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-69 {
    width: 69% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-69 {
    height: 69% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-71 {
    width: 71% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-71 {
    height: 71% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-72 {
    width: 72% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-72 {
    height: 72% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-73 {
    width: 73% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-73 {
    height: 73% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-74 {
    width: 74% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-74 {
    height: 74% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-76 {
    width: 76% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-76 {
    height: 76% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-77 {
    width: 77% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-77 {
    height: 77% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-78 {
    width: 78% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-78 {
    height: 78% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-79 {
    width: 79% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-79 {
    height: 79% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-81 {
    width: 81% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-81 {
    height: 81% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-82 {
    width: 82% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-82 {
    height: 82% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-83 {
    width: 83% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-83 {
    height: 83% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-84 {
    width: 84% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-84 {
    height: 84% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-86 {
    width: 86% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-86 {
    height: 86% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-87 {
    width: 87% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-87 {
    height: 87% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-88 {
    width: 88% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-88 {
    height: 88% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-89 {
    width: 89% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-89 {
    height: 89% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-91 {
    width: 91% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-91 {
    height: 91% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-92 {
    width: 92% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-92 {
    height: 92% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-93 {
    width: 93% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-93 {
    height: 93% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-94 {
    width: 94% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-94 {
    height: 94% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-95 {
    height: 95% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-96 {
    width: 96% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-96 {
    height: 96% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-97 {
    width: 97% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-97 {
    height: 97% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-98 {
    width: 98% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-98 {
    height: 98% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-99 {
    width: 99% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-99 {
    height: 99% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-0 {
    height: 0% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-1 {
    width: 1% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-1 {
    height: 1% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-2 {
    width: 2% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-2 {
    height: 2% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-3 {
    width: 3% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-3 {
    height: 3% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-4 {
    width: 4% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-4 {
    height: 4% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-6 {
    width: 6% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-6 {
    height: 6% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-7 {
    width: 7% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-7 {
    height: 7% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-8 {
    width: 8% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-8 {
    height: 8% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-9 {
    width: 9% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-9 {
    height: 9% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-11 {
    width: 11% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-11 {
    height: 11% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-12 {
    width: 12% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-12 {
    height: 12% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-13 {
    width: 13% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-13 {
    height: 13% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-14 {
    width: 14% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-14 {
    height: 14% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-16 {
    width: 16% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-16 {
    height: 16% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-17 {
    width: 17% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-17 {
    height: 17% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-18 {
    width: 18% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-18 {
    height: 18% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-19 {
    width: 19% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-19 {
    height: 19% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-21 {
    width: 21% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-21 {
    height: 21% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-22 {
    width: 22% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-22 {
    height: 22% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-23 {
    width: 23% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-23 {
    height: 23% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-24 {
    width: 24% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-24 {
    height: 24% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-26 {
    width: 26% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-26 {
    height: 26% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-27 {
    width: 27% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-27 {
    height: 27% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-28 {
    width: 28% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-28 {
    height: 28% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-29 {
    width: 29% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-29 {
    height: 29% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-31 {
    width: 31% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-31 {
    height: 31% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-32 {
    width: 32% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-32 {
    height: 32% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-33 {
    width: 33% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-33 {
    height: 33% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-34 {
    width: 34% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-34 {
    height: 34% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-36 {
    width: 36% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-36 {
    height: 36% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-37 {
    width: 37% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-37 {
    height: 37% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-38 {
    width: 38% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-38 {
    height: 38% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-39 {
    width: 39% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-39 {
    height: 39% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-41 {
    width: 41% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-41 {
    height: 41% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-42 {
    width: 42% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-42 {
    height: 42% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-43 {
    width: 43% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-43 {
    height: 43% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-44 {
    width: 44% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-44 {
    height: 44% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-46 {
    width: 46% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-46 {
    height: 46% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-47 {
    width: 47% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-47 {
    height: 47% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-48 {
    width: 48% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-48 {
    height: 48% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-49 {
    width: 49% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-49 {
    height: 49% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-51 {
    width: 51% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-51 {
    height: 51% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-52 {
    width: 52% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-52 {
    height: 52% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-53 {
    width: 53% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-53 {
    height: 53% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-54 {
    width: 54% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-54 {
    height: 54% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-55 {
    height: 55% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-56 {
    width: 56% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-56 {
    height: 56% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-57 {
    width: 57% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-57 {
    height: 57% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-58 {
    width: 58% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-58 {
    height: 58% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-59 {
    width: 59% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-59 {
    height: 59% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-61 {
    width: 61% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-61 {
    height: 61% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-62 {
    width: 62% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-62 {
    height: 62% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-63 {
    width: 63% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-63 {
    height: 63% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-64 {
    width: 64% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-64 {
    height: 64% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-66 {
    width: 66% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-66 {
    height: 66% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-67 {
    width: 67% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-67 {
    height: 67% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-68 {
    width: 68% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-68 {
    height: 68% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-69 {
    width: 69% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-69 {
    height: 69% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-71 {
    width: 71% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-71 {
    height: 71% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-72 {
    width: 72% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-72 {
    height: 72% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-73 {
    width: 73% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-73 {
    height: 73% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-74 {
    width: 74% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-74 {
    height: 74% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-76 {
    width: 76% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-76 {
    height: 76% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-77 {
    width: 77% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-77 {
    height: 77% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-78 {
    width: 78% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-78 {
    height: 78% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-79 {
    width: 79% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-79 {
    height: 79% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-81 {
    width: 81% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-81 {
    height: 81% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-82 {
    width: 82% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-82 {
    height: 82% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-83 {
    width: 83% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-83 {
    height: 83% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-84 {
    width: 84% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-84 {
    height: 84% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-86 {
    width: 86% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-86 {
    height: 86% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-87 {
    width: 87% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-87 {
    height: 87% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-88 {
    width: 88% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-88 {
    height: 88% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-89 {
    width: 89% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-89 {
    height: 89% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-91 {
    width: 91% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-91 {
    height: 91% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-92 {
    width: 92% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-92 {
    height: 92% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-93 {
    width: 93% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-93 {
    height: 93% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-94 {
    width: 94% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-94 {
    height: 94% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-95 {
    height: 95% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-96 {
    width: 96% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-96 {
    height: 96% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-97 {
    width: 97% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-97 {
    height: 97% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-98 {
    width: 98% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-98 {
    height: 98% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-99 {
    width: 99% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-99 {
    height: 99% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-0 {
    width: 0% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-0 {
    height: 0% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-1 {
    width: 1% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-1 {
    height: 1% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-2 {
    width: 2% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-2 {
    height: 2% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-3 {
    width: 3% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-3 {
    height: 3% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-4 {
    width: 4% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-4 {
    height: 4% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-6 {
    width: 6% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-6 {
    height: 6% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-7 {
    width: 7% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-7 {
    height: 7% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-8 {
    width: 8% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-8 {
    height: 8% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-9 {
    width: 9% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-9 {
    height: 9% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-11 {
    width: 11% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-11 {
    height: 11% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-12 {
    width: 12% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-12 {
    height: 12% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-13 {
    width: 13% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-13 {
    height: 13% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-14 {
    width: 14% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-14 {
    height: 14% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-16 {
    width: 16% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-16 {
    height: 16% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-17 {
    width: 17% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-17 {
    height: 17% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-18 {
    width: 18% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-18 {
    height: 18% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-19 {
    width: 19% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-19 {
    height: 19% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-21 {
    width: 21% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-21 {
    height: 21% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-22 {
    width: 22% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-22 {
    height: 22% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-23 {
    width: 23% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-23 {
    height: 23% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-24 {
    width: 24% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-24 {
    height: 24% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-26 {
    width: 26% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-26 {
    height: 26% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-27 {
    width: 27% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-27 {
    height: 27% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-28 {
    width: 28% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-28 {
    height: 28% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-29 {
    width: 29% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-29 {
    height: 29% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-31 {
    width: 31% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-31 {
    height: 31% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-32 {
    width: 32% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-32 {
    height: 32% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-33 {
    width: 33% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-33 {
    height: 33% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-34 {
    width: 34% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-34 {
    height: 34% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-36 {
    width: 36% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-36 {
    height: 36% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-37 {
    width: 37% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-37 {
    height: 37% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-38 {
    width: 38% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-38 {
    height: 38% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-39 {
    width: 39% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-39 {
    height: 39% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-41 {
    width: 41% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-41 {
    height: 41% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-42 {
    width: 42% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-42 {
    height: 42% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-43 {
    width: 43% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-43 {
    height: 43% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-44 {
    width: 44% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-44 {
    height: 44% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-46 {
    width: 46% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-46 {
    height: 46% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-47 {
    width: 47% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-47 {
    height: 47% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-48 {
    width: 48% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-48 {
    height: 48% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-49 {
    width: 49% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-49 {
    height: 49% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-51 {
    width: 51% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-51 {
    height: 51% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-52 {
    width: 52% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-52 {
    height: 52% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-53 {
    width: 53% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-53 {
    height: 53% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-54 {
    width: 54% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-54 {
    height: 54% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-55 {
    height: 55% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-56 {
    width: 56% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-56 {
    height: 56% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-57 {
    width: 57% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-57 {
    height: 57% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-58 {
    width: 58% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-58 {
    height: 58% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-59 {
    width: 59% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-59 {
    height: 59% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-61 {
    width: 61% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-61 {
    height: 61% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-62 {
    width: 62% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-62 {
    height: 62% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-63 {
    width: 63% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-63 {
    height: 63% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-64 {
    width: 64% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-64 {
    height: 64% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-66 {
    width: 66% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-66 {
    height: 66% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-67 {
    width: 67% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-67 {
    height: 67% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-68 {
    width: 68% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-68 {
    height: 68% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-69 {
    width: 69% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-69 {
    height: 69% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-71 {
    width: 71% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-71 {
    height: 71% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-72 {
    width: 72% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-72 {
    height: 72% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-73 {
    width: 73% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-73 {
    height: 73% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-74 {
    width: 74% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-74 {
    height: 74% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-76 {
    width: 76% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-76 {
    height: 76% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-77 {
    width: 77% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-77 {
    height: 77% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-78 {
    width: 78% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-78 {
    height: 78% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-79 {
    width: 79% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-79 {
    height: 79% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-81 {
    width: 81% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-81 {
    height: 81% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-82 {
    width: 82% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-82 {
    height: 82% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-83 {
    width: 83% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-83 {
    height: 83% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-84 {
    width: 84% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-84 {
    height: 84% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-86 {
    width: 86% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-86 {
    height: 86% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-87 {
    width: 87% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-87 {
    height: 87% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-88 {
    width: 88% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-88 {
    height: 88% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-89 {
    width: 89% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-89 {
    height: 89% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-91 {
    width: 91% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-91 {
    height: 91% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-92 {
    width: 92% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-92 {
    height: 92% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-93 {
    width: 93% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-93 {
    height: 93% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-94 {
    width: 94% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-94 {
    height: 94% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-95 {
    height: 95% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-96 {
    width: 96% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-96 {
    height: 96% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-97 {
    width: 97% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-97 {
    height: 97% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-98 {
    width: 98% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-98 {
    height: 98% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-99 {
    width: 99% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-99 {
    height: 99% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-0 {
    width: 0% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-0 {
    height: 0% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-1 {
    width: 1% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-1 {
    height: 1% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-2 {
    width: 2% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-2 {
    height: 2% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-3 {
    width: 3% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-3 {
    height: 3% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-4 {
    width: 4% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-4 {
    height: 4% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-5 {
    height: 5% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-6 {
    width: 6% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-6 {
    height: 6% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-7 {
    width: 7% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-7 {
    height: 7% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-8 {
    width: 8% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-8 {
    height: 8% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-9 {
    width: 9% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-9 {
    height: 9% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-11 {
    width: 11% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-11 {
    height: 11% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-12 {
    width: 12% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-12 {
    height: 12% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-13 {
    width: 13% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-13 {
    height: 13% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-14 {
    width: 14% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-14 {
    height: 14% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-15 {
    height: 15% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-16 {
    width: 16% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-16 {
    height: 16% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-17 {
    width: 17% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-17 {
    height: 17% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-18 {
    width: 18% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-18 {
    height: 18% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-19 {
    width: 19% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-19 {
    height: 19% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-21 {
    width: 21% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-21 {
    height: 21% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-22 {
    width: 22% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-22 {
    height: 22% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-23 {
    width: 23% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-23 {
    height: 23% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-24 {
    width: 24% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-24 {
    height: 24% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-26 {
    width: 26% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-26 {
    height: 26% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-27 {
    width: 27% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-27 {
    height: 27% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-28 {
    width: 28% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-28 {
    height: 28% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-29 {
    width: 29% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-29 {
    height: 29% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-31 {
    width: 31% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-31 {
    height: 31% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-32 {
    width: 32% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-32 {
    height: 32% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-33 {
    width: 33% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-33 {
    height: 33% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-34 {
    width: 34% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-34 {
    height: 34% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-36 {
    width: 36% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-36 {
    height: 36% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-37 {
    width: 37% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-37 {
    height: 37% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-38 {
    width: 38% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-38 {
    height: 38% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-39 {
    width: 39% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-39 {
    height: 39% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-41 {
    width: 41% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-41 {
    height: 41% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-42 {
    width: 42% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-42 {
    height: 42% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-43 {
    width: 43% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-43 {
    height: 43% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-44 {
    width: 44% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-44 {
    height: 44% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-46 {
    width: 46% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-46 {
    height: 46% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-47 {
    width: 47% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-47 {
    height: 47% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-48 {
    width: 48% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-48 {
    height: 48% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-49 {
    width: 49% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-49 {
    height: 49% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-51 {
    width: 51% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-51 {
    height: 51% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-52 {
    width: 52% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-52 {
    height: 52% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-53 {
    width: 53% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-53 {
    height: 53% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-54 {
    width: 54% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-54 {
    height: 54% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-55 {
    height: 55% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-56 {
    width: 56% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-56 {
    height: 56% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-57 {
    width: 57% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-57 {
    height: 57% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-58 {
    width: 58% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-58 {
    height: 58% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-59 {
    width: 59% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-59 {
    height: 59% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-61 {
    width: 61% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-61 {
    height: 61% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-62 {
    width: 62% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-62 {
    height: 62% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-63 {
    width: 63% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-63 {
    height: 63% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-64 {
    width: 64% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-64 {
    height: 64% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-66 {
    width: 66% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-66 {
    height: 66% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-67 {
    width: 67% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-67 {
    height: 67% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-68 {
    width: 68% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-68 {
    height: 68% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-69 {
    width: 69% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-69 {
    height: 69% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-71 {
    width: 71% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-71 {
    height: 71% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-72 {
    width: 72% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-72 {
    height: 72% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-73 {
    width: 73% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-73 {
    height: 73% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-74 {
    width: 74% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-74 {
    height: 74% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-76 {
    width: 76% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-76 {
    height: 76% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-77 {
    width: 77% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-77 {
    height: 77% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-78 {
    width: 78% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-78 {
    height: 78% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-79 {
    width: 79% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-79 {
    height: 79% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-81 {
    width: 81% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-81 {
    height: 81% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-82 {
    width: 82% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-82 {
    height: 82% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-83 {
    width: 83% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-83 {
    height: 83% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-84 {
    width: 84% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-84 {
    height: 84% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-86 {
    width: 86% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-86 {
    height: 86% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-87 {
    width: 87% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-87 {
    height: 87% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-88 {
    width: 88% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-88 {
    height: 88% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-89 {
    width: 89% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-89 {
    height: 89% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-91 {
    width: 91% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-91 {
    height: 91% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-92 {
    width: 92% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-92 {
    height: 92% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-93 {
    width: 93% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-93 {
    height: 93% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-94 {
    width: 94% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-94 {
    height: 94% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-95 {
    width: 95% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-95 {
    height: 95% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-96 {
    width: 96% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-96 {
    height: 96% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-97 {
    width: 97% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-97 {
    height: 97% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-98 {
    width: 98% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-98 {
    height: 98% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-99 {
    width: 99% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-99 {
    height: 99% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #e6e6e6;
  }

  .border-xl-top {
    border-top: 1px solid #e6e6e6;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #e6e6e6;
  }

  .border-xl-left {
    border-left: 1px solid #e6e6e6;
  }

  .border-xl-right {
    border-right: 1px solid #e6e6e6;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-xl-top-none {
    border-top: none !important;
  }

  .border-xl-bottom-none {
    border-bottom: none !important;
  }

  .border-xl-left-none {
    border-left: none !important;
  }

  .border-xl-right-none {
    border-right: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #e6e6e6;
  }

  .border-lg-top {
    border-top: 1px solid #e6e6e6;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #e6e6e6;
  }

  .border-lg-left {
    border-left: 1px solid #e6e6e6;
  }

  .border-lg-right {
    border-right: 1px solid #e6e6e6;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-lg-top-none {
    border-top: none !important;
  }

  .border-lg-bottom-none {
    border-bottom: none !important;
  }

  .border-lg-left-none {
    border-left: none !important;
  }

  .border-lg-right-none {
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #e6e6e6;
  }

  .border-md-top {
    border-top: 1px solid #e6e6e6;
  }

  .border-md-bottom {
    border-bottom: 1px solid #e6e6e6;
  }

  .border-md-left {
    border-left: 1px solid #e6e6e6;
  }

  .border-md-right {
    border-right: 1px solid #e6e6e6;
  }

  .border-md-none {
    border: none !important;
  }

  .border-md-top-none {
    border-top: none !important;
  }

  .border-md-bottom-none {
    border-bottom: none !important;
  }

  .border-md-left-none {
    border-left: none !important;
  }

  .border-md-right-none {
    border-right: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #e6e6e6;
  }

  .border-sm-top {
    border-top: 1px solid #e6e6e6;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #e6e6e6;
  }

  .border-sm-left {
    border-left: 1px solid #e6e6e6;
  }

  .border-sm-right {
    border-right: 1px solid #e6e6e6;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-sm-top-none {
    border-top: none !important;
  }

  .border-sm-bottom-none {
    border-bottom: none !important;
  }

  .border-sm-left-none {
    border-left: none !important;
  }

  .border-sm-right-none {
    border-right: none !important;
  }
}
.border-0 {
  border-width: 0px !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #333 !important;
}

.border-red {
  border-color: #dc143c !important;
}

.border-orange {
  border-color: #FDBC81 !important;
}

.border-brown {
  border-color: #a0522d !important;
}

.border-pink {
  border-color: #F86F6F !important;
}

.border-perple {
  border-color: #ba55d3 !important;
}

.border-yellow {
  border-color: #FFBB2F !important;
}

.border-blue {
  border-color: #0087DE !important;
}

.border-lightblue {
  border-color: #99CDFF !important;
}

.border-navy {
  border-color: #006A9E !important;
}

.border-green {
  border-color: #28A745 !important;
}

.border-info {
  border-color: #17A2B8 !important;
}

.border-gold {
  border-color: #cc9900 !important;
}

.border-khaki {
  border-color: #F3EEE0 !important;
}

.rounded-0 {
  border-radius: 0em;
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  -o-border-radius: 0em;
  -ms-border-radius: 0em;
}

.rounded-1 {
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -o-border-radius: 10em;
  -ms-border-radius: 10em;
}

.rounded-2 {
  border-radius: 20em;
  -moz-border-radius: 20em;
  -webkit-border-radius: 20em;
  -o-border-radius: 20em;
  -ms-border-radius: 20em;
}

.rounded-3 {
  border-radius: 30em;
  -moz-border-radius: 30em;
  -webkit-border-radius: 30em;
  -o-border-radius: 30em;
  -ms-border-radius: 30em;
}

.rounded-4 {
  border-radius: 40em;
  -moz-border-radius: 40em;
  -webkit-border-radius: 40em;
  -o-border-radius: 40em;
  -ms-border-radius: 40em;
}

.rounded-5 {
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
  -o-border-radius: 50em;
  -ms-border-radius: 50em;
}

.rounded-6 {
  border-radius: 60em;
  -moz-border-radius: 60em;
  -webkit-border-radius: 60em;
  -o-border-radius: 60em;
  -ms-border-radius: 60em;
}

.rounded-7 {
  border-radius: 70em;
  -moz-border-radius: 70em;
  -webkit-border-radius: 70em;
  -o-border-radius: 70em;
  -ms-border-radius: 70em;
}

.rounded-8 {
  border-radius: 80em;
  -moz-border-radius: 80em;
  -webkit-border-radius: 80em;
  -o-border-radius: 80em;
  -ms-border-radius: 80em;
}

.rounded-9 {
  border-radius: 90em;
  -moz-border-radius: 90em;
  -webkit-border-radius: 90em;
  -o-border-radius: 90em;
  -ms-border-radius: 90em;
}

.rounded-10 {
  border-radius: 100em;
  -moz-border-radius: 100em;
  -webkit-border-radius: 100em;
  -o-border-radius: 100em;
  -ms-border-radius: 100em;
}

button {
  outline: none !important;
}

.bg-black {
  background-color: #000;
}

.bg-opacy-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-opacy-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-opacy-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-opacy-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-opacy-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-opacy-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-opacy-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-opacy-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-opacy-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-opacy-black-10 {
  background-color: black;
}

.bg-opacy-black-11 {
  background-color: black;
}

.bg-lighten-black-1 {
  background-color: #030303;
}

.bg-lighten-black-2 {
  background-color: #050505;
}

.bg-lighten-black-3 {
  background-color: #080808;
}

.bg-lighten-black-4 {
  background-color: #0a0a0a;
}

.bg-lighten-black-5 {
  background-color: #0d0d0d;
}

.bg-lighten-black-6 {
  background-color: #0f0f0f;
}

.bg-lighten-black-7 {
  background-color: #121212;
}

.bg-lighten-black-8 {
  background-color: #141414;
}

.bg-lighten-black-9 {
  background-color: #171717;
}

.bg-lighten-black-10 {
  background-color: #1a1a1a;
}

.bg-lighten-black-11 {
  background-color: #1c1c1c;
}

.bg-lighten-black-12 {
  background-color: #1f1f1f;
}

.bg-lighten-black-13 {
  background-color: #212121;
}

.bg-lighten-black-14 {
  background-color: #242424;
}

.bg-lighten-black-15 {
  background-color: #262626;
}

.bg-lighten-black-16 {
  background-color: #292929;
}

.bg-lighten-black-17 {
  background-color: #2b2b2b;
}

.bg-lighten-black-18 {
  background-color: #2e2e2e;
}

.bg-lighten-black-19 {
  background-color: #303030;
}

.bg-lighten-black-20 {
  background-color: #333333;
}

.bg-lighten-black-21 {
  background-color: #363636;
}

.bg-lighten-black-22 {
  background-color: #383838;
}

.bg-lighten-black-23 {
  background-color: #3b3b3b;
}

.bg-lighten-black-24 {
  background-color: #3d3d3d;
}

.bg-lighten-black-25 {
  background-color: #404040;
}

.bg-lighten-black-26 {
  background-color: #424242;
}

.bg-lighten-black-27 {
  background-color: #454545;
}

.bg-lighten-black-28 {
  background-color: #474747;
}

.bg-lighten-black-29 {
  background-color: #4a4a4a;
}

.bg-lighten-black-30 {
  background-color: #4d4d4d;
}

.bg-lighten-black-31 {
  background-color: #4f4f4f;
}

.bg-lighten-black-32 {
  background-color: #525252;
}

.bg-lighten-black-33 {
  background-color: #545454;
}

.bg-lighten-black-34 {
  background-color: #575757;
}

.bg-lighten-black-35 {
  background-color: #595959;
}

.bg-lighten-black-36 {
  background-color: #5c5c5c;
}

.bg-lighten-black-37 {
  background-color: #5e5e5e;
}

.bg-lighten-black-38 {
  background-color: #616161;
}

.bg-lighten-black-39 {
  background-color: #636363;
}

.bg-lighten-black-40 {
  background-color: #666666;
}

.bg-lighten-black-41 {
  background-color: dimgray;
}

.bg-lighten-black-42 {
  background-color: #6b6b6b;
}

.bg-lighten-black-43 {
  background-color: #6e6e6e;
}

.bg-lighten-black-44 {
  background-color: #707070;
}

.bg-lighten-black-45 {
  background-color: #737373;
}

.bg-lighten-black-46 {
  background-color: #757575;
}

.bg-lighten-black-47 {
  background-color: #787878;
}

.bg-lighten-black-48 {
  background-color: #7a7a7a;
}

.bg-lighten-black-49 {
  background-color: #7d7d7d;
}

.bg-lighten-black-50 {
  background-color: gray;
}

.bg-lighten-black-51 {
  background-color: #828282;
}

.bg-lighten-black-52 {
  background-color: #858585;
}

.bg-lighten-black-53 {
  background-color: #878787;
}

.bg-lighten-black-54 {
  background-color: #8a8a8a;
}

.bg-lighten-black-55 {
  background-color: #8c8c8c;
}

.bg-lighten-black-56 {
  background-color: #8f8f8f;
}

.bg-lighten-black-57 {
  background-color: #919191;
}

.bg-lighten-black-58 {
  background-color: #949494;
}

.bg-lighten-black-59 {
  background-color: #969696;
}

.bg-lighten-black-60 {
  background-color: #999999;
}

.bg-lighten-black-61 {
  background-color: #9c9c9c;
}

.bg-lighten-black-62 {
  background-color: #9e9e9e;
}

.bg-lighten-black-63 {
  background-color: #a1a1a1;
}

.bg-lighten-black-64 {
  background-color: #a3a3a3;
}

.bg-lighten-black-65 {
  background-color: #a6a6a6;
}

.bg-lighten-black-66 {
  background-color: #a8a8a8;
}

.bg-lighten-black-67 {
  background-color: #ababab;
}

.bg-lighten-black-68 {
  background-color: #adadad;
}

.bg-lighten-black-69 {
  background-color: #b0b0b0;
}

.bg-lighten-black-70 {
  background-color: #b3b3b3;
}

.bg-lighten-black-71 {
  background-color: #b5b5b5;
}

.bg-lighten-black-72 {
  background-color: #b8b8b8;
}

.bg-lighten-black-73 {
  background-color: #bababa;
}

.bg-lighten-black-74 {
  background-color: #bdbdbd;
}

.bg-lighten-black-75 {
  background-color: #bfbfbf;
}

.bg-lighten-black-76 {
  background-color: #c2c2c2;
}

.bg-lighten-black-77 {
  background-color: #c4c4c4;
}

.bg-lighten-black-78 {
  background-color: #c7c7c7;
}

.bg-lighten-black-79 {
  background-color: #c9c9c9;
}

.bg-lighten-black-80 {
  background-color: #cccccc;
}

.bg-lighten-black-81 {
  background-color: #cfcfcf;
}

.bg-lighten-black-82 {
  background-color: #d1d1d1;
}

.bg-lighten-black-83 {
  background-color: #d4d4d4;
}

.bg-lighten-black-84 {
  background-color: #d6d6d6;
}

.bg-lighten-black-85 {
  background-color: #d9d9d9;
}

.bg-lighten-black-86 {
  background-color: #dbdbdb;
}

.bg-lighten-black-87 {
  background-color: #dedede;
}

.bg-lighten-black-88 {
  background-color: #e0e0e0;
}

.bg-lighten-black-89 {
  background-color: #e3e3e3;
}

.bg-lighten-black-90 {
  background-color: #e6e6e6;
}

.bg-lighten-black-91 {
  background-color: #e8e8e8;
}

.bg-lighten-black-92 {
  background-color: #ebebeb;
}

.bg-lighten-black-93 {
  background-color: #ededed;
}

.bg-lighten-black-94 {
  background-color: #f0f0f0;
}

.bg-lighten-black-95 {
  background-color: #f2f2f2;
}

.bg-lighten-black-96 {
  background-color: whitesmoke;
}

.bg-lighten-black-97 {
  background-color: #f7f7f7;
}

.bg-lighten-black-98 {
  background-color: #fafafa;
}

.bg-lighten-black-99 {
  background-color: #fcfcfc;
}

.bg-lighten-black-100 {
  background-color: white;
}

.bg-white {
  background-color: #fff;
}

.bg-opacy-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-opacy-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-opacy-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-opacy-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-opacy-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-opacy-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-opacy-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-opacy-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-opacy-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-opacy-white-10 {
  background-color: white;
}

.bg-opacy-white-11 {
  background-color: white;
}

.bg-lighten-white-1 {
  background-color: white;
}

.bg-lighten-white-2 {
  background-color: white;
}

.bg-lighten-white-3 {
  background-color: white;
}

.bg-lighten-white-4 {
  background-color: white;
}

.bg-lighten-white-5 {
  background-color: white;
}

.bg-lighten-white-6 {
  background-color: white;
}

.bg-lighten-white-7 {
  background-color: white;
}

.bg-lighten-white-8 {
  background-color: white;
}

.bg-lighten-white-9 {
  background-color: white;
}

.bg-lighten-white-10 {
  background-color: white;
}

.bg-lighten-white-11 {
  background-color: white;
}

.bg-lighten-white-12 {
  background-color: white;
}

.bg-lighten-white-13 {
  background-color: white;
}

.bg-lighten-white-14 {
  background-color: white;
}

.bg-lighten-white-15 {
  background-color: white;
}

.bg-lighten-white-16 {
  background-color: white;
}

.bg-lighten-white-17 {
  background-color: white;
}

.bg-lighten-white-18 {
  background-color: white;
}

.bg-lighten-white-19 {
  background-color: white;
}

.bg-lighten-white-20 {
  background-color: white;
}

.bg-lighten-white-21 {
  background-color: white;
}

.bg-lighten-white-22 {
  background-color: white;
}

.bg-lighten-white-23 {
  background-color: white;
}

.bg-lighten-white-24 {
  background-color: white;
}

.bg-lighten-white-25 {
  background-color: white;
}

.bg-lighten-white-26 {
  background-color: white;
}

.bg-lighten-white-27 {
  background-color: white;
}

.bg-lighten-white-28 {
  background-color: white;
}

.bg-lighten-white-29 {
  background-color: white;
}

.bg-lighten-white-30 {
  background-color: white;
}

.bg-lighten-white-31 {
  background-color: white;
}

.bg-lighten-white-32 {
  background-color: white;
}

.bg-lighten-white-33 {
  background-color: white;
}

.bg-lighten-white-34 {
  background-color: white;
}

.bg-lighten-white-35 {
  background-color: white;
}

.bg-lighten-white-36 {
  background-color: white;
}

.bg-lighten-white-37 {
  background-color: white;
}

.bg-lighten-white-38 {
  background-color: white;
}

.bg-lighten-white-39 {
  background-color: white;
}

.bg-lighten-white-40 {
  background-color: white;
}

.bg-lighten-white-41 {
  background-color: white;
}

.bg-lighten-white-42 {
  background-color: white;
}

.bg-lighten-white-43 {
  background-color: white;
}

.bg-lighten-white-44 {
  background-color: white;
}

.bg-lighten-white-45 {
  background-color: white;
}

.bg-lighten-white-46 {
  background-color: white;
}

.bg-lighten-white-47 {
  background-color: white;
}

.bg-lighten-white-48 {
  background-color: white;
}

.bg-lighten-white-49 {
  background-color: white;
}

.bg-lighten-white-50 {
  background-color: white;
}

.bg-lighten-white-51 {
  background-color: white;
}

.bg-lighten-white-52 {
  background-color: white;
}

.bg-lighten-white-53 {
  background-color: white;
}

.bg-lighten-white-54 {
  background-color: white;
}

.bg-lighten-white-55 {
  background-color: white;
}

.bg-lighten-white-56 {
  background-color: white;
}

.bg-lighten-white-57 {
  background-color: white;
}

.bg-lighten-white-58 {
  background-color: white;
}

.bg-lighten-white-59 {
  background-color: white;
}

.bg-lighten-white-60 {
  background-color: white;
}

.bg-lighten-white-61 {
  background-color: white;
}

.bg-lighten-white-62 {
  background-color: white;
}

.bg-lighten-white-63 {
  background-color: white;
}

.bg-lighten-white-64 {
  background-color: white;
}

.bg-lighten-white-65 {
  background-color: white;
}

.bg-lighten-white-66 {
  background-color: white;
}

.bg-lighten-white-67 {
  background-color: white;
}

.bg-lighten-white-68 {
  background-color: white;
}

.bg-lighten-white-69 {
  background-color: white;
}

.bg-lighten-white-70 {
  background-color: white;
}

.bg-lighten-white-71 {
  background-color: white;
}

.bg-lighten-white-72 {
  background-color: white;
}

.bg-lighten-white-73 {
  background-color: white;
}

.bg-lighten-white-74 {
  background-color: white;
}

.bg-lighten-white-75 {
  background-color: white;
}

.bg-lighten-white-76 {
  background-color: white;
}

.bg-lighten-white-77 {
  background-color: white;
}

.bg-lighten-white-78 {
  background-color: white;
}

.bg-lighten-white-79 {
  background-color: white;
}

.bg-lighten-white-80 {
  background-color: white;
}

.bg-lighten-white-81 {
  background-color: white;
}

.bg-lighten-white-82 {
  background-color: white;
}

.bg-lighten-white-83 {
  background-color: white;
}

.bg-lighten-white-84 {
  background-color: white;
}

.bg-lighten-white-85 {
  background-color: white;
}

.bg-lighten-white-86 {
  background-color: white;
}

.bg-lighten-white-87 {
  background-color: white;
}

.bg-lighten-white-88 {
  background-color: white;
}

.bg-lighten-white-89 {
  background-color: white;
}

.bg-lighten-white-90 {
  background-color: white;
}

.bg-lighten-white-91 {
  background-color: white;
}

.bg-lighten-white-92 {
  background-color: white;
}

.bg-lighten-white-93 {
  background-color: white;
}

.bg-lighten-white-94 {
  background-color: white;
}

.bg-lighten-white-95 {
  background-color: white;
}

.bg-lighten-white-96 {
  background-color: white;
}

.bg-lighten-white-97 {
  background-color: white;
}

.bg-lighten-white-98 {
  background-color: white;
}

.bg-lighten-white-99 {
  background-color: white;
}

.bg-lighten-white-100 {
  background-color: white;
}

.bg-gray {
  background-color: #333;
}

.bg-opacy-gray-1 {
  background-color: rgba(51, 51, 51, 0.1);
}

.bg-opacy-gray-2 {
  background-color: rgba(51, 51, 51, 0.2);
}

.bg-opacy-gray-3 {
  background-color: rgba(51, 51, 51, 0.3);
}

.bg-opacy-gray-4 {
  background-color: rgba(51, 51, 51, 0.4);
}

.bg-opacy-gray-5 {
  background-color: rgba(51, 51, 51, 0.5);
}

.bg-opacy-gray-6 {
  background-color: rgba(51, 51, 51, 0.6);
}

.bg-opacy-gray-7 {
  background-color: rgba(51, 51, 51, 0.7);
}

.bg-opacy-gray-8 {
  background-color: rgba(51, 51, 51, 0.8);
}

.bg-opacy-gray-9 {
  background-color: rgba(51, 51, 51, 0.9);
}

.bg-opacy-gray-10 {
  background-color: #333333;
}

.bg-opacy-gray-11 {
  background-color: #333333;
}

.bg-lighten-gray-1 {
  background-color: #363636;
}

.bg-lighten-gray-2 {
  background-color: #383838;
}

.bg-lighten-gray-3 {
  background-color: #3b3b3b;
}

.bg-lighten-gray-4 {
  background-color: #3d3d3d;
}

.bg-lighten-gray-5 {
  background-color: #404040;
}

.bg-lighten-gray-6 {
  background-color: #424242;
}

.bg-lighten-gray-7 {
  background-color: #454545;
}

.bg-lighten-gray-8 {
  background-color: #474747;
}

.bg-lighten-gray-9 {
  background-color: #4a4a4a;
}

.bg-lighten-gray-10 {
  background-color: #4d4d4d;
}

.bg-lighten-gray-11 {
  background-color: #4f4f4f;
}

.bg-lighten-gray-12 {
  background-color: #525252;
}

.bg-lighten-gray-13 {
  background-color: #545454;
}

.bg-lighten-gray-14 {
  background-color: #575757;
}

.bg-lighten-gray-15 {
  background-color: #595959;
}

.bg-lighten-gray-16 {
  background-color: #5c5c5c;
}

.bg-lighten-gray-17 {
  background-color: #5e5e5e;
}

.bg-lighten-gray-18 {
  background-color: #616161;
}

.bg-lighten-gray-19 {
  background-color: #636363;
}

.bg-lighten-gray-20 {
  background-color: #666666;
}

.bg-lighten-gray-21 {
  background-color: dimgray;
}

.bg-lighten-gray-22 {
  background-color: #6b6b6b;
}

.bg-lighten-gray-23 {
  background-color: #6e6e6e;
}

.bg-lighten-gray-24 {
  background-color: #707070;
}

.bg-lighten-gray-25 {
  background-color: #737373;
}

.bg-lighten-gray-26 {
  background-color: #757575;
}

.bg-lighten-gray-27 {
  background-color: #787878;
}

.bg-lighten-gray-28 {
  background-color: #7a7a7a;
}

.bg-lighten-gray-29 {
  background-color: #7d7d7d;
}

.bg-lighten-gray-30 {
  background-color: gray;
}

.bg-lighten-gray-31 {
  background-color: #828282;
}

.bg-lighten-gray-32 {
  background-color: #858585;
}

.bg-lighten-gray-33 {
  background-color: #878787;
}

.bg-lighten-gray-34 {
  background-color: #8a8a8a;
}

.bg-lighten-gray-35 {
  background-color: #8c8c8c;
}

.bg-lighten-gray-36 {
  background-color: #8f8f8f;
}

.bg-lighten-gray-37 {
  background-color: #919191;
}

.bg-lighten-gray-38 {
  background-color: #949494;
}

.bg-lighten-gray-39 {
  background-color: #969696;
}

.bg-lighten-gray-40 {
  background-color: #999999;
}

.bg-lighten-gray-41 {
  background-color: #9c9c9c;
}

.bg-lighten-gray-42 {
  background-color: #9e9e9e;
}

.bg-lighten-gray-43 {
  background-color: #a1a1a1;
}

.bg-lighten-gray-44 {
  background-color: #a3a3a3;
}

.bg-lighten-gray-45 {
  background-color: #a6a6a6;
}

.bg-lighten-gray-46 {
  background-color: #a8a8a8;
}

.bg-lighten-gray-47 {
  background-color: #ababab;
}

.bg-lighten-gray-48 {
  background-color: #adadad;
}

.bg-lighten-gray-49 {
  background-color: #b0b0b0;
}

.bg-lighten-gray-50 {
  background-color: #b3b3b3;
}

.bg-lighten-gray-51 {
  background-color: #b5b5b5;
}

.bg-lighten-gray-52 {
  background-color: #b8b8b8;
}

.bg-lighten-gray-53 {
  background-color: #bababa;
}

.bg-lighten-gray-54 {
  background-color: #bdbdbd;
}

.bg-lighten-gray-55 {
  background-color: #bfbfbf;
}

.bg-lighten-gray-56 {
  background-color: #c2c2c2;
}

.bg-lighten-gray-57 {
  background-color: #c4c4c4;
}

.bg-lighten-gray-58 {
  background-color: #c7c7c7;
}

.bg-lighten-gray-59 {
  background-color: #c9c9c9;
}

.bg-lighten-gray-60 {
  background-color: #cccccc;
}

.bg-lighten-gray-61 {
  background-color: #cfcfcf;
}

.bg-lighten-gray-62 {
  background-color: #d1d1d1;
}

.bg-lighten-gray-63 {
  background-color: #d4d4d4;
}

.bg-lighten-gray-64 {
  background-color: #d6d6d6;
}

.bg-lighten-gray-65 {
  background-color: #d9d9d9;
}

.bg-lighten-gray-66 {
  background-color: #dbdbdb;
}

.bg-lighten-gray-67 {
  background-color: #dedede;
}

.bg-lighten-gray-68 {
  background-color: #e0e0e0;
}

.bg-lighten-gray-69 {
  background-color: #e3e3e3;
}

.bg-lighten-gray-70 {
  background-color: #e6e6e6;
}

.bg-lighten-gray-71 {
  background-color: #e8e8e8;
}

.bg-lighten-gray-72 {
  background-color: #ebebeb;
}

.bg-lighten-gray-73 {
  background-color: #ededed;
}

.bg-lighten-gray-74 {
  background-color: #f0f0f0;
}

.bg-lighten-gray-75 {
  background-color: #f2f2f2;
}

.bg-lighten-gray-76 {
  background-color: whitesmoke;
}

.bg-lighten-gray-77 {
  background-color: #f7f7f7;
}

.bg-lighten-gray-78 {
  background-color: #fafafa;
}

.bg-lighten-gray-79 {
  background-color: #fcfcfc;
}

.bg-lighten-gray-80 {
  background-color: white;
}

.bg-lighten-gray-81 {
  background-color: white;
}

.bg-lighten-gray-82 {
  background-color: white;
}

.bg-lighten-gray-83 {
  background-color: white;
}

.bg-lighten-gray-84 {
  background-color: white;
}

.bg-lighten-gray-85 {
  background-color: white;
}

.bg-lighten-gray-86 {
  background-color: white;
}

.bg-lighten-gray-87 {
  background-color: white;
}

.bg-lighten-gray-88 {
  background-color: white;
}

.bg-lighten-gray-89 {
  background-color: white;
}

.bg-lighten-gray-90 {
  background-color: white;
}

.bg-lighten-gray-91 {
  background-color: white;
}

.bg-lighten-gray-92 {
  background-color: white;
}

.bg-lighten-gray-93 {
  background-color: white;
}

.bg-lighten-gray-94 {
  background-color: white;
}

.bg-lighten-gray-95 {
  background-color: white;
}

.bg-lighten-gray-96 {
  background-color: white;
}

.bg-lighten-gray-97 {
  background-color: white;
}

.bg-lighten-gray-98 {
  background-color: white;
}

.bg-lighten-gray-99 {
  background-color: white;
}

.bg-lighten-gray-100 {
  background-color: white;
}

.bg-red {
  background-color: #dc143c;
}

.bg-opacy-red-1 {
  background-color: rgba(220, 20, 60, 0.1);
}

.bg-opacy-red-2 {
  background-color: rgba(220, 20, 60, 0.2);
}

.bg-opacy-red-3 {
  background-color: rgba(220, 20, 60, 0.3);
}

.bg-opacy-red-4 {
  background-color: rgba(220, 20, 60, 0.4);
}

.bg-opacy-red-5 {
  background-color: rgba(220, 20, 60, 0.5);
}

.bg-opacy-red-6 {
  background-color: rgba(220, 20, 60, 0.6);
}

.bg-opacy-red-7 {
  background-color: rgba(220, 20, 60, 0.7);
}

.bg-opacy-red-8 {
  background-color: rgba(220, 20, 60, 0.8);
}

.bg-opacy-red-9 {
  background-color: rgba(220, 20, 60, 0.9);
}

.bg-opacy-red-10 {
  background-color: crimson;
}

.bg-opacy-red-11 {
  background-color: crimson;
}

.bg-lighten-red-1 {
  background-color: #e1143d;
}

.bg-lighten-red-2 {
  background-color: #e5153f;
}

.bg-lighten-red-3 {
  background-color: #ea1640;
}

.bg-lighten-red-4 {
  background-color: #ea1a44;
}

.bg-lighten-red-5 {
  background-color: #eb1f48;
}

.bg-lighten-red-6 {
  background-color: #eb244b;
}

.bg-lighten-red-7 {
  background-color: #eb284f;
}

.bg-lighten-red-8 {
  background-color: #ec2d53;
}

.bg-lighten-red-9 {
  background-color: #ec3257;
}

.bg-lighten-red-10 {
  background-color: #ed365b;
}

.bg-lighten-red-11 {
  background-color: #ed3b5f;
}

.bg-lighten-red-12 {
  background-color: #ee4062;
}

.bg-lighten-red-13 {
  background-color: #ee4466;
}

.bg-lighten-red-14 {
  background-color: #ee496a;
}

.bg-lighten-red-15 {
  background-color: #ef4e6e;
}

.bg-lighten-red-16 {
  background-color: #ef5272;
}

.bg-lighten-red-17 {
  background-color: #f05776;
}

.bg-lighten-red-18 {
  background-color: #f05c79;
}

.bg-lighten-red-19 {
  background-color: #f1607d;
}

.bg-lighten-red-20 {
  background-color: #f16581;
}

.bg-lighten-red-21 {
  background-color: #f16a85;
}

.bg-lighten-red-22 {
  background-color: #f26e89;
}

.bg-lighten-red-23 {
  background-color: #f2738c;
}

.bg-lighten-red-24 {
  background-color: #f37890;
}

.bg-lighten-red-25 {
  background-color: #f37c94;
}

.bg-lighten-red-26 {
  background-color: #f48198;
}

.bg-lighten-red-27 {
  background-color: #f4869c;
}

.bg-lighten-red-28 {
  background-color: #f48aa0;
}

.bg-lighten-red-29 {
  background-color: #f58fa3;
}

.bg-lighten-red-30 {
  background-color: #f594a7;
}

.bg-lighten-red-31 {
  background-color: #f698ab;
}

.bg-lighten-red-32 {
  background-color: #f69daf;
}

.bg-lighten-red-33 {
  background-color: #f7a2b3;
}

.bg-lighten-red-34 {
  background-color: #f7a6b7;
}

.bg-lighten-red-35 {
  background-color: #f7abba;
}

.bg-lighten-red-36 {
  background-color: #f8b0be;
}

.bg-lighten-red-37 {
  background-color: #f8b4c2;
}

.bg-lighten-red-38 {
  background-color: #f9b9c6;
}

.bg-lighten-red-39 {
  background-color: #f9beca;
}

.bg-lighten-red-40 {
  background-color: #fac3ce;
}

.bg-lighten-red-41 {
  background-color: #fac7d1;
}

.bg-lighten-red-42 {
  background-color: #faccd5;
}

.bg-lighten-red-43 {
  background-color: #fbd1d9;
}

.bg-lighten-red-44 {
  background-color: #fbd5dd;
}

.bg-lighten-red-45 {
  background-color: #fcdae1;
}

.bg-lighten-red-46 {
  background-color: #fcdfe4;
}

.bg-lighten-red-47 {
  background-color: #fce3e8;
}

.bg-lighten-red-48 {
  background-color: #fde8ec;
}

.bg-lighten-red-49 {
  background-color: #fdedf0;
}

.bg-lighten-red-50 {
  background-color: #fef1f4;
}

.bg-lighten-red-51 {
  background-color: #fef6f8;
}

.bg-lighten-red-52 {
  background-color: #fffbfb;
}

.bg-lighten-red-53 {
  background-color: white;
}

.bg-lighten-red-54 {
  background-color: white;
}

.bg-lighten-red-55 {
  background-color: white;
}

.bg-lighten-red-56 {
  background-color: white;
}

.bg-lighten-red-57 {
  background-color: white;
}

.bg-lighten-red-58 {
  background-color: white;
}

.bg-lighten-red-59 {
  background-color: white;
}

.bg-lighten-red-60 {
  background-color: white;
}

.bg-lighten-red-61 {
  background-color: white;
}

.bg-lighten-red-62 {
  background-color: white;
}

.bg-lighten-red-63 {
  background-color: white;
}

.bg-lighten-red-64 {
  background-color: white;
}

.bg-lighten-red-65 {
  background-color: white;
}

.bg-lighten-red-66 {
  background-color: white;
}

.bg-lighten-red-67 {
  background-color: white;
}

.bg-lighten-red-68 {
  background-color: white;
}

.bg-lighten-red-69 {
  background-color: white;
}

.bg-lighten-red-70 {
  background-color: white;
}

.bg-lighten-red-71 {
  background-color: white;
}

.bg-lighten-red-72 {
  background-color: white;
}

.bg-lighten-red-73 {
  background-color: white;
}

.bg-lighten-red-74 {
  background-color: white;
}

.bg-lighten-red-75 {
  background-color: white;
}

.bg-lighten-red-76 {
  background-color: white;
}

.bg-lighten-red-77 {
  background-color: white;
}

.bg-lighten-red-78 {
  background-color: white;
}

.bg-lighten-red-79 {
  background-color: white;
}

.bg-lighten-red-80 {
  background-color: white;
}

.bg-lighten-red-81 {
  background-color: white;
}

.bg-lighten-red-82 {
  background-color: white;
}

.bg-lighten-red-83 {
  background-color: white;
}

.bg-lighten-red-84 {
  background-color: white;
}

.bg-lighten-red-85 {
  background-color: white;
}

.bg-lighten-red-86 {
  background-color: white;
}

.bg-lighten-red-87 {
  background-color: white;
}

.bg-lighten-red-88 {
  background-color: white;
}

.bg-lighten-red-89 {
  background-color: white;
}

.bg-lighten-red-90 {
  background-color: white;
}

.bg-lighten-red-91 {
  background-color: white;
}

.bg-lighten-red-92 {
  background-color: white;
}

.bg-lighten-red-93 {
  background-color: white;
}

.bg-lighten-red-94 {
  background-color: white;
}

.bg-lighten-red-95 {
  background-color: white;
}

.bg-lighten-red-96 {
  background-color: white;
}

.bg-lighten-red-97 {
  background-color: white;
}

.bg-lighten-red-98 {
  background-color: white;
}

.bg-lighten-red-99 {
  background-color: white;
}

.bg-lighten-red-100 {
  background-color: white;
}

.bg-orange {
  background-color: #FDBC81;
}

.bg-opacy-orange-1 {
  background-color: rgba(253, 188, 129, 0.1);
}

.bg-opacy-orange-2 {
  background-color: rgba(253, 188, 129, 0.2);
}

.bg-opacy-orange-3 {
  background-color: rgba(253, 188, 129, 0.3);
}

.bg-opacy-orange-4 {
  background-color: rgba(253, 188, 129, 0.4);
}

.bg-opacy-orange-5 {
  background-color: rgba(253, 188, 129, 0.5);
}

.bg-opacy-orange-6 {
  background-color: rgba(253, 188, 129, 0.6);
}

.bg-opacy-orange-7 {
  background-color: rgba(253, 188, 129, 0.7);
}

.bg-opacy-orange-8 {
  background-color: rgba(253, 188, 129, 0.8);
}

.bg-opacy-orange-9 {
  background-color: rgba(253, 188, 129, 0.9);
}

.bg-opacy-orange-10 {
  background-color: #fdbc81;
}

.bg-opacy-orange-11 {
  background-color: #fdbc81;
}

.bg-lighten-orange-1 {
  background-color: #fdbf86;
}

.bg-lighten-orange-2 {
  background-color: #fdc18b;
}

.bg-lighten-orange-3 {
  background-color: #fdc490;
}

.bg-lighten-orange-4 {
  background-color: #fdc795;
}

.bg-lighten-orange-5 {
  background-color: #fdc99a;
}

.bg-lighten-orange-6 {
  background-color: #fdcc9f;
}

.bg-lighten-orange-7 {
  background-color: #fecfa4;
}

.bg-lighten-orange-8 {
  background-color: #fed1a9;
}

.bg-lighten-orange-9 {
  background-color: #fed4ae;
}

.bg-lighten-orange-10 {
  background-color: #fed7b3;
}

.bg-lighten-orange-11 {
  background-color: #fed9b8;
}

.bg-lighten-orange-12 {
  background-color: #fedcbd;
}

.bg-lighten-orange-13 {
  background-color: #fedfc2;
}

.bg-lighten-orange-14 {
  background-color: #fee1c7;
}

.bg-lighten-orange-15 {
  background-color: #fee4cc;
}

.bg-lighten-orange-16 {
  background-color: #fee7d1;
}

.bg-lighten-orange-17 {
  background-color: #fee9d6;
}

.bg-lighten-orange-18 {
  background-color: #feecdb;
}

.bg-lighten-orange-19 {
  background-color: #ffefe0;
}

.bg-lighten-orange-20 {
  background-color: #fff1e5;
}

.bg-lighten-orange-21 {
  background-color: #fff4ea;
}

.bg-lighten-orange-22 {
  background-color: #fff7ef;
}

.bg-lighten-orange-23 {
  background-color: #fff9f4;
}

.bg-lighten-orange-24 {
  background-color: #fffcf9;
}

.bg-lighten-orange-25 {
  background-color: white;
}

.bg-lighten-orange-26 {
  background-color: white;
}

.bg-lighten-orange-27 {
  background-color: white;
}

.bg-lighten-orange-28 {
  background-color: white;
}

.bg-lighten-orange-29 {
  background-color: white;
}

.bg-lighten-orange-30 {
  background-color: white;
}

.bg-lighten-orange-31 {
  background-color: white;
}

.bg-lighten-orange-32 {
  background-color: white;
}

.bg-lighten-orange-33 {
  background-color: white;
}

.bg-lighten-orange-34 {
  background-color: white;
}

.bg-lighten-orange-35 {
  background-color: white;
}

.bg-lighten-orange-36 {
  background-color: white;
}

.bg-lighten-orange-37 {
  background-color: white;
}

.bg-lighten-orange-38 {
  background-color: white;
}

.bg-lighten-orange-39 {
  background-color: white;
}

.bg-lighten-orange-40 {
  background-color: white;
}

.bg-lighten-orange-41 {
  background-color: white;
}

.bg-lighten-orange-42 {
  background-color: white;
}

.bg-lighten-orange-43 {
  background-color: white;
}

.bg-lighten-orange-44 {
  background-color: white;
}

.bg-lighten-orange-45 {
  background-color: white;
}

.bg-lighten-orange-46 {
  background-color: white;
}

.bg-lighten-orange-47 {
  background-color: white;
}

.bg-lighten-orange-48 {
  background-color: white;
}

.bg-lighten-orange-49 {
  background-color: white;
}

.bg-lighten-orange-50 {
  background-color: white;
}

.bg-lighten-orange-51 {
  background-color: white;
}

.bg-lighten-orange-52 {
  background-color: white;
}

.bg-lighten-orange-53 {
  background-color: white;
}

.bg-lighten-orange-54 {
  background-color: white;
}

.bg-lighten-orange-55 {
  background-color: white;
}

.bg-lighten-orange-56 {
  background-color: white;
}

.bg-lighten-orange-57 {
  background-color: white;
}

.bg-lighten-orange-58 {
  background-color: white;
}

.bg-lighten-orange-59 {
  background-color: white;
}

.bg-lighten-orange-60 {
  background-color: white;
}

.bg-lighten-orange-61 {
  background-color: white;
}

.bg-lighten-orange-62 {
  background-color: white;
}

.bg-lighten-orange-63 {
  background-color: white;
}

.bg-lighten-orange-64 {
  background-color: white;
}

.bg-lighten-orange-65 {
  background-color: white;
}

.bg-lighten-orange-66 {
  background-color: white;
}

.bg-lighten-orange-67 {
  background-color: white;
}

.bg-lighten-orange-68 {
  background-color: white;
}

.bg-lighten-orange-69 {
  background-color: white;
}

.bg-lighten-orange-70 {
  background-color: white;
}

.bg-lighten-orange-71 {
  background-color: white;
}

.bg-lighten-orange-72 {
  background-color: white;
}

.bg-lighten-orange-73 {
  background-color: white;
}

.bg-lighten-orange-74 {
  background-color: white;
}

.bg-lighten-orange-75 {
  background-color: white;
}

.bg-lighten-orange-76 {
  background-color: white;
}

.bg-lighten-orange-77 {
  background-color: white;
}

.bg-lighten-orange-78 {
  background-color: white;
}

.bg-lighten-orange-79 {
  background-color: white;
}

.bg-lighten-orange-80 {
  background-color: white;
}

.bg-lighten-orange-81 {
  background-color: white;
}

.bg-lighten-orange-82 {
  background-color: white;
}

.bg-lighten-orange-83 {
  background-color: white;
}

.bg-lighten-orange-84 {
  background-color: white;
}

.bg-lighten-orange-85 {
  background-color: white;
}

.bg-lighten-orange-86 {
  background-color: white;
}

.bg-lighten-orange-87 {
  background-color: white;
}

.bg-lighten-orange-88 {
  background-color: white;
}

.bg-lighten-orange-89 {
  background-color: white;
}

.bg-lighten-orange-90 {
  background-color: white;
}

.bg-lighten-orange-91 {
  background-color: white;
}

.bg-lighten-orange-92 {
  background-color: white;
}

.bg-lighten-orange-93 {
  background-color: white;
}

.bg-lighten-orange-94 {
  background-color: white;
}

.bg-lighten-orange-95 {
  background-color: white;
}

.bg-lighten-orange-96 {
  background-color: white;
}

.bg-lighten-orange-97 {
  background-color: white;
}

.bg-lighten-orange-98 {
  background-color: white;
}

.bg-lighten-orange-99 {
  background-color: white;
}

.bg-lighten-orange-100 {
  background-color: white;
}

.bg-brown {
  background-color: #a0522d;
}

.bg-opacy-brown-1 {
  background-color: rgba(160, 82, 45, 0.1);
}

.bg-opacy-brown-2 {
  background-color: rgba(160, 82, 45, 0.2);
}

.bg-opacy-brown-3 {
  background-color: rgba(160, 82, 45, 0.3);
}

.bg-opacy-brown-4 {
  background-color: rgba(160, 82, 45, 0.4);
}

.bg-opacy-brown-5 {
  background-color: rgba(160, 82, 45, 0.5);
}

.bg-opacy-brown-6 {
  background-color: rgba(160, 82, 45, 0.6);
}

.bg-opacy-brown-7 {
  background-color: rgba(160, 82, 45, 0.7);
}

.bg-opacy-brown-8 {
  background-color: rgba(160, 82, 45, 0.8);
}

.bg-opacy-brown-9 {
  background-color: rgba(160, 82, 45, 0.9);
}

.bg-opacy-brown-10 {
  background-color: sienna;
}

.bg-opacy-brown-11 {
  background-color: sienna;
}

.bg-lighten-brown-1 {
  background-color: #a4542e;
}

.bg-lighten-brown-2 {
  background-color: #a8562f;
}

.bg-lighten-brown-3 {
  background-color: #ac5830;
}

.bg-lighten-brown-4 {
  background-color: #b05a31;
}

.bg-lighten-brown-5 {
  background-color: #b45c33;
}

.bg-lighten-brown-6 {
  background-color: #b85e34;
}

.bg-lighten-brown-7 {
  background-color: #bc6035;
}

.bg-lighten-brown-8 {
  background-color: #c06236;
}

.bg-lighten-brown-9 {
  background-color: #c46437;
}

.bg-lighten-brown-10 {
  background-color: #c76739;
}

.bg-lighten-brown-11 {
  background-color: #c86a3d;
}

.bg-lighten-brown-12 {
  background-color: #c96d41;
}

.bg-lighten-brown-13 {
  background-color: #cb7045;
}

.bg-lighten-brown-14 {
  background-color: #cc7349;
}

.bg-lighten-brown-15 {
  background-color: #cd764d;
}

.bg-lighten-brown-16 {
  background-color: #ce7951;
}

.bg-lighten-brown-17 {
  background-color: #cf7c55;
}

.bg-lighten-brown-18 {
  background-color: #d07f59;
}

.bg-lighten-brown-19 {
  background-color: #d1825d;
}

.bg-lighten-brown-20 {
  background-color: #d28561;
}

.bg-lighten-brown-21 {
  background-color: #d48865;
}

.bg-lighten-brown-22 {
  background-color: #d58b69;
}

.bg-lighten-brown-23 {
  background-color: #d68e6d;
}

.bg-lighten-brown-24 {
  background-color: #d79170;
}

.bg-lighten-brown-25 {
  background-color: #d89574;
}

.bg-lighten-brown-26 {
  background-color: #d99878;
}

.bg-lighten-brown-27 {
  background-color: #da9b7c;
}

.bg-lighten-brown-28 {
  background-color: #db9e80;
}

.bg-lighten-brown-29 {
  background-color: #dda184;
}

.bg-lighten-brown-30 {
  background-color: #dea488;
}

.bg-lighten-brown-31 {
  background-color: #dfa78c;
}

.bg-lighten-brown-32 {
  background-color: #e0aa90;
}

.bg-lighten-brown-33 {
  background-color: #e1ad94;
}

.bg-lighten-brown-34 {
  background-color: #e2b098;
}

.bg-lighten-brown-35 {
  background-color: #e3b39c;
}

.bg-lighten-brown-36 {
  background-color: #e4b6a0;
}

.bg-lighten-brown-37 {
  background-color: #e5b9a4;
}

.bg-lighten-brown-38 {
  background-color: #e7bca8;
}

.bg-lighten-brown-39 {
  background-color: #e8bfac;
}

.bg-lighten-brown-40 {
  background-color: #e9c2b0;
}

.bg-lighten-brown-41 {
  background-color: #eac5b4;
}

.bg-lighten-brown-42 {
  background-color: #ebc9b8;
}

.bg-lighten-brown-43 {
  background-color: #ecccbc;
}

.bg-lighten-brown-44 {
  background-color: #edcfc0;
}

.bg-lighten-brown-45 {
  background-color: #eed2c4;
}

.bg-lighten-brown-46 {
  background-color: #f0d5c8;
}

.bg-lighten-brown-47 {
  background-color: #f1d8cc;
}

.bg-lighten-brown-48 {
  background-color: #f2dbd0;
}

.bg-lighten-brown-49 {
  background-color: #f3ded4;
}

.bg-lighten-brown-50 {
  background-color: #f4e1d8;
}

.bg-lighten-brown-51 {
  background-color: #f5e4dc;
}

.bg-lighten-brown-52 {
  background-color: #f6e7e0;
}

.bg-lighten-brown-53 {
  background-color: #f7eae4;
}

.bg-lighten-brown-54 {
  background-color: #f9ede8;
}

.bg-lighten-brown-55 {
  background-color: #faf0ec;
}

.bg-lighten-brown-56 {
  background-color: #fbf3f0;
}

.bg-lighten-brown-57 {
  background-color: #fcf6f4;
}

.bg-lighten-brown-58 {
  background-color: #fdf9f8;
}

.bg-lighten-brown-59 {
  background-color: #fefdfc;
}

.bg-lighten-brown-60 {
  background-color: white;
}

.bg-lighten-brown-61 {
  background-color: white;
}

.bg-lighten-brown-62 {
  background-color: white;
}

.bg-lighten-brown-63 {
  background-color: white;
}

.bg-lighten-brown-64 {
  background-color: white;
}

.bg-lighten-brown-65 {
  background-color: white;
}

.bg-lighten-brown-66 {
  background-color: white;
}

.bg-lighten-brown-67 {
  background-color: white;
}

.bg-lighten-brown-68 {
  background-color: white;
}

.bg-lighten-brown-69 {
  background-color: white;
}

.bg-lighten-brown-70 {
  background-color: white;
}

.bg-lighten-brown-71 {
  background-color: white;
}

.bg-lighten-brown-72 {
  background-color: white;
}

.bg-lighten-brown-73 {
  background-color: white;
}

.bg-lighten-brown-74 {
  background-color: white;
}

.bg-lighten-brown-75 {
  background-color: white;
}

.bg-lighten-brown-76 {
  background-color: white;
}

.bg-lighten-brown-77 {
  background-color: white;
}

.bg-lighten-brown-78 {
  background-color: white;
}

.bg-lighten-brown-79 {
  background-color: white;
}

.bg-lighten-brown-80 {
  background-color: white;
}

.bg-lighten-brown-81 {
  background-color: white;
}

.bg-lighten-brown-82 {
  background-color: white;
}

.bg-lighten-brown-83 {
  background-color: white;
}

.bg-lighten-brown-84 {
  background-color: white;
}

.bg-lighten-brown-85 {
  background-color: white;
}

.bg-lighten-brown-86 {
  background-color: white;
}

.bg-lighten-brown-87 {
  background-color: white;
}

.bg-lighten-brown-88 {
  background-color: white;
}

.bg-lighten-brown-89 {
  background-color: white;
}

.bg-lighten-brown-90 {
  background-color: white;
}

.bg-lighten-brown-91 {
  background-color: white;
}

.bg-lighten-brown-92 {
  background-color: white;
}

.bg-lighten-brown-93 {
  background-color: white;
}

.bg-lighten-brown-94 {
  background-color: white;
}

.bg-lighten-brown-95 {
  background-color: white;
}

.bg-lighten-brown-96 {
  background-color: white;
}

.bg-lighten-brown-97 {
  background-color: white;
}

.bg-lighten-brown-98 {
  background-color: white;
}

.bg-lighten-brown-99 {
  background-color: white;
}

.bg-lighten-brown-100 {
  background-color: white;
}

.bg-pink {
  background-color: #F86F6F;
}

.bg-opacy-pink-1 {
  background-color: rgba(248, 111, 111, 0.1);
}

.bg-opacy-pink-2 {
  background-color: rgba(248, 111, 111, 0.2);
}

.bg-opacy-pink-3 {
  background-color: rgba(248, 111, 111, 0.3);
}

.bg-opacy-pink-4 {
  background-color: rgba(248, 111, 111, 0.4);
}

.bg-opacy-pink-5 {
  background-color: rgba(248, 111, 111, 0.5);
}

.bg-opacy-pink-6 {
  background-color: rgba(248, 111, 111, 0.6);
}

.bg-opacy-pink-7 {
  background-color: rgba(248, 111, 111, 0.7);
}

.bg-opacy-pink-8 {
  background-color: rgba(248, 111, 111, 0.8);
}

.bg-opacy-pink-9 {
  background-color: rgba(248, 111, 111, 0.9);
}

.bg-opacy-pink-10 {
  background-color: #f86f6f;
}

.bg-opacy-pink-11 {
  background-color: #f86f6f;
}

.bg-lighten-pink-1 {
  background-color: #f87474;
}

.bg-lighten-pink-2 {
  background-color: #f87979;
}

.bg-lighten-pink-3 {
  background-color: #f97e7e;
}

.bg-lighten-pink-4 {
  background-color: #f98282;
}

.bg-lighten-pink-5 {
  background-color: #f98787;
}

.bg-lighten-pink-6 {
  background-color: #f98c8c;
}

.bg-lighten-pink-7 {
  background-color: #fa9191;
}

.bg-lighten-pink-8 {
  background-color: #fa9696;
}

.bg-lighten-pink-9 {
  background-color: #fa9b9b;
}

.bg-lighten-pink-10 {
  background-color: #faa0a0;
}

.bg-lighten-pink-11 {
  background-color: #fba4a4;
}

.bg-lighten-pink-12 {
  background-color: #fba9a9;
}

.bg-lighten-pink-13 {
  background-color: #fbaeae;
}

.bg-lighten-pink-14 {
  background-color: #fbb3b3;
}

.bg-lighten-pink-15 {
  background-color: #fcb8b8;
}

.bg-lighten-pink-16 {
  background-color: #fcbdbd;
}

.bg-lighten-pink-17 {
  background-color: #fcc2c2;
}

.bg-lighten-pink-18 {
  background-color: #fcc7c7;
}

.bg-lighten-pink-19 {
  background-color: #fccbcb;
}

.bg-lighten-pink-20 {
  background-color: #fdd0d0;
}

.bg-lighten-pink-21 {
  background-color: #fdd5d5;
}

.bg-lighten-pink-22 {
  background-color: #fddada;
}

.bg-lighten-pink-23 {
  background-color: #fddfdf;
}

.bg-lighten-pink-24 {
  background-color: #fee4e4;
}

.bg-lighten-pink-25 {
  background-color: #fee9e9;
}

.bg-lighten-pink-26 {
  background-color: #feeded;
}

.bg-lighten-pink-27 {
  background-color: #fef2f2;
}

.bg-lighten-pink-28 {
  background-color: #fff7f7;
}

.bg-lighten-pink-29 {
  background-color: #fffcfc;
}

.bg-lighten-pink-30 {
  background-color: white;
}

.bg-lighten-pink-31 {
  background-color: white;
}

.bg-lighten-pink-32 {
  background-color: white;
}

.bg-lighten-pink-33 {
  background-color: white;
}

.bg-lighten-pink-34 {
  background-color: white;
}

.bg-lighten-pink-35 {
  background-color: white;
}

.bg-lighten-pink-36 {
  background-color: white;
}

.bg-lighten-pink-37 {
  background-color: white;
}

.bg-lighten-pink-38 {
  background-color: white;
}

.bg-lighten-pink-39 {
  background-color: white;
}

.bg-lighten-pink-40 {
  background-color: white;
}

.bg-lighten-pink-41 {
  background-color: white;
}

.bg-lighten-pink-42 {
  background-color: white;
}

.bg-lighten-pink-43 {
  background-color: white;
}

.bg-lighten-pink-44 {
  background-color: white;
}

.bg-lighten-pink-45 {
  background-color: white;
}

.bg-lighten-pink-46 {
  background-color: white;
}

.bg-lighten-pink-47 {
  background-color: white;
}

.bg-lighten-pink-48 {
  background-color: white;
}

.bg-lighten-pink-49 {
  background-color: white;
}

.bg-lighten-pink-50 {
  background-color: white;
}

.bg-lighten-pink-51 {
  background-color: white;
}

.bg-lighten-pink-52 {
  background-color: white;
}

.bg-lighten-pink-53 {
  background-color: white;
}

.bg-lighten-pink-54 {
  background-color: white;
}

.bg-lighten-pink-55 {
  background-color: white;
}

.bg-lighten-pink-56 {
  background-color: white;
}

.bg-lighten-pink-57 {
  background-color: white;
}

.bg-lighten-pink-58 {
  background-color: white;
}

.bg-lighten-pink-59 {
  background-color: white;
}

.bg-lighten-pink-60 {
  background-color: white;
}

.bg-lighten-pink-61 {
  background-color: white;
}

.bg-lighten-pink-62 {
  background-color: white;
}

.bg-lighten-pink-63 {
  background-color: white;
}

.bg-lighten-pink-64 {
  background-color: white;
}

.bg-lighten-pink-65 {
  background-color: white;
}

.bg-lighten-pink-66 {
  background-color: white;
}

.bg-lighten-pink-67 {
  background-color: white;
}

.bg-lighten-pink-68 {
  background-color: white;
}

.bg-lighten-pink-69 {
  background-color: white;
}

.bg-lighten-pink-70 {
  background-color: white;
}

.bg-lighten-pink-71 {
  background-color: white;
}

.bg-lighten-pink-72 {
  background-color: white;
}

.bg-lighten-pink-73 {
  background-color: white;
}

.bg-lighten-pink-74 {
  background-color: white;
}

.bg-lighten-pink-75 {
  background-color: white;
}

.bg-lighten-pink-76 {
  background-color: white;
}

.bg-lighten-pink-77 {
  background-color: white;
}

.bg-lighten-pink-78 {
  background-color: white;
}

.bg-lighten-pink-79 {
  background-color: white;
}

.bg-lighten-pink-80 {
  background-color: white;
}

.bg-lighten-pink-81 {
  background-color: white;
}

.bg-lighten-pink-82 {
  background-color: white;
}

.bg-lighten-pink-83 {
  background-color: white;
}

.bg-lighten-pink-84 {
  background-color: white;
}

.bg-lighten-pink-85 {
  background-color: white;
}

.bg-lighten-pink-86 {
  background-color: white;
}

.bg-lighten-pink-87 {
  background-color: white;
}

.bg-lighten-pink-88 {
  background-color: white;
}

.bg-lighten-pink-89 {
  background-color: white;
}

.bg-lighten-pink-90 {
  background-color: white;
}

.bg-lighten-pink-91 {
  background-color: white;
}

.bg-lighten-pink-92 {
  background-color: white;
}

.bg-lighten-pink-93 {
  background-color: white;
}

.bg-lighten-pink-94 {
  background-color: white;
}

.bg-lighten-pink-95 {
  background-color: white;
}

.bg-lighten-pink-96 {
  background-color: white;
}

.bg-lighten-pink-97 {
  background-color: white;
}

.bg-lighten-pink-98 {
  background-color: white;
}

.bg-lighten-pink-99 {
  background-color: white;
}

.bg-lighten-pink-100 {
  background-color: white;
}

.bg-perple {
  background-color: #ba55d3;
}

.bg-opacy-perple-1 {
  background-color: rgba(186, 85, 211, 0.1);
}

.bg-opacy-perple-2 {
  background-color: rgba(186, 85, 211, 0.2);
}

.bg-opacy-perple-3 {
  background-color: rgba(186, 85, 211, 0.3);
}

.bg-opacy-perple-4 {
  background-color: rgba(186, 85, 211, 0.4);
}

.bg-opacy-perple-5 {
  background-color: rgba(186, 85, 211, 0.5);
}

.bg-opacy-perple-6 {
  background-color: rgba(186, 85, 211, 0.6);
}

.bg-opacy-perple-7 {
  background-color: rgba(186, 85, 211, 0.7);
}

.bg-opacy-perple-8 {
  background-color: rgba(186, 85, 211, 0.8);
}

.bg-opacy-perple-9 {
  background-color: rgba(186, 85, 211, 0.9);
}

.bg-opacy-perple-10 {
  background-color: mediumorchid;
}

.bg-opacy-perple-11 {
  background-color: mediumorchid;
}

.bg-lighten-perple-1 {
  background-color: #bc59d4;
}

.bg-lighten-perple-2 {
  background-color: #bd5dd5;
}

.bg-lighten-perple-3 {
  background-color: #bf61d6;
}

.bg-lighten-perple-4 {
  background-color: #c165d7;
}

.bg-lighten-perple-5 {
  background-color: #c269d8;
}

.bg-lighten-perple-6 {
  background-color: #c46dd9;
}

.bg-lighten-perple-7 {
  background-color: #c671da;
}

.bg-lighten-perple-8 {
  background-color: #c775db;
}

.bg-lighten-perple-9 {
  background-color: #c979dc;
}

.bg-lighten-perple-10 {
  background-color: #ca7edd;
}

.bg-lighten-perple-11 {
  background-color: #cc82df;
}

.bg-lighten-perple-12 {
  background-color: #ce86e0;
}

.bg-lighten-perple-13 {
  background-color: #cf8ae1;
}

.bg-lighten-perple-14 {
  background-color: #d18ee2;
}

.bg-lighten-perple-15 {
  background-color: #d392e3;
}

.bg-lighten-perple-16 {
  background-color: #d496e4;
}

.bg-lighten-perple-17 {
  background-color: #d69ae5;
}

.bg-lighten-perple-18 {
  background-color: #d89ee6;
}

.bg-lighten-perple-19 {
  background-color: #d9a2e7;
}

.bg-lighten-perple-20 {
  background-color: #dba6e8;
}

.bg-lighten-perple-21 {
  background-color: #ddaae9;
}

.bg-lighten-perple-22 {
  background-color: #deaeea;
}

.bg-lighten-perple-23 {
  background-color: #e0b2eb;
}

.bg-lighten-perple-24 {
  background-color: #e1b6ec;
}

.bg-lighten-perple-25 {
  background-color: #e3baed;
}

.bg-lighten-perple-26 {
  background-color: #e5beee;
}

.bg-lighten-perple-27 {
  background-color: #e6c2ef;
}

.bg-lighten-perple-28 {
  background-color: #e8c6f0;
}

.bg-lighten-perple-29 {
  background-color: #eacaf1;
}

.bg-lighten-perple-30 {
  background-color: #ebcff2;
}

.bg-lighten-perple-31 {
  background-color: #edd3f4;
}

.bg-lighten-perple-32 {
  background-color: #efd7f5;
}

.bg-lighten-perple-33 {
  background-color: #f0dbf6;
}

.bg-lighten-perple-34 {
  background-color: #f2dff7;
}

.bg-lighten-perple-35 {
  background-color: #f4e3f8;
}

.bg-lighten-perple-36 {
  background-color: #f5e7f9;
}

.bg-lighten-perple-37 {
  background-color: #f7ebfa;
}

.bg-lighten-perple-38 {
  background-color: #f8effb;
}

.bg-lighten-perple-39 {
  background-color: #faf3fc;
}

.bg-lighten-perple-40 {
  background-color: #fcf7fd;
}

.bg-lighten-perple-41 {
  background-color: #fdfbfe;
}

.bg-lighten-perple-42 {
  background-color: white;
}

.bg-lighten-perple-43 {
  background-color: white;
}

.bg-lighten-perple-44 {
  background-color: white;
}

.bg-lighten-perple-45 {
  background-color: white;
}

.bg-lighten-perple-46 {
  background-color: white;
}

.bg-lighten-perple-47 {
  background-color: white;
}

.bg-lighten-perple-48 {
  background-color: white;
}

.bg-lighten-perple-49 {
  background-color: white;
}

.bg-lighten-perple-50 {
  background-color: white;
}

.bg-lighten-perple-51 {
  background-color: white;
}

.bg-lighten-perple-52 {
  background-color: white;
}

.bg-lighten-perple-53 {
  background-color: white;
}

.bg-lighten-perple-54 {
  background-color: white;
}

.bg-lighten-perple-55 {
  background-color: white;
}

.bg-lighten-perple-56 {
  background-color: white;
}

.bg-lighten-perple-57 {
  background-color: white;
}

.bg-lighten-perple-58 {
  background-color: white;
}

.bg-lighten-perple-59 {
  background-color: white;
}

.bg-lighten-perple-60 {
  background-color: white;
}

.bg-lighten-perple-61 {
  background-color: white;
}

.bg-lighten-perple-62 {
  background-color: white;
}

.bg-lighten-perple-63 {
  background-color: white;
}

.bg-lighten-perple-64 {
  background-color: white;
}

.bg-lighten-perple-65 {
  background-color: white;
}

.bg-lighten-perple-66 {
  background-color: white;
}

.bg-lighten-perple-67 {
  background-color: white;
}

.bg-lighten-perple-68 {
  background-color: white;
}

.bg-lighten-perple-69 {
  background-color: white;
}

.bg-lighten-perple-70 {
  background-color: white;
}

.bg-lighten-perple-71 {
  background-color: white;
}

.bg-lighten-perple-72 {
  background-color: white;
}

.bg-lighten-perple-73 {
  background-color: white;
}

.bg-lighten-perple-74 {
  background-color: white;
}

.bg-lighten-perple-75 {
  background-color: white;
}

.bg-lighten-perple-76 {
  background-color: white;
}

.bg-lighten-perple-77 {
  background-color: white;
}

.bg-lighten-perple-78 {
  background-color: white;
}

.bg-lighten-perple-79 {
  background-color: white;
}

.bg-lighten-perple-80 {
  background-color: white;
}

.bg-lighten-perple-81 {
  background-color: white;
}

.bg-lighten-perple-82 {
  background-color: white;
}

.bg-lighten-perple-83 {
  background-color: white;
}

.bg-lighten-perple-84 {
  background-color: white;
}

.bg-lighten-perple-85 {
  background-color: white;
}

.bg-lighten-perple-86 {
  background-color: white;
}

.bg-lighten-perple-87 {
  background-color: white;
}

.bg-lighten-perple-88 {
  background-color: white;
}

.bg-lighten-perple-89 {
  background-color: white;
}

.bg-lighten-perple-90 {
  background-color: white;
}

.bg-lighten-perple-91 {
  background-color: white;
}

.bg-lighten-perple-92 {
  background-color: white;
}

.bg-lighten-perple-93 {
  background-color: white;
}

.bg-lighten-perple-94 {
  background-color: white;
}

.bg-lighten-perple-95 {
  background-color: white;
}

.bg-lighten-perple-96 {
  background-color: white;
}

.bg-lighten-perple-97 {
  background-color: white;
}

.bg-lighten-perple-98 {
  background-color: white;
}

.bg-lighten-perple-99 {
  background-color: white;
}

.bg-lighten-perple-100 {
  background-color: white;
}

.bg-yellow {
  background-color: #FFBB2F;
}

.bg-opacy-yellow-1 {
  background-color: rgba(255, 187, 47, 0.1);
}

.bg-opacy-yellow-2 {
  background-color: rgba(255, 187, 47, 0.2);
}

.bg-opacy-yellow-3 {
  background-color: rgba(255, 187, 47, 0.3);
}

.bg-opacy-yellow-4 {
  background-color: rgba(255, 187, 47, 0.4);
}

.bg-opacy-yellow-5 {
  background-color: rgba(255, 187, 47, 0.5);
}

.bg-opacy-yellow-6 {
  background-color: rgba(255, 187, 47, 0.6);
}

.bg-opacy-yellow-7 {
  background-color: rgba(255, 187, 47, 0.7);
}

.bg-opacy-yellow-8 {
  background-color: rgba(255, 187, 47, 0.8);
}

.bg-opacy-yellow-9 {
  background-color: rgba(255, 187, 47, 0.9);
}

.bg-opacy-yellow-10 {
  background-color: #ffbb2f;
}

.bg-opacy-yellow-11 {
  background-color: #ffbb2f;
}

.bg-lighten-yellow-1 {
  background-color: #ffbd34;
}

.bg-lighten-yellow-2 {
  background-color: #ffbe39;
}

.bg-lighten-yellow-3 {
  background-color: #ffc03e;
}

.bg-lighten-yellow-4 {
  background-color: #ffc243;
}

.bg-lighten-yellow-5 {
  background-color: #ffc349;
}

.bg-lighten-yellow-6 {
  background-color: #ffc54e;
}

.bg-lighten-yellow-7 {
  background-color: #ffc753;
}

.bg-lighten-yellow-8 {
  background-color: #ffc858;
}

.bg-lighten-yellow-9 {
  background-color: #ffca5d;
}

.bg-lighten-yellow-10 {
  background-color: #ffcc62;
}

.bg-lighten-yellow-11 {
  background-color: #ffcd67;
}

.bg-lighten-yellow-12 {
  background-color: #ffcf6c;
}

.bg-lighten-yellow-13 {
  background-color: #ffd171;
}

.bg-lighten-yellow-14 {
  background-color: #ffd276;
}

.bg-lighten-yellow-15 {
  background-color: #ffd47c;
}

.bg-lighten-yellow-16 {
  background-color: #ffd681;
}

.bg-lighten-yellow-17 {
  background-color: #ffd786;
}

.bg-lighten-yellow-18 {
  background-color: #ffd98b;
}

.bg-lighten-yellow-19 {
  background-color: #ffdb90;
}

.bg-lighten-yellow-20 {
  background-color: #ffdc95;
}

.bg-lighten-yellow-21 {
  background-color: #ffde9a;
}

.bg-lighten-yellow-22 {
  background-color: #ffe09f;
}

.bg-lighten-yellow-23 {
  background-color: #ffe1a4;
}

.bg-lighten-yellow-24 {
  background-color: #ffe3a9;
}

.bg-lighten-yellow-25 {
  background-color: #ffe5af;
}

.bg-lighten-yellow-26 {
  background-color: #ffe6b4;
}

.bg-lighten-yellow-27 {
  background-color: #ffe8b9;
}

.bg-lighten-yellow-28 {
  background-color: #ffeabe;
}

.bg-lighten-yellow-29 {
  background-color: #ffebc3;
}

.bg-lighten-yellow-30 {
  background-color: #ffedc8;
}

.bg-lighten-yellow-31 {
  background-color: #ffefcd;
}

.bg-lighten-yellow-32 {
  background-color: #fff0d2;
}

.bg-lighten-yellow-33 {
  background-color: #fff2d7;
}

.bg-lighten-yellow-34 {
  background-color: #fff4dc;
}

.bg-lighten-yellow-35 {
  background-color: #fff5e2;
}

.bg-lighten-yellow-36 {
  background-color: #fff7e7;
}

.bg-lighten-yellow-37 {
  background-color: #fff9ec;
}

.bg-lighten-yellow-38 {
  background-color: #fffaf1;
}

.bg-lighten-yellow-39 {
  background-color: #fffcf6;
}

.bg-lighten-yellow-40 {
  background-color: #fffefb;
}

.bg-lighten-yellow-41 {
  background-color: white;
}

.bg-lighten-yellow-42 {
  background-color: white;
}

.bg-lighten-yellow-43 {
  background-color: white;
}

.bg-lighten-yellow-44 {
  background-color: white;
}

.bg-lighten-yellow-45 {
  background-color: white;
}

.bg-lighten-yellow-46 {
  background-color: white;
}

.bg-lighten-yellow-47 {
  background-color: white;
}

.bg-lighten-yellow-48 {
  background-color: white;
}

.bg-lighten-yellow-49 {
  background-color: white;
}

.bg-lighten-yellow-50 {
  background-color: white;
}

.bg-lighten-yellow-51 {
  background-color: white;
}

.bg-lighten-yellow-52 {
  background-color: white;
}

.bg-lighten-yellow-53 {
  background-color: white;
}

.bg-lighten-yellow-54 {
  background-color: white;
}

.bg-lighten-yellow-55 {
  background-color: white;
}

.bg-lighten-yellow-56 {
  background-color: white;
}

.bg-lighten-yellow-57 {
  background-color: white;
}

.bg-lighten-yellow-58 {
  background-color: white;
}

.bg-lighten-yellow-59 {
  background-color: white;
}

.bg-lighten-yellow-60 {
  background-color: white;
}

.bg-lighten-yellow-61 {
  background-color: white;
}

.bg-lighten-yellow-62 {
  background-color: white;
}

.bg-lighten-yellow-63 {
  background-color: white;
}

.bg-lighten-yellow-64 {
  background-color: white;
}

.bg-lighten-yellow-65 {
  background-color: white;
}

.bg-lighten-yellow-66 {
  background-color: white;
}

.bg-lighten-yellow-67 {
  background-color: white;
}

.bg-lighten-yellow-68 {
  background-color: white;
}

.bg-lighten-yellow-69 {
  background-color: white;
}

.bg-lighten-yellow-70 {
  background-color: white;
}

.bg-lighten-yellow-71 {
  background-color: white;
}

.bg-lighten-yellow-72 {
  background-color: white;
}

.bg-lighten-yellow-73 {
  background-color: white;
}

.bg-lighten-yellow-74 {
  background-color: white;
}

.bg-lighten-yellow-75 {
  background-color: white;
}

.bg-lighten-yellow-76 {
  background-color: white;
}

.bg-lighten-yellow-77 {
  background-color: white;
}

.bg-lighten-yellow-78 {
  background-color: white;
}

.bg-lighten-yellow-79 {
  background-color: white;
}

.bg-lighten-yellow-80 {
  background-color: white;
}

.bg-lighten-yellow-81 {
  background-color: white;
}

.bg-lighten-yellow-82 {
  background-color: white;
}

.bg-lighten-yellow-83 {
  background-color: white;
}

.bg-lighten-yellow-84 {
  background-color: white;
}

.bg-lighten-yellow-85 {
  background-color: white;
}

.bg-lighten-yellow-86 {
  background-color: white;
}

.bg-lighten-yellow-87 {
  background-color: white;
}

.bg-lighten-yellow-88 {
  background-color: white;
}

.bg-lighten-yellow-89 {
  background-color: white;
}

.bg-lighten-yellow-90 {
  background-color: white;
}

.bg-lighten-yellow-91 {
  background-color: white;
}

.bg-lighten-yellow-92 {
  background-color: white;
}

.bg-lighten-yellow-93 {
  background-color: white;
}

.bg-lighten-yellow-94 {
  background-color: white;
}

.bg-lighten-yellow-95 {
  background-color: white;
}

.bg-lighten-yellow-96 {
  background-color: white;
}

.bg-lighten-yellow-97 {
  background-color: white;
}

.bg-lighten-yellow-98 {
  background-color: white;
}

.bg-lighten-yellow-99 {
  background-color: white;
}

.bg-lighten-yellow-100 {
  background-color: white;
}

.bg-blue {
  background-color: #0087DE;
}

.bg-opacy-blue-1 {
  background-color: rgba(0, 135, 222, 0.1);
}

.bg-opacy-blue-2 {
  background-color: rgba(0, 135, 222, 0.2);
}

.bg-opacy-blue-3 {
  background-color: rgba(0, 135, 222, 0.3);
}

.bg-opacy-blue-4 {
  background-color: rgba(0, 135, 222, 0.4);
}

.bg-opacy-blue-5 {
  background-color: rgba(0, 135, 222, 0.5);
}

.bg-opacy-blue-6 {
  background-color: rgba(0, 135, 222, 0.6);
}

.bg-opacy-blue-7 {
  background-color: rgba(0, 135, 222, 0.7);
}

.bg-opacy-blue-8 {
  background-color: rgba(0, 135, 222, 0.8);
}

.bg-opacy-blue-9 {
  background-color: rgba(0, 135, 222, 0.9);
}

.bg-opacy-blue-10 {
  background-color: #0087de;
}

.bg-opacy-blue-11 {
  background-color: #0087de;
}

.bg-lighten-blue-1 {
  background-color: #008ae3;
}

.bg-lighten-blue-2 {
  background-color: #008de8;
}

.bg-lighten-blue-3 {
  background-color: #0090ed;
}

.bg-lighten-blue-4 {
  background-color: #0093f2;
}

.bg-lighten-blue-5 {
  background-color: #0097f8;
}

.bg-lighten-blue-6 {
  background-color: #009afd;
}

.bg-lighten-blue-7 {
  background-color: #039cff;
}

.bg-lighten-blue-8 {
  background-color: #089eff;
}

.bg-lighten-blue-9 {
  background-color: #0da0ff;
}

.bg-lighten-blue-10 {
  background-color: #12a2ff;
}

.bg-lighten-blue-11 {
  background-color: #17a4ff;
}

.bg-lighten-blue-12 {
  background-color: #1ca6ff;
}

.bg-lighten-blue-13 {
  background-color: #21a8ff;
}

.bg-lighten-blue-14 {
  background-color: #26aaff;
}

.bg-lighten-blue-15 {
  background-color: #2cacff;
}

.bg-lighten-blue-16 {
  background-color: #31aeff;
}

.bg-lighten-blue-17 {
  background-color: #36b0ff;
}

.bg-lighten-blue-18 {
  background-color: #3bb2ff;
}

.bg-lighten-blue-19 {
  background-color: #40b4ff;
}

.bg-lighten-blue-20 {
  background-color: #45b6ff;
}

.bg-lighten-blue-21 {
  background-color: #4ab8ff;
}

.bg-lighten-blue-22 {
  background-color: #4fbaff;
}

.bg-lighten-blue-23 {
  background-color: #54bcff;
}

.bg-lighten-blue-24 {
  background-color: #59beff;
}

.bg-lighten-blue-25 {
  background-color: #5fc0ff;
}

.bg-lighten-blue-26 {
  background-color: #64c2ff;
}

.bg-lighten-blue-27 {
  background-color: #69c4ff;
}

.bg-lighten-blue-28 {
  background-color: #6ec6ff;
}

.bg-lighten-blue-29 {
  background-color: #73c8ff;
}

.bg-lighten-blue-30 {
  background-color: #78caff;
}

.bg-lighten-blue-31 {
  background-color: #7dccff;
}

.bg-lighten-blue-32 {
  background-color: #82ceff;
}

.bg-lighten-blue-33 {
  background-color: #87d0ff;
}

.bg-lighten-blue-34 {
  background-color: #8cd2ff;
}

.bg-lighten-blue-35 {
  background-color: #92d4ff;
}

.bg-lighten-blue-36 {
  background-color: #97d6ff;
}

.bg-lighten-blue-37 {
  background-color: #9cd8ff;
}

.bg-lighten-blue-38 {
  background-color: #a1daff;
}

.bg-lighten-blue-39 {
  background-color: #a6dcff;
}

.bg-lighten-blue-40 {
  background-color: #abdeff;
}

.bg-lighten-blue-41 {
  background-color: #b0e0ff;
}

.bg-lighten-blue-42 {
  background-color: #b5e2ff;
}

.bg-lighten-blue-43 {
  background-color: #bae4ff;
}

.bg-lighten-blue-44 {
  background-color: #bfe6ff;
}

.bg-lighten-blue-45 {
  background-color: #c5e8ff;
}

.bg-lighten-blue-46 {
  background-color: #caeaff;
}

.bg-lighten-blue-47 {
  background-color: #cfecff;
}

.bg-lighten-blue-48 {
  background-color: #d4eeff;
}

.bg-lighten-blue-49 {
  background-color: #d9f0ff;
}

.bg-lighten-blue-50 {
  background-color: #def2ff;
}

.bg-lighten-blue-51 {
  background-color: #e3f4ff;
}

.bg-lighten-blue-52 {
  background-color: #e8f6ff;
}

.bg-lighten-blue-53 {
  background-color: #edf8ff;
}

.bg-lighten-blue-54 {
  background-color: #f2faff;
}

.bg-lighten-blue-55 {
  background-color: #f8fcff;
}

.bg-lighten-blue-56 {
  background-color: #fdfeff;
}

.bg-lighten-blue-57 {
  background-color: white;
}

.bg-lighten-blue-58 {
  background-color: white;
}

.bg-lighten-blue-59 {
  background-color: white;
}

.bg-lighten-blue-60 {
  background-color: white;
}

.bg-lighten-blue-61 {
  background-color: white;
}

.bg-lighten-blue-62 {
  background-color: white;
}

.bg-lighten-blue-63 {
  background-color: white;
}

.bg-lighten-blue-64 {
  background-color: white;
}

.bg-lighten-blue-65 {
  background-color: white;
}

.bg-lighten-blue-66 {
  background-color: white;
}

.bg-lighten-blue-67 {
  background-color: white;
}

.bg-lighten-blue-68 {
  background-color: white;
}

.bg-lighten-blue-69 {
  background-color: white;
}

.bg-lighten-blue-70 {
  background-color: white;
}

.bg-lighten-blue-71 {
  background-color: white;
}

.bg-lighten-blue-72 {
  background-color: white;
}

.bg-lighten-blue-73 {
  background-color: white;
}

.bg-lighten-blue-74 {
  background-color: white;
}

.bg-lighten-blue-75 {
  background-color: white;
}

.bg-lighten-blue-76 {
  background-color: white;
}

.bg-lighten-blue-77 {
  background-color: white;
}

.bg-lighten-blue-78 {
  background-color: white;
}

.bg-lighten-blue-79 {
  background-color: white;
}

.bg-lighten-blue-80 {
  background-color: white;
}

.bg-lighten-blue-81 {
  background-color: white;
}

.bg-lighten-blue-82 {
  background-color: white;
}

.bg-lighten-blue-83 {
  background-color: white;
}

.bg-lighten-blue-84 {
  background-color: white;
}

.bg-lighten-blue-85 {
  background-color: white;
}

.bg-lighten-blue-86 {
  background-color: white;
}

.bg-lighten-blue-87 {
  background-color: white;
}

.bg-lighten-blue-88 {
  background-color: white;
}

.bg-lighten-blue-89 {
  background-color: white;
}

.bg-lighten-blue-90 {
  background-color: white;
}

.bg-lighten-blue-91 {
  background-color: white;
}

.bg-lighten-blue-92 {
  background-color: white;
}

.bg-lighten-blue-93 {
  background-color: white;
}

.bg-lighten-blue-94 {
  background-color: white;
}

.bg-lighten-blue-95 {
  background-color: white;
}

.bg-lighten-blue-96 {
  background-color: white;
}

.bg-lighten-blue-97 {
  background-color: white;
}

.bg-lighten-blue-98 {
  background-color: white;
}

.bg-lighten-blue-99 {
  background-color: white;
}

.bg-lighten-blue-100 {
  background-color: white;
}

.bg-lightblue {
  background-color: #99CDFF;
}

.bg-opacy-lightblue-1 {
  background-color: rgba(153, 205, 255, 0.1);
}

.bg-opacy-lightblue-2 {
  background-color: rgba(153, 205, 255, 0.2);
}

.bg-opacy-lightblue-3 {
  background-color: rgba(153, 205, 255, 0.3);
}

.bg-opacy-lightblue-4 {
  background-color: rgba(153, 205, 255, 0.4);
}

.bg-opacy-lightblue-5 {
  background-color: rgba(153, 205, 255, 0.5);
}

.bg-opacy-lightblue-6 {
  background-color: rgba(153, 205, 255, 0.6);
}

.bg-opacy-lightblue-7 {
  background-color: rgba(153, 205, 255, 0.7);
}

.bg-opacy-lightblue-8 {
  background-color: rgba(153, 205, 255, 0.8);
}

.bg-opacy-lightblue-9 {
  background-color: rgba(153, 205, 255, 0.9);
}

.bg-opacy-lightblue-10 {
  background-color: #99cdff;
}

.bg-opacy-lightblue-11 {
  background-color: #99cdff;
}

.bg-lighten-lightblue-1 {
  background-color: #9ed0ff;
}

.bg-lighten-lightblue-2 {
  background-color: #a3d2ff;
}

.bg-lighten-lightblue-3 {
  background-color: #a8d5ff;
}

.bg-lighten-lightblue-4 {
  background-color: #add7ff;
}

.bg-lighten-lightblue-5 {
  background-color: #b3daff;
}

.bg-lighten-lightblue-6 {
  background-color: #b8dcff;
}

.bg-lighten-lightblue-7 {
  background-color: #bddfff;
}

.bg-lighten-lightblue-8 {
  background-color: #c2e1ff;
}

.bg-lighten-lightblue-9 {
  background-color: #c7e4ff;
}

.bg-lighten-lightblue-10 {
  background-color: #cce6ff;
}

.bg-lighten-lightblue-11 {
  background-color: #d1e9ff;
}

.bg-lighten-lightblue-12 {
  background-color: #d6ebff;
}

.bg-lighten-lightblue-13 {
  background-color: #dbeeff;
}

.bg-lighten-lightblue-14 {
  background-color: #e0f0ff;
}

.bg-lighten-lightblue-15 {
  background-color: #e6f3ff;
}

.bg-lighten-lightblue-16 {
  background-color: #ebf5ff;
}

.bg-lighten-lightblue-17 {
  background-color: aliceblue;
}

.bg-lighten-lightblue-18 {
  background-color: #f5faff;
}

.bg-lighten-lightblue-19 {
  background-color: #fafdff;
}

.bg-lighten-lightblue-20 {
  background-color: white;
}

.bg-lighten-lightblue-21 {
  background-color: white;
}

.bg-lighten-lightblue-22 {
  background-color: white;
}

.bg-lighten-lightblue-23 {
  background-color: white;
}

.bg-lighten-lightblue-24 {
  background-color: white;
}

.bg-lighten-lightblue-25 {
  background-color: white;
}

.bg-lighten-lightblue-26 {
  background-color: white;
}

.bg-lighten-lightblue-27 {
  background-color: white;
}

.bg-lighten-lightblue-28 {
  background-color: white;
}

.bg-lighten-lightblue-29 {
  background-color: white;
}

.bg-lighten-lightblue-30 {
  background-color: white;
}

.bg-lighten-lightblue-31 {
  background-color: white;
}

.bg-lighten-lightblue-32 {
  background-color: white;
}

.bg-lighten-lightblue-33 {
  background-color: white;
}

.bg-lighten-lightblue-34 {
  background-color: white;
}

.bg-lighten-lightblue-35 {
  background-color: white;
}

.bg-lighten-lightblue-36 {
  background-color: white;
}

.bg-lighten-lightblue-37 {
  background-color: white;
}

.bg-lighten-lightblue-38 {
  background-color: white;
}

.bg-lighten-lightblue-39 {
  background-color: white;
}

.bg-lighten-lightblue-40 {
  background-color: white;
}

.bg-lighten-lightblue-41 {
  background-color: white;
}

.bg-lighten-lightblue-42 {
  background-color: white;
}

.bg-lighten-lightblue-43 {
  background-color: white;
}

.bg-lighten-lightblue-44 {
  background-color: white;
}

.bg-lighten-lightblue-45 {
  background-color: white;
}

.bg-lighten-lightblue-46 {
  background-color: white;
}

.bg-lighten-lightblue-47 {
  background-color: white;
}

.bg-lighten-lightblue-48 {
  background-color: white;
}

.bg-lighten-lightblue-49 {
  background-color: white;
}

.bg-lighten-lightblue-50 {
  background-color: white;
}

.bg-lighten-lightblue-51 {
  background-color: white;
}

.bg-lighten-lightblue-52 {
  background-color: white;
}

.bg-lighten-lightblue-53 {
  background-color: white;
}

.bg-lighten-lightblue-54 {
  background-color: white;
}

.bg-lighten-lightblue-55 {
  background-color: white;
}

.bg-lighten-lightblue-56 {
  background-color: white;
}

.bg-lighten-lightblue-57 {
  background-color: white;
}

.bg-lighten-lightblue-58 {
  background-color: white;
}

.bg-lighten-lightblue-59 {
  background-color: white;
}

.bg-lighten-lightblue-60 {
  background-color: white;
}

.bg-lighten-lightblue-61 {
  background-color: white;
}

.bg-lighten-lightblue-62 {
  background-color: white;
}

.bg-lighten-lightblue-63 {
  background-color: white;
}

.bg-lighten-lightblue-64 {
  background-color: white;
}

.bg-lighten-lightblue-65 {
  background-color: white;
}

.bg-lighten-lightblue-66 {
  background-color: white;
}

.bg-lighten-lightblue-67 {
  background-color: white;
}

.bg-lighten-lightblue-68 {
  background-color: white;
}

.bg-lighten-lightblue-69 {
  background-color: white;
}

.bg-lighten-lightblue-70 {
  background-color: white;
}

.bg-lighten-lightblue-71 {
  background-color: white;
}

.bg-lighten-lightblue-72 {
  background-color: white;
}

.bg-lighten-lightblue-73 {
  background-color: white;
}

.bg-lighten-lightblue-74 {
  background-color: white;
}

.bg-lighten-lightblue-75 {
  background-color: white;
}

.bg-lighten-lightblue-76 {
  background-color: white;
}

.bg-lighten-lightblue-77 {
  background-color: white;
}

.bg-lighten-lightblue-78 {
  background-color: white;
}

.bg-lighten-lightblue-79 {
  background-color: white;
}

.bg-lighten-lightblue-80 {
  background-color: white;
}

.bg-lighten-lightblue-81 {
  background-color: white;
}

.bg-lighten-lightblue-82 {
  background-color: white;
}

.bg-lighten-lightblue-83 {
  background-color: white;
}

.bg-lighten-lightblue-84 {
  background-color: white;
}

.bg-lighten-lightblue-85 {
  background-color: white;
}

.bg-lighten-lightblue-86 {
  background-color: white;
}

.bg-lighten-lightblue-87 {
  background-color: white;
}

.bg-lighten-lightblue-88 {
  background-color: white;
}

.bg-lighten-lightblue-89 {
  background-color: white;
}

.bg-lighten-lightblue-90 {
  background-color: white;
}

.bg-lighten-lightblue-91 {
  background-color: white;
}

.bg-lighten-lightblue-92 {
  background-color: white;
}

.bg-lighten-lightblue-93 {
  background-color: white;
}

.bg-lighten-lightblue-94 {
  background-color: white;
}

.bg-lighten-lightblue-95 {
  background-color: white;
}

.bg-lighten-lightblue-96 {
  background-color: white;
}

.bg-lighten-lightblue-97 {
  background-color: white;
}

.bg-lighten-lightblue-98 {
  background-color: white;
}

.bg-lighten-lightblue-99 {
  background-color: white;
}

.bg-lighten-lightblue-100 {
  background-color: white;
}

.bg-navy {
  background-color: #006A9E;
}

.bg-opacy-navy-1 {
  background-color: rgba(0, 106, 158, 0.1);
}

.bg-opacy-navy-2 {
  background-color: rgba(0, 106, 158, 0.2);
}

.bg-opacy-navy-3 {
  background-color: rgba(0, 106, 158, 0.3);
}

.bg-opacy-navy-4 {
  background-color: rgba(0, 106, 158, 0.4);
}

.bg-opacy-navy-5 {
  background-color: rgba(0, 106, 158, 0.5);
}

.bg-opacy-navy-6 {
  background-color: rgba(0, 106, 158, 0.6);
}

.bg-opacy-navy-7 {
  background-color: rgba(0, 106, 158, 0.7);
}

.bg-opacy-navy-8 {
  background-color: rgba(0, 106, 158, 0.8);
}

.bg-opacy-navy-9 {
  background-color: rgba(0, 106, 158, 0.9);
}

.bg-opacy-navy-10 {
  background-color: #006a9e;
}

.bg-opacy-navy-11 {
  background-color: #006a9e;
}

.bg-lighten-navy-1 {
  background-color: #006da3;
}

.bg-lighten-navy-2 {
  background-color: #0071a8;
}

.bg-lighten-navy-3 {
  background-color: #0074ad;
}

.bg-lighten-navy-4 {
  background-color: #0078b2;
}

.bg-lighten-navy-5 {
  background-color: #007bb8;
}

.bg-lighten-navy-6 {
  background-color: #007fbd;
}

.bg-lighten-navy-7 {
  background-color: #0082c2;
}

.bg-lighten-navy-8 {
  background-color: #0085c7;
}

.bg-lighten-navy-9 {
  background-color: #0089cc;
}

.bg-lighten-navy-10 {
  background-color: #008cd1;
}

.bg-lighten-navy-11 {
  background-color: #0090d6;
}

.bg-lighten-navy-12 {
  background-color: #0093db;
}

.bg-lighten-navy-13 {
  background-color: #0096e0;
}

.bg-lighten-navy-14 {
  background-color: #009ae5;
}

.bg-lighten-navy-15 {
  background-color: #009deb;
}

.bg-lighten-navy-16 {
  background-color: #00a1f0;
}

.bg-lighten-navy-17 {
  background-color: #00a4f5;
}

.bg-lighten-navy-18 {
  background-color: #00a8fa;
}

.bg-lighten-navy-19 {
  background-color: #00abff;
}

.bg-lighten-navy-20 {
  background-color: #05adff;
}

.bg-lighten-navy-21 {
  background-color: #0aaeff;
}

.bg-lighten-navy-22 {
  background-color: #0fb0ff;
}

.bg-lighten-navy-23 {
  background-color: #14b2ff;
}

.bg-lighten-navy-24 {
  background-color: #19b3ff;
}

.bg-lighten-navy-25 {
  background-color: #1fb5ff;
}

.bg-lighten-navy-26 {
  background-color: #24b7ff;
}

.bg-lighten-navy-27 {
  background-color: #29b8ff;
}

.bg-lighten-navy-28 {
  background-color: #2ebaff;
}

.bg-lighten-navy-29 {
  background-color: #33bcff;
}

.bg-lighten-navy-30 {
  background-color: #38beff;
}

.bg-lighten-navy-31 {
  background-color: #3dbfff;
}

.bg-lighten-navy-32 {
  background-color: #42c1ff;
}

.bg-lighten-navy-33 {
  background-color: #47c3ff;
}

.bg-lighten-navy-34 {
  background-color: #4cc4ff;
}

.bg-lighten-navy-35 {
  background-color: #52c6ff;
}

.bg-lighten-navy-36 {
  background-color: #57c8ff;
}

.bg-lighten-navy-37 {
  background-color: #5cc9ff;
}

.bg-lighten-navy-38 {
  background-color: #61cbff;
}

.bg-lighten-navy-39 {
  background-color: #66cdff;
}

.bg-lighten-navy-40 {
  background-color: #6bceff;
}

.bg-lighten-navy-41 {
  background-color: #70d0ff;
}

.bg-lighten-navy-42 {
  background-color: #75d2ff;
}

.bg-lighten-navy-43 {
  background-color: #7ad3ff;
}

.bg-lighten-navy-44 {
  background-color: #7fd5ff;
}

.bg-lighten-navy-45 {
  background-color: #85d7ff;
}

.bg-lighten-navy-46 {
  background-color: #8ad8ff;
}

.bg-lighten-navy-47 {
  background-color: #8fdaff;
}

.bg-lighten-navy-48 {
  background-color: #94dcff;
}

.bg-lighten-navy-49 {
  background-color: #99ddff;
}

.bg-lighten-navy-50 {
  background-color: #9edfff;
}

.bg-lighten-navy-51 {
  background-color: #a3e1ff;
}

.bg-lighten-navy-52 {
  background-color: #a8e2ff;
}

.bg-lighten-navy-53 {
  background-color: #ade4ff;
}

.bg-lighten-navy-54 {
  background-color: #b2e6ff;
}

.bg-lighten-navy-55 {
  background-color: #b8e7ff;
}

.bg-lighten-navy-56 {
  background-color: #bde9ff;
}

.bg-lighten-navy-57 {
  background-color: #c2ebff;
}

.bg-lighten-navy-58 {
  background-color: #c7edff;
}

.bg-lighten-navy-59 {
  background-color: #cceeff;
}

.bg-lighten-navy-60 {
  background-color: #d1f0ff;
}

.bg-lighten-navy-61 {
  background-color: #d6f2ff;
}

.bg-lighten-navy-62 {
  background-color: #dbf3ff;
}

.bg-lighten-navy-63 {
  background-color: #e0f5ff;
}

.bg-lighten-navy-64 {
  background-color: #e5f7ff;
}

.bg-lighten-navy-65 {
  background-color: #ebf8ff;
}

.bg-lighten-navy-66 {
  background-color: #f0faff;
}

.bg-lighten-navy-67 {
  background-color: #f5fcff;
}

.bg-lighten-navy-68 {
  background-color: #fafdff;
}

.bg-lighten-navy-69 {
  background-color: white;
}

.bg-lighten-navy-70 {
  background-color: white;
}

.bg-lighten-navy-71 {
  background-color: white;
}

.bg-lighten-navy-72 {
  background-color: white;
}

.bg-lighten-navy-73 {
  background-color: white;
}

.bg-lighten-navy-74 {
  background-color: white;
}

.bg-lighten-navy-75 {
  background-color: white;
}

.bg-lighten-navy-76 {
  background-color: white;
}

.bg-lighten-navy-77 {
  background-color: white;
}

.bg-lighten-navy-78 {
  background-color: white;
}

.bg-lighten-navy-79 {
  background-color: white;
}

.bg-lighten-navy-80 {
  background-color: white;
}

.bg-lighten-navy-81 {
  background-color: white;
}

.bg-lighten-navy-82 {
  background-color: white;
}

.bg-lighten-navy-83 {
  background-color: white;
}

.bg-lighten-navy-84 {
  background-color: white;
}

.bg-lighten-navy-85 {
  background-color: white;
}

.bg-lighten-navy-86 {
  background-color: white;
}

.bg-lighten-navy-87 {
  background-color: white;
}

.bg-lighten-navy-88 {
  background-color: white;
}

.bg-lighten-navy-89 {
  background-color: white;
}

.bg-lighten-navy-90 {
  background-color: white;
}

.bg-lighten-navy-91 {
  background-color: white;
}

.bg-lighten-navy-92 {
  background-color: white;
}

.bg-lighten-navy-93 {
  background-color: white;
}

.bg-lighten-navy-94 {
  background-color: white;
}

.bg-lighten-navy-95 {
  background-color: white;
}

.bg-lighten-navy-96 {
  background-color: white;
}

.bg-lighten-navy-97 {
  background-color: white;
}

.bg-lighten-navy-98 {
  background-color: white;
}

.bg-lighten-navy-99 {
  background-color: white;
}

.bg-lighten-navy-100 {
  background-color: white;
}

.bg-green {
  background-color: #28A745;
}

.bg-opacy-green-1 {
  background-color: rgba(40, 167, 69, 0.1);
}

.bg-opacy-green-2 {
  background-color: rgba(40, 167, 69, 0.2);
}

.bg-opacy-green-3 {
  background-color: rgba(40, 167, 69, 0.3);
}

.bg-opacy-green-4 {
  background-color: rgba(40, 167, 69, 0.4);
}

.bg-opacy-green-5 {
  background-color: rgba(40, 167, 69, 0.5);
}

.bg-opacy-green-6 {
  background-color: rgba(40, 167, 69, 0.6);
}

.bg-opacy-green-7 {
  background-color: rgba(40, 167, 69, 0.7);
}

.bg-opacy-green-8 {
  background-color: rgba(40, 167, 69, 0.8);
}

.bg-opacy-green-9 {
  background-color: rgba(40, 167, 69, 0.9);
}

.bg-opacy-green-10 {
  background-color: #28a745;
}

.bg-opacy-green-11 {
  background-color: #28a745;
}

.bg-lighten-green-1 {
  background-color: #29ab47;
}

.bg-lighten-green-2 {
  background-color: #2aaf48;
}

.bg-lighten-green-3 {
  background-color: #2bb34a;
}

.bg-lighten-green-4 {
  background-color: #2cb74c;
}

.bg-lighten-green-5 {
  background-color: #2dbc4e;
}

.bg-lighten-green-6 {
  background-color: #2ec04f;
}

.bg-lighten-green-7 {
  background-color: #2fc451;
}

.bg-lighten-green-8 {
  background-color: #30c853;
}

.bg-lighten-green-9 {
  background-color: #31cc54;
}

.bg-lighten-green-10 {
  background-color: #34ce57;
}

.bg-lighten-green-11 {
  background-color: #38cf5a;
}

.bg-lighten-green-12 {
  background-color: #3cd05e;
}

.bg-lighten-green-13 {
  background-color: #40d161;
}

.bg-lighten-green-14 {
  background-color: #44d265;
}

.bg-lighten-green-15 {
  background-color: #48d368;
}

.bg-lighten-green-16 {
  background-color: #4cd46b;
}

.bg-lighten-green-17 {
  background-color: #50d56f;
}

.bg-lighten-green-18 {
  background-color: #55d672;
}

.bg-lighten-green-19 {
  background-color: #59d776;
}

.bg-lighten-green-20 {
  background-color: #5dd879;
}

.bg-lighten-green-21 {
  background-color: #61d97c;
}

.bg-lighten-green-22 {
  background-color: #65da80;
}

.bg-lighten-green-23 {
  background-color: #69db83;
}

.bg-lighten-green-24 {
  background-color: #6ddc87;
}

.bg-lighten-green-25 {
  background-color: #71dd8a;
}

.bg-lighten-green-26 {
  background-color: #76de8d;
}

.bg-lighten-green-27 {
  background-color: #7adf91;
}

.bg-lighten-green-28 {
  background-color: #7ee094;
}

.bg-lighten-green-29 {
  background-color: #82e198;
}

.bg-lighten-green-30 {
  background-color: #86e29b;
}

.bg-lighten-green-31 {
  background-color: #8ae39e;
}

.bg-lighten-green-32 {
  background-color: #8ee4a2;
}

.bg-lighten-green-33 {
  background-color: #92e5a5;
}

.bg-lighten-green-34 {
  background-color: #96e6a9;
}

.bg-lighten-green-35 {
  background-color: #9be7ac;
}

.bg-lighten-green-36 {
  background-color: #9fe8af;
}

.bg-lighten-green-37 {
  background-color: #a3e9b3;
}

.bg-lighten-green-38 {
  background-color: #a7eab6;
}

.bg-lighten-green-39 {
  background-color: #abebba;
}

.bg-lighten-green-40 {
  background-color: #afecbd;
}

.bg-lighten-green-41 {
  background-color: #b3edc0;
}

.bg-lighten-green-42 {
  background-color: #b7eec4;
}

.bg-lighten-green-43 {
  background-color: #bbefc7;
}

.bg-lighten-green-44 {
  background-color: #c0f0cb;
}

.bg-lighten-green-45 {
  background-color: #c4f1ce;
}

.bg-lighten-green-46 {
  background-color: #c8f2d1;
}

.bg-lighten-green-47 {
  background-color: #ccf3d5;
}

.bg-lighten-green-48 {
  background-color: #d0f4d8;
}

.bg-lighten-green-49 {
  background-color: #d4f5dc;
}

.bg-lighten-green-50 {
  background-color: #d8f6df;
}

.bg-lighten-green-51 {
  background-color: #dcf7e2;
}

.bg-lighten-green-52 {
  background-color: #e1f8e6;
}

.bg-lighten-green-53 {
  background-color: #e5f9e9;
}

.bg-lighten-green-54 {
  background-color: #e9faed;
}

.bg-lighten-green-55 {
  background-color: #edfbf0;
}

.bg-lighten-green-56 {
  background-color: #f1fcf3;
}

.bg-lighten-green-57 {
  background-color: #f5fdf7;
}

.bg-lighten-green-58 {
  background-color: #f9fefa;
}

.bg-lighten-green-59 {
  background-color: #fdfffe;
}

.bg-lighten-green-60 {
  background-color: white;
}

.bg-lighten-green-61 {
  background-color: white;
}

.bg-lighten-green-62 {
  background-color: white;
}

.bg-lighten-green-63 {
  background-color: white;
}

.bg-lighten-green-64 {
  background-color: white;
}

.bg-lighten-green-65 {
  background-color: white;
}

.bg-lighten-green-66 {
  background-color: white;
}

.bg-lighten-green-67 {
  background-color: white;
}

.bg-lighten-green-68 {
  background-color: white;
}

.bg-lighten-green-69 {
  background-color: white;
}

.bg-lighten-green-70 {
  background-color: white;
}

.bg-lighten-green-71 {
  background-color: white;
}

.bg-lighten-green-72 {
  background-color: white;
}

.bg-lighten-green-73 {
  background-color: white;
}

.bg-lighten-green-74 {
  background-color: white;
}

.bg-lighten-green-75 {
  background-color: white;
}

.bg-lighten-green-76 {
  background-color: white;
}

.bg-lighten-green-77 {
  background-color: white;
}

.bg-lighten-green-78 {
  background-color: white;
}

.bg-lighten-green-79 {
  background-color: white;
}

.bg-lighten-green-80 {
  background-color: white;
}

.bg-lighten-green-81 {
  background-color: white;
}

.bg-lighten-green-82 {
  background-color: white;
}

.bg-lighten-green-83 {
  background-color: white;
}

.bg-lighten-green-84 {
  background-color: white;
}

.bg-lighten-green-85 {
  background-color: white;
}

.bg-lighten-green-86 {
  background-color: white;
}

.bg-lighten-green-87 {
  background-color: white;
}

.bg-lighten-green-88 {
  background-color: white;
}

.bg-lighten-green-89 {
  background-color: white;
}

.bg-lighten-green-90 {
  background-color: white;
}

.bg-lighten-green-91 {
  background-color: white;
}

.bg-lighten-green-92 {
  background-color: white;
}

.bg-lighten-green-93 {
  background-color: white;
}

.bg-lighten-green-94 {
  background-color: white;
}

.bg-lighten-green-95 {
  background-color: white;
}

.bg-lighten-green-96 {
  background-color: white;
}

.bg-lighten-green-97 {
  background-color: white;
}

.bg-lighten-green-98 {
  background-color: white;
}

.bg-lighten-green-99 {
  background-color: white;
}

.bg-lighten-green-100 {
  background-color: white;
}

.bg-info {
  background-color: #17A2B8;
}

.bg-opacy-info-1 {
  background-color: rgba(23, 162, 184, 0.1);
}

.bg-opacy-info-2 {
  background-color: rgba(23, 162, 184, 0.2);
}

.bg-opacy-info-3 {
  background-color: rgba(23, 162, 184, 0.3);
}

.bg-opacy-info-4 {
  background-color: rgba(23, 162, 184, 0.4);
}

.bg-opacy-info-5 {
  background-color: rgba(23, 162, 184, 0.5);
}

.bg-opacy-info-6 {
  background-color: rgba(23, 162, 184, 0.6);
}

.bg-opacy-info-7 {
  background-color: rgba(23, 162, 184, 0.7);
}

.bg-opacy-info-8 {
  background-color: rgba(23, 162, 184, 0.8);
}

.bg-opacy-info-9 {
  background-color: rgba(23, 162, 184, 0.9);
}

.bg-opacy-info-10 {
  background-color: #17a2b8;
}

.bg-opacy-info-11 {
  background-color: #17a2b8;
}

.bg-lighten-info-1 {
  background-color: #18a6bd;
}

.bg-lighten-info-2 {
  background-color: #18aac1;
}

.bg-lighten-info-3 {
  background-color: #19aec6;
}

.bg-lighten-info-4 {
  background-color: #19b2ca;
}

.bg-lighten-info-5 {
  background-color: #1ab6cf;
}

.bg-lighten-info-6 {
  background-color: #1abad3;
}

.bg-lighten-info-7 {
  background-color: #1bbed8;
}

.bg-lighten-info-8 {
  background-color: #1cc2dc;
}

.bg-lighten-info-9 {
  background-color: #1cc6e1;
}

.bg-lighten-info-10 {
  background-color: #1fc8e3;
}

.bg-lighten-info-11 {
  background-color: #24c9e4;
}

.bg-lighten-info-12 {
  background-color: #28cae4;
}

.bg-lighten-info-13 {
  background-color: #2dcce5;
}

.bg-lighten-info-14 {
  background-color: #31cde5;
}

.bg-lighten-info-15 {
  background-color: #36cee6;
}

.bg-lighten-info-16 {
  background-color: #3acfe6;
}

.bg-lighten-info-17 {
  background-color: #3fd0e7;
}

.bg-lighten-info-18 {
  background-color: #43d1e8;
}

.bg-lighten-info-19 {
  background-color: #48d2e8;
}

.bg-lighten-info-20 {
  background-color: #4cd3e9;
}

.bg-lighten-info-21 {
  background-color: #51d4e9;
}

.bg-lighten-info-22 {
  background-color: #55d6ea;
}

.bg-lighten-info-23 {
  background-color: #5ad7ea;
}

.bg-lighten-info-24 {
  background-color: #5ed8eb;
}

.bg-lighten-info-25 {
  background-color: #63d9ec;
}

.bg-lighten-info-26 {
  background-color: #68daec;
}

.bg-lighten-info-27 {
  background-color: #6cdbed;
}

.bg-lighten-info-28 {
  background-color: #71dced;
}

.bg-lighten-info-29 {
  background-color: #75ddee;
}

.bg-lighten-info-30 {
  background-color: #7adeee;
}

.bg-lighten-info-31 {
  background-color: #7ee0ef;
}

.bg-lighten-info-32 {
  background-color: #83e1ef;
}

.bg-lighten-info-33 {
  background-color: #87e2f0;
}

.bg-lighten-info-34 {
  background-color: #8ce3f1;
}

.bg-lighten-info-35 {
  background-color: #90e4f1;
}

.bg-lighten-info-36 {
  background-color: #95e5f2;
}

.bg-lighten-info-37 {
  background-color: #99e6f2;
}

.bg-lighten-info-38 {
  background-color: #9ee7f3;
}

.bg-lighten-info-39 {
  background-color: #a2e8f3;
}

.bg-lighten-info-40 {
  background-color: #a7e9f4;
}

.bg-lighten-info-41 {
  background-color: #acebf5;
}

.bg-lighten-info-42 {
  background-color: #b0ecf5;
}

.bg-lighten-info-43 {
  background-color: #b5edf6;
}

.bg-lighten-info-44 {
  background-color: #b9eef6;
}

.bg-lighten-info-45 {
  background-color: #beeff7;
}

.bg-lighten-info-46 {
  background-color: #c2f0f7;
}

.bg-lighten-info-47 {
  background-color: #c7f1f8;
}

.bg-lighten-info-48 {
  background-color: #cbf2f9;
}

.bg-lighten-info-49 {
  background-color: #d0f3f9;
}

.bg-lighten-info-50 {
  background-color: #d4f5fa;
}

.bg-lighten-info-51 {
  background-color: #d9f6fa;
}

.bg-lighten-info-52 {
  background-color: #ddf7fb;
}

.bg-lighten-info-53 {
  background-color: #e2f8fb;
}

.bg-lighten-info-54 {
  background-color: #e6f9fc;
}

.bg-lighten-info-55 {
  background-color: #ebfafd;
}

.bg-lighten-info-56 {
  background-color: #f0fbfd;
}

.bg-lighten-info-57 {
  background-color: #f4fcfe;
}

.bg-lighten-info-58 {
  background-color: #f9fdfe;
}

.bg-lighten-info-59 {
  background-color: #fdffff;
}

.bg-lighten-info-60 {
  background-color: white;
}

.bg-lighten-info-61 {
  background-color: white;
}

.bg-lighten-info-62 {
  background-color: white;
}

.bg-lighten-info-63 {
  background-color: white;
}

.bg-lighten-info-64 {
  background-color: white;
}

.bg-lighten-info-65 {
  background-color: white;
}

.bg-lighten-info-66 {
  background-color: white;
}

.bg-lighten-info-67 {
  background-color: white;
}

.bg-lighten-info-68 {
  background-color: white;
}

.bg-lighten-info-69 {
  background-color: white;
}

.bg-lighten-info-70 {
  background-color: white;
}

.bg-lighten-info-71 {
  background-color: white;
}

.bg-lighten-info-72 {
  background-color: white;
}

.bg-lighten-info-73 {
  background-color: white;
}

.bg-lighten-info-74 {
  background-color: white;
}

.bg-lighten-info-75 {
  background-color: white;
}

.bg-lighten-info-76 {
  background-color: white;
}

.bg-lighten-info-77 {
  background-color: white;
}

.bg-lighten-info-78 {
  background-color: white;
}

.bg-lighten-info-79 {
  background-color: white;
}

.bg-lighten-info-80 {
  background-color: white;
}

.bg-lighten-info-81 {
  background-color: white;
}

.bg-lighten-info-82 {
  background-color: white;
}

.bg-lighten-info-83 {
  background-color: white;
}

.bg-lighten-info-84 {
  background-color: white;
}

.bg-lighten-info-85 {
  background-color: white;
}

.bg-lighten-info-86 {
  background-color: white;
}

.bg-lighten-info-87 {
  background-color: white;
}

.bg-lighten-info-88 {
  background-color: white;
}

.bg-lighten-info-89 {
  background-color: white;
}

.bg-lighten-info-90 {
  background-color: white;
}

.bg-lighten-info-91 {
  background-color: white;
}

.bg-lighten-info-92 {
  background-color: white;
}

.bg-lighten-info-93 {
  background-color: white;
}

.bg-lighten-info-94 {
  background-color: white;
}

.bg-lighten-info-95 {
  background-color: white;
}

.bg-lighten-info-96 {
  background-color: white;
}

.bg-lighten-info-97 {
  background-color: white;
}

.bg-lighten-info-98 {
  background-color: white;
}

.bg-lighten-info-99 {
  background-color: white;
}

.bg-lighten-info-100 {
  background-color: white;
}

.bg-gold {
  background-color: #cc9900;
}

.bg-opacy-gold-1 {
  background-color: rgba(204, 153, 0, 0.1);
}

.bg-opacy-gold-2 {
  background-color: rgba(204, 153, 0, 0.2);
}

.bg-opacy-gold-3 {
  background-color: rgba(204, 153, 0, 0.3);
}

.bg-opacy-gold-4 {
  background-color: rgba(204, 153, 0, 0.4);
}

.bg-opacy-gold-5 {
  background-color: rgba(204, 153, 0, 0.5);
}

.bg-opacy-gold-6 {
  background-color: rgba(204, 153, 0, 0.6);
}

.bg-opacy-gold-7 {
  background-color: rgba(204, 153, 0, 0.7);
}

.bg-opacy-gold-8 {
  background-color: rgba(204, 153, 0, 0.8);
}

.bg-opacy-gold-9 {
  background-color: rgba(204, 153, 0, 0.9);
}

.bg-opacy-gold-10 {
  background-color: #cc9900;
}

.bg-opacy-gold-11 {
  background-color: #cc9900;
}

.bg-lighten-gold-1 {
  background-color: #d19d00;
}

.bg-lighten-gold-2 {
  background-color: #d6a100;
}

.bg-lighten-gold-3 {
  background-color: #dba400;
}

.bg-lighten-gold-4 {
  background-color: #e0a800;
}

.bg-lighten-gold-5 {
  background-color: #e6ac00;
}

.bg-lighten-gold-6 {
  background-color: #ebb000;
}

.bg-lighten-gold-7 {
  background-color: #f0b400;
}

.bg-lighten-gold-8 {
  background-color: #f5b800;
}

.bg-lighten-gold-9 {
  background-color: #fabb00;
}

.bg-lighten-gold-10 {
  background-color: #ffbf00;
}

.bg-lighten-gold-11 {
  background-color: #ffc105;
}

.bg-lighten-gold-12 {
  background-color: #ffc20a;
}

.bg-lighten-gold-13 {
  background-color: #ffc30f;
}

.bg-lighten-gold-14 {
  background-color: #ffc414;
}

.bg-lighten-gold-15 {
  background-color: #ffc61a;
}

.bg-lighten-gold-16 {
  background-color: #ffc71f;
}

.bg-lighten-gold-17 {
  background-color: #ffc824;
}

.bg-lighten-gold-18 {
  background-color: #ffc929;
}

.bg-lighten-gold-19 {
  background-color: #ffcb2e;
}

.bg-lighten-gold-20 {
  background-color: #ffcc33;
}

.bg-lighten-gold-21 {
  background-color: #ffcd38;
}

.bg-lighten-gold-22 {
  background-color: #ffcf3d;
}

.bg-lighten-gold-23 {
  background-color: #ffd042;
}

.bg-lighten-gold-24 {
  background-color: #ffd147;
}

.bg-lighten-gold-25 {
  background-color: #ffd24d;
}

.bg-lighten-gold-26 {
  background-color: #ffd452;
}

.bg-lighten-gold-27 {
  background-color: #ffd557;
}

.bg-lighten-gold-28 {
  background-color: #ffd65c;
}

.bg-lighten-gold-29 {
  background-color: #ffd761;
}

.bg-lighten-gold-30 {
  background-color: #ffd966;
}

.bg-lighten-gold-31 {
  background-color: #ffda6b;
}

.bg-lighten-gold-32 {
  background-color: #ffdb70;
}

.bg-lighten-gold-33 {
  background-color: #ffdd75;
}

.bg-lighten-gold-34 {
  background-color: #ffde7a;
}

.bg-lighten-gold-35 {
  background-color: #ffdf80;
}

.bg-lighten-gold-36 {
  background-color: #ffe085;
}

.bg-lighten-gold-37 {
  background-color: #ffe28a;
}

.bg-lighten-gold-38 {
  background-color: #ffe38f;
}

.bg-lighten-gold-39 {
  background-color: #ffe494;
}

.bg-lighten-gold-40 {
  background-color: #ffe699;
}

.bg-lighten-gold-41 {
  background-color: #ffe79e;
}

.bg-lighten-gold-42 {
  background-color: #ffe8a3;
}

.bg-lighten-gold-43 {
  background-color: #ffe9a8;
}

.bg-lighten-gold-44 {
  background-color: #ffebad;
}

.bg-lighten-gold-45 {
  background-color: #ffecb3;
}

.bg-lighten-gold-46 {
  background-color: #ffedb8;
}

.bg-lighten-gold-47 {
  background-color: #ffeebd;
}

.bg-lighten-gold-48 {
  background-color: #fff0c2;
}

.bg-lighten-gold-49 {
  background-color: #fff1c7;
}

.bg-lighten-gold-50 {
  background-color: #fff2cc;
}

.bg-lighten-gold-51 {
  background-color: #fff4d1;
}

.bg-lighten-gold-52 {
  background-color: #fff5d6;
}

.bg-lighten-gold-53 {
  background-color: #fff6db;
}

.bg-lighten-gold-54 {
  background-color: #fff7e0;
}

.bg-lighten-gold-55 {
  background-color: #fff9e6;
}

.bg-lighten-gold-56 {
  background-color: #fffaeb;
}

.bg-lighten-gold-57 {
  background-color: #fffbf0;
}

.bg-lighten-gold-58 {
  background-color: #fffcf5;
}

.bg-lighten-gold-59 {
  background-color: #fffefa;
}

.bg-lighten-gold-60 {
  background-color: white;
}

.bg-lighten-gold-61 {
  background-color: white;
}

.bg-lighten-gold-62 {
  background-color: white;
}

.bg-lighten-gold-63 {
  background-color: white;
}

.bg-lighten-gold-64 {
  background-color: white;
}

.bg-lighten-gold-65 {
  background-color: white;
}

.bg-lighten-gold-66 {
  background-color: white;
}

.bg-lighten-gold-67 {
  background-color: white;
}

.bg-lighten-gold-68 {
  background-color: white;
}

.bg-lighten-gold-69 {
  background-color: white;
}

.bg-lighten-gold-70 {
  background-color: white;
}

.bg-lighten-gold-71 {
  background-color: white;
}

.bg-lighten-gold-72 {
  background-color: white;
}

.bg-lighten-gold-73 {
  background-color: white;
}

.bg-lighten-gold-74 {
  background-color: white;
}

.bg-lighten-gold-75 {
  background-color: white;
}

.bg-lighten-gold-76 {
  background-color: white;
}

.bg-lighten-gold-77 {
  background-color: white;
}

.bg-lighten-gold-78 {
  background-color: white;
}

.bg-lighten-gold-79 {
  background-color: white;
}

.bg-lighten-gold-80 {
  background-color: white;
}

.bg-lighten-gold-81 {
  background-color: white;
}

.bg-lighten-gold-82 {
  background-color: white;
}

.bg-lighten-gold-83 {
  background-color: white;
}

.bg-lighten-gold-84 {
  background-color: white;
}

.bg-lighten-gold-85 {
  background-color: white;
}

.bg-lighten-gold-86 {
  background-color: white;
}

.bg-lighten-gold-87 {
  background-color: white;
}

.bg-lighten-gold-88 {
  background-color: white;
}

.bg-lighten-gold-89 {
  background-color: white;
}

.bg-lighten-gold-90 {
  background-color: white;
}

.bg-lighten-gold-91 {
  background-color: white;
}

.bg-lighten-gold-92 {
  background-color: white;
}

.bg-lighten-gold-93 {
  background-color: white;
}

.bg-lighten-gold-94 {
  background-color: white;
}

.bg-lighten-gold-95 {
  background-color: white;
}

.bg-lighten-gold-96 {
  background-color: white;
}

.bg-lighten-gold-97 {
  background-color: white;
}

.bg-lighten-gold-98 {
  background-color: white;
}

.bg-lighten-gold-99 {
  background-color: white;
}

.bg-lighten-gold-100 {
  background-color: white;
}

.bg-khaki {
  background-color: #F3EEE0;
}

.bg-opacy-khaki-1 {
  background-color: rgba(243, 238, 224, 0.1);
}

.bg-opacy-khaki-2 {
  background-color: rgba(243, 238, 224, 0.2);
}

.bg-opacy-khaki-3 {
  background-color: rgba(243, 238, 224, 0.3);
}

.bg-opacy-khaki-4 {
  background-color: rgba(243, 238, 224, 0.4);
}

.bg-opacy-khaki-5 {
  background-color: rgba(243, 238, 224, 0.5);
}

.bg-opacy-khaki-6 {
  background-color: rgba(243, 238, 224, 0.6);
}

.bg-opacy-khaki-7 {
  background-color: rgba(243, 238, 224, 0.7);
}

.bg-opacy-khaki-8 {
  background-color: rgba(243, 238, 224, 0.8);
}

.bg-opacy-khaki-9 {
  background-color: rgba(243, 238, 224, 0.9);
}

.bg-opacy-khaki-10 {
  background-color: #f3eee0;
}

.bg-opacy-khaki-11 {
  background-color: #f3eee0;
}

.bg-lighten-khaki-1 {
  background-color: #f4f0e4;
}

.bg-lighten-khaki-2 {
  background-color: #f6f2e7;
}

.bg-lighten-khaki-3 {
  background-color: #f7f4eb;
}

.bg-lighten-khaki-4 {
  background-color: #f9f6ef;
}

.bg-lighten-khaki-5 {
  background-color: #faf8f2;
}

.bg-lighten-khaki-6 {
  background-color: #fcfaf6;
}

.bg-lighten-khaki-7 {
  background-color: #fdfcfa;
}

.bg-lighten-khaki-8 {
  background-color: #fefefd;
}

.bg-lighten-khaki-9 {
  background-color: white;
}

.bg-lighten-khaki-10 {
  background-color: white;
}

.bg-lighten-khaki-11 {
  background-color: white;
}

.bg-lighten-khaki-12 {
  background-color: white;
}

.bg-lighten-khaki-13 {
  background-color: white;
}

.bg-lighten-khaki-14 {
  background-color: white;
}

.bg-lighten-khaki-15 {
  background-color: white;
}

.bg-lighten-khaki-16 {
  background-color: white;
}

.bg-lighten-khaki-17 {
  background-color: white;
}

.bg-lighten-khaki-18 {
  background-color: white;
}

.bg-lighten-khaki-19 {
  background-color: white;
}

.bg-lighten-khaki-20 {
  background-color: white;
}

.bg-lighten-khaki-21 {
  background-color: white;
}

.bg-lighten-khaki-22 {
  background-color: white;
}

.bg-lighten-khaki-23 {
  background-color: white;
}

.bg-lighten-khaki-24 {
  background-color: white;
}

.bg-lighten-khaki-25 {
  background-color: white;
}

.bg-lighten-khaki-26 {
  background-color: white;
}

.bg-lighten-khaki-27 {
  background-color: white;
}

.bg-lighten-khaki-28 {
  background-color: white;
}

.bg-lighten-khaki-29 {
  background-color: white;
}

.bg-lighten-khaki-30 {
  background-color: white;
}

.bg-lighten-khaki-31 {
  background-color: white;
}

.bg-lighten-khaki-32 {
  background-color: white;
}

.bg-lighten-khaki-33 {
  background-color: white;
}

.bg-lighten-khaki-34 {
  background-color: white;
}

.bg-lighten-khaki-35 {
  background-color: white;
}

.bg-lighten-khaki-36 {
  background-color: white;
}

.bg-lighten-khaki-37 {
  background-color: white;
}

.bg-lighten-khaki-38 {
  background-color: white;
}

.bg-lighten-khaki-39 {
  background-color: white;
}

.bg-lighten-khaki-40 {
  background-color: white;
}

.bg-lighten-khaki-41 {
  background-color: white;
}

.bg-lighten-khaki-42 {
  background-color: white;
}

.bg-lighten-khaki-43 {
  background-color: white;
}

.bg-lighten-khaki-44 {
  background-color: white;
}

.bg-lighten-khaki-45 {
  background-color: white;
}

.bg-lighten-khaki-46 {
  background-color: white;
}

.bg-lighten-khaki-47 {
  background-color: white;
}

.bg-lighten-khaki-48 {
  background-color: white;
}

.bg-lighten-khaki-49 {
  background-color: white;
}

.bg-lighten-khaki-50 {
  background-color: white;
}

.bg-lighten-khaki-51 {
  background-color: white;
}

.bg-lighten-khaki-52 {
  background-color: white;
}

.bg-lighten-khaki-53 {
  background-color: white;
}

.bg-lighten-khaki-54 {
  background-color: white;
}

.bg-lighten-khaki-55 {
  background-color: white;
}

.bg-lighten-khaki-56 {
  background-color: white;
}

.bg-lighten-khaki-57 {
  background-color: white;
}

.bg-lighten-khaki-58 {
  background-color: white;
}

.bg-lighten-khaki-59 {
  background-color: white;
}

.bg-lighten-khaki-60 {
  background-color: white;
}

.bg-lighten-khaki-61 {
  background-color: white;
}

.bg-lighten-khaki-62 {
  background-color: white;
}

.bg-lighten-khaki-63 {
  background-color: white;
}

.bg-lighten-khaki-64 {
  background-color: white;
}

.bg-lighten-khaki-65 {
  background-color: white;
}

.bg-lighten-khaki-66 {
  background-color: white;
}

.bg-lighten-khaki-67 {
  background-color: white;
}

.bg-lighten-khaki-68 {
  background-color: white;
}

.bg-lighten-khaki-69 {
  background-color: white;
}

.bg-lighten-khaki-70 {
  background-color: white;
}

.bg-lighten-khaki-71 {
  background-color: white;
}

.bg-lighten-khaki-72 {
  background-color: white;
}

.bg-lighten-khaki-73 {
  background-color: white;
}

.bg-lighten-khaki-74 {
  background-color: white;
}

.bg-lighten-khaki-75 {
  background-color: white;
}

.bg-lighten-khaki-76 {
  background-color: white;
}

.bg-lighten-khaki-77 {
  background-color: white;
}

.bg-lighten-khaki-78 {
  background-color: white;
}

.bg-lighten-khaki-79 {
  background-color: white;
}

.bg-lighten-khaki-80 {
  background-color: white;
}

.bg-lighten-khaki-81 {
  background-color: white;
}

.bg-lighten-khaki-82 {
  background-color: white;
}

.bg-lighten-khaki-83 {
  background-color: white;
}

.bg-lighten-khaki-84 {
  background-color: white;
}

.bg-lighten-khaki-85 {
  background-color: white;
}

.bg-lighten-khaki-86 {
  background-color: white;
}

.bg-lighten-khaki-87 {
  background-color: white;
}

.bg-lighten-khaki-88 {
  background-color: white;
}

.bg-lighten-khaki-89 {
  background-color: white;
}

.bg-lighten-khaki-90 {
  background-color: white;
}

.bg-lighten-khaki-91 {
  background-color: white;
}

.bg-lighten-khaki-92 {
  background-color: white;
}

.bg-lighten-khaki-93 {
  background-color: white;
}

.bg-lighten-khaki-94 {
  background-color: white;
}

.bg-lighten-khaki-95 {
  background-color: white;
}

.bg-lighten-khaki-96 {
  background-color: white;
}

.bg-lighten-khaki-97 {
  background-color: white;
}

.bg-lighten-khaki-98 {
  background-color: white;
}

.bg-lighten-khaki-99 {
  background-color: white;
}

.bg-lighten-khaki-100 {
  background-color: white;
}

.bg-none {
  background: none !important;
}

.image-box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.image-box:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.image-box > img, .image-box > svg, .image-box > a, .image-box .element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-box.position-top > img, .image-box.position-top > svg, .image-box.position-top > a {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.image-box > a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.image-box img, .image-box svg {
  width: 100%;
}
.image-box[class*="3:1"]:before {
  padding-top: 33.33%;
}
.image-box[class*="2:1"]:before {
  padding-top: 50%;
}
.image-box[class*="16:9"]:before {
  padding-top: 56.25%;
}
.image-box[class*="4:6"]:before {
  padding-top: 66.6666666667%;
}
.image-box.fit-x > img, .image-box.fit-x > svg, .image-box.fit-x > a {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  transform: none;
}
.image-box.fit-x:before {
  display: none;
}
.image-box.fit-y > img, .image-box.fit-y > svg, .image-box.fit-y > a {
  width: auto;
  height: 100%;
}
.image-box.circle {
  border-radius: 50% !important;
}
.image-box.circle:before {
  padding-top: 100%;
}
.image-box:empty {
  background-color: #dee2e6;
  border-radius: 0.1rem;
}
.image-box:empty:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  color: #ced4da;
  line-height: 1;
  content: "photo_size_select_actual";
  font-size: 48px;
  font-family: "Material Icons" !important;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased !important;
  white-space: nowrap !important;
  text-transform: none !important;
}
.image-box.empty-icon-large:empty:after {
  font-size: 96px;
}
.image-box.empty-icon-x-large:empty:after {
  font-size: 192px;
}
.image-box[data-empty-icon]:empty:after {
  content: attr(data-empty-icon);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.ps-top-0 {
  top: 0em;
}

.ps-bottom-0 {
  bottom: 0em;
}

.ps-left-0 {
  left: 0em;
}

.ps-right-0 {
  right: 0em;
}

.z-index-0 {
  z-index: 0;
}

.z-index-m-0 {
  z-index: 0;
}

.ps-top-1 {
  top: 0.1em;
}

.ps-bottom-1 {
  bottom: 0.1em;
}

.ps-left-1 {
  left: 0.1em;
}

.ps-right-1 {
  right: 0.1em;
}

.z-index-1 {
  z-index: 1;
}

.z-index-m-1 {
  z-index: -1;
}

.ps-top-2 {
  top: 0.2em;
}

.ps-bottom-2 {
  bottom: 0.2em;
}

.ps-left-2 {
  left: 0.2em;
}

.ps-right-2 {
  right: 0.2em;
}

.z-index-2 {
  z-index: 2;
}

.z-index-m-2 {
  z-index: -2;
}

.ps-top-3 {
  top: 0.3em;
}

.ps-bottom-3 {
  bottom: 0.3em;
}

.ps-left-3 {
  left: 0.3em;
}

.ps-right-3 {
  right: 0.3em;
}

.z-index-3 {
  z-index: 3;
}

.z-index-m-3 {
  z-index: -3;
}

.ps-top-4 {
  top: 0.4em;
}

.ps-bottom-4 {
  bottom: 0.4em;
}

.ps-left-4 {
  left: 0.4em;
}

.ps-right-4 {
  right: 0.4em;
}

.z-index-4 {
  z-index: 4;
}

.z-index-m-4 {
  z-index: -4;
}

.ps-top-5 {
  top: 0.5em;
}

.ps-bottom-5 {
  bottom: 0.5em;
}

.ps-left-5 {
  left: 0.5em;
}

.ps-right-5 {
  right: 0.5em;
}

.z-index-5 {
  z-index: 5;
}

.z-index-m-5 {
  z-index: -5;
}

.ps-top-6 {
  top: 0.6em;
}

.ps-bottom-6 {
  bottom: 0.6em;
}

.ps-left-6 {
  left: 0.6em;
}

.ps-right-6 {
  right: 0.6em;
}

.z-index-6 {
  z-index: 6;
}

.z-index-m-6 {
  z-index: -6;
}

.ps-top-7 {
  top: 0.7em;
}

.ps-bottom-7 {
  bottom: 0.7em;
}

.ps-left-7 {
  left: 0.7em;
}

.ps-right-7 {
  right: 0.7em;
}

.z-index-7 {
  z-index: 7;
}

.z-index-m-7 {
  z-index: -7;
}

.ps-top-8 {
  top: 0.8em;
}

.ps-bottom-8 {
  bottom: 0.8em;
}

.ps-left-8 {
  left: 0.8em;
}

.ps-right-8 {
  right: 0.8em;
}

.z-index-8 {
  z-index: 8;
}

.z-index-m-8 {
  z-index: -8;
}

.ps-top-9 {
  top: 0.9em;
}

.ps-bottom-9 {
  bottom: 0.9em;
}

.ps-left-9 {
  left: 0.9em;
}

.ps-right-9 {
  right: 0.9em;
}

.z-index-9 {
  z-index: 9;
}

.z-index-m-9 {
  z-index: -9;
}

.ps-top-10 {
  top: 1em;
}

.ps-bottom-10 {
  bottom: 1em;
}

.ps-left-10 {
  left: 1em;
}

.ps-right-10 {
  right: 1em;
}

.z-index-10 {
  z-index: 10;
}

.z-index-m-10 {
  z-index: -10;
}

.of-hidden {
  overflow: hidden;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #333;
}

.text-red {
  color: #dc143c;
}

.text-orange {
  color: #FDBC81;
}

.text-brown {
  color: #a0522d;
}

.text-pink {
  color: #F86F6F;
}

.text-perple {
  color: #ba55d3;
}

.text-yellow {
  color: #FFBB2F;
}

.text-blue {
  color: #0087DE;
}

.text-lightblue {
  color: #99CDFF;
}

.text-navy {
  color: #006A9E;
}

.text-green {
  color: #28A745;
}

.text-info {
  color: #17A2B8;
}

.text-gold {
  color: #cc9900;
}

.text-khaki {
  color: #F3EEE0;
}

.lh-10 {
  line-height: 10%;
}

.lh-11 {
  line-height: 11%;
}

.lh-12 {
  line-height: 12%;
}

.lh-13 {
  line-height: 13%;
}

.lh-14 {
  line-height: 14%;
}

.lh-15 {
  line-height: 15%;
}

.lh-16 {
  line-height: 16%;
}

.lh-17 {
  line-height: 17%;
}

.lh-18 {
  line-height: 18%;
}

.lh-19 {
  line-height: 19%;
}

.lh-20 {
  line-height: 20%;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.font-bold {
  font-family: "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.font-serif {
  font-family: serif;
}

.indent {
  position: relative;
  padding-left: 1em;
}
.indent:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.btn-arrow-forward {
  position: relative;
}
.btn-arrow-forward:before {
  font-family: "Material Icons";
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2em;
  height: 1.4em;
}

.hover:hover {
  cursor: pointer;
}

.application_btn {
  position: fixed;
  width: 46px;
  top: 30%;
  right: 0;
}
.application_btn .icon {
  border-radius: 6px 0 0 0;
}
.application_btn .text {
  border-radius: 0 0 0 6px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}
.youtube iframe,
.youtube .frame {
  margin: auto;
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.horizon {
  position: relative;
}
.horizon:before, .horizon:after {
  position: absolute;
  content: " ";
  width: 1.2em;
}
.horizon:before {
  top: 0;
  left: -1.2em;
  height: 1px;
}
.horizon:after {
  bottom: 0;
  right: -1.2em;
  height: 2px;
}
.horizon.horizon-black:before, .horizon.horizon-black:after {
  background: #000;
}
.horizon.horizon-white:before, .horizon.horizon-white:after {
  background: #fff;
}
.horizon.horizon-gray:before, .horizon.horizon-gray:after {
  background: #333;
}
.horizon.horizon-red:before, .horizon.horizon-red:after {
  background: #dc143c;
}
.horizon.horizon-orange:before, .horizon.horizon-orange:after {
  background: #FDBC81;
}
.horizon.horizon-brown:before, .horizon.horizon-brown:after {
  background: #a0522d;
}
.horizon.horizon-pink:before, .horizon.horizon-pink:after {
  background: #F86F6F;
}
.horizon.horizon-perple:before, .horizon.horizon-perple:after {
  background: #ba55d3;
}
.horizon.horizon-yellow:before, .horizon.horizon-yellow:after {
  background: #FFBB2F;
}
.horizon.horizon-blue:before, .horizon.horizon-blue:after {
  background: #0087DE;
}
.horizon.horizon-lightblue:before, .horizon.horizon-lightblue:after {
  background: #99CDFF;
}
.horizon.horizon-navy:before, .horizon.horizon-navy:after {
  background: #006A9E;
}
.horizon.horizon-green:before, .horizon.horizon-green:after {
  background: #28A745;
}
.horizon.horizon-info:before, .horizon.horizon-info:after {
  background: #17A2B8;
}
.horizon.horizon-gold:before, .horizon.horizon-gold:after {
  background: #cc9900;
}
.horizon.horizon-khaki:before, .horizon.horizon-khaki:after {
  background: #F3EEE0;
}

.middle-line {
  position: relative;
}
.middle-line:before {
  margin: auto;
  content: " ";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.middle-line.middle-line-black:before {
  background: #000;
}
.middle-line.middle-line-white:before {
  background: #fff;
}
.middle-line.middle-line-gray:before {
  background: #333;
}
.middle-line.middle-line-red:before {
  background: #dc143c;
}
.middle-line.middle-line-orange:before {
  background: #FDBC81;
}
.middle-line.middle-line-brown:before {
  background: #a0522d;
}
.middle-line.middle-line-pink:before {
  background: #F86F6F;
}
.middle-line.middle-line-perple:before {
  background: #ba55d3;
}
.middle-line.middle-line-yellow:before {
  background: #FFBB2F;
}
.middle-line.middle-line-blue:before {
  background: #0087DE;
}
.middle-line.middle-line-lightblue:before {
  background: #99CDFF;
}
.middle-line.middle-line-navy:before {
  background: #006A9E;
}
.middle-line.middle-line-green:before {
  background: #28A745;
}
.middle-line.middle-line-info:before {
  background: #17A2B8;
}
.middle-line.middle-line-gold:before {
  background: #cc9900;
}
.middle-line.middle-line-khaki:before {
  background: #F3EEE0;
}
@media (max-width: 767.98px) {
  .middle-line.sm-none:before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .middle-line.lg-none:before {
    display: none;
  }
}

.rhombus {
  position: relative;
}
.rhombus:before, .rhombus:after {
  content: " ";
  width: 5px;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.rhombus:before {
  left: 0;
}
.rhombus:after {
  right: 0;
}
.rhombus.rhombus-black:before, .rhombus.rhombus-black:after {
  background: #000;
}
.rhombus.rhombus-white:before, .rhombus.rhombus-white:after {
  background: #fff;
}
.rhombus.rhombus-gray:before, .rhombus.rhombus-gray:after {
  background: #333;
}
.rhombus.rhombus-red:before, .rhombus.rhombus-red:after {
  background: #dc143c;
}
.rhombus.rhombus-orange:before, .rhombus.rhombus-orange:after {
  background: #FDBC81;
}
.rhombus.rhombus-brown:before, .rhombus.rhombus-brown:after {
  background: #a0522d;
}
.rhombus.rhombus-pink:before, .rhombus.rhombus-pink:after {
  background: #F86F6F;
}
.rhombus.rhombus-perple:before, .rhombus.rhombus-perple:after {
  background: #ba55d3;
}
.rhombus.rhombus-yellow:before, .rhombus.rhombus-yellow:after {
  background: #FFBB2F;
}
.rhombus.rhombus-blue:before, .rhombus.rhombus-blue:after {
  background: #0087DE;
}
.rhombus.rhombus-lightblue:before, .rhombus.rhombus-lightblue:after {
  background: #99CDFF;
}
.rhombus.rhombus-navy:before, .rhombus.rhombus-navy:after {
  background: #006A9E;
}
.rhombus.rhombus-green:before, .rhombus.rhombus-green:after {
  background: #28A745;
}
.rhombus.rhombus-info:before, .rhombus.rhombus-info:after {
  background: #17A2B8;
}
.rhombus.rhombus-gold:before, .rhombus.rhombus-gold:after {
  background: #cc9900;
}
.rhombus.rhombus-khaki:before, .rhombus.rhombus-khaki:after {
  background: #F3EEE0;
}

.page-title {
  position: relative;
}
.page-title:before {
  content: " ";
  width: 0.6em;
  height: 0.6em;
  background: #99CDFF;
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -o-border-radius: 10em;
  -ms-border-radius: 10em;
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  margin-left: -0.7em;
  border: 1px solid #fff;
}
.page-title:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: #0087DE;
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -o-border-radius: 10em;
  -ms-border-radius: 10em;
  position: absolute;
  bottom: -0.4em;
  right: 50%;
  margin-right: -0.5em;
  border: 1px solid #fff;
}

.sub-nav .active {
  position: relative;
}
.sub-nav .active:before {
  width: 80%;
  height: 2px;
  content: " ";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F86F6F;
}

.slick-slide,
.slick-slide a {
  outline: none !important;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  background: #99cdff !important;
  height: 100%;
  z-index: 1000;
}
.slider-nav .slick-prev {
  left: 0;
}
.slider-nav .slick-next {
  right: 0;
}
.slider-nav .slick-current {
  position: relative;
}
.slider-nav .slick-current:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: lightpink;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.number-circle-1 {
  position: absolute;
  content: " ";
  width: 1em;
  height: 1em;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  top: -0.5em;
  left: -0.5em;
}

.number-circle-2 {
  position: absolute;
  content: " ";
  width: 2em;
  height: 2em;
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
  top: -1em;
  left: -1em;
}

.number-circle-3 {
  position: absolute;
  content: " ";
  width: 3em;
  height: 3em;
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  -o-border-radius: 3em;
  -ms-border-radius: 3em;
  top: -1.5em;
  left: -1.5em;
}

.number-circle-4 {
  position: absolute;
  content: " ";
  width: 4em;
  height: 4em;
  border-radius: 4em;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  -o-border-radius: 4em;
  -ms-border-radius: 4em;
  top: -2em;
  left: -2em;
}

.number-circle-5 {
  position: absolute;
  content: " ";
  width: 5em;
  height: 5em;
  border-radius: 5em;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  -o-border-radius: 5em;
  -ms-border-radius: 5em;
  top: -2.5em;
  left: -2.5em;
}

.number-circle-6 {
  position: absolute;
  content: " ";
  width: 6em;
  height: 6em;
  border-radius: 6em;
  -moz-border-radius: 6em;
  -webkit-border-radius: 6em;
  -o-border-radius: 6em;
  -ms-border-radius: 6em;
  top: -3em;
  left: -3em;
}

.number-circle-7 {
  position: absolute;
  content: " ";
  width: 7em;
  height: 7em;
  border-radius: 7em;
  -moz-border-radius: 7em;
  -webkit-border-radius: 7em;
  -o-border-radius: 7em;
  -ms-border-radius: 7em;
  top: -3.5em;
  left: -3.5em;
}

.number-circle-8 {
  position: absolute;
  content: " ";
  width: 8em;
  height: 8em;
  border-radius: 8em;
  -moz-border-radius: 8em;
  -webkit-border-radius: 8em;
  -o-border-radius: 8em;
  -ms-border-radius: 8em;
  top: -4em;
  left: -4em;
}

.number-circle-9 {
  position: absolute;
  content: " ";
  width: 9em;
  height: 9em;
  border-radius: 9em;
  -moz-border-radius: 9em;
  -webkit-border-radius: 9em;
  -o-border-radius: 9em;
  -ms-border-radius: 9em;
  top: -4.5em;
  left: -4.5em;
}

.number-circle-10 {
  position: absolute;
  content: " ";
  width: 10em;
  height: 10em;
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -o-border-radius: 10em;
  -ms-border-radius: 10em;
  top: -5em;
  left: -5em;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  word-break: break-all;
}

.home .main-visual {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .home .main-visual {
    text-shadow: 0px 2px 1px #fff, 0px 1px 1px #fff, 1px 1px 1px #fff, 1px 0px 1px #fff, 2px 0px 1px #fff, 1px -1px 1px #fff, 1px -2px 1px #fff, 0px -2px 1px #fff, -1px -2px 1px #fff, -2px -2px 1px #fff, -2px -1px 1px #fff, -2px 0px 1px #fff, -2px 1px 1px #fff, -1px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=2, positive=1), dropshadow(color=#fff, offx=1, offy=1, positive=1), dropshadow(color=#fff, offx=1, offy=-1, positive=1), dropshadow(color=#fff, offx=0, offy=-2, positive=1), dropshadow(color=#fff, offx=-1, offy=-2, positive=1), dropshadow(color=#fff, offx=-2, offy=-1, positive=1), dropshadow(color=#fff, offx=-2, offy=1, positive=1), dropshadow(color=#fff, offx=-1, offy=1, positive=1);
  }
}
.home .main-visual .container {
  position: relative;
  z-index: 1;
}
.home .main-visual .back {
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .main-visual .back {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  .home .main-visual .back {
    left: -25%;
  }
}
@media (min-width: 992px) {
  .home .main-visual .back {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .home .main-visual .back {
    width: 100%;
    height: auto;
  }
}
.home .topic .inner {
  overflow: auto;
  max-height: 250px;
}
.home .news h2 {
  margin-bottom: 0.8em !important;
}
.home .news h2:before {
  display: none;
}
.home .news .news-list li:first-child > div {
  border-top: 1px solid #dfdfdf;
}
.home .home-none {
  display: none;
}
