﻿: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: #0e506b;
  --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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  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: 0px;
  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: rgb(33, 37, 41);
  text-align: left;
  background-color: rgb(255, 255, 255);
}

[tabindex="-1"]:focus {
  outline: 0px !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0px 0px 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: rgb(0, 123, 255);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 86, 179);
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0px;
}

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

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

figure {
  margin: 0px 0px 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: rgb(108, 117, 125);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0px;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  overflow-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  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 {
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  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-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
}

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

.mark,
mark {
  padding: 0.2em;
  background-color: rgb(252, 248, 227);
}

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

.list-inline {
  padding-left: 0px;
  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: rgb(108, 117, 125);
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  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: rgb(108, 117, 125);
}

code {
  font-size: 87.5%;
  color: rgb(232, 62, 140);
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: rgb(255, 255, 255);
  background-color: rgb(33, 37, 41);
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0px;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: rgb(33, 37, 41);
}

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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0px;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0px;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0px;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0px;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: rgb(33, 37, 41);
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgb(222, 226, 230);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(222, 226, 230);
}

.table tbody+tbody {
  border-top: 2px solid rgb(222, 226, 230);
}

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

.table-bordered {
  border: 1px solid rgb(222, 226, 230);
}

.table-bordered td,
.table-bordered th {
  border: 1px solid rgb(222, 226, 230);
}

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

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

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

.table-hover tbody tr:hover {
  color: rgb(33, 37, 41);
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: rgb(184, 218, 255);
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: rgb(122, 186, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(159, 205, 255);
}

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

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: rgb(214, 216, 219);
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: rgb(179, 183, 187);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200, 203, 207);
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: rgb(200, 203, 207);
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: rgb(195, 230, 203);
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: rgb(143, 209, 158);
}

.table-hover .table-success:hover {
  background-color: rgb(177, 223, 187);
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: rgb(177, 223, 187);
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: rgb(190, 229, 235);
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: rgb(134, 207, 218);
}

.table-hover .table-info:hover {
  background-color: rgb(171, 221, 229);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: rgb(171, 221, 229);
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: rgb(255, 238, 186);
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: rgb(255, 223, 126);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 232, 161);
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: rgb(255, 232, 161);
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: rgb(245, 198, 203);
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: rgb(237, 150, 158);
}

.table-hover .table-danger:hover {
  background-color: rgb(241, 176, 183);
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: rgb(241, 176, 183);
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: rgb(253, 253, 254);
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: rgb(251, 252, 252);
}

.table-hover .table-light:hover {
  background-color: rgb(236, 236, 246);
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: rgb(236, 236, 246);
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: rgb(198, 200, 202);
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: rgb(149, 153, 156);
}

.table-hover .table-dark:hover {
  background-color: rgb(185, 187, 190);
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: rgb(185, 187, 190);
}

.table-active,
.table-active>td,
.table-active>th {
  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: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(69, 77, 85);
}

.table .thead-light th {
  color: rgb(73, 80, 87);
  background-color: rgb(233, 236, 239);
  border-color: rgb(222, 226, 230);
}

.table-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: rgb(69, 77, 85);
}

.table-dark.table-bordered {
  border: 0px;
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-sm>.table-bordered {
    border: 0px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-md>.table-bordered {
    border: 0px;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-lg>.table-bordered {
    border: 0px;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-responsive-xl>.table-bordered {
    border: 0px;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive>.table-bordered {
  border: 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2px + 0.75rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgb(206, 212, 218);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  border-color: rgb(128, 189, 255);
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.form-control::-webkit-input-placeholder {
  color: rgb(108, 117, 125);
  opacity: 1;
}

.form-control::placeholder {
  color: rgb(108, 117, 125);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: rgb(233, 236, 239);
  opacity: 1;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0px;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-width: 1px 0px;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0px;
  padding-left: 0px;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: rgb(108, 117, 125);
}

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

.form-check-inline {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0px;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0px;
  margin-right: 0.3125rem;
  margin-left: 0px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: rgb(40, 167, 69);
}

.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: rgb(255, 255, 255);
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: rgb(40, 167, 69);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: rgb(40, 167, 69);
  box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: rgb(40, 167, 69);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") right 1.75rem center / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat rgb(255, 255, 255);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: rgb(40, 167, 69);
  box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

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

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

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: rgb(40, 167, 69);
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: rgb(40, 167, 69);
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: rgb(40, 167, 69);
}

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: rgb(52, 206, 87);
  background-color: rgb(52, 206, 87);
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem;
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(40, 167, 69);
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: rgb(40, 167, 69);
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: rgb(220, 53, 69);
}

.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: rgb(255, 255, 255);
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: rgb(220, 53, 69);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: rgb(220, 53, 69);
  box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: rgb(220, 53, 69);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") right 1.75rem center / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat rgb(255, 255, 255);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: rgb(220, 53, 69);
  box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

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

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

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: rgb(220, 53, 69);
}

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

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: rgb(220, 53, 69);
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: rgb(220, 53, 69);
}

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

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color: rgb(228, 96, 109);
  background-color: rgb(228, 96, 109);
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem;
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(220, 53, 69);
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: rgb(220, 53, 69);
}

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

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

.form-inline {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0px;
  }

  .form-inline .form-group {
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0px;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0px;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0px;
    margin-right: 0.25rem;
    margin-left: 0px;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0px;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: rgb(33, 37, 41);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: rgb(33, 37, 41);
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 105, 217);
  border-color: rgb(0, 98, 204);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 98, 204);
  border-color: rgb(0, 92, 191);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: rgba(38, 143, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-secondary {
  color: rgb(255, 255, 255);
  background-color: rgb(108, 117, 125);
  border-color: rgb(108, 117, 125);
}

.btn-secondary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(90, 98, 104);
  border-color: rgb(84, 91, 98);
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.2rem;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(108, 117, 125);
  border-color: rgb(108, 117, 125);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(84, 91, 98);
  border-color: rgb(78, 85, 91);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.2rem;
}

.btn-success {
  color: rgb(255, 255, 255);
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
}

.btn-success:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(33, 136, 56);
  border-color: rgb(30, 126, 52);
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: rgba(72, 180, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-success.disabled,
.btn-success:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(30, 126, 52);
  border-color: rgb(28, 116, 48);
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: rgba(72, 180, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-info {
  color: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}

.btn-info:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(19, 132, 150);
  border-color: rgb(17, 122, 139);
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem;
}

.btn-info.disabled,
.btn-info:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(17, 122, 139);
  border-color: rgb(16, 112, 127);
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: rgba(58, 176, 195, 0.5) 0px 0px 0px 0.2rem;
}

.btn-warning {
  color: rgb(33, 37, 41);
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}

.btn-warning:hover {
  color: rgb(33, 37, 41);
  background-color: rgb(224, 168, 0);
  border-color: rgb(211, 158, 0);
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: rgba(222, 170, 12, 0.5) 0px 0px 0px 0.2rem;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: rgb(33, 37, 41);
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: rgb(33, 37, 41);
  background-color: rgb(211, 158, 0);
  border-color: rgb(198, 149, 0);
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: rgba(222, 170, 12, 0.5) 0px 0px 0px 0.2rem;
}

.btn-danger {
  color: rgb(255, 255, 255);
  background-color: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
}

.btn-danger:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(200, 35, 51);
  border-color: rgb(189, 33, 48);
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(189, 33, 48);
  border-color: rgb(178, 31, 45);
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.2rem;
}

.btn-light {
  color: rgb(33, 37, 41);
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
}

.btn-light:hover {
  color: rgb(33, 37, 41);
  background-color: rgb(226, 230, 234);
  border-color: rgb(218, 224, 229);
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: rgba(216, 217, 219, 0.5) 0px 0px 0px 0.2rem;
}

.btn-light.disabled,
.btn-light:disabled {
  color: rgb(33, 37, 41);
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: rgb(33, 37, 41);
  background-color: rgb(218, 224, 229);
  border-color: rgb(211, 217, 223);
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: rgba(216, 217, 219, 0.5) 0px 0px 0px 0.2rem;
}

.btn-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}

.btn-dark:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(35, 39, 43);
  border-color: rgb(29, 33, 36);
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(29, 33, 36);
  border-color: rgb(23, 26, 29);
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: rgba(82, 88, 93, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-primary {
  color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.btn-outline-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgb(0, 123, 255);
  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: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.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: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-secondary {
  color: rgb(108, 117, 125);
  border-color: rgb(108, 117, 125);
}

.btn-outline-secondary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(108, 117, 125);
  border-color: rgb(108, 117, 125);
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: rgb(108, 117, 125);
  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: rgb(255, 255, 255);
  background-color: rgb(108, 117, 125);
  border-color: rgb(108, 117, 125);
}

.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: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-success {
  color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
}

.btn-outline-success:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: rgb(40, 167, 69);
  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: rgb(255, 255, 255);
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
}

.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: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-info {
  color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}

.btn-outline-info:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: rgb(23, 162, 184);
  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: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
}

.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: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-warning {
  color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}

.btn-outline-warning:hover {
  color: rgb(33, 37, 41);
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: rgb(255, 193, 7);
  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: rgb(33, 37, 41);
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}

.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: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-danger {
  color: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
}

.btn-outline-danger:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: rgb(220, 53, 69);
  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: rgb(255, 255, 255);
  background-color: rgb(220, 53, 69);
  border-color: rgb(220, 53, 69);
}

.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: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-light {
  color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
}

.btn-outline-light:hover {
  color: rgb(33, 37, 41);
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: rgb(248, 249, 250);
  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: rgb(33, 37, 41);
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
}

.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: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-dark {
  color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}

.btn-outline-dark:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: rgb(52, 58, 64);
  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: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
}

.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: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem;
}

.btn-link {
  font-weight: 400;
  color: rgb(0, 123, 255);
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(0, 86, 179);
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: rgb(108, 117, 125);
  pointer-events: none;
}

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

.btn-group-sm>.btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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: 0px;
  overflow: hidden;
  transition: height 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-width: 0.3em 0.3em 0px;
  border-top-style: solid;
  border-top-color: initial;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-width: 0px 0.3em 0.3em;
  border-top-style: initial;
  border-top-color: initial;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: initial;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropright .dropdown-menu {
  top: 0px;
  right: auto;
  left: 100%;
  margin-top: 0px;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-width: 0.3em 0px 0.3em 0.3em;
  border-top-style: solid;
  border-top-color: transparent;
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-left-style: solid;
  border-left-color: initial;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0px;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0px;
}

.dropleft .dropdown-menu {
  top: 0px;
  right: 100%;
  left: auto;
  margin-top: 0px;
  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: 0px;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0px;
}

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

.dropdown-divider {
  height: 0px;
  margin: 0.5rem 0px;
  overflow: hidden;
  border-top: 1px solid rgb(233, 236, 239);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgb(33, 37, 41);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: rgb(22, 24, 27);
  text-decoration: none;
  background-color: rgb(248, 249, 250);
}

.dropdown-item.active,
.dropdown-item:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 123, 255);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: rgb(108, 117, 125);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: rgb(108, 117, 125);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: rgb(33, 37, 41);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0px;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0px;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0px;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0px;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group>.custom-file {
  display: flex;
  -webkit-box-align: center;
  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: 0px;
  border-bottom-right-radius: 0px;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group-append,
.input-group-prepend {
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  text-align: center;
  white-space: nowrap;
  background-color: rgb(233, 236, 239);
  border: 1px solid rgb(206, 212, 218);
  border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0px;
}

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  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-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.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),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.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;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 123, 255);
  background-color: rgb(0, 123, 255);
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(128, 189, 255);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: rgb(255, 255, 255);
  background-color: rgb(179, 215, 255);
  border-color: rgb(179, 215, 255);
}

.custom-control-input:disabled~.custom-control-label {
  color: rgb(108, 117, 125);
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: rgb(233, 236, 239);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0px;
  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: rgb(255, 255, 255);
  border: 1px solid rgb(173, 181, 189);
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% center / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: rgb(0, 123, 255);
  background-color: rgb(0, 123, 255);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 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' 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(2px + 0.25rem);
  left: calc(2px - 2.25rem);
  width: calc(-4px + 1rem);
  height: calc(-4px + 1rem);
  background-color: rgb(173, 181, 189);
  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, -webkit-transform 0.15s ease-in-out, -webkit-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: rgb(255, 255, 255);
  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 + 2px + 0.75rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat rgb(255, 255, 255);
  border: 1px solid rgb(206, 212, 218);
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: rgb(128, 189, 255);
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: rgb(108, 117, 125);
  background-color: rgb(233, 236, 239);
}

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

.custom-select-lg {
  height: calc(1.5em + 2px + 1rem);
  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 + 2px + 0.75rem);
  margin-bottom: 0px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2px + 0.75rem);
  margin: 0px;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: rgb(128, 189, 255);
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-file-input:disabled~.custom-file-label {
  background-color: rgb(233, 236, 239);
}

.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: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  height: calc(1.5em + 2px + 0.75rem);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(206, 212, 218);
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  content: "Browse";
  background-color: rgb(233, 236, 239);
  border-left: inherit;
  border-radius: 0px 0.25rem 0.25rem 0px;
}

.custom-range {
  width: 100%;
  height: calc(1.4rem);
  padding: 0px;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0px;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(0, 123, 255);
  border: 0px;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(179, 215, 255);
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(222, 226, 230);
  border-color: transparent;
  border-radius: 1rem;
}

@media (prefers-reduced-motion: reduce) {}

@media (prefers-reduced-motion: reduce) {}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: rgb(173, 181, 189);
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.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, -webkit-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: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: rgb(108, 117, 125);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgb(222, 226, 230);
}

.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:focus,
.nav-tabs .nav-link:hover {
  border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(222, 226, 230);
}

.nav-tabs .nav-link.disabled {
  color: rgb(108, 117, 125);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
}

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

.nav-justified .nav-item {
  flex-basis: 0px;
  -webkit-box-flex: 1;
  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;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  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:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.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%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: rgb(255, 255, 255);
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: rgb(255, 255, 255);
}

.card {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0px;
  margin-left: 0px;
}

.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 {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  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(-1px + 0.25rem) calc(-1px + 0.25rem) 0px 0px;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0px;
}

.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: 0px 0px calc(-1px + 0.25rem) calc(-1px + 0.25rem);
}

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

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

.card-img-overlay {
  position: absolute;
  inset: 0px;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(-1px + 0.25rem);
}

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

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

.card-deck {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0px;
  }

  .card-group>.card+.card {
    margin-left: 0px;
    border-left: 0px;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0px;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0px;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0px;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0px;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0px;
  border-radius: 0px;
}

.accordion>.card:first-of-type {
  border-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb a {
  color: rgb(255, 255, 255);
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgb(255, 255, 255);
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.67);
}

.pagination {
  display: flex;
  padding-left: 0px;
  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: rgb(0, 123, 255);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
}

.page-link:hover {
  z-index: 2;
  color: rgb(0, 86, 179);
  text-decoration: none;
  background-color: rgb(233, 236, 239);
  border-color: rgb(222, 226, 230);
}

.page-link:focus {
  z-index: 2;
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem;
}

.page-item:first-child .page-link {
  margin-left: 0px;
  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: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.page-item.disabled .page-link {
  color: rgb(108, 117, 125);
  pointer-events: none;
  cursor: auto;
  background-color: rgb(255, 255, 255);
  border-color: rgb(222, 226, 230);
}

.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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:focus,
a.badge:hover {
  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: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 98, 204);
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0px;
  box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem;
}

.badge-secondary {
  color: rgb(255, 255, 255);
  background-color: rgb(108, 117, 125);
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(84, 91, 98);
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0px;
  box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem;
}

.badge-success {
  color: rgb(255, 255, 255);
  background-color: rgb(40, 167, 69);
}

a.badge-success:focus,
a.badge-success:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(30, 126, 52);
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0px;
  box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem;
}

.badge-info {
  color: rgb(255, 255, 255);
  background-color: rgb(23, 162, 184);
}

a.badge-info:focus,
a.badge-info:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(17, 122, 139);
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0px;
  box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem;
}

.badge-warning {
  color: rgb(33, 37, 41);
  background-color: rgb(255, 193, 7);
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: rgb(33, 37, 41);
  background-color: rgb(211, 158, 0);
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0px;
  box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem;
}

.badge-danger {
  color: rgb(255, 255, 255);
  background-color: rgb(220, 53, 69);
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(189, 33, 48);
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0px;
  box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem;
}

.badge-light {
  color: rgb(33, 37, 41);
  background-color: rgb(248, 249, 250);
}

a.badge-light:focus,
a.badge-light:hover {
  color: rgb(33, 37, 41);
  background-color: rgb(218, 224, 229);
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0px;
  box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem;
}

.badge-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(52, 58, 64);
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(29, 33, 36);
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0px;
  box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgb(233, 236, 239);
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.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: 0px;
  right: 0px;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 64, 133);
  background-color: rgb(204, 229, 255);
  border-color: rgb(184, 218, 255);
}

.alert-primary hr {
  border-top-color: rgb(159, 205, 255);
}

.alert-primary .alert-link {
  color: rgb(0, 39, 82);
}

.alert-secondary {
  color: rgb(56, 61, 65);
  background-color: rgb(226, 227, 229);
  border-color: rgb(214, 216, 219);
}

.alert-secondary hr {
  border-top-color: rgb(200, 203, 207);
}

.alert-secondary .alert-link {
  color: rgb(32, 35, 38);
}

.alert-success {
  color: rgb(21, 87, 36);
  background-color: rgb(212, 237, 218);
  border-color: rgb(195, 230, 203);
}

.alert-success hr {
  border-top-color: rgb(177, 223, 187);
}

.alert-success .alert-link {
  color: rgb(11, 46, 19);
}

.alert-info {
  color: rgb(12, 84, 96);
  background-color: rgb(209, 236, 241);
  border-color: rgb(190, 229, 235);
}

.alert-info hr {
  border-top-color: rgb(171, 221, 229);
}

.alert-info .alert-link {
  color: rgb(6, 44, 51);
}

.alert-warning {
  color: rgb(133, 100, 4);
  background-color: rgb(255, 243, 205);
  border-color: rgb(255, 238, 186);
}

.alert-warning hr {
  border-top-color: rgb(255, 232, 161);
}

.alert-warning .alert-link {
  color: rgb(83, 63, 3);
}

.alert-danger {
  color: rgb(114, 28, 36);
  background-color: rgb(248, 215, 218);
  border-color: rgb(245, 198, 203);
}

.alert-danger hr {
  border-top-color: rgb(241, 176, 183);
}

.alert-danger .alert-link {
  color: rgb(73, 18, 23);
}

.alert-light {
  color: rgb(129, 129, 130);
  background-color: rgb(254, 254, 254);
  border-color: rgb(253, 253, 254);
}

.alert-light hr {
  border-top-color: rgb(236, 236, 246);
}

.alert-light .alert-link {
  color: rgb(104, 104, 104);
}

.alert-dark {
  color: rgb(27, 30, 33);
  background-color: rgb(214, 216, 217);
  border-color: rgb(198, 200, 202);
}

.alert-dark hr {
  border-top-color: rgb(185, 187, 190);
}

.alert-dark .alert-link {
  color: rgb(4, 5, 5);
}

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

  100% {
    background-position: 0px 0px;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0px;
  }

  100% {
    background-position: 0px 0px;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgb(233, 236, 239);
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  background-color: rgb(0, 123, 255);
  transition: width 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear 0s infinite normal none running progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: auto ease 0s 1 normal none running none;
  }
}

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

.media-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

.list-group {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
}

.list-group-item-action {
  width: 100%;
  color: rgb(73, 80, 87);
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: rgb(73, 80, 87);
  text-decoration: none;
  background-color: rgb(248, 249, 250);
}

.list-group-item-action:active {
  color: rgb(33, 37, 41);
  background-color: rgb(233, 236, 239);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: rgb(255, 255, 255);
  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 {
  margin-bottom: 0px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: rgb(108, 117, 125);
  pointer-events: none;
  background-color: rgb(255, 255, 255);
}

.list-group-item.active {
  z-index: 2;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 255);
  border-color: rgb(0, 123, 255);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0px;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0px;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0px;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0px;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0px;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0px;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0px;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0px;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0px;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0px;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0px;
  }
}

.list-group-flush .list-group-item {
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0px;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.list-group-item-primary {
  color: rgb(0, 64, 133);
  background-color: rgb(184, 218, 255);
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: rgb(0, 64, 133);
  background-color: rgb(159, 205, 255);
}

.list-group-item-primary.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 64, 133);
  border-color: rgb(0, 64, 133);
}

.list-group-item-secondary {
  color: rgb(56, 61, 65);
  background-color: rgb(214, 216, 219);
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: rgb(56, 61, 65);
  background-color: rgb(200, 203, 207);
}

.list-group-item-secondary.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(56, 61, 65);
  border-color: rgb(56, 61, 65);
}

.list-group-item-success {
  color: rgb(21, 87, 36);
  background-color: rgb(195, 230, 203);
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: rgb(21, 87, 36);
  background-color: rgb(177, 223, 187);
}

.list-group-item-success.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(21, 87, 36);
  border-color: rgb(21, 87, 36);
}

.list-group-item-info {
  color: rgb(12, 84, 96);
  background-color: rgb(190, 229, 235);
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: rgb(12, 84, 96);
  background-color: rgb(171, 221, 229);
}

.list-group-item-info.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(12, 84, 96);
  border-color: rgb(12, 84, 96);
}

.list-group-item-warning {
  color: rgb(133, 100, 4);
  background-color: rgb(255, 238, 186);
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: rgb(133, 100, 4);
  background-color: rgb(255, 232, 161);
}

.list-group-item-warning.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(133, 100, 4);
  border-color: rgb(133, 100, 4);
}

.list-group-item-danger {
  color: rgb(114, 28, 36);
  background-color: rgb(245, 198, 203);
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: rgb(114, 28, 36);
  background-color: rgb(241, 176, 183);
}

.list-group-item-danger.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(114, 28, 36);
  border-color: rgb(114, 28, 36);
}

.list-group-item-light {
  color: rgb(129, 129, 130);
  background-color: rgb(253, 253, 254);
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: rgb(129, 129, 130);
  background-color: rgb(236, 236, 246);
}

.list-group-item-light.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(129, 129, 130);
  border-color: rgb(129, 129, 130);
}

.list-group-item-dark {
  color: rgb(27, 30, 33);
  background-color: rgb(198, 200, 202);
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: rgb(27, 30, 33);
  background-color: rgb(185, 187, 190);
}

.list-group-item-dark.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgb(27, 30, 33);
  border-color: rgb(27, 30, 33);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  opacity: 0.5;
}

.close:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  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: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem;
  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;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: rgb(108, 117, 125);
  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: hidden auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transform: translate(0px, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(-1rem + 100vh);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(-1rem + 100vh);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid rgb(222, 226, 230);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgb(222, 226, 230);
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(-3.5rem + 100vh);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(-3.5rem + 100vh);
  }

  .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: 0px;
  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: 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;
  overflow-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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0px;
  border-width: 0.4rem 0.4rem 0px;
  border-top-color: rgb(0, 0, 0);
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0px 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0px;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0px;
  border-width: 0.4rem 0.4rem 0.4rem 0px;
  border-right-color: rgb(0, 0, 0);
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0px;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0px;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0px;
  border-width: 0px 0.4rem 0.4rem;
  border-bottom-color: rgb(0, 0, 0);
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0px 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0px;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0px;
  border-width: 0.4rem 0px 0.4rem 0.4rem;
  border-left-color: rgb(0, 0, 0);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0px;
  left: 0px;
  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: 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;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  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: 0px 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc(-1px - 0.5rem);
}

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

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0px;
  border-top-color: rgb(255, 255, 255);
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

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

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

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0px;
  border-right-color: rgb(255, 255, 255);
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc(-1px - 0.5rem);
}

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

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0px 0.5rem 0.5rem;
  border-bottom-color: rgb(255, 255, 255);
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247, 247, 247);
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

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

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

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0px 0.5rem 0.5rem;
  border-left-color: rgb(255, 255, 255);
}

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: rgb(33, 37, 41);
}

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border-width: 0.25em;
  border-style: solid;
  border-color: currentcolor transparent currentcolor currentcolor;
  border-image: initial;
  border-radius: 50%;
  animation: 0.75s linear 0s infinite normal none running spinner-border;
}

.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;
  animation: 0.75s linear 0s infinite normal none running spinner-grow;
}

.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: rgb(0, 123, 255) !important;
}

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

.bg-secondary {
  background-color: rgb(108, 117, 125) !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: rgb(84, 91, 98) !important;
}

.bg-success {
  background-color: rgb(40, 167, 69) !important;
}

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

.bg-info {
  background-color: rgb(23, 162, 184) !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: rgb(17, 122, 139) !important;
}

.bg-warning {
  background-color: rgb(255, 193, 7) !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: rgb(211, 158, 0) !important;
}

.bg-danger {
  background-color: rgb(220, 53, 69) !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: rgb(189, 33, 48) !important;
}

.bg-light {
  background-color: rgb(248, 249, 250) !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: rgb(218, 224, 229) !important;
}

.bg-dark {
  background-color: rgb(52, 58, 64) !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: rgb(29, 33, 36) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

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

.border {
  border: 1px solid rgb(222, 226, 230) !important;
}

.border-top {
  border-top: 1px solid rgb(222, 226, 230) !important;
}

.border-right {
  border-right: 1px solid rgb(222, 226, 230) !important;
}

.border-bottom {
  border-bottom: 1px solid rgb(222, 226, 230) !important;
}

.border-left {
  border-left: 1px solid rgb(222, 226, 230) !important;
}

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

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

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

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

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

.border-primary {
  border-color: rgb(0, 123, 255) !important;
}

.border-secondary {
  border-color: rgb(108, 117, 125) !important;
}

.border-success {
  border-color: rgb(40, 167, 69) !important;
}

.border-info {
  border-color: rgb(23, 162, 184) !important;
}

.border-warning {
  border-color: rgb(255, 193, 7) !important;
}

.border-danger {
  border-color: rgb(220, 53, 69) !important;
}

.border-light {
  border-color: rgb(248, 249, 250) !important;
}

.border-dark {
  border-color: rgb(52, 58, 64) !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !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: 0px !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: 0px;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  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 {
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    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 {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    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: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}

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

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

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

.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: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important;
}

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

.shadow-lg {
  box-shadow: rgba(0, 0, 0, 0.176) 0px 1rem 3rem !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;
  inset: 0px;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.ml-0,
.mx-0 {
  margin-left: 0px !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: 0px !important;
}

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

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

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

.pl-0,
.px-0 {
  padding-left: 0px !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: 0px !important;
  }

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

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

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !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: 0px !important;
  }

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

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

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !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: 0px !important;
  }

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

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

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !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: 0px !important;
  }

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

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

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !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: 0px !important;
  }

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

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

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !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: 0px !important;
  }

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

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

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !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: 0px !important;
  }

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

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

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !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: 0px !important;
  }

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

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

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !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: rgb(255, 255, 255) !important;
}

.text-primary {
  color: rgb(0, 123, 255) !important;
}

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

.text-secondary {
  color: rgb(108, 117, 125) !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: rgb(73, 79, 84) !important;
}

.text-success {
  color: rgb(40, 167, 69) !important;
}

a.text-success:focus,
a.text-success:hover {
  color: rgb(25, 105, 44) !important;
}

.text-info {
  color: rgb(23, 162, 184) !important;
}

a.text-info:focus,
a.text-info:hover {
  color: rgb(15, 102, 116) !important;
}

.text-warning {
  color: rgb(255, 193, 7) !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: rgb(186, 139, 0) !important;
}

.text-danger {
  color: rgb(220, 53, 69) !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: rgb(167, 29, 42) !important;
}

.text-light {
  color: rgb(248, 249, 250) !important;
}

a.text-light:focus,
a.text-light:hover {
  color: rgb(203, 211, 218) !important;
}

.text-dark {
  color: rgb(52, 58, 64) !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: rgb(18, 20, 22) !important;
}

.text-body {
  color: rgb(33, 37, 41) !important;
}

.text-muted {
  color: rgb(108, 117, 125) !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: 0px / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0px;
}

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

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid rgb(238, 238, 238);
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-spin {
  animation: 2s linear 0s infinite normal none running fa-spin;
}

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

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

  100% {
    transform: rotate(359deg);
  }
}

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

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: rgb(255, 255, 255);
}

.fa-glass::before {
  content: "";
}

.fa-music::before {
  content: "";
}

.fa-search::before {
  content: "";
}

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

.fa-heart::before {
  content: "";
}

.fa-star::before {
  content: "";
}

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

.fa-user::before {
  content: "";
}

.fa-film::before {
  content: "";
}

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

.fa-th::before {
  content: "";
}

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

.fa-check::before {
  content: "";
}

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

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

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

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

.fa-signal::before {
  content: "";
}

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

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

.fa-home::before {
  content: "";
}

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

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

.fa-road::before {
  content: "";
}

.fa-download::before {
  content: "";
}

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

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

.fa-inbox::before {
  content: "";
}

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

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

.fa-refresh::before {
  content: "";
}

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

.fa-lock::before {
  content: "";
}

.fa-flag::before {
  content: "";
}

.fa-headphones::before {
  content: "";
}

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

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

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

.fa-qrcode::before {
  content: "";
}

.fa-barcode::before {
  content: "";
}

.fa-tag::before {
  content: "";
}

.fa-tags::before {
  content: "";
}

.fa-book::before {
  content: "";
}

.fa-bookmark::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-camera::before {
  content: "";
}

.fa-font::before {
  content: "";
}

.fa-bold::before {
  content: "";
}

.fa-italic::before {
  content: "";
}

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

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

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

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

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

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

.fa-list::before {
  content: "";
}

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

.fa-indent::before {
  content: "";
}

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

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

.fa-pencil::before {
  content: "";
}

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

.fa-adjust::before {
  content: "";
}

.fa-tint::before {
  content: "";
}

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

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

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

.fa-arrows::before {
  content: "";
}

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

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

.fa-backward::before {
  content: "";
}

.fa-play::before {
  content: "";
}

.fa-pause::before {
  content: "";
}

.fa-stop::before {
  content: "";
}

.fa-forward::before {
  content: "";
}

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

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

.fa-eject::before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs::before {
  content: "";
}

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

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

.fa-ban::before {
  content: "";
}

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

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

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

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

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

.fa-expand::before {
  content: "";
}

.fa-compress::before {
  content: "";
}

.fa-plus::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-asterisk::before {
  content: "";
}

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

.fa-gift::before {
  content: "";
}

.fa-leaf::before {
  content: "";
}

.fa-fire::before {
  content: "";
}

.fa-eye::before {
  content: "";
}

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

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

.fa-plane::before {
  content: "";
}

.fa-calendar::before {
  content: "";
}

.fa-random::before {
  content: "";
}

.fa-comment::before {
  content: "";
}

.fa-magnet::before {
  content: "";
}

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

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

.fa-retweet::before {
  content: "";
}

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

.fa-folder::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key::before {
  content: "";
}

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

.fa-comments::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy::before {
  content: "";
}

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

.fa-upload::before {
  content: "";
}

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

.fa-phone::before {
  content: "";
}

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

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

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

.fa-twitter::before {
  content: "";
}

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

.fa-github::before {
  content: "";
}

.fa-unlock::before {
  content: "";
}

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

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

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

.fa-bullhorn::before {
  content: "";
}

.fa-bell::before {
  content: "";
}

.fa-certificate::before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe::before {
  content: "";
}

.fa-wrench::before {
  content: "";
}

.fa-tasks::before {
  content: "";
}

.fa-filter::before {
  content: "";
}

.fa-briefcase::before {
  content: "";
}

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

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

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

.fa-cloud::before {
  content: "";
}

.fa-flask::before {
  content: "";
}

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

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

.fa-paperclip::before {
  content: "";
}

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

.fa-square::before {
  content: "";
}

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

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

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

.fa-strikethrough::before {
  content: "";
}

.fa-underline::before {
  content: "";
}

.fa-table::before {
  content: "";
}

.fa-magic::before {
  content: "";
}

.fa-truck::before {
  content: "";
}

.fa-pinterest::before {
  content: "";
}

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

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

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

.fa-money::before {
  content: "";
}

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

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

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

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

.fa-columns::before {
  content: "";
}

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

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

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

.fa-envelope::before {
  content: "";
}

.fa-linkedin::before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap::before {
  content: "";
}

.fa-umbrella::before {
  content: "";
}

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

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

.fa-exchange::before {
  content: "";
}

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

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

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

.fa-stethoscope::before {
  content: "";
}

.fa-suitcase::before {
  content: "";
}

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

.fa-coffee::before {
  content: "";
}

.fa-cutlery::before {
  content: "";
}

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

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

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

.fa-ambulance::before {
  content: "";
}

.fa-medkit::before {
  content: "";
}

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

.fa-beer::before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop::before {
  content: "";
}

.fa-laptop::before {
  content: "";
}

.fa-tablet::before {
  content: "";
}

.fa-mobile-phone::before,
.fa-mobile::before {
  content: "";
}

.fa-circle-o::before {
  content: "";
}

.fa-quote-left::before {
  content: "";
}

.fa-quote-right::before {
  content: "";
}

.fa-spinner::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-mail-reply::before,
.fa-reply::before {
  content: "";
}

.fa-github-alt::before {
  content: "";
}

.fa-folder-o::before {
  content: "";
}

.fa-folder-open-o::before {
  content: "";
}

.fa-smile-o::before {
  content: "";
}

.fa-frown-o::before {
  content: "";
}

.fa-meh-o::before {
  content: "";
}

.fa-gamepad::before {
  content: "";
}

.fa-keyboard-o::before {
  content: "";
}

.fa-flag-o::before {
  content: "";
}

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

.fa-terminal::before {
  content: "";
}

.fa-code::before {
  content: "";
}

.fa-mail-reply-all::before,
.fa-reply-all::before {
  content: "";
}

.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
  content: "";
}

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

.fa-crop::before {
  content: "";
}

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

.fa-unlink::before,
.fa-chain-broken::before {
  content: "";
}

.fa-question::before {
  content: "";
}

.fa-info::before {
  content: "";
}

.fa-exclamation::before {
  content: "";
}

.fa-superscript::before {
  content: "";
}

.fa-subscript::before {
  content: "";
}

.fa-eraser::before {
  content: "";
}

.fa-puzzle-piece::before {
  content: "";
}

.fa-microphone::before {
  content: "";
}

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

.fa-shield::before {
  content: "";
}

.fa-calendar-o::before {
  content: "";
}

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

.fa-rocket::before {
  content: "";
}

.fa-maxcdn::before {
  content: "";
}

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

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

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

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

.fa-html5::before {
  content: "";
}

.fa-css3::before {
  content: "";
}

.fa-anchor::before {
  content: "";
}

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

.fa-bullseye::before {
  content: "";
}

.fa-ellipsis-h::before {
  content: "";
}

.fa-ellipsis-v::before {
  content: "";
}

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

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

.fa-ticket::before {
  content: "";
}

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

.fa-minus-square-o::before {
  content: "";
}

.fa-level-up::before {
  content: "";
}

.fa-level-down::before {
  content: "";
}

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

.fa-pencil-square::before {
  content: "";
}

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

.fa-share-square::before {
  content: "";
}

.fa-compass::before {
  content: "";
}

.fa-toggle-down::before,
.fa-caret-square-o-down::before {
  content: "";
}

.fa-toggle-up::before,
.fa-caret-square-o-up::before {
  content: "";
}

.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: "";
}

.fa-euro::before,
.fa-eur::before {
  content: "";
}

.fa-gbp::before {
  content: "";
}

.fa-dollar::before,
.fa-usd::before {
  content: "";
}

.fa-rupee::before,
.fa-inr::before {
  content: "";
}

.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
  content: "";
}

.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
  content: "";
}

.fa-won::before,
.fa-krw::before {
  content: "";
}

.fa-bitcoin::before,
.fa-btc::before {
  content: "";
}

.fa-file::before {
  content: "";
}

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

.fa-sort-alpha-asc::before {
  content: "";
}

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

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

.fa-sort-amount-desc::before {
  content: "";
}

.fa-sort-numeric-asc::before {
  content: "";
}

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

.fa-thumbs-up::before {
  content: "";
}

.fa-thumbs-down::before {
  content: "";
}

.fa-youtube-square::before {
  content: "";
}

.fa-youtube::before {
  content: "";
}

.fa-xing::before {
  content: "";
}

.fa-xing-square::before {
  content: "";
}

.fa-youtube-play::before {
  content: "";
}

.fa-dropbox::before {
  content: "";
}

.fa-stack-overflow::before {
  content: "";
}

.fa-instagram::before {
  content: "";
}

.fa-flickr::before {
  content: "";
}

.fa-adn::before {
  content: "";
}

.fa-bitbucket::before {
  content: "";
}

.fa-bitbucket-square::before {
  content: "";
}

.fa-tumblr::before {
  content: "";
}

.fa-tumblr-square::before {
  content: "";
}

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

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

.fa-long-arrow-left::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-apple::before {
  content: "";
}

.fa-windows::before {
  content: "";
}

.fa-android::before {
  content: "";
}

.fa-linux::before {
  content: "";
}

.fa-dribbble::before {
  content: "";
}

.fa-skype::before {
  content: "";
}

.fa-foursquare::before {
  content: "";
}

.fa-trello::before {
  content: "";
}

.fa-female::before {
  content: "";
}

.fa-male::before {
  content: "";
}

.fa-gittip::before,
.fa-gratipay::before {
  content: "";
}

.fa-sun-o::before {
  content: "";
}

.fa-moon-o::before {
  content: "";
}

.fa-archive::before {
  content: "";
}

.fa-bug::before {
  content: "";
}

.fa-vk::before {
  content: "";
}

.fa-weibo::before {
  content: "";
}

.fa-renren::before {
  content: "";
}

.fa-pagelines::before {
  content: "";
}

.fa-stack-exchange::before {
  content: "";
}

.fa-arrow-circle-o-right::before {
  content: "";
}

.fa-arrow-circle-o-left::before {
  content: "";
}

.fa-toggle-left::before,
.fa-caret-square-o-left::before {
  content: "";
}

.fa-dot-circle-o::before {
  content: "";
}

.fa-wheelchair::before {
  content: "";
}

.fa-vimeo-square::before {
  content: "";
}

.fa-turkish-lira::before,
.fa-try::before {
  content: "";
}

.fa-plus-square-o::before {
  content: "";
}

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

.fa-slack::before {
  content: "";
}

.fa-envelope-square::before {
  content: "";
}

.fa-wordpress::before {
  content: "";
}

.fa-openid::before {
  content: "";
}

.fa-institution::before,
.fa-bank::before,
.fa-university::before {
  content: "";
}

.fa-mortar-board::before,
.fa-graduation-cap::before {
  content: "";
}

.fa-yahoo::before {
  content: "";
}

.fa-google::before {
  content: "";
}

.fa-reddit::before {
  content: "";
}

.fa-reddit-square::before {
  content: "";
}

.fa-stumbleupon-circle::before {
  content: "";
}

.fa-stumbleupon::before {
  content: "";
}

.fa-delicious::before {
  content: "";
}

.fa-digg::before {
  content: "";
}

.fa-pied-piper-pp::before {
  content: "";
}

.fa-pied-piper-alt::before {
  content: "";
}

.fa-drupal::before {
  content: "";
}

.fa-joomla::before {
  content: "";
}

.fa-language::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-child::before {
  content: "";
}

.fa-paw::before {
  content: "";
}

.fa-spoon::before {
  content: "";
}

.fa-cube::before {
  content: "";
}

.fa-cubes::before {
  content: "";
}

.fa-behance::before {
  content: "";
}

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

.fa-steam::before {
  content: "";
}

.fa-steam-square::before {
  content: "";
}

.fa-recycle::before {
  content: "";
}

.fa-automobile::before,
.fa-car::before {
  content: "";
}

.fa-cab::before,
.fa-taxi::before {
  content: "";
}

.fa-tree::before {
  content: "";
}

.fa-spotify::before {
  content: "";
}

.fa-deviantart::before {
  content: "";
}

.fa-soundcloud::before {
  content: "";
}

.fa-database::before {
  content: "";
}

.fa-file-pdf-o::before {
  content: "";
}

.fa-file-word-o::before {
  content: "";
}

.fa-file-excel-o::before {
  content: "";
}

.fa-file-powerpoint-o::before {
  content: "";
}

.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
  content: "";
}

.fa-file-zip-o::before,
.fa-file-archive-o::before {
  content: "";
}

.fa-file-sound-o::before,
.fa-file-audio-o::before {
  content: "";
}

.fa-file-movie-o::before,
.fa-file-video-o::before {
  content: "";
}

.fa-file-code-o::before {
  content: "";
}

.fa-vine::before {
  content: "";
}

.fa-codepen::before {
  content: "";
}

.fa-jsfiddle::before {
  content: "";
}

.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
  content: "";
}

.fa-circle-o-notch::before {
  content: "";
}

.fa-ra::before,
.fa-resistance::before,
.fa-rebel::before {
  content: "";
}

.fa-ge::before,
.fa-empire::before {
  content: "";
}

.fa-git-square::before {
  content: "";
}

.fa-git::before {
  content: "";
}

.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
  content: "";
}

.fa-tencent-weibo::before {
  content: "";
}

.fa-qq::before {
  content: "";
}

.fa-wechat::before,
.fa-weixin::before {
  content: "";
}

.fa-send::before,
.fa-paper-plane::before {
  content: "";
}

.fa-send-o::before,
.fa-paper-plane-o::before {
  content: "";
}

.fa-history::before {
  content: "";
}

.fa-circle-thin::before {
  content: "";
}

.fa-header::before {
  content: "";
}

.fa-paragraph::before {
  content: "";
}

.fa-sliders::before {
  content: "";
}

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

.fa-share-alt-square::before {
  content: "";
}

.fa-bomb::before {
  content: "";
}

.fa-soccer-ball-o::before,
.fa-futbol-o::before {
  content: "";
}

.fa-tty::before {
  content: "";
}

.fa-binoculars::before {
  content: "";
}

.fa-plug::before {
  content: "";
}

.fa-slideshare::before {
  content: "";
}

.fa-twitch::before {
  content: "";
}

.fa-yelp::before {
  content: "";
}

.fa-newspaper-o::before {
  content: "";
}

.fa-wifi::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-paypal::before {
  content: "";
}

.fa-google-wallet::before {
  content: "";
}

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

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

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

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

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

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

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

.fa-bell-slash-o::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-copyright::before {
  content: "";
}

.fa-at::before {
  content: "";
}

.fa-eyedropper::before {
  content: "";
}

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

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

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

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

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

.fa-lastfm::before {
  content: "";
}

.fa-lastfm-square::before {
  content: "";
}

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

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

.fa-bicycle::before {
  content: "";
}

.fa-bus::before {
  content: "";
}

.fa-ioxhost::before {
  content: "";
}

.fa-angellist::before {
  content: "";
}

.fa-cc::before {
  content: "";
}

.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
  content: "";
}

.fa-meanpath::before {
  content: "";
}

.fa-buysellads::before {
  content: "";
}

.fa-connectdevelop::before {
  content: "";
}

.fa-dashcube::before {
  content: "";
}

.fa-forumbee::before {
  content: "";
}

.fa-leanpub::before {
  content: "";
}

.fa-sellsy::before {
  content: "";
}

.fa-shirtsinbulk::before {
  content: "";
}

.fa-simplybuilt::before {
  content: "";
}

.fa-skyatlas::before {
  content: "";
}

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

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

.fa-diamond::before {
  content: "";
}

.fa-ship::before {
  content: "";
}

.fa-user-secret::before {
  content: "";
}

.fa-motorcycle::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-heartbeat::before {
  content: "";
}

.fa-venus::before {
  content: "";
}

.fa-mars::before {
  content: "";
}

.fa-mercury::before {
  content: "";
}

.fa-intersex::before,
.fa-transgender::before {
  content: "";
}

.fa-transgender-alt::before {
  content: "";
}

.fa-venus-double::before {
  content: "";
}

.fa-mars-double::before {
  content: "";
}

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

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

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

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

.fa-neuter::before {
  content: "";
}

.fa-genderless::before {
  content: "";
}

.fa-facebook-official::before {
  content: "";
}

.fa-pinterest-p::before {
  content: "";
}

.fa-whatsapp::before {
  content: "";
}

.fa-server::before {
  content: "";
}

.fa-user-plus::before {
  content: "";
}

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

.fa-hotel::before,
.fa-bed::before {
  content: "";
}

.fa-viacoin::before {
  content: "";
}

.fa-train::before {
  content: "";
}

.fa-subway::before {
  content: "";
}

.fa-medium::before {
  content: "";
}

.fa-yc::before,
.fa-y-combinator::before {
  content: "";
}

.fa-optin-monster::before {
  content: "";
}

.fa-opencart::before {
  content: "";
}

.fa-expeditedssl::before {
  content: "";
}

.fa-battery-4::before,
.fa-battery::before,
.fa-battery-full::before {
  content: "";
}

.fa-battery-3::before,
.fa-battery-three-quarters::before {
  content: "";
}

.fa-battery-2::before,
.fa-battery-half::before {
  content: "";
}

.fa-battery-1::before,
.fa-battery-quarter::before {
  content: "";
}

.fa-battery-0::before,
.fa-battery-empty::before {
  content: "";
}

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

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

.fa-object-group::before {
  content: "";
}

.fa-object-ungroup::before {
  content: "";
}

.fa-sticky-note::before {
  content: "";
}

.fa-sticky-note-o::before {
  content: "";
}

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

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

.fa-clone::before {
  content: "";
}

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

.fa-hourglass-o::before {
  content: "";
}

.fa-hourglass-1::before,
.fa-hourglass-start::before {
  content: "";
}

.fa-hourglass-2::before,
.fa-hourglass-half::before {
  content: "";
}

.fa-hourglass-3::before,
.fa-hourglass-end::before {
  content: "";
}

.fa-hourglass::before {
  content: "";
}

.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
  content: "";
}

.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
  content: "";
}

.fa-hand-scissors-o::before {
  content: "";
}

.fa-hand-lizard-o::before {
  content: "";
}

.fa-hand-spock-o::before {
  content: "";
}

.fa-hand-pointer-o::before {
  content: "";
}

.fa-hand-peace-o::before {
  content: "";
}

.fa-trademark::before {
  content: "";
}

.fa-registered::before {
  content: "";
}

.fa-creative-commons::before {
  content: "";
}

.fa-gg::before {
  content: "";
}

.fa-gg-circle::before {
  content: "";
}

.fa-tripadvisor::before {
  content: "";
}

.fa-odnoklassniki::before {
  content: "";
}

.fa-odnoklassniki-square::before {
  content: "";
}

.fa-get-pocket::before {
  content: "";
}

.fa-wikipedia-w::before {
  content: "";
}

.fa-safari::before {
  content: "";
}

.fa-chrome::before {
  content: "";
}

.fa-firefox::before {
  content: "";
}

.fa-opera::before {
  content: "";
}

.fa-internet-explorer::before {
  content: "";
}

.fa-tv::before,
.fa-television::before {
  content: "";
}

.fa-contao::before {
  content: "";
}

.fa-500px::before {
  content: "";
}

.fa-amazon::before {
  content: "";
}

.fa-calendar-plus-o::before {
  content: "";
}

.fa-calendar-minus-o::before {
  content: "";
}

.fa-calendar-times-o::before {
  content: "";
}

.fa-calendar-check-o::before {
  content: "";
}

.fa-industry::before {
  content: "";
}

.fa-map-pin::before {
  content: "";
}

.fa-map-signs::before {
  content: "";
}

.fa-map-o::before {
  content: "";
}

.fa-map::before {
  content: "";
}

.fa-commenting::before {
  content: "";
}

.fa-commenting-o::before {
  content: "";
}

.fa-houzz::before {
  content: "";
}

.fa-vimeo::before {
  content: "";
}

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

.fa-fonticons::before {
  content: "";
}

.fa-reddit-alien::before {
  content: "";
}

.fa-edge::before {
  content: "";
}

.fa-credit-card-alt::before {
  content: "";
}

.fa-codiepie::before {
  content: "";
}

.fa-modx::before {
  content: "";
}

.fa-fort-awesome::before {
  content: "";
}

.fa-usb::before {
  content: "";
}

.fa-product-hunt::before {
  content: "";
}

.fa-mixcloud::before {
  content: "";
}

.fa-scribd::before {
  content: "";
}

.fa-pause-circle::before {
  content: "";
}

.fa-pause-circle-o::before {
  content: "";
}

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

.fa-stop-circle-o::before {
  content: "";
}

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

.fa-shopping-basket::before {
  content: "";
}

.fa-hashtag::before {
  content: "";
}

.fa-bluetooth::before {
  content: "";
}

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

.fa-percent::before {
  content: "";
}

.fa-gitlab::before {
  content: "";
}

.fa-wpbeginner::before {
  content: "";
}

.fa-wpforms::before {
  content: "";
}

.fa-envira::before {
  content: "";
}

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

.fa-wheelchair-alt::before {
  content: "";
}

.fa-question-circle-o::before {
  content: "";
}

.fa-blind::before {
  content: "";
}

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

.fa-volume-control-phone::before {
  content: "";
}

.fa-braille::before {
  content: "";
}

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

.fa-asl-interpreting::before,
.fa-american-sign-language-interpreting::before {
  content: "";
}

.fa-deafness::before,
.fa-hard-of-hearing::before,
.fa-deaf::before {
  content: "";
}

.fa-glide::before {
  content: "";
}

.fa-glide-g::before {
  content: "";
}

.fa-signing::before,
.fa-sign-language::before {
  content: "";
}

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

.fa-viadeo::before {
  content: "";
}

.fa-viadeo-square::before {
  content: "";
}

.fa-snapchat::before {
  content: "";
}

.fa-snapchat-ghost::before {
  content: "";
}

.fa-snapchat-square::before {
  content: "";
}

.fa-pied-piper::before {
  content: "";
}

.fa-first-order::before {
  content: "";
}

.fa-yoast::before {
  content: "";
}

.fa-themeisle::before {
  content: "";
}

.fa-google-plus-circle::before,
.fa-google-plus-official::before {
  content: "";
}

.fa-fa::before,
.fa-font-awesome::before {
  content: "";
}

.fa-handshake-o::before {
  content: "";
}

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

.fa-envelope-open-o::before {
  content: "";
}

.fa-linode::before {
  content: "";
}

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

.fa-address-book-o::before {
  content: "";
}

.fa-vcard::before,
.fa-address-card::before {
  content: "";
}

.fa-vcard-o::before,
.fa-address-card-o::before {
  content: "";
}

.fa-user-circle::before {
  content: "";
}

.fa-user-circle-o::before {
  content: "";
}

.fa-user-o::before {
  content: "";
}

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

.fa-drivers-license::before,
.fa-id-card::before {
  content: "";
}

.fa-drivers-license-o::before,
.fa-id-card-o::before {
  content: "";
}

.fa-quora::before {
  content: "";
}

.fa-free-code-camp::before {
  content: "";
}

.fa-telegram::before {
  content: "";
}

.fa-thermometer-4::before,
.fa-thermometer::before,
.fa-thermometer-full::before {
  content: "";
}

.fa-thermometer-3::before,
.fa-thermometer-three-quarters::before {
  content: "";
}

.fa-thermometer-2::before,
.fa-thermometer-half::before {
  content: "";
}

.fa-thermometer-1::before,
.fa-thermometer-quarter::before {
  content: "";
}

.fa-thermometer-0::before,
.fa-thermometer-empty::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-bathtub::before,
.fa-s15::before,
.fa-bath::before {
  content: "";
}

.fa-podcast::before {
  content: "";
}

.fa-window-maximize::before {
  content: "";
}

.fa-window-minimize::before {
  content: "";
}

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

.fa-times-rectangle::before,
.fa-window-close::before {
  content: "";
}

.fa-times-rectangle-o::before,
.fa-window-close-o::before {
  content: "";
}

.fa-bandcamp::before {
  content: "";
}

.fa-grav::before {
  content: "";
}

.fa-etsy::before {
  content: "";
}

.fa-imdb::before {
  content: "";
}

.fa-ravelry::before {
  content: "";
}

.fa-eercast::before {
  content: "";
}

.fa-microchip::before {
  content: "";
}

.fa-snowflake-o::before {
  content: "";
}

.fa-superpowers::before {
  content: "";
}

.fa-wpexplorer::before {
  content: "";
}

.fa-meetup::before {
  content: "";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0px;
  overflow: visible;
  clip: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0px;
  top: -9999px;
  visibility: hidden;
  position: absolute !important;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 100%;
  left: 0px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0px;
  transform: translateZ(0px);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  inset: 0px;
  position: absolute;
}

.fancybox-outer {
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility;
  visibility: visible;
}

.fancybox-infobar {
  color: rgb(204, 204, 204);
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0px;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0px 10px;
  pointer-events: none;
  text-align: center;
  top: 0px;
  user-select: none;
}

.fancybox-toolbar {
  right: 0px;
  top: 0px;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  --webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0px;
  outline: none;
  overflow: auto;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0px;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0px;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0px;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0px;
}

.fancybox-content {
  background: rgb(255, 255, 255);
  display: inline-block;
  margin: 0px 0px 6px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: 0% 0% / 100% 100% no-repeat transparent;
  left: 0px;
  margin: 0px;
  max-width: none;
  overflow: visible;
  padding: 0px;
  position: absolute;
  top: 0px;
  transform-origin: left top;
  transition-property: transform, opacity, -webkit-transform;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0px;
  height: 100%;
  left: 0px;
  margin: 0px;
  max-height: none;
  max-width: none;
  padding: 0px;
  position: absolute;
  top: 0px;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0px;
  overflow: visible;
  padding: 0px;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: rgb(0, 0, 0);
}

.fancybox-slide--map .fancybox-content {
  background: rgb(229, 227, 223);
}

.fancybox-slide--iframe .fancybox-content {
  background: rgb(255, 255, 255);
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0px;
  height: 100%;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: rgb(255, 255, 255);
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0px;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: rgb(204, 204, 204);
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: rgb(255, 255, 255);
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: rgb(136, 136, 136);
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricprecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentcolor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentcolor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  color: rgb(85, 85, 85);
  cursor: pointer;
  height: 44px;
  margin: 0px;
  padding: 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentcolor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: rgb(204, 204, 204);
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: rgb(255, 255, 255);
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  left: 0px;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0px;
}

.fancybox-caption::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-size: contain;
  inset: -25px 0px 0px;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0px;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: rgb(204, 204, 204);
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.fancybox-loading {
  animation: 0.8s linear 0s infinite normal none running a;
  background: transparent;
  border-width: 6px;
  border-style: solid;
  border-color: rgb(255, 255, 255) rgba(99, 99, 99, 0.5) rgba(99, 99, 99, 0.5);
  border-image: initial;
  border-radius: 100%;
  height: 60px;
  left: 50%;
  margin: -30px 0px 0px -30px;
  opacity: 0.6;
  padding: 0px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0px);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0px, 0px);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0px, 0px);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0px);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0px, 0px) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0px, 0px) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0px) scale(1);
}

.fancybox-share {
  background: rgb(244, 244, 244);
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: rgb(34, 34, 34);
  font-size: 35px;
  font-weight: 700;
  margin: 0px 0px 20px;
}

.fancybox-share p {
  margin: 0px;
  padding: 0px;
}

.fancybox-share__button {
  border: 0px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px 5px 10px;
  min-width: 130px;
  padding: 0px 15px;
  text-decoration: none;
  transition: 0.2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: rgb(255, 255, 255);
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: rgb(59, 89, 152);
}

.fancybox-share__button--fb:hover {
  background: rgb(52, 78, 134);
}

.fancybox-share__button--pt {
  background: rgb(189, 8, 29);
}

.fancybox-share__button--pt:hover {
  background: rgb(170, 7, 25);
}

.fancybox-share__button--tw {
  background: rgb(29, 161, 242);
}

.fancybox-share__button--tw:hover {
  background: rgb(13, 149, 232);
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: rgb(255, 255, 255);
}

.fancybox-share__input {
  background: transparent;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(215, 215, 215);
  border-radius: 0px;
  color: rgb(93, 91, 91);
  font-size: 14px;
  margin: 10px 0px 0px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: rgb(255, 255, 255);
  bottom: 0px;
  display: none;
  margin: 0px;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0px;
  -webkit-tap-highlight-color: transparent;
  top: 0px;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow: auto hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  font-size: 0px;
  height: 100%;
  list-style: none;
  margin: 0px;
  overflow: hidden auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: rgb(42, 42, 42);
  border-radius: 10px;
}

.fancybox-thumbs>ul>li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li {
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs>ul>li::before {
  border: 4px solid rgb(78, 167, 249);
  inset: 0px;
  content: "";
  opacity: 0;
  position: absolute;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active::before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  --moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  --webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  --webkit-backface-visibility: hidden;
  --moz-backface-visibility: hidden;
  --ms-backface-visibility: hidden;
  --webkit-transform: translate3d(0, 0, 0);
  --moz-transform: translate3d(0, 0, 0);
  --ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  --webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0px 0px;
  color: inherit;
  border: none;
  font: inherit;
  padding: 0px !important;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0px;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: rgb(0, 0, 0);
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  --webkit-backface-visibility: hidden;
  transition: transform 0.1s;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 21px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -21px;
}

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -21px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin: 30px 0px 0px;
  width: 100%;
}

.owl-carousel .owl-dot {
  text-align: center;
  background: none;
  margin: 0px;
  padding: 0px;
  outline: none;
}

.owl-carousel button.owl-dot span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgb(220, 225, 229);
  display: block;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
}

.owl-carousel button.owl-dot.active span {
  width: 30px;
  background: rgb(14, 80, 107);
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  width: 42px;
  height: 42px;
  margin: 0px;
  background: rgb(2, 183, 251);
  color: rgb(255, 255, 255);
  display: block;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}

.owl-carousel .owl-prev:hover span,
.owl-carousel .owl-next:hover span {
  background: rgb(14, 80, 107);
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .menu {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 99;
    background-color: transparent;
    left: inherit !important;
    width: 100% !important;
  }

  .menu::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
  }

  .menu ul.brand-nav {
    text-align: center;
  }

  .menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: left;
  }

  .menu ul li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: inline-block;
  }

  .menu ul li:last-child a {
    margin-right: 0px;
  }

  .menu ul li a {
    display: block;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: rgb(255, 255, 255);
    margin: 0px 15px;
    position: relative;
  }

  .menu ul li .mega-menu li.active>a,
  .menu ul li .mega-menu:hover>a {
    color: rgb(245, 128, 28) !important;
  }

  .menu ul li.active>a::after,
  .menu ul li:hover>a::after {
    width: 100%;
  }

  .menu ul li:hover>a::after {
    content: "";
  }

  .menu ul li:hover>a:only-child::after {
    content: "";
  }

  .menu ul li:hover>.mega-menu,
  .menu ul li:hover>.sub-menu,
  .menu ul li:hover>.tab-menu {
    display: inherit;
  }

  .menu ul .sub-menu {
    left: 0px;
    display: none;
    position: absolute;
    padding: 2px 0px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 10px 4px;
  }

  .menu ul .sub-menu li {
    padding: 0px;
    width: 180px;
    float: none;
    display: list-item;
    position: relative;
    background-color: rgb(255, 255, 255);
    list-style: outside none none;
    margin: 0px 0px 10px;
  }

  .menu ul .sub-menu li::before {
    content: "•";
    color: rgb(102, 102, 102);
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
  }

  .menu ul .sub-menu li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul .sub-menu li a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: unset;
    font-weight: 400;
    line-height: 120%;
    color: rgb(102, 102, 102);
    position: relative;
    margin: 0px;
  }

  .menu ul .sub-menu li a:hover {
    color: rgb(240, 114, 49);
  }

  .menu ul li.is-open-a>a::after {
    position: relative;
    right: -5px;
    top: -4px;
    content: "";
    width: 7px;
    height: 7px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    transform: rotate(45deg);
    display: inline-block;
  }

  .menu ul li.is-open-a .sub-menu.mega-menu a::after {
    display: none;
  }

  .menu ul .sub-menu li.active>a,
  .menu ul .sub-menu li:hover>a {
    color: rgb(240, 114, 49);
  }

  .menu ul .sub-menu .sub-menu li {
    position: relative;
    top: -42px;
    left: 280px;
  }

  .menu ul .tab-menu {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.03) 0px 16px 24px 2px, rgba(0, 0, 0, 0.03) 0px 6px 30px 5px, rgba(0, 0, 0, 0.03) 0px 8px 10px -5px;
  }

  .menu ul .tab-menu>li {
    margin: 0px;
    padding: 0px;
    width: 200px;
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul .tab-menu>li:last-child {
    border-bottom: none;
  }

  .menu ul .tab-menu>li>a {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: rgb(102, 102, 102);
  }

  .menu ul .tab-menu>li>a:hover {
    color: rgb(31, 28, 109);
    background-color: transparent;
  }

  .menu ul .tab-menu>li:first-child ul {
    display: block;
  }

  .menu ul .tab-menu>li>ul {
    display: none;
    position: absolute;
    z-index: 9;
    left: 215px;
    top: 0px;
    width: calc(100% - 215px);
    padding: 15px;
    background-color: rgb(255, 255, 255);
  }

  .menu ul .tab-menu>li>ul>li {
    float: left;
    width: 25%;
  }

  .menu ul .tab-menu>li>ul>li .tm_title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: rgb(0, 0, 0);
    margin: 0px 0px 10px;
    padding: 0px;
  }

  .menu ul .tab-menu>li>ul>li .tm_title:hover {
    color: rgb(31, 28, 109);
    background-color: transparent;
  }

  .menu ul .tab-menu>li>ul>li ul li {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .menu ul .tab-menu>li>ul>li ul li a {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: rgb(102, 102, 102);
  }

  .menu ul .tab-menu>li>ul>li ul li a:hover {
    color: rgb(31, 28, 109);
    background-color: transparent;
  }

  .menu ul .tab-menu>li>ul>li ul li.active>a {
    color: rgb(31, 28, 109);
  }

  .menu ul .tab-menu>li>ul>li.active>a,
  .menu ul .tab-menu>li>ul>li:hover>a {
    color: rgb(31, 28, 109);
    background-color: transparent;
  }

  .menu ul .tab-menu>li.active {
    border-right: 5px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul .tab-menu>li.active>ul {
    display: block;
    z-index: 9;
  }

  .menu ul .tab-menu>li:hover {
    border-right: 5px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul .tab-menu>li:hover>ul {
    display: block;
    z-index: 99;
  }

  .menu ul .tab-menu>li.active>a,
  .menu ul .tab-menu>li:hover>a {
    color: rgb(0, 0, 0);
    background-color: transparent;
  }

  .menu ul .tab-menu .thumbnail-container {
    padding-bottom: 150%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .is-open,
  .menuclose,
  .menuopen {
    display: none !important;
  }

  .menu .mega-menu {
    width: 600px;
    right: 0px;
    left: -200px !important;
    padding: 10px !important;
  }

  .menu .sub-menu.mega-menu ul {
    margin-bottom: 15px;
    float: left;
  }

  .menu .sub-menu.mega-menu li {
    width: 100%;
    float: left !important;
  }

  .menu .sub-menu.mega-menu li a {
    font-weight: 600;
    font-size: 15px;
  }

  .menu .sub-menu.mega-menu li {
    width: 50%;
  }

  .menu .sub-menu.mega-menu li a {
    font-weight: 500;
    font-size: 14px;
  }

  .menu .mega-menu li+li {
    border: 0px !important;
  }
}

@media (max-width: 1024px) {
  .menu {
    position: fixed;
    z-index: 999;
    overflow-x: scroll;
    margin: 0px;
    padding: 0px;
    width: 230px;
    left: -250px;
    bottom: 0px;
    top: 0px;
    background-color: rgb(255, 255, 255);
    transition: 0.5s ease-in-out;
  }

  .menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    z-index: 9;
  }

  .menu ul li {
    padding: 0px;
    margin: 0px;
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul li::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
  }

  .menu ul li a {
    padding: 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: rgb(0, 0, 0);
  }

  .menu ul li.active>a {
    color: rgb(253, 157, 18);
  }

  .menu ul li ul {
    display: none;
    min-height: auto !important;
  }

  .menu ul li ul li:last-child {
    border-bottom: none;
  }

  .menu ul li ul li a {
    padding-left: 20px;
    font-size: 12px;
  }

  .menu_open_close {
    position: relative;
    text-align: right;
    margin: 0px;
  }

  .menu_open_close .menuopen {
    position: relative;
    width: 32px;
    height: 22px;
    z-index: 99;
    border-bottom: 2px solid rgb(33, 33, 33);
    display: inline-block;
    text-align: left;
  }

  .menu_open_close .menuopen::after,
  .menu_open_close .menuopen::before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 32px;
    background-color: rgb(33, 33, 33);
  }

  .menu_open_close .menuopen::before {
    top: 0px;
  }

  .menu_open_close .menuopen::after {
    bottom: calc(50% - 2px);
  }

  .menu_open_close .menuclose {
    position: relative;
    width: 32px;
    height: 22px;
    z-index: 99;
    display: none;
    text-align: left;
  }

  .menu_open_close .menuclose::after,
  .menu_open_close .menuclose::before {
    position: absolute;
    left: 15px;
    top: -5px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: rgb(255, 255, 255);
  }

  .menu_open_close .menuclose::before {
    transform: rotate(45deg);
  }

  .menu_open_close .menuclose::after {
    transform: rotate(-45deg);
  }

  .is-open {
    position: relative;
    z-index: 99;
    float: right;
    width: 40px;
    height: 40px;
  }

  .is-open::after,
  .is-open::before {
    position: absolute;
    content: "";
    background-color: rgb(0, 0, 0);
  }

  .is-open::before {
    width: 11px;
    height: 1px;
    top: 50%;
    left: 37%;
  }

  .is-open::after {
    width: 1px;
    height: 11px;
    top: calc(50% - 5px);
    left: 50%;
  }

  .is-open.is-close::after {
    display: none;
  }

  .is-open-a>a {
    float: left;
    width: calc(100% - 40px);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu .is-open.is-close~ul {
    display: block;
  }

  .menu .is-open.is-close~ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu-hidden {
    display: none;
  }

  .menu_overlap {
    position: relative;
    overflow: hidden;
  }

  .menu_overlap .nav-overlay {
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    inset: 0px;
  }
}

@media (min-width: 1025px) {
  header {
    position: relative;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    transition: 0.5s ease-in-out;
  }

  header.mobile-stick {
    position: fixed;
    top: 0px;
  }

  header.fadeInDown {
    animation: 1s ease 0.2s 1 normal both running header-fadeInDown;
  }
}

@-webkit-keyframes header-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes header-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.header-fadeInDown {
  animation-name: fadeInDown;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1;
  vertical-align: baseline;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

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

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans", sans-serif;
  word-break: break-word;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: inherit;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

:focus {
  outline: 0px;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

img {
  max-width: 100%;
  width: auto;
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  transition: 0.5s ease-in-out;
  outline: 0px;
  outline-offset: 0px;
  font-family: "Noto Sans", sans-serif;
}

body #wrapper {
  position: relative;
}

button:focus {
  outline: none !important;
}

body p,
body ul li {
  line-height: 150%;
  color: rgb(51, 51, 51);
  text-align: justify;
  font-size: 18px;
}

body p+p,
body p+ul {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(53, 53, 53);
  font-weight: 600;
  line-height: 125%;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

#back-top {
  position: fixed;
  bottom: 10px;
  margin: 0px auto;
  right: 10px;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s;
}

#back-top i {
  background-color: rgb(21, 37, 53);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  margin: 0px auto;
  border-radius: 50px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  transition: 0.5s;
}

#back-top i:hover {
  background-color: rgb(14, 80, 107);
}

.whatsapp-fix {
  position: fixed;
  bottom: 90px;
  left: 20px;
  z-index: 3;
  padding: 12px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.whatsapp-fix .link.call {
  background-color: rgb(255, 0, 0);
}

.whatsapp-fix .link.e-mail {
  background-color: rgb(32, 79, 237);
}

.whatsapp-fix .link {
  background-color: rgb(77, 194, 71);
  border-radius: 40px;
  margin: 0px auto 5px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 48px;
  transition: 0.5s;
}

.whatsapp-fix .link:hover {
  opacity: 0.8;
  animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s infinite normal both running shakes;
}

#fixed-social {
  position: fixed;
  bottom: 25px;
  left: 15px;
  z-index: 99;
  padding: 10px 8px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.3) !important;
}

#fixed-social a {
  color: rgb(255, 255, 255);
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 50px;
  width: 50px;
  margin-bottom: 1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fixed-social a:hover>span {
  visibility: visible;
  left: 50px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 50px;
  left: 45px;
  position: absolute;
  text-align: center;
  min-width: 180px;
  padding: 0px 10px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}

.fixed-list-icon {
  background-color: transparent;
}

.fixed-list-icon i {
  font-size: 30px;
}

.fixed-list-icon:hover {
  background-color: rgb(233, 4, 8);
  border-radius: 50px;
}

.fixed-list-icon span {
  background-color: rgb(233, 4, 8);
  border-radius: 50px;
}

#fixed-social a {
  border-radius: 50px;
}

#fixed-social .mob-fixed+.mob-fixed {
  margin-top: 10px;
}

#fixed-social a.call,
#fixed-social a.call span {
  background-color: rgb(14, 80, 107);
}

#fixed-social a.whatsapp,
#fixed-social a.whatsapp span {
  background: rgb(77, 194, 71);
}

#fixed-social a.e-mail,
#fixed-social a.e-mail span {
  background: rgb(32, 79, 237);
}

@keyframes shakes {

  10%,
  90% {
    transform: translate3d(-1px, 0px, 0px);
  }

  20%,
  80% {
    transform: translate3d(2px, 0px, 0px);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0px, 0px);
  }

  40%,
  60% {
    transform: translate3d(4px, 0px, 0px);
  }
}

body .thumbnail-container,
body .thumbnail_container {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0px;
}

body .thumbnail {
  margin: 0px;
  display: block;
  padding: 0px;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: 0px 0px;
}

body .thumbnail a,
body .thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  inset: 0px;
  margin: auto;
  position: absolute;
}

header .container {
  max-width: 1460px;
  width: 100%;
}

header.mobile-stick .header-section {
  padding: 10px 0px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 10px 0px, rgba(0, 0, 0, 0.03) 0px 1px 18px 0px, rgba(0, 0, 0, 0.03) 0px 3px 5px -1px;
}

header.mobile-stick .header-top {
  display: none;
}

header.mobile-stick .header-section .left-part {
  margin-top: 0px;
  padding: 0px;
}

header .header-top {
  /* padding: 10px 0px; */
  min-height: 45px;
}

header .header-top ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inline-block;
}

header .header-top ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  color: rgb(158, 158, 158);
}

header .header-top ul li+li {
  margin-left: 35px;
}

header .header-top li a:hover {
  opacity: 0.85;
}

header .header-top li .icon {
  display: inline-block;
  margin: 0px 15px 0px 0px;
}

header .header-top li svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

header .header-top .language-info {
  display: inline-block;
  margin: 0px 0px 0px 20px;
}

header .header-top .language-info .goog-te-gadget-simple {
  padding: 4px;
  border: 0px solid rgba(255, 255, 255, 0.3);
}

.header-section {
  background-color: transparent;
  position: relative;
  top: 36px;
}

.header-section .left-part {
  display: block;
  float: left;
  width: 250px;
}

.header-section .left-part .logo img {
  max-height: 180px;
}

.header-section .left-part .logo a {
  display: block;
}

header.mobile-stick .header-section .left-part .logo img {
  max-height: 80px;
}

.home-banner {
  position: relative;
  margin-top: -35px;
}

.home-banner .carousel-inner {
  z-index: 0;
}

.home-banner:hover .banner-btn {
  opacity: 1;
}

.home-banner .banner-btn {
  background: rgba(255, 255, 255, 0.6);
  color: rgb(33, 33, 33);
  font-size: 20px;
  border: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.home-banner:hover .banner-btn {
  opacity: 1;
}

.home-banner .banner-btn:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
}

.home-banner .banner-btn.left,
.home-banner .banner-btn.right {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0px;
}

.home-banner .banner-btn.left {
  left: 40px;
}

.home-banner .banner-btn.right {
  right: 40px;
}

.home-banner .thumbnail-container {
  padding-bottom: 39.1%;
}

.home-banner .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .banner-content {
  position: absolute;
  inset: 0px 130px;
  z-index: 2;
  color: rgb(255, 255, 255);
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.home-banner .banner-content .title {
  color: rgb(255, 255, 255);
  font-size: 60px;
  line-height: 120%;
  margin: 0px;
  padding: 0px;
  transition: 0.5s ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}

.home-banner .banner-content p {
  font-size: 18px;
  line-height: 155%;
  margin: 20px 0px 0px;
  transition: 0.5s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.home-banner .item.active .banner-content {
  transform: translateY(0px);
  opacity: 1;
}

.home-banner .item.active .banner-content .title {
  transform: translateY(0px);
  opacity: 1;
}

.home-banner .item.active .banner-content p {
  transform: translateY(0px);
  opacity: 1;
}

footer {
  position: relative;
  color: rgb(211, 211, 211);
  background: linear-gradient(156deg, rgb(237, 114, 74) 0%, rgb(59, 48, 38) 170%);
  padding: 60px 0px 30px;
}

footer a {
  color: rgb(226, 226, 226);
  word-break: break-word;
  font-size: 17px;
}

footer p {
  color: rgb(226, 226, 226);
  font-size: 17px;
}

footer {
  color: rgb(255, 255, 255);
}

footer a:hover,
footer .fmenu li.active a {
  color: rgb(126, 64, 3);
}

footer hr {
  border-color: rgba(255, 255, 255, 0.17);
  margin: 30px 0px 50px;
}

footer .ftitle {
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0px 0px 20px;
  letter-spacing: 0.5px;
}

footer .flogo {
  background: rgb(255, 255, 255);
  padding: 20px 0px;
  text-align: center;
}

footer .flogo img {
  max-width: calc(100% - 40px);
}

footer .fmenu {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

footer .fmenu li {
  list-style: none;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 10px;
  width: 50%;
}

footer .fmenu li::before {
  content: "⁘";
  color: rgb(211, 211, 211);
  font-size: 20px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
}

footer .fmenu2 {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

footer .fmenu2 li {
  list-style: none;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 10px;
  width: 25%;
}

footer .fmenu2 li::before {
  content: "⁘";
  color: rgb(211, 211, 211);
  font-size: 20px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
}

footer .fmenu.two {
  display: flex;
  flex-wrap: wrap;
}

footer .fmenu.two li {
  width: 50%;
}

footer .contact-info {
  margin: 0px;
  padding: 0px;
}

footer .call-info {
  margin-top: 50px;
}

footer .contact-info li {
  position: relative;
  list-style: outside none none;
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 38px;
  color: rgb(226, 226, 226);
}

footer .contact-info li+li {
  margin-top: 15px;
  padding-top: 15px;
}

footer .contact-info li i {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 25px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

footer .contact-info li:first-child i {
  top: 4px;
}

footer .social {
  padding: 30px 0px 0px;
}

footer .social ul {
  margin: 0px;
  padding: 0px;
}

footer .social ul li {
  list-style: outside none none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

footer .social ul li+li {
  margin-left: 7px;
}

footer .social ul li a {
  background: rgb(65, 103, 177);
  color: rgb(255, 255, 255);
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
}

footer .social ul li a:hover {
  opacity: 0.8;
}

footer .social ul li a.fb {
  background: rgb(65, 103, 177);
}

footer .social ul li a.twitter {
  background: rgb(28, 161, 241);
}

footer .social ul li a.instagram{
  background: rgb(0, 116, 179);
}
.instagram{ width:100px; height:100px;
 
  }

footer .social ul li a.instagram {
  background: rgb(216, 31, 119);
}

footer .social ul li a.youtube {
  background: rgb(221, 15, 14);
}

footer .social ul li a.pinterest {
  background: rgb(167, 2, 2);
}

footer .copyright,
footer .designby {
  color: rgb(255, 255, 255);
  margin-top: 15px;
  font-size: 17px;
  text-align: left;
}

footer .designby .footer-icon {
  vertical-align: middle;
  width: 25px;
}

footer .middle {
  padding: 0px 0px 30px;
  margin: 0px 0px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

footer .middle .fmenu li {
  display: inline-block;
  padding: 0px;
  margin: 0px 20px;
}

footer .middle .fmenu li::before,
footer .middle .fmenu li::after {
  display: none;
}

.inner-banner {
  position: relative;
  background: url("/assets/images/innerbg.png") center center / cover no-repeat rgb(255, 255, 255);
  padding: 90px 0px;
}

.inner-banner .cm-title {
  color: rgb(255, 255, 255);
}

.error {
  color: red;
  font-size: 14px;
  margin: 5px 0px 0px;
  display: inline-block;
}

.cm-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 110%;
  margin: 0px;
  padding: 0px;
  color: rgb(0, 0, 0);
}

.cm-title .line {
  line-height: 0;
  height: 8px;
  display: block;
  margin-bottom: 30px;
}

.cm-title span {
  color: rgb(193, 104, 34);
  font-size: 46px;
  margin-top: 10px;
}

.cm-btn {
  position: relative;
  background: rgb(243, 117, 76);
  color: rgb(255, 255, 255);
  padding: 20px 45px;
  text-align: center;
  margin: 0px;
  border: 2px solid rgb(243, 117, 76);
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-transform: inherit;
  letter-spacing: 0px;
  border-radius: 50px;
  box-shadow: none;
  transition: 0.5s ease-in-out;
}

.cm-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.cm-list {
  margin: 0px;
  padding: 0px;
}

.cm-list li {
  position: relative;
  list-style: outside none none;
  display: block;
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 25px;
}

.cm-list li::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: rgb(14, 80, 107);
  border-radius: 100%;
}

.cm-list li::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(14, 80, 107);
  border-radius: 100%;
}

.about-sec p {
  text-align: justify;
}

.about-sec h5 {
  position: relative;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  color: rgb(237, 114, 34);
}

.about-sec h2 {
  font-size: 1.5rem;
  line-height: 125%;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 15px;
}

.about-sec h3 {
  font-size: 22px;
  margin: 15px 0px;
}

.about-sec .features-list {
  padding: 13px;
  border-top: 0px;
  list-style: none;
}

.about-sec .features-list li {
  position: relative;
  list-style: outside none none;
  display: block;
  margin: 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  font-size: 17px;
  font-weight: 500;
}

.about-sec .features-list li::before {
  content: "»";
  color: rgb(0, 0, 0);
  font-size: 24px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
}

.about-sec .cm-list {
  margin: 0px;
  padding: 0px;
}

.about-sec .cm-list li {
  position: relative;
  list-style: outside none none;
  display: block;
  margin: 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  font-size: 17px;
  font-weight: 500;
}

.about-sec .cm-list li::before {
  content: "»";
  color: rgb(0, 0, 0);
  font-size: 24px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
}

.error-page .cm-title {
  margin: 20px 0px 15px;
}

.error-page .back-btn {
  margin-top: 30px;
}

.thankyou-page .cm-icon {
  margin: 0px auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thankyou-page .cm-icon svg {
  width: 80px;
  height: 80px;
}

.thankyou-page .sm-title {
  margin: 10px 0px 0px;
}

.thankyou-page .back-btn {
  margin-top: 20px;
}

.certificat-sec h2 {
  font-size: 40px;
}

.certificat-sec {
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
  background-color: rgb(245, 245, 245);
  text-align: center;
}

.certificat-box {
  border: 6px solid rgba(233, 233, 233, 0.77);
  padding: 0px 20px 20px;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}

.certificat-inner {
  margin-top: 20px;
}

.product {
  background-image: url("../images/product-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
}

.show-item {
  width: 100%;
  height: 329px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: rgb(51, 51, 51);
  font-weight: 400;
  border-radius: 10px;
}

.imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}

.show-item a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2em;
  text-align: left;
}

.imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-description {
  padding: 15px 15px 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  bottom: -60px;
  left: 15px;
  transition: 0.5s;
  right: 15px;
  text-align: center;
  font-size: 21px;
  min-height: 100px;
  border-radius: 10px 10px 0px 0px;
}

.banner-name {
  margin-bottom: 20px;
  line-height: 120%;
  font-size: 18px;
}

.moreBtn {
  background-color: rgb(255, 49, 49);
  border-color: rgb(255, 49, 49);
  padding: 10px 20px;
}

.moreBtn span {
  color: rgb(255, 255, 255);
  margin-left: 5px;
}

.show-item:hover .imgBox::before {
  height: 100%;
}

.show-item:hover .banner-description {
  bottom: 0px;
}

.others-sec {
  position: relative;
  padding: 50px 0px 40px;
  letter-spacing: 1px;
}

.others-sec .cm-title {
  text-align: center;
}

.others-sec .head-part {
  text-align: center;
}

.others-sec span {
  color: rgb(243, 117, 76);
}

.others-sec .gap-30 {
  margin-bottom: 30px;
}

.others-sec .card-box {
  position: relative;
  border: 1px solid rgba(41, 69, 148, 0.35);
  border-radius: 10px;
  margin: 0px;
}

.others-sec .card-box:hover {
  background: rgb(255, 49, 49);
  border: 0px;
}

.others-sec .card-box:hover .cm-title {
  color: rgb(255, 255, 255);
}

.others-sec .card-box:hover img {
  filter: brightness(0) invert(1);
}

.others-sec .card-box:hover p {
  color: rgb(255, 255, 255);
}

.others-sec .card-box .card-body {
  position: relative;
  padding: 25px;
}

.others-sec .card-box .icon {
  margin: 0px 0px 20px;
}

.others-sec .card-box .icon svg {
  width: 55px;
  transition: 500ms;
}

.others-sec .card-box:hover .icon svg {
  transform: scale(1.2);
}

.others-sec .card-box img {
  max-width: 80px;
  max-height: 80px;
}

.others-sec .card-box .cm-title {
  font-size: 21px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.others-sec .qty-img {
  margin: 25px 0px 0px;
  display: flex;
  height: 100%;
  align-items: center;
}

.others-sec .card-box p {
  font-size: 18px;
}

.industries-ws-sec {
  background-image: url("/assets/images/counter-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.industry-hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 15px;
  cursor: pointer;
}

.industry-hover-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.industry-hover-card .hover-content {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(227, 116, 30, 0.9), rgba(0, 0, 0, 0.7));
  display: flex;
  justify-content: center;
  align-items: center;
  transition: top 0.4s;
  text-align: center;
}

.industry-hover-card h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.industry-hover-card:hover img {
  transform: scale(1.1);
}

.industry-hover-card:hover .hover-content {
  top: 0px;
}

.industries-ws-sec .swiper-pagination {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.industries-ws-sec .swiper-pagination-bullet {
  margin: 0px 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
  border: 1px solid rgb(255, 255, 255);
  transition: 0.4s;
  transform: scale(1);
  opacity: 1;
  position: relative;
  width: 15px !important;
  height: 15px !important;
}

.industries-ws-sec .swiper-pagination {
  text-align: center;
  margin-top: 40px;
}

.industries-ws-sec .swiper-pagination-bullet:hover {
  transform: scale(1.3);
  background: radial-gradient(circle, rgb(255, 255, 255), rgb(255, 179, 167));
}

.industries-ws-sec .swiper-pagination-bullet-active {
  transform: scale(1.5);
  background: radial-gradient(circle, rgba(227, 116, 30, 0.9));
  border: 3px solid rgb(255, 255, 255);
}

.decorative-line-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.line-left,
.line-right {
  height: 2px;
  width: 115px;
  background-color: rgb(193, 104, 34);
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.decorative-line-icon i {
  color: rgb(193, 104, 34);
  font-size: 32px;
  animation: 5s linear 0s infinite normal none running rotateInfinite;
}

.client-section .item {
  border: 1px solid rgb(229, 229, 229);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.client-section .cm-title {
  text-align: center;
  text-transform: uppercase;
}

.client-section img {
  margin: 0px auto;
  height: auto;
  border-radius: 10px;
}

.client-section {
  padding: 50px 0px;
  background-image: url("../images/contact-bg.png");
  font-family: Montserrat, sans-serif;
}

.gallery-img {
  display: block;
  margin: 0px auto;
  width: 100%;
  padding-left: 0px;
  font-size: 0px;
  text-align: center;
}

.gallery-img figure {
  margin: 0px 0px 16px;
  background: rgb(48, 133, 163);
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gallery-img figure img {
  position: relative;
  display: block;
  opacity: 0.8;
}

.gallery-img figure figcaption {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  backface-visibility: hidden;
}

.gallery-img figure figcaption::before,
.gallery-img figure figcaption::after {
  pointer-events: none;
}

.gallery-img figure figcaption {
  position: absolute;
  top: 45%;
  left: 0px;
  width: 100%;
  height: 100%;
}

figure.effect-steve {
  z-index: auto;
  background: rgb(0, 0, 0);
  border-radius: 20px;
}

figure.effect-steve::before {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  transition: transform 0.35s;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
}

figure.effect-steve:hover::before {
  opacity: 1;
}

figure.effect-steve:hover img {
  transform: perspective(1000px) translate3d(0px, 0px, 21px);
}

.gallery-img figure,
.gallery-img figcaption,
.gallery-img img {
  z-index: 0;
  width: 100%;
}

.gallery-img {
  margin-bottom: 15px;
}

.gallery-img figure figcaption h1 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 25px;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
}

.gallery-img figure figcaption h1::before,
.gallery-img figure figcaption h1::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.gallery-img figure figcaption h1::before {
  border-left: 2px solid rgb(255, 255, 255);
  border-top: 2px solid rgb(255, 255, 255);
  top: 0px;
  left: 0px;
}

.gallery-img figure figcaption h1::after {
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  bottom: 0px;
  right: 0px;
}

.client-sec {
  position: relative;
  padding: 60px 0px;
  background: rgb(239, 250, 255);
}

.client-sec .cm-title {
  margin: 0px 0px 30px;
}

.client-sec .owl-carousel .owl-item .item {
  flex: 0 0 100%;
  max-width: 100%;
}

.client-sec .client-items {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(187, 227, 245);
  padding: 10px;
}

.client-sec .client-items .thumbnail-container {
  padding-bottom: 50%;
}

.client-sec .client-items .thumbnail-container img {
  transition: 0.5s ease-in-out;
}

.client-sec .client-items:hover .thumbnail-container img {
  transform: scale(1.1);
}

.testimonial-sec {
  position: relative;
  padding: 75px 0px;
}

.testimonial-sec .cm-title {
  margin: 0px 0px 30px;
}

.testimonial-sec .testimonial-box {
  position: relative;
  padding: 40px;
  border: 1px solid rgb(221, 221, 221);
  overflow: hidden;
}

.testimonial-sec .testimonial-box::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  bottom: 0px;
  right: 0px;
  background: rgb(14, 80, 107);
  transform: rotate(45deg) translate(42px, 0px);
}

.testimonial-sec .testimonial-box .content {
  position: relative;
  border-top: 1px solid rgb(221, 221, 221);
  padding-top: 20px;
  overflow: hidden;
}

.testimonial-sec .testimonial-box .content p {
  font-size: 17px;
}

.testimonial-sec .testimonial-box .stars {
  display: block;
  margin: 10px 0px 0px;
}

.testimonial-sec .testimonial-box .stars i {
  color: rgb(255, 181, 39);
  font-size: 18px;
}

.testimonial-sec .topbar {
  position: relative;
  margin: 0px 0px 20px;
}

.testimonial-sec .topbar .icons {
  position: absolute;
  right: 0px;
  top: 0px;
}

.testimonial-sec .topbar .icons i {
  font-size: 80px;
  color: rgb(14, 80, 107);
  opacity: 0.2;
}

.testimonial-sec .user-info .imginfo {
  width: 100px;
}

.testimonial-sec .user-info .imginfo img {
  max-height: 80px;
  max-width: 80px;
}

.testimonial-sec .user-info .info {
  width: calc(100% - 100px);
}

.testimonial-sec .user-info .info .title {
  font-size: 22px;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

.testimonial-sec .user-info .info .designation {
  font-weight: 400;
  color: rgb(102, 102, 102);
  margin: 0px;
  padding: 0px;
}

.testimonial-sec .owl-carousel .owl-item .item {
  flex: 0 0 100%;
  max-width: 100%;
}

section.section-gap {
  padding: 80px 0px;
}

.about-us-section .special-text {
  font-size: 100px;
  font-weight: 700;
  line-height: 0.8em;
  letter-spacing: -4.4px;
  opacity: 1;
  -webkit-text-stroke: 2px rgb(207, 206, 206);
  --text-stroke: 2px #cfcece;
  color: transparent;
  width: 1000px;
  z-index: 1;
  position: relative;
}

.about-us-section .p-5 {
  padding: 5rem !important;
}

.about-us-section .link-underline-primary {
  text-decoration: underline;
}

.title-tag-line {
  color: rgb(14, 80, 107);
}

.section-heading {
  font-size: 46px;
}

.bg-primary {
  background-color: rgb(14, 80, 107) !important;
}

.bg-light-gray {
  background-color: rgb(238, 238, 238);
}

.our-product-section {
  position: relative;
}

.our-product-section::after {
  background: url("../images/bg-pattern.jpg");
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0px;
  opacity: 0.2;
}

.our-product-section::before {
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: rgb(14, 80, 107);
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
}

.our-product-section .cm-title {
  color: rgb(255, 255, 255);
  margin: 0px 0px 40px;
}

.our-product-section .rounded {
  border-radius: 8px !important;
}

.our-product-section .products-items {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
  text-align: center;
}

.our-product-section .products-items .thumbnail-container {
  padding-bottom: 100%;
  background: rgb(255, 255, 255);
}

.our-product-section .products-items .thumbnail-container img {
  transition: 0.7s ease-in-out;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-product-section .products-items:hover .thumbnail-container img {
  transform: scale(1.15);
}

.our-product-section .products-items .title {
  text-align: left;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  color: rgb(0, 0, 0);
  transition: 0.5s ease-in-out;
}

.our-product-section .products-items {
  position: relative;
}

.our-product-section .products-items p {
  text-align: left;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.our-product-section .owl-carousel button.owl-dot.active span {
  background: rgb(14, 80, 107);
}

.our-product-section .read-more-icon {
  transition: 0.5s ease-in-out;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-product-section .read-more-icon svg {
  transition: 0.5s ease-in-out;
  width: 20px;
  fill: rgb(14, 80, 107);
}

.our-product-section .read-more-icon svg g {
  transition: 0.5s ease-in-out;
  fill: rgb(14, 80, 107);
}

.our-product-section .products-items:hover .read-more-icon {
  background-color: rgb(14, 80, 107);
}

.our-product-section .products-items:hover .read-more-icon svg g {
  fill: rgb(255, 255, 255);
}

.welcome-sec {
  padding: 70px 0px;
  border-bottom: 1px solid rgb(239, 239, 239);
}

.welcome-sec h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.welcome-sec p {
  text-align: justify;
  font-size: 18px;
}

.welcome-sec .container {
  max-width: 1280px;
  width: 100%;
}

.welcome-sec .about-img {
  position: relative;
  max-width: 100%;
}

.welcome-sec .about-img::before {
  top: -15px;
  left: 35px;
  right: -15px;
  z-index: -1;
  height: 95%;
  content: "";
  margin: 0px auto;
  position: absolute;
  border: 5px solid rgb(255, 49, 49);
  border-radius: 20px;
}

.welcome-sec .about-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.welcome-sec .experince-info {
  position: absolute;
  bottom: 3px;
  right: 0px;
  padding: 35px;
  border-radius: 0px 0px 20px;
}

.welcome-sec .experince-info .cm-title {
  margin: 0px;
  padding: 0px;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 1px;
}

.welcome-sec .experince-info p {
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.welcome-sec .content {
  padding: 0px 0px 0px 20px;
}

.welcome-sec .cm-title {
  margin-bottom: 25px;
}

.welcome-sec hr {
  margin: 25px 0px;
  border-color: rgb(232, 232, 232);
  opacity: 1;
}

.subtitle {
  position: relative;
  font-size: 18px;
  color: rgb(243, 117, 76);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle+.cm-title {
  padding: 15px 0px 0px;
}

.call-to-action .cta-icon {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  border-radius: 100%;
  border: 3px solid rgb(243, 117, 76);
}

.call-to-action .cta-icon i {
  width: 55px;
  color: rgb(255, 255, 255);
  height: 55px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(243, 117, 76);
}

.call-to-action .cta-text span {
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
  color: rgb(243, 117, 76);
}

.call-to-action .cta-text .txt {
  color: rgb(34, 36, 37);
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.top-info {
  padding-top: 2px;
}

.top-info ul li {
  display: inline-block;
  margin-left: 40px;
}

.top-info ul li.single-info-box {
  position: relative;
  display: flex;
}

.top-info ul li.single-info-box .icon svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  fill: rgb(14, 80, 107);
}

.top-info ul li.single-info-box .text-holder p {
  line-height: 22px;
  margin: 0px;
  transition: 500ms;
}

.top-info ul li.single-info-box .text-holder p span {
  color: rgb(41, 41, 41);
  font-weight: 600;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.top-info ul li.single-info-box a {
  color: rgb(158, 158, 158);
  white-space: nowrap;
}

.top-info ul li .social-links {
  position: relative;
  top: -10px;
}

.top-info ul li .social-links ul li {
  display: inline-block;
  margin-left: 12px;
}

.top-info ul li .social-links ul li a i {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(41, 41, 41);
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  box-shadow: rgb(211, 211, 211) 0px 3px 4px;
  transition: 500ms;
}

.top-info ul li .social-links ul li a:hover i {
  background: rgb(6, 68, 153);
  color: rgb(255, 255, 255);
}

.header-section .right-part {
  background: rgb(245, 128, 28);
  width: 100%;
  border-radius: 50px;
}

header .logo img {
  max-width: 260px;
}

.menu ul .sub-menu li a.category {
  color: rgb(14, 80, 107);
  font-size: 16px;
}

.products-listing-page .thumbnail-container {
  background-color: rgb(249, 249, 249);
}

.products-listing-page .title {
  color: rgb(41, 41, 41);
}

.image-effect img {
  transition: 0.5s ease-in-out;
  transform: scale(1);
}

.image-effect:hover img {
  transform: scale(1.1);
}

.contact-page {
  margin-top: 40px;
}

.contact-page .box {
  background: rgb(255, 255, 255);
  border-width: 1px 1px 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgb(247, 48, 48);
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.05) 1px 2px 15px 3px;
  height: 100%;
  border-radius: 20px;
}

.contact-page .box .icon {
  background: rgb(255, 255, 255);
  width: 90px;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 15px 3px;
  border-radius: 100%;
  margin: -45px auto 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-page .box .icon svg {
  width: 40px;
  height: 40px;
}

.contact-page .box .content {
  padding: 35px 10px;
  line-height: 150%;
  font-size: 18px;
}

.contact-page .box .content .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px;
  color: rgb(33, 33, 33);
  text-transform: uppercase;
}

.contact-page .box .content a {
  color: rgb(102, 102, 102);
}

.contact-page .box .content a:hover {
  color: rgb(247, 48, 48);
}

.contact-page .iframe-loc {
  margin-top: 65px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-page .iframe-loc iframe {
  height: 400px;
}

.inquirey-page h6 {
  font-family: "Noto Sans", sans-serif;
}

.inquirey-page .form-control {
  height: 45px;
}

.inquirey-page .form-control:focus {
  box-shadow: rgb(247, 48, 48) 0px 0px 0px 0.1rem;
  border-color: rgb(255, 255, 255);
}

.inquirey-page .cm-btn {
  padding: 15px 40px;
}

.inquirey-page textarea.form-control {
  height: 150px;
}

.inquirey-page.sticky {
  position: sticky;
  top: 0px;
}

.blog-page .blog-text-nw {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px 0px;
  text-align: left;
  overflow: hidden;
  transform: translateY(-10px);
  height: 100%;
}

.blog-page .blog-text-nw h3 {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 20px;
  margin-top: 0px;
  padding: 10px 15px;
}

.blog-page .blog-text-nw h3 a {
  color: rgb(14, 80, 107);
  line-height: 125%;
}

.blog-page .blog-text-nw p {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  padding: 10px 20px 30px;
  color: rgb(51, 51, 51);
  font-weight: 400;
}

.blog-page.blog-text-nw img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.blog-page .blog-post-name {
  font-size: 30px;
  color: rgb(0, 101, 1);
  text-align: center;
  font-weight: 600;
}

@media (min-width: 1340px) {
  body {
    font-size: 16px;
  }

  .container {
    width: 100%;
    max-width: 1460px;
  }
}

@media (max-width: 991px) {
  .welcome-sec .img-part {
    padding: 0px 0px 25px;
  }

  .welcome-sec .img-part .exp-text {
    margin-top: -3px;
    position: static;
  }

  .bestprice-tag {
    right: 15px;
  }
}

@media (max-width: 1279px) {
  .header-section {
    /* padding: 10px 0px; */
  }

  .header-section .left-part {
    width: 150px;
    position: static;
  }

  .header-section .left-part .logo img {
    max-height: inherit;
  }

  .header-section .left-part::after {
    display: none;
  }

  header .header-contact {
    display: none;
  }

  .home-banner .banner-btn.left {
    left: 15px;
  }

  .home-banner .banner-btn.right {
    right: 15px;
  }

  .home-banner .banner-content {
    left: 50px;
    right: 50px;
  }

  .home-banner .banner-content .title {
    font-size: 30px;
  }

  .cm-title span {
    font-size: 42px;
  }

  footer {
    padding: 60px 0px;
  }

  footer .form-sec .cm-title {
    font-size: 30px;
  }

  .owl-theme .owl-nav .owl-next {
    right: 0px;
  }

  .owl-theme .owl-nav .owl-prev {
    left: 0px;
  }

  footer .middle {
    padding: 0px;
  }

  .contact-page .iframe-loc iframe {
    height: 300px;
  }

  .other-sec .card-box .card-body {
    padding: 20px;
  }

  .other-sec .card-box .cm-title {
    font-size: 24px;
  }

  .other-sec::before {
    display: none;
  }

  .header-section .left-part img {
    max-width: 100%;
  }

  .header-section .right-part {
    background-color: transparent;
    width: 100%;
  }

  .home-banner {
    margin-top: 0px;
  }
}

@media (max-width: 992px) {
  footer .form-sec {
    padding: 0px 0px 0px 30px;
  }

  footer .form-sec .cm-title {
    font-size: 27px;
  }

  .service-sec .cm-title {
    margin-bottom: 20px;
  }

  .client-sec .cm-title {
    margin-bottom: 15px;
  }

  .other-sec .qty-img {
    margin: 15px 0px 20px;
  }

  .service-sec .owl-carousel .owl-dots {
    margin-top: 15px;
  }

  .testimonial-sec .cm-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .profile {
    width: 50px !important;
    height: 50px !important;
  }

  .profile .btn {
    width: 80px!important;
    height: 80px !important;
  }
  .welcome-sec img {
    width: 100%;
    height: auto !important;
  }
  .profile .box {
    left: 10% !important;
  }

  .carousel .timeRunning {
    display: none;
  }

  #back-top,
  #back-top i {
    display: none;
  }

  body p+p {
    margin-top: 15px;
  }

  p {
    text-align: justify;
  }

  .cm-title span {
    font-size: 34px;
  }

  footer a {
    font-size: 15px !important;
  }

  footer .fmenu li {
    float: left;
    width: 50%;
  }

  footer .fmenu2 li {
    float: left;
    width: 100%;
  }

  footer .contact-info li {
    width: 100%;
    text-align: left;
  }

  footer .call-info {
    margin-top: 25px !important;
  }

  footer .flogo img {
    max-width: 90%;
  }

  footer {
    padding: 35px 0px;
  }

  footer hr {
    margin: 0px 0px 30px;
  }

  footer .fmenu {
    margin-bottom: 30px;
  }

  footer .ftitle {
    font-size: 18px;
    margin: 0px 0px 15px;
  }

  footer .social {
    padding: 20px 0px !important;
  }

  footer .copyright,
  footer .designby {
    line-height: 150%;
    text-align: center !important;
  }

  footer .designby {
    margin-top: 15px;
  }

  footer .middle {
    display: none;
  }

  .inner-banner {
    padding: 50px 0px;
    top: 30px;
  }

  .home-banner .banner-btn.left,
  .home-banner .banner-btn.right {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    opacity: 1;
  }

  .home-banner .banner-content .title {
    font-size: 21px;
  }

  .home-banner .banner-content .title br {
    display: none;
  }

  .cm-title {
    font-size: 30px;
  }

  .contact-page {
    margin-top: 0px;
  }

  .contact-page .gap {
    margin-top: 70px;
  }

  .contact-page .box .icon {
    width: 75px;
    height: 75px;
  }

  .contact-page .box .icon svg {
    width: 35px;
    height: 35px;
  }

  .contact-page .iframe-loc iframe {
    height: 180px;
  }

  .other-sec {
    padding: 30px 0px;
  }

  .client-section .cm-title {
    font-size: 25px;
  }

  .industries-ws-sec .cm-title {
    font-size: 22px;
  }

  .gallery-img figure figcaption h1 {
    font-size: 22px !important;
  }

  .owl-carousel .owl-dots {
    margin-top: 20px;
  }

  .header-section .left-part {
    width: 190px;
    position: static;
  }

  .header-section .right-part {
    width: calc(100% - 130px);
    background: none;
  }

  .home-banner .banner-content {
    left: 25px;
    right: 25px;
  }

  section.section-gap {
    padding: 50px 0px;
  }

  .about-us-section .special-text {
    font-size: 55px;
    letter-spacing: 0px;
    width: auto;
    line-height: 110%;
  }

  .welcome-sec .content {
    padding: 0px;
  }

  .welcome-sec .about-img {
    margin-bottom: 25px;
  }

  .welcome-sec .about-img::before {
    top: -10px;
    left: 25px;
    right: -10px;
  }

  .welcome-sec .experince-info {
    padding: 15px;
  }

  .welcome-sec .experince-info .cm-title {
    font-size: 40px;
  }

  .welcome-sec .experince-info p {
    font-size: 16px;
  }

  .welcome-sec .call-to-action {
    margin-top: 25px;
  }

  .call-to-action .cta-text .txt {
    font-size: 22px;
  }
}

.our-service {
  background-image: url("/assets/images/hero-two-background.png");
  padding: 25px 0px 0px;
  position: relative;
  z-index: 2;
}

.signature-title {
  font-size: 42px;
  font-weight: 900;
  color: rgb(34, 34, 34);
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  font-family: Montserrat, sans-serif;
}

.signature-title em {
  color: rgb(193, 104, 34);
  font-style: normal;
  position: relative;
  z-index: 2;
}

.signature-title em::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: rgba(227, 30, 36, 0.2);
  z-index: -1;
  border-radius: 4px;
}

.dotted-grid-line {
  margin: 16px auto;
  height: 2px;
  width: 160px;
  background-image: linear-gradient(to right, rgb(193, 104, 34) 25%, transparent 25%, transparent 50%, rgb(193, 104, 34) 50%, rgb(193, 104, 34) 75%, transparent 75%, transparent);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  opacity: 0.6;
}

.service-item {
  background-color: var(--white-color);
  box-shadow: rgba(245, 128, 28, 0.4) 5px 5px, rgba(245, 128, 28, 0.3) 10px 10px, rgba(134, 89, 74, 0.2) 15px 15px, rgba(134, 89, 74, 0.1) 20px 20px, rgba(134, 89, 74, 0.05) 25px 25px;
  height: calc(100% - 30px);
  padding: 40px;
  margin-bottom: 30px;
}

.service-header {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--divider-color);
}

.service-item-box {
  align-items: center;
}

.service-item-content {
  width: calc(100% - 65px);
}

.service-item-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.service-readmore {
  margin-left: 10px;
}

.service-readmore img {
  max-width: 30px;
  transition: 0.3s ease-in-out;
}

.service-item:hover .service-readmore img {
  transform: rotate(45deg);
}

.service-body {
  margin-bottom: 30px;
}

.service-body p {
  margin: 0px;
  font-size: 18px;
}

.service-image {
  border-radius: 10px;
  overflow: hidden;
}

.service-image img {
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s ease-out;
}

.service-item:hover .service-image img {
  transform: scale(1.1);
}

.service-item-box .f-18 {
  font-size: 25px;
  text-align: center;
  padding: 10px;
}

.service-body .f-16 {
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.about-three__content-btn {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
  background: rgb(193, 104, 34);
  border-radius: 5px;
  padding: 0px 35px;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.3s linear;
  z-index: 1;
  color: rgb(255, 255, 255) !important;
}

.thm-btn:hover {
  color: rgb(255, 255, 255);
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: rgb(165, 95, 74);
  height: 100%;
  top: 0px;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}

.hover-bx {
  left: 0px;
  transition-delay: 0.105s;
  /* border-radius: 5px 0px 0px 5px; */
}

.hover-bx2,
.hover-bx3,
.hover-bx4 {
  display: none;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  transform: scale(1);
}

.hover-btn.hover-bx {
  content: "";
  position: absolute;
  top: 0px;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(193, 104, 34) 0%, rgb(255, 255, 255) 100%);
  transform: skewX(-180deg);
  transition: 0.6s ease-in-out;
  opacity: 0.8;
  /* border-radius: 0px 50px 50px 0px; */
}

.thm-btn:hover .hover-btn.hover-bx {
  left: 100%;
}

.animated-wave-bg {
  padding: 0px;
  margin: 0px;
  line-height: 0;
  position: relative;
  top: -5px;
  z-index: 1;
  overflow: hidden;
}

.animated-wave-bg svg {
  display: block;
  width: 100%;
  height: auto;
}

.why-bhagyalaxmi {
  background: linear-gradient(rgb(247, 247, 247), rgb(255, 255, 255));
}

.main-heading {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgb(34, 34, 34);
  font-family: Montserrat, sans-serif;
}

.main-heading span {
  color: rgb(193, 104, 34);
}

.feature-box {
  padding: 30px 20px;
  border-radius: 16px;
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 24px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 32px;
}

.circle-icon {
  width: 80px;
  height: 80px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}

.circle-icon img {
  max-width: 50%;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(51, 51, 51);
}

.feature-desc {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.6;
}

#portfolio {
  padding: 60px 0px;
  background: rgb(247, 247, 247);
}

#portfolio .section-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: rgb(0, 33, 71);
  letter-spacing: 1px;
}

#portfolio .section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: rgb(243, 117, 76);
  display: block;
  margin: 10px auto 0px;
  border-radius: 3px;
}

.portfolio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.portfolio-item {
  margin-bottom: 30px;
  transition: 0.3s;
}

.portfolio-wrap {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  margin: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
  transition: 0.3s;
}

.portfolio-wrap:hover {
  transform: translateY(-5px);
}

.portfolio-wrap img {
  width: 100%;
  height: auto;
  transition: transform 0.4s;
}

.portfolio-wrap:hover img {
  transform: scale(1.05);
}

.portfolio-wrap figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
}

.portfolio-wrap .link-preview,
.portfolio-wrap .link-details {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgb(243, 117, 76);
  color: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.portfolio-wrap .link-preview {
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.portfolio-wrap .link-details {
  top: 50%;
  right: 40%;
  transform: translate(50%, -50%);
}

.portfolio-wrap:hover .link-preview,
.portfolio-wrap:hover .link-details {
  opacity: 1;
}

.portfolio-info {
  padding: 15px 20px;
  text-align: center;
  background: black;
}

.portfolio-info a {
  color: rgb(255 255 255);
}

.portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: rgb(51, 51, 51);
}

.portfolio-info p {
  font-size: 13px;
  color: rgb(136, 136, 136);
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-choose-tabs {
  background-color: rgb(242, 244, 248);
}

.why-choose-tabs .highlight {
  color: rgb(232, 73, 29);
  font-weight: 700;
}

.nav-pills .nav-link {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  margin-right: 10px;
  border: 1px solid rgb(232, 73, 29);
  border-radius: 20px;
  padding: 8px 18px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-pills .nav-link.active {
  background-color: rgb(232, 73, 29);
  color: rgb(255, 255, 255);
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: rgb(232, 73, 29);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: rgba(232, 73, 29, 0.3) 0px 4px 10px;
}

.feature-box h5 {
  font-weight: 600;
}

.feature-box p {
  font-size: 15px;
  margin-bottom: 0px;
}

.tab-image img {
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
}

.carousel {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.carousel .list .item {
  width: 180px;
  height: 250px;
  position: absolute;
  top: 80%;
  transform: translateY(-70%);
  left: 70%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 50px;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 100;
  transition: 2.5s;
}

.carousel .list .item:nth-child(1),
.carousel .list .item:nth-child(2) {
  top: 0px;
  left: 0px;
  transform: translate(0px, 0px);
  border-radius: 0px;
  width: 100%;
  height: 100%;
}

.carousel .list .item:nth-child(3) {
  left: 67%;
}

.carousel .list .item:nth-child(4) {
  left: calc(67% + 200px);
}

.carousel .list .item:nth-child(5) {
  left: calc(67% + 400px);
}

.carousel .list .item:nth-child(6) {
  left: calc(67% + 600px);
}

.carousel .list .item:nth-child(n+7) {
  left: calc(67% + 800px);
  opacity: 0;
}

.item .content {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  color: rgb(255, 255, 255);
  display: none;
}

.list .item:nth-child(2) .content {
  display: block;
}

.content .title {
  font-size: 45px;
  text-transform: uppercase;
  color: rgb(245, 128, 28);
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  animation: 1s ease-in-out 0.3s 1 normal forwards running animate;
  width: 100%;
}

.content .name {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  animation: 1s ease-in-out 0.6s 1 normal forwards running animate;
}

.content .des {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  margin-left: 5px;
  opacity: 0;
  animation: 1s ease-in-out 0.9s 1 normal forwards running animate;
}

.content .btn {
  margin-left: 5px;
  opacity: 0;
  animation: 1s ease-in-out 1.2s 1 normal forwards running animate;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
    filter: blur(33px);
  }

  100% {
    opacity: 1;
    transform: translate(0px);
    filter: blur(0px);
  }
}

.content .btn button {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  color: rgb(245, 128, 28);
  border: 2px solid rgb(255, 255, 255);
  transition: 0.3s;
}

.content .btn button:nth-child(1) {
  margin-right: 15px;
}

.content .btn button:hover {
  background: rgb(245, 128, 28);
  color: rgb(255, 255, 255);
  border-color: rgb(245, 128, 28);
}

.arrows {
  position: absolute;
  top: 80%;
  right: 64%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.arrows button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(245, 128, 28);
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  font-size: 16px;
  font-family: monospace;
  font-weight: bold;
  transition: 0.5s;
  cursor: pointer;
}

.arrows button:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.carousel .timeRunning {
  position: absolute;
  z-index: 1000;
  width: 0%;
  height: 4px;
  background-color: rgb(245, 128, 28);
  left: 0px;
  top: 0px;
  animation: 15s linear 0s 1 normal forwards running runningTime;
}

@keyframes runningTime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  header {
    /* padding-left: 50px; */
  }

  .list .item .content {
    left: 50px;
  }

  .content .title,
  .content .name {
    font-size: 70px;
  }

  .content .des {
    font-size: 16px;
  }
}

@media screen and (max-width: 690px) {
  header nav a {
    font-size: 14px;
    margin-right: 0px;
  }

  .list .item .content {
    top: 40%;
  }

  .content .title,
  .content .name {
    font-size: 45px;
  }

  .content .btn button {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .item .content {
    width: 300px;
  }

  .list .item .content {
    left: 20px;
  }
}

.profile {
  position: fixed;
  top: 70%;
  right: 0px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgb(243, 117, 76);
  border-radius: 40px 0px 0px 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
  z-index: 999;
}

.profile .btn {
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  border: 4px solid #f5801c;
}
.profile .btn img{
  width: 100px !important;
}

.profile .btn span {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 10px solid rgb(243, 117, 76);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.profile .box {
  top: 10%;
  right: 29%;
  transform: translateY(-50%);
  position: absolute;
}

.profile .box a {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) translateX(0px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, opacity 0.3s;
  text-decoration: none;
}

.profile .box.active a {
  opacity: 1;
  pointer-events: auto;
}

.profile .box.active a:nth-of-type(1) {
  transform: rotate(90deg) translateX(-100px) rotate(-90deg);
  transition-delay: 0s;
}

.profile .box.active a:nth-of-type(2) {
  transform: rotate(45deg) translateX(-100px) rotate(-45deg);
  transition-delay: 0.1s;
}

.profile .box.active a:nth-of-type(3) {
  transform: rotate(0deg) translateX(-100px) rotate(0deg);
  transition-delay: 0.2s;
}

.profile .box.active a:nth-of-type(4) {
  transform: rotate(-45deg) translateX(-100px) rotate(45deg);
  transition-delay: 0.3s;
}

.profile .box.active a:nth-of-type(5) {
  transform: rotate(-90deg) translateX(-100px) rotate(90deg);
  transition-delay: 0.4s;
}

.profile .box a i {
  width: 50px;
  height: 50px;
  background: white;
  color: rgb(51, 51, 51);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.profile .box a:hover i {
  background: rgb(238, 238, 238);
  filter: brightness(1.2);
}

.profile .box a:nth-of-type(1) i {
  background: rgb(231, 76, 60);
  color: white;
}

.profile .box a:nth-of-type(2) i {
  background: rgb(37, 211, 102);
  color: white;
}

.profile .box a:nth-of-type(3) i {
  background: rgb(52, 152, 219);
  color: white;
}

.profile .box a:nth-of-type(4) i {
  background: rgb(243, 156, 18);
  color: white;
}

.profile .box a:nth-of-type(5) i {
  background: rgb(155, 89, 182);
  color: white;
}

.profile .box a:nth-of-type(6) i {
  background: rgb(204, 204, 204);
  color: white;
}
/* Icon label text (hidden by default) */
.profile .box a .icon-label {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 15px 15px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 20px;
  pointer-events: none;
}

/* Hover animation - slide and fade in */
.profile .box a:hover .icon-label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.glass-welcome {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 20px;
}

.glass-welcome::before {
  content: "";
  position: absolute;
  inset: 0px;
  backdrop-filter: blur(6px);
  z-index: 1;
}

.glass-content {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  z-index: 2;
  color: rgb(255, 255, 255);
  max-width: 960px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 40px;
  backdrop-filter: blur(12px);
  animation: 1.2s ease 0s 1 normal none running fadeInUp;
}

.glass-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.glass-content h1 span {
  color: rgb(243, 117, 76);
}

.glass-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.btn-glass {
  margin-top: 25px;
  display: inline-block;
  padding: 12px 28px;
  color: rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgb(243, 117, 76);
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-glass:hover {
  background: rgb(243, 117, 76);
  color: rgb(255, 255, 255);
  border-color: rgb(243, 117, 76);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .glass-content {
    padding: 30px 20px;
  }

  .glass-content h1 {
    font-size: 2rem;
  }

  .glass-content p {
    font-size: 0.95rem;
  }
}

.counter-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/counter.jpeg") center center / cover no-repeat;
  position: relative;
  padding: 60px 0px;
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.counter-box {
  padding: 30px 10px;
}

.counter-box img {
  width: 80px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0px;
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  
  .carousel .list .item {
    width: 80px;
    height: 150px;
    position: absolute;
    top: 80%;
    transform: translateY(-70%);
    left: 80%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 50px;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 100;
    transition: 1s;
  }
  .carousel{
    margin-top: 50px !important;
  }
  .count {
    font-size: 28px;
  }

  .count-icon {
    font-size: 36px;
  }
}

.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgb(243, 117, 76);
  border-radius: 50%;
  transition: 0.3s;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  animation: 3s ease 0s infinite normal none running pulse;
}

.map-container .point:hover {
  animation: auto ease 0s 1 normal none running none;
  transform: translate(-50%, -50%) scale3d(1.35, 1.35, 1);
}

.map-container .brazil {
  top: 63%;
  left: 35%;
}

.map-container .chile {
  top: 70%;
  left: 30%;
}

.map-container .canada {
  top: 38%;
  left: 21%;
}

.map-container .usa {
  top: 46%;
  left: 23%;
}

.map-container .south-africa {
  top: 69%;
  left: 53%;
}

.map-container .turkey {
  top: 45%;
  left: 56%;
}

.map-container .masagascar {
  top: 67%;
  left: 58.5%;
}

.map-container .russia {
  top: 34%;
  left: 67%;
}

.map-container .china {
  top: 46%;
  left: 71%;
}

.map-container .oman {
  top: 51%;
  left: 61%;
}

.map-container .azerbsijsn {
  top: 44%;
  left: 59%;
}

.map-container .india {
  top: 50%;
  left: 66%;
}

.map-container .vietnam {
  top: 54%;
  left: 73%;
}

.map-container .uae {
  top: 50%;
  left: 59%;
}

.map-container .saudi-arabia {
  top: 52%;
  left: 58%;
}

.map-container .pakistan {
  top: 48%;
  left: 64%;
}

.map-container .malasiya {
  top: 59%;
  left: 74%;
}

.map-container .indonesia {
  top: 60%;
  left: 75%;
}

.map-container .bangladesh {
  top: 51%;
  left: 70%;
}

.map-container .japan {
  top: 47%;
  left: 78%;
}

.map-container .korea {
  top: 46%;
  left: 77%;
}

.map-container .taiwan {
  top: 48%;
  left: 76%;
}

@keyframes pulse {
  0% {
    box-shadow: rgb(243, 117, 76) 0px 0px 0px;
  }

  70% {
    box-shadow: rgb(243, 117, 76) 0px 0px 0px;
  }

  100% {
    box-shadow: rgb(243, 117, 76) 0px 0px 0px;
  }
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.map-container img {
  width: 100%;
  height: auto;
  display: block;
}

.point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(243, 117, 76);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: 3s ease 0s infinite normal none running pulse;
  z-index: 2;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    box-shadow: rgba(243, 117, 76, 0.7) 0px 0px 0px 0px;
  }

  70% {
    box-shadow: rgba(243, 117, 76, 0) 0px 0px 0px 10px;
  }

  100% {
    box-shadow: rgba(243, 117, 76, 0) 0px 0px 0px 0px;
  }
}

.brazil {
  top: 63%;
  left: 35%;
}

.chile {
  top: 70%;
  left: 30%;
}

.canada {
  top: 38%;
  left: 21%;
}

.usa {
  top: 46%;
  left: 23%;
}

.south-africa {
  top: 69%;
  left: 53%;
}

.turkey {
  top: 45%;
  left: 56%;
}

.masagascar {
  top: 65%;
  left: 58%;
}

.russia {
  top: 34%;
  left: 67%;
}

.china {
  top: 46%;
  left: 71%;
}

.oman {
  top: 51%;
  left: 61%;
}

.azerbsijsn {
  top: 44%;
  left: 59%;
}

.india {
  top: 50%;
  left: 66%;
}

.vietnam {
  top: 54%;
  left: 73%;
}

.uae {
  top: 50%;
  left: 59%;
}

.saudi-arabia {
  top: 52%;
  left: 58%;
}

.pakistan {
  top: 48%;
  left: 64%;
}

.malasiya {
  top: 58%;
  left: 74%;
}

.indonesia {
  top: 59%;
  left: 75%;
}

.bangladesh {
  top: 51%;
  left: 70%;
}

.japan {
  top: 47%;
  left: 78%;
}

.korea {
  top: 46%;
  left: 77%;
}

.taiwan {
  top: 50%;
  left: 76%;
}

.point::after {
  content: attr(data-name);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 4px 8px 4px 28px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: 6px center;
  z-index: 10;
}

.point:hover::after {
  opacity: 1;
}

.flag-brazil::after {
  background-image: url("/assets/images/brazil.png");
}

.flag-chile::after {
  background-image: url("/assets/images/chile.png");
}

.flag-canada::after {
  background-image: url("/assets/images/canada.png");
}

.flag-usa::after {
  background-image: url("/assets/images/usa.png");
}

.flag-south-africa::after {
  background-image: url("/assets/images/south-africa.png");
}

.flag-turkey::after {
  background-image: url("/assets/images/turkey.png");
}

.flag-masagascar::after {
  background-image: url("/assets/images/masagascar.png");
}

.flag-russia::after {
  background-image: url("/assets/images/russia.png");
}

.flag-china::after {
  background-image: url("/assets/images/china.png");
}

.flag-oman::after {
  background-image: url("/assets/images/oman.png");
}

.flag-azerbsijsn::after {
  background-image: url("/assets/images/azerbsijsn.png");
}

.flag-india::after {
  background-image: url("/assets/images/india.png");
}

.flag-vietnam::after {
  background-image: url("/assets/images/vietnam.png");
}

.flag-uae::after {
  background-image: url("/assets/images/uae.png");
}

.flag-saudi-arabia::after {
  background-image: url("/assets/images/saudi-arabia.png");
}

.flag-pakistan::after {
  background-image: url("/assets/images/pakistan.png");
}

.flag-malasiya::after {
  background-image: url("/assets/images/malasiya.png");
}

.flag-indonesia::after {
  background-image: url("/assets/images/indonesia.png");
}

.flag-bangladesh::after {
  background-image: url("/assets/images/bangladesh.png");
}

.flag-japan::after {
  background-image: url("/assets/images/japan.png");
}

.flag-korea::after {
  background-image: url("/assets/images/korea.png");
}

.flag-taiwan::after {
  background-image: url("/assets/images/taiwan.png");
}

.welcome-sec {
  padding: 75px 0px;
}

.welcome-sec .content {
  /* padding: 0px 0px 0px 50px; */
  text-align: justify;
}

.welcome-sec .content h2 {
  font-weight: 700;
  text-align: left;
}

.welcome-sec .cm-title {
  font-weight: 600;
}

.welcome-sec .cm-btn {
  position: relative;
  background: rgb(237, 62, 19);
  color: rgb(255, 255, 255);
  padding: 18px 25px;
  text-align: center;
  margin: 0px;
  border: 0px solid transparent;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  min-width: 150px;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.welcome-sec .cm-btn::before {
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
}

.welcome-sec .cm-btn:hover::before {
  background-color: rgb(70, 13, 120);
  bottom: 0px;
  top: auto;
  width: 100%;
  opacity: 1;
}

.welcome-sec .cm-btn:hover {
  color: rgb(255, 255, 255);
}

.welcome-sec img {
  width: 100%;
  height: 500px;
}

.welcome-section p {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
}

.welcome-section .welcome-sectionImg img {
  border-radius: 10px;
  box-shadow: rgb(207, 207, 207) 0px 1px 18px;
  width: 100%;
}

.welcome-sectionRow {
  align-items: center;
  background: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 30px;
}

.welcome-sectionCol1 {
  padding-right: 40px;
}

@keyframes updownanim {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

.cm-innerpage h2 {
  color: rgb(70, 13, 120);
  font-weight: 700;
  font-size: 35px;
}

.updown-anim {
  margin: 15px 0px;
  animation: 1s ease-in-out 0s infinite alternate none running updownanim;
}

.cm-innerpage.about-sec {
  padding: 60px 0px;
  background-color: rgb(248, 249, 250);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(51, 51, 51);
  line-height: 1.8;
}

.cm-innerpage.about-sec p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

.cm-innerpage.about-sec strong {
  color: rgb(34, 34, 34);
  font-weight: 600;
}

.cm-innerpage.about-sec a {
  color: rgb(0, 123, 255);
  text-decoration: none;
  font-style: italic;
}

.cm-innerpage.about-sec a:hover {
  text-decoration: underline;
}

.cm-innerpage.about-sec .container {
  max-width: 1140px;
}

@media (max-width: 768px) {
  .cm-innerpage.about-sec {
    padding: 40px 20px;
  }

  .cm-innerpage.about-sec p {
    font-size: 1rem;
  }
}

.ft-contact-cta-items {
  padding: 53px;
  margin-bottom: 20px;
  background-color: rgb(244, 244, 244);
  transition: 0.3s;
}

.ft-contact-cta-items:hover {
  border-top: 1px solid rgb(3, 63, 125);
}

.ft-contact-cta-icon {
  width: 70px;
  height: 70px;
}

.ft-contact-cta-icon i {
  font-size: 45px;
  color: rgb(245, 128, 28);
}



.ft-contact-cta-text h3 {
  color: rgb(0, 42, 52);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0px;
}

.ft-contact-cta-text p {
  font-size: 21px;
  margin-bottom: 3px;
}

.ft-contact-page-form-wrapper {
  padding: 30px;
  background-color: rgb(237, 237, 237);
  border-radius: 10px;
}

.ft-contact-page-form-wrapper h3 {
  color: rgb(245, 128, 28);
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.ft-contact-page-form-wrapper input,
.ft-contact-page-form-wrapper textarea {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
}

.ft-contact-page-form-wrapper textarea {
  height: 100px;
  padding-top: 15px;
}

.submit-btn input.Submit-box {
  color: rgb(255, 255, 255);
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  background-color: rgb(245, 128, 28);
  transition: 0.5s;
}

.submit-btn input.Submit-box:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(245, 128, 28);
  border: 1px solid rgb(245, 128, 28);
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: none !important;
  border: none !important;
}

.cs_form_field {
  padding: 0px 15px;
}

.cs_mb_23 {
  margin-bottom: 23px;
}


.inquiry-btn .float-inquire-btn {
  position: fixed;
  color: #fff;
  border: #fff 0 solid;
  bottom: 40px;
  right: 0;
  z-index: 999;
  font-size: 18px;
  line-height: 1.1;
  padding: 10px 10px 10px;
  font-size: 14pt;
  border-right: 0;
  text-align: left;
  background: #c02222;
  border-radius: 5px 0 0 5px
}

.inquiry-btn .float-inquire-btn i {
  margin-right: 5px;
}

.inquiry-btn .float-inquire-btn:hover {
  background: #e73d36;
  color: #fff !important
}

.modal-header button::after {
  content: none !important;
}

.popup-btn .modal-dialog {
  max-width: 600px;
}

.popup-btn .modal-content {
  border-radius: 20px !important;
}

.popup-btn .modal-body {
  width: 100%;
  padding: 20px 15px;
}

.popup-btn .form-sec {
  padding: 20px;
}

.popup-btn .form-sec .form-group {
  margin-bottom: 20px;
}

.popup-btn .form-sec .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 15px;
  box-shadow: none;
  padding: 0 0 10px;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.popup-btn .form-sec textarea.form-control {
  resize: none;
  height: 85px;
}

.popup-btn .form-sec .form-control::placeholder {
  color: #000;
}

.popup-btn .form-sec .form-control:focus {
  border-color: #c02222;
  outline: none;
}

.popup-btn .form-sec .cm-btn {
  background: #c02222;
  color: #fff;
  padding: 15px 35px;
  border-radius: 20px;
  border: none;
  font-size: 17px;
  font-weight: 500;
  min-width: 150px;
  transition: all 0.5s ease-in-out;
}

.popup-btn .form-sec .cm-btn:hover {
  color: #000;
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.popup-btn .submit-btn {
  width: 100%;
  text-align: center;
}

.popup-btn .sub-modal-icons {
  width: 40px;
  height: 40px;
  background: #0a3b4f;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.popup-btn .social-contents {
  margin-top: 7px;
  border-radius: 10px;
  text-align: center; /* or left */
}

.popup-btn .social-contents li {
  list-style: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  display: inline-block;
  text-align: left;
  margin: 0;
}

#feedback select#region {
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  outline: none;
  transition: border-color 0.3s ease;
}

/* On focus */
#feedback select#region:focus {
  border-color: none; /* or use theme color */
  box-shadow: none;
}

/* Label styling */
.ft-contact-page-form-wrapper label {
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
  color: #757575;
}
.about-section .about-shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@keyframes float-bob-y {

  0%,
  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px)
  }

  50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }
}



.innerpage-main {
  position: relative !important;
  padding: 70px 0 !important;
  background-image: url(/images/about-section-eight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.innerpage-main .product-image {
  float: right !important;
  margin-left: 30px !important;
  max-width: 600px !important;
}

.innerpage-main a{
  text-transform: capitalize;
}

.innerpage-main p {
  text-align: justify !important;
  font-weight: 500 !important;
  position: relative !important;
  margin-bottom: 12px !important;
  text-transform: capitalize;
}
.innerpage-main h2 {
  font-weight: 600 !important;
}
.innerpage-main a {
  color: #e06d48;
  text-transform: capitalize;
}
.innerpage-main a:hover{
  color: rgb(171, 102, 82);
}
.innerpage-main .sm-title {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .innerpage-main {
    padding: 50px 15px !important;
  }

  .innerpage-main .product-image {
    float: none !important;
    margin: 0 auto 20px auto !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .innerpage-main img {
    width: 100% !important;
    height: auto !important;
  }

  .innerpage-main .sm-title {
    font-size: 1.25rem !important;
    text-align: center !important;
  }

  .innerpage-main p {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 480px) {
  .innerpage-main .sm-title {
    font-size: 1.1rem !important;
  }

  .innerpage-main p {
    font-size: 0.9rem !important;
  }
}
.blog-one {
  position: relative;
  display: block;
  padding: 50px 0px 0px;
  background: #ffffff;
  z-index: 2;
}

.blog-one .shape1 {
  position: absolute;
  right: -224px;
  bottom: -200px;
  z-index: 1;
}

.blog-one .section-title {
  margin-bottom: 0px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 2;
}

.blog-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__single-img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* background: var(--thm-base); */
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.blog-one__single:hover .blog-one__single-img::after {
  opacity: 0.8;
  transform: scaleY(1.0);
}

.blog-one__single-img img {
  width: 100%;
  transform: scale(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  border-radius: 10px 10px 0px 0px;
}

.blog-one__single:hover .blog-one__single-img img {
  transform: scale(1.2) rotate(1deg);
}

.blog-one__single-img .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: .9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
  transform: perspective(400px) scaleY(1.0);
}

.blog-one__single .blog-one__single-img .overlay-icon a {
  position: relative;
  display: inline-block;
}

.blog-one__single .blog-one__single-img .overlay-icon span {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}

.blog-one__single-text-box {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  border-top: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 10px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single:hover .blog-one__single-text-box {
  box-shadow: 0px 10px 30px 0px rgb(235, 235, 235);
  border: 0 px solid #ffffff;
}

.blog-one__single-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-one__single-title::before {
  position: absolute;
  top: 0;
  left: -12px;
  width: 3px;
  height: 100%;
  background: var(--thm-base);
  content: "";
}

.blog-one__single-title a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-title a:hover {
  color: var(--thm-base);
}

.blog-one__single-text {
  margin-top: 15px;
}

.blog-one__meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 13px;
}

.blog-one__meta-info li {
  position: relative;
  float: left;
  color: #74787c;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  margin-right: 30px;
}

.blog-one__meta-info li:last-child {
  margin-right: 0;
}

.blog-one__meta-info li i::before {
  color: #74787c;
  font-size: 17px;
  padding-right: 10px;
}

.blog-one__meta-info li a {
  color: #74787c;
}
.feauters-two {
  position: relative;
  display: block;
  background: #f5f5f7;
  padding: 120px 0px 195px;
  z-index: 3;
}

.feauters-two__big-title {
  position: absolute;
  bottom: -195px;
  z-index: -1;
  left: -200px;
}

.feauters-two__big-title h2 {
  color: rgba(46, 46, 54, 0.03);
  font-size: 500px;
  font-weight: 800;
  line-height: 0.8em;
}

.feauters-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.feauters-two__content-box {
  position: relative;
  display: block;
}

.feauters-two__content-box .shape1 {
  position: absolute;
  top: -225px;
  right: -190px;
  z-index: -1;
}

.feauters-two__content-box .shape2 {
  position: absolute;
  top: -215px;
  right: -190px;
  z-index: 1;
}
.feauters-two__content-box .shape2 img {
  opacity: 0.1;
}
.feauters-two .section-title {
  margin-bottom: 58px;
}

.feauters-two__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
  z-index: 2;
}

.feauters-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #f5794c;
}

.feauters-two__single .img-holder {
  position: relative;
  display: block;
}

.feauters-two__single .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.feauters-two__single .img-holder .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.feauters-two__single:hover .img-holder .inner::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.feauters-two__single .img-holder .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.feauters-two__single:hover .img-holder .inner img {
  transform: scale(1.1);
}

.feauters-two__single .title-holder {
  position: relative;
  display: block;
  padding: 10px 19px 11px;
  background: #f5794c;
  transform: scale(1.0) translateY(0px);
  transition: all .4s ease-in-out .1s;
  color: #fff;
}

.feauters-two__single:hover .title-holder {
  opacity: 0;
  transform: scale(1.0) translateY(-40px);
}

.feauters-two__single .title-holder .btn {
  position: absolute;
  top: -22px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 25px;
  text-align: center;
  line-height: 45px;
  /* box-shadow: 0px 10px 30px 0px rgb(235, 235, 235); */
}

.feauters-two__single .title-holder .btn a {
  color: var(--thm-base);
}

.feauters-two__single .title-holder .btn a i::before {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
}

.feauters-two__single .title-holder h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #b22d30;
  padding-top: 14px;
  padding-bottom: 15px;
}

.feauters-two__single .title-holder h3 a {
  color: #fff !important;

}

.feauters-two__single .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: scale(1.0) translateY(65px);
  transition: all .4s ease-in-out .1s;
}

.feauters-two__single:hover .overlay {
  opacity: 1.0;
  visibility: visible;
  transform: scale(1.0) translateY(0%);
}

.feauters-two__single .overlay .title {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgb(235, 235, 235);
  padding: 22px 30px 20px;
  border-radius: 7px;
  border-bottom: 6px solid #F5801E;
}

.feauters-two__single .overlay .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.feauters-two__single .overlay .title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feauters-two__single .overlay .title h3 a:hover {
  color: var(--thm-base);
}

.feauters-two__single .overlay .title p {
  margin: 0;
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
}

.feauters-two__single .overlay .title .btn {
  position: absolute;
  top: -22px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #f5794c;
  border-radius: 25px;
  text-align: center;
  box-shadow: 3px 5px 31px 0px rgba(0,0,0,0.22);
-webkit-box-shadow: 3px 5px 31px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 3px 5px 31px 0px rgba(0,0,0,0.22);
}

.feauters-two__single .overlay .title .btn a {
  color: #ffffff;
}

.feauters-two__single .overlay .title .btn a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}

.back-to-top {
  --back-to-top-size: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none; /* Initially hidden */
}

@media (max-width: 767px) {
  .back-to-top {
    --back-to-top-size: 60px;
    bottom: 80px;
    right: 10px;
  }
}

.back-to-top .progress-circle {
  display: inline-block;
  width: var(--back-to-top-size);
  height: var(--back-to-top-size);
  background: #e4704c;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(102, 184, 70, 0.65);
  position: relative;
  transform: rotate(-90deg);
}

.back-to-top .progress-circle svg {
  width: 100%;
  height: 100%;
}

.back-to-top .progress-circle circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}

.back-to-top .progress-circle .bg {
  stroke: #ffffff;
}

.back-to-top .progress-circle .progress {
  stroke: #fff300;
  stroke-dasharray: 251.2; /* 2 * PI * R (R=40) */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
  transition: color 0.2s linear;
}

@media (max-width: 767px) {
  .back-to-top .progress-percentage {
    font-size: 10px;
  }
}

.back-to-top:hover .progress-percentage {
  color: #333; /* Change color on hover */
}



.cm-innerpage {
  position: relative;
  padding: 70px 0;
}

/* blog part start */
.blog-text-nw {
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  transform: translateY(-10px);
  height: 100%;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  padding: 10px;
}

.blog-text-nw h3 {
  color: #000000;
  text-align: left;
  font-size: 20px;
  margin-top: 0;
  padding: 10px 20px 10px 20px;
}

.blog-text-nw h3 a {
  color: inherit;
  line-height: 125%;
}

.blog-text-nw p {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  padding: 10px 20px 20px 20px;
  color: #333;
  font-weight: 400;
}

.blog-text-nw img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 20px;
}

.blog-text-nw .more-btn {
  margin: 20px 20px;
}

.blog-text-nw .cm-btn {
  padding: 15px 30px;
}

/* blog part end */