@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #4bc6bb;
  --bs-secondary: #085252;
  --bs-success: #008080;
  --bs-info: #90407b;
  --bs-warning: #f7a600;
  --bs-danger: #e6214e;
  --bs-light: #afeeee;
  --bs-dark: #008080;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585e;
  background-color: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
h2, .h2 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}
h3, .h3 {
  font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}
h4, .h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.35rem;
  }
}
h5, .h5 {
  font-size: 1.125rem;
}
h6, .h6 {
  font-size: 0.9rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #4bc6bb;
  text-decoration: underline;
}
a:hover {
  color: #29827a;
  text-decoration: "";
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #58585e;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #58585e;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #58585e;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #58585e;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #dbf4f1;
  --bs-table-striped-bg: #d0e8e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5dcd9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbe2df;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c5dcd9;
}
.table-secondary {
  --bs-table-bg: #cedcdc;
  --bs-table-striped-bg: #d0dede;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d3e0e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d2dfdf;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #d3e0e0;
}
.table-success {
  --bs-table-bg: #cce6e6;
  --bs-table-striped-bg: #cfe7e7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d1e9e9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d0e8e8;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #d1e9e9;
}
.table-info {
  --bs-table-bg: #e9d9e5;
  --bs-table-striped-bg: #eadbe6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ebdde8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebdce7;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #ebdde8;
}
.table-warning {
  --bs-table-bg: #fdedcc;
  --bs-table-striped-bg: #f0e1c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4d5b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eadbbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e4d5b8;
}
.table-danger {
  --bs-table-bg: #fad3dc;
  --bs-table-striped-bg: #eec8d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1bec6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7c3cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e1bec6;
}
.table-light {
  --bs-table-bg: #afeeee;
  --bs-table-striped-bg: #b3efef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b7f0f0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #b5efef;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #b7f0f0;
}
.table-dark {
  --bs-table-bg: #008080;
  --bs-table-striped-bg: #0d8686;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #1a8d8d;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #138a8a;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #1a8d8d;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #58585e;
  background-color: #fff;
  border-color: #a5e3dd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #58585e;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #58585e;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #58585e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.form-select:focus {
  border-color: #a5e3dd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #58585e;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}
.form-check {
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #a5e3dd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.form-check-input:checked {
  background-color: #4bc6bb;
  border-color: #4bc6bb;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"), var(--bs-gradient);
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"), var(--bs-gradient);
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #4bc6bb;
  border-color: #4bc6bb;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"), var(--bs-gradient);
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  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='%23a5e3dd'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  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"), var(--bs-gradient);
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c9eeeb;
  background-image: var(--bs-gradient);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c9eeeb;
  background-image: var(--bs-gradient);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #58585e;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #008080;
}
.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.7875rem;
  color: #fff;
  background-color: rgba(0, 128, 128, 0.9);
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008080;
  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='%23008080' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #008080;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #008080;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008080' 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #008080;
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #008080;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #008080;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008080;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e6214e;
}
.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.7875rem;
  color: #000;
  background-color: rgba(230, 33, 78, 0.9);
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e6214e;
  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 12 12' width='12' height='12' fill='none' stroke='%23e6214e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e6214e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e6214e;
  box-shadow: 0 0 0 0.25rem rgba(230, 33, 78, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #e6214e;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e6214e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e6214e' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #e6214e;
  box-shadow: 0 0 0 0.25rem rgba(230, 33, 78, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #e6214e;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #e6214e;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 33, 78, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e6214e;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #58585e;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #58585e;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
  border-color: #4bc6bb;
}
.btn-primary:hover {
  color: #000;
  background-color: #66cfc5;
  background-image: var(--bs-gradient);
  border-color: #5dccc2;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #66cfc5;
  background-image: var(--bs-gradient);
  border-color: #5dccc2;
  box-shadow: 0 0 0 0.25rem rgba(64, 168, 159, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #6fd1c9;
  background-image: none;
  border-color: #5dccc2;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 168, 159, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #4bc6bb;
  background-image: none;
  border-color: #4bc6bb;
}
.btn-secondary {
  color: #fff;
  background-color: #085252;
  background-image: var(--bs-gradient);
  border-color: #085252;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #074646;
  background-image: var(--bs-gradient);
  border-color: #064242;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #074646;
  background-image: var(--bs-gradient);
  border-color: #064242;
  box-shadow: 0 0 0 0.25rem rgba(45, 108, 108, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #064242;
  background-image: none;
  border-color: #063e3e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 108, 108, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #085252;
  background-image: none;
  border-color: #085252;
}
.btn-success {
  color: #fff;
  background-color: #008080;
  background-image: var(--bs-gradient);
  border-color: #008080;
}
.btn-success:hover {
  color: #fff;
  background-color: #006d6d;
  background-image: var(--bs-gradient);
  border-color: #066;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #006d6d;
  background-image: var(--bs-gradient);
  border-color: #066;
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 147, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #066;
  background-image: none;
  border-color: #006060;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 147, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #008080;
  background-image: none;
  border-color: #008080;
}
.btn-info {
  color: #fff;
  background-color: #90407b;
  background-image: var(--bs-gradient);
  border-color: #90407b;
}
.btn-info:hover {
  color: #fff;
  background-color: #7a3669;
  background-image: var(--bs-gradient);
  border-color: #733362;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #7a3669;
  background-image: var(--bs-gradient);
  border-color: #733362;
  box-shadow: 0 0 0 0.25rem rgba(161, 93, 143, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #733362;
  background-image: none;
  border-color: #6c305c;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(161, 93, 143, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #90407b;
  background-image: none;
  border-color: #90407b;
}
.btn-warning {
  color: #000;
  background-color: #f7a600;
  background-image: var(--bs-gradient);
  border-color: #f7a600;
}
.btn-warning:hover {
  color: #000;
  background-color: #f8b326;
  background-image: var(--bs-gradient);
  border-color: #f8af1a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f8b326;
  background-image: var(--bs-gradient);
  border-color: #f8af1a;
  box-shadow: 0 0 0 0.25rem rgba(210, 141, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f9b833;
  background-image: none;
  border-color: #f8af1a;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 141, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #f7a600;
  background-image: none;
  border-color: #f7a600;
}
.btn-danger {
  color: #000;
  background-color: #e6214e;
  background-image: var(--bs-gradient);
  border-color: #e6214e;
}
.btn-danger:hover {
  color: #000;
  background-color: #ea4269;
  background-image: var(--bs-gradient);
  border-color: #e93760;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #ea4269;
  background-image: var(--bs-gradient);
  border-color: #e93760;
  box-shadow: 0 0 0 0.25rem rgba(196, 28, 66, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #eb4d71;
  background-image: none;
  border-color: #e93760;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 28, 66, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #e6214e;
  background-image: none;
  border-color: #e6214e;
}
.btn-light {
  color: #000;
  background-color: #afeeee;
  background-image: var(--bs-gradient);
  border-color: #afeeee;
}
.btn-light:hover {
  color: #000;
  background-color: #bbf1f1;
  background-image: var(--bs-gradient);
  border-color: #b7f0f0;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #bbf1f1;
  background-image: var(--bs-gradient);
  border-color: #b7f0f0;
  box-shadow: 0 0 0 0.25rem rgba(149, 202, 202, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #bff1f1;
  background-image: none;
  border-color: #b7f0f0;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(149, 202, 202, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #afeeee;
  background-image: none;
  border-color: #afeeee;
}
.btn-dark {
  color: #fff;
  background-color: #008080;
  background-image: var(--bs-gradient);
  border-color: #008080;
}
.btn-dark:hover {
  color: #fff;
  background-color: #006d6d;
  background-image: var(--bs-gradient);
  border-color: #066;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #006d6d;
  background-image: var(--bs-gradient);
  border-color: #066;
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 147, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #066;
  background-image: none;
  border-color: #006060;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 147, 147, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #008080;
  background-image: none;
  border-color: #008080;
}
.btn-outline-primary {
  color: #4bc6bb;
  border-color: #4bc6bb;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #4bc6bb;
  border-color: #4bc6bb;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #4bc6bb;
  border-color: #4bc6bb;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #4bc6bb;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #085252;
  border-color: #085252;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #085252;
  border-color: #085252;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(8, 82, 82, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #085252;
  border-color: #085252;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(8, 82, 82, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #085252;
  background-color: transparent;
}
.btn-outline-success {
  color: #008080;
  border-color: #008080;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #008080;
  background-color: transparent;
}
.btn-outline-info {
  color: #90407b;
  border-color: #90407b;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #90407b;
  border-color: #90407b;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 64, 123, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #90407b;
  border-color: #90407b;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 64, 123, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #90407b;
  background-color: transparent;
}
.btn-outline-warning {
  color: #f7a600;
  border-color: #f7a600;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #f7a600;
  border-color: #f7a600;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 166, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #f7a600;
  border-color: #f7a600;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 166, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f7a600;
  background-color: transparent;
}
.btn-outline-danger {
  color: #e6214e;
  border-color: #e6214e;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #e6214e;
  border-color: #e6214e;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 33, 78, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #e6214e;
  border-color: #e6214e;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(230, 33, 78, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #e6214e;
  background-color: transparent;
}
.btn-outline-light {
  color: #afeeee;
  border-color: #afeeee;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #afeeee;
  border-color: #afeeee;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(175, 238, 238, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #afeeee;
  border-color: #afeeee;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(175, 238, 238, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #afeeee;
  background-color: transparent;
}
.btn-outline-dark {
  color: #008080;
  border-color: #008080;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #008080;
  border-color: #008080;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 128, 128, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #008080;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #4bc6bb;
  text-decoration: underline;
}
.btn-link:hover {
  color: #29827a;
  text-decoration: "";
}
.btn-link:focus {
  text-decoration: "";
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  border-radius: 0;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9rem;
  color: #58585e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: var(--bs-gradient);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #4bc6bb;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #29827a;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f5f5f5;
  border-color: #dee2e6 #dee2e6 #f5f5f5;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: var(--bs-gradient);
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: #58585e;
  text-align: left;
  background-color: #f5f5f5;
  border: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #44b2a8;
  background-color: #edf9f8;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344b2a8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2358585e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #a5e3dd;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #4bc6bb;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #29827a;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #29827a;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #4bc6bb;
  background-image: var(--bs-gradient);
  border-color: #4bc6bb;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-image: var(--bs-gradient);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #2d7770;
  background-color: #dbf4f1;
  background-image: var(--bs-gradient);
  border-color: #c9eeeb;
}
.alert-primary .alert-link {
  color: #245f5a;
}
.alert-secondary {
  color: #053131;
  background-color: #cedcdc;
  background-image: var(--bs-gradient);
  border-color: #b5cbcb;
}
.alert-secondary .alert-link {
  color: #042727;
}
.alert-success {
  color: #004d4d;
  background-color: #cce6e6;
  background-image: var(--bs-gradient);
  border-color: #b3d9d9;
}
.alert-success .alert-link {
  color: #003e3e;
}
.alert-info {
  color: #56264a;
  background-color: #e9d9e5;
  background-image: var(--bs-gradient);
  border-color: #dec6d7;
}
.alert-info .alert-link {
  color: #451e3b;
}
.alert-warning {
  color: #946400;
  background-color: #fdedcc;
  background-image: var(--bs-gradient);
  border-color: #fde4b3;
}
.alert-warning .alert-link {
  color: #765000;
}
.alert-danger {
  color: #8a142f;
  background-color: #fad3dc;
  background-image: var(--bs-gradient);
  border-color: #f8bcca;
}
.alert-danger .alert-link {
  color: #6e1026;
}
.alert-light {
  color: #698f8f;
  background-color: #effcfc;
  background-image: var(--bs-gradient);
  border-color: #e7fafa;
}
.alert-light .alert-link {
  color: #547272;
}
.alert-dark {
  color: #004d4d;
  background-color: #cce6e6;
  background-image: var(--bs-gradient);
  border-color: #b3d9d9;
}
.alert-dark .alert-link {
  color: #003e3e;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4bc6bb;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #58585e;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4bc6bb;
  border-color: #4bc6bb;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #2d7770;
  background-color: #dbf4f1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2d7770;
  background-color: #c5dcd9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2d7770;
  border-color: #2d7770;
}
.list-group-item-secondary {
  color: #053131;
  background-color: #cedcdc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #053131;
  background-color: #b9c6c6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #053131;
  border-color: #053131;
}
.list-group-item-success {
  color: #004d4d;
  background-color: #cce6e6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004d4d;
  background-color: #b8cfcf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004d4d;
  border-color: #004d4d;
}
.list-group-item-info {
  color: #56264a;
  background-color: #e9d9e5;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #56264a;
  background-color: #d2c3ce;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #56264a;
  border-color: #56264a;
}
.list-group-item-warning {
  color: #946400;
  background-color: #fdedcc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #946400;
  background-color: #e4d5b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #946400;
  border-color: #946400;
}
.list-group-item-danger {
  color: #8a142f;
  background-color: #fad3dc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8a142f;
  background-color: #e1bec6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8a142f;
  border-color: #8a142f;
}
.list-group-item-light {
  color: #698f8f;
  background-color: #effcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #698f8f;
  background-color: #d7e3e3;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #698f8f;
  border-color: #698f8f;
}
.list-group-item-dark {
  color: #004d4d;
  background-color: #cce6e6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #004d4d;
  background-color: #b8cfcf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #004d4d;
  border-color: #004d4d;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(75, 198, 187, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #58585e;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}
.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #4bc6bb;
}
.link-primary:hover, .link-primary:focus {
  color: #6fd1c9;
}
.link-secondary {
  color: #085252;
}
.link-secondary:hover, .link-secondary:focus {
  color: #064242;
}
.link-success {
  color: #008080;
}
.link-success:hover, .link-success:focus {
  color: #066;
}
.link-info {
  color: #90407b;
}
.link-info:hover, .link-info:focus {
  color: #733362;
}
.link-warning {
  color: #f7a600;
}
.link-warning:hover, .link-warning:focus {
  color: #f9b833;
}
.link-danger {
  color: #e6214e;
}
.link-danger:hover, .link-danger:focus {
  color: #eb4d71;
}
.link-light {
  color: #afeeee;
}
.link-light:hover, .link-light:focus {
  color: #bff1f1;
}
.link-dark {
  color: #008080;
}
.link-dark:hover, .link-dark:focus {
  color: #066;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !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;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #4bc6bb !important;
}
.border-secondary {
  border-color: #085252 !important;
}
.border-success {
  border-color: #008080 !important;
}
.border-info {
  border-color: #90407b !important;
}
.border-warning {
  border-color: #f7a600 !important;
}
.border-danger {
  border-color: #e6214e !important;
}
.border-light {
  border-color: #afeeee !important;
}
.border-dark {
  border-color: #008080 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.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;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-2 {
  font-size: calc(1.305rem + 0.66vw) !important;
}
.fs-3 {
  font-size: calc(1.2825rem + 0.39vw) !important;
}
.fs-4 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
.fs-5 {
  font-size: 1.125rem !important;
}
.fs-6 {
  font-size: 0.9rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #4bc6bb !important;
}
.text-secondary {
  color: #085252 !important;
}
.text-success {
  color: #008080 !important;
}
.text-info {
  color: #90407b !important;
}
.text-warning {
  color: #f7a600 !important;
}
.text-danger {
  color: #e6214e !important;
}
.text-light {
  color: #afeeee !important;
}
.text-dark {
  color: #008080 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #58585e !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #4bc6bb !important;
}
.bg-secondary {
  background-color: #085252 !important;
}
.bg-success {
  background-color: #008080 !important;
}
.bg-info {
  background-color: #90407b !important;
}
.bg-warning {
  background-color: #f7a600 !important;
}
.bg-danger {
  background-color: #e6214e !important;
}
.bg-light {
  background-color: #afeeee !important;
}
.bg-dark {
  background-color: #008080 !important;
}
.bg-body {
  background-color: #f5f5f5 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 1rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.5rem !important;
}
.rounded-2 {
  border-radius: 1rem !important;
}
.rounded-3 {
  border-radius: 1.5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-end {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-start {
  border-bottom-left-radius: 1rem !important;
  border-top-left-radius: 1rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 1.8rem !important;
  }
  .fs-3 {
    font-size: 1.575rem !important;
  }
  .fs-4 {
    font-size: 1.35rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
.faicon-ico {
  font-size: 2em;
  color: #085252;
}
.faicon-txt {
  font-size: 0.8em;
}
#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound h4, .notfound .h4 {
  font-size: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .notfound h4, .notfound .h4 {
    font-size: 0.9em;
  }
}
.notfound .notfound-404 {
  position: relative;
  height: 240px;
}
.notfound .notfound-404 h1, .notfound .notfound-404 .h1 {
  font-family: var(--bs-font-sans-serif);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #f7a600;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
@media (max-width: 575.98px) {
  .notfound .notfound-404 h1, .notfound .notfound-404 .h1 {
    letter-spacing: -30px;
    font-size: 168px;
  }
}
.notfound .notfound-404 h1 > span, .notfound .notfound-404 .h1 > span {
  text-shadow: -8px -2px 0px #fff;
}
@media (max-width: 575.98px) {
  .notfound .notfound-404 h1 > span, .notfound .notfound-404 .h1 > span {
    text-shadow: -6px -2px 0px #fff;
  }
}
.checkbox label:before {
  -moz-transition: background-color 0.3s ease-out !important;
  -o-transition: background-color 0.3s ease-out !important;
  -webkit-transition: background-color 0.3s ease-out !important;
  transition: background-color 0.3s ease-out !important;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: transparent;
}
.header-space {
  padding-top: 10em;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
.main-container {
  flex: 1 0 auto;
}
/*------- fonts -------*/
/*------- end of fonts -------*/
/*---------- ui ----------*/
.color-box {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
}
.color-box-holder {
  border-radius: 0.5rem;
}
.color-box-inner:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.color-box-inner:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.color-box p {
  margin-bottom: 0;
}
/*------- typography -------*/
html, body {
  color: #58585e;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100%;
  color: #58585e;
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 0.015rem;
}
*:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container.boxed {
  width: 100% !important;
  max-width: 1300px;
}
.container.full-width {
  width: 100% !important;
  padding: 0 !important;
}
.content {
  background: #f5f5f5;
  padding: 30px 65px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #141a38;
  font-family: Poppins, Arial, sans-serif;
  letter-spacing: 0.015rem;
  margin-top: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 700;
}
h5, .h5, h6, .h6 {
  font-weight: 400;
}
h1, .h1 {
  font-size: 3rem;
}
h2, .h2 {
  font-size: 2.5rem;
}
h3, .h3 {
  font-size: 2.2rem;
}
h4, .h4 {
  font-size: 1.85rem;
}
h5, .h5 {
  font-size: 1.6rem;
}
h6, .h6 {
  font-size: 1.325rem;
}
html, body, a, p, ul, ol, li, div {
  font-family: Poppins, Arial, sans-serif;
}
.dark h1, .dark .h1, .dark h2, .dark .h2, .dark h3, .dark .h3, .dark h4, .dark .h4, .dark h5, .dark .h5, .dark h6, .dark .h6 {
  color: #fff;
}
a {
  color: #4bc6bb;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  letter-spacing: 0.015rem;
  outline: 0 !important;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #2d7770;
  text-decoration: none;
}
form a {
  font-size: 0.875rem;
}
.dark a, .dark a:focus {
  color: #fff;
}
.dark a:hover {
  color: #fff;
  opacity: 0.75;
}
.dark .btn:hover, .dark .btn-social:hover {
  opacity: 1;
}
.text-link, .text-link:focus {
  color: #58585e;
}
.text-link:hover {
  color: #4bc6bb;
}
.dark .text-link, .dark .text-link:focus {
  color: #fff;
}
.dark .text-link:hover {
  color: #fff;
  opacity: 0.75;
}
.title-link, .title-link:focus {
  color: #141a38;
}
.title-link:hover {
  color: #58585e;
}
.dark .title-link, .dark .title-link:focus {
  color: #fff;
}
.dark .title-link:hover {
  color: #fff;
  opacity: 0.75;
}
p {
  font-family: Poppins, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 0.875rem;
  color: #58585e;
  letter-spacing: 0.015rem;
  margin-bottom: 10px;
}
.dark p {
  color: #f1f2f3;
}
ul {
  list-style: none;
  padding: 0;
}
ul, ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
ol li {
  margin-bottom: 7px;
}
li {
  color: #58585e;
  font-size: 0.875rem;
  letter-spacing: 0.015rem;
}
.dark li {
  color: #f1f2f3;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
img {
  -webkit-backface-visibility: hidden !important;
  background: transparent;
}
pre {
  color: #58585e;
  font-size: 0.875rem;
  background-color: #fff;
  border-left: 3px solid #4bc6bb;
  padding: 15px;
  white-space: pre-line;
}
label {
  font-size: 0.875rem;
}
.list-featured {
  list-style: none;
  padding: 0;
}
.list-featured li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
}
.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background-color: #4bc6bb;
}
.list-icon li, .list-icon a {
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
}
.list-icon li:before, .list-icon a:before {
  color: #58585e;
  position: absolute;
  left: 0;
  font-size: 0.875rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1.325rem;
}
.list-has-link li {
  padding-left: 0;
}
.media-list {
  padding-left: 0;
}
.list-has-link li:before {
  display: none;
}
.list-icon.list-arrow li:before, .list-icon.list-arrow a:before {
  content: "";
}
.list-icon.list-check li:before, .list-icon.list-check a:before {
  content: "";
}
.list-icon.list-close li:before, .list-icon.list-close a:before {
  content: "";
}
.list-icon.list-bullet li:before, .list-icon.list-bullet a:before {
  content: "";
}
.list-icon.list-star li:before, .list-icon.list-star a:before {
  content: "";
}
.list-icon.list-dollar li:before, .list-icon.list-dollar a:before {
  content: "";
}
.list-secondary li:before, .list-secondary a:before {
  color: #085252;
}
.list-primary li:before, .list-primary a:before {
  color: #4bc6bb;
}
.list-success li:before, .list-success a:before {
  color: #008080;
}
.list-info li:before, .list-info a:before {
  color: #90407b;
}
.list-warning li:before, .list-warning a:before {
  color: #f7a600;
}
.list-danger li:before, .list-danger a:before {
  color: #e6214e;
}
.list-media > .list-item {
  display: block;
}
.list-media .media-img {
  position: relative;
  float: left;
}
.list-media .media-img img {
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 0;
}
.list-media .info {
  padding-left: 60px;
  min-height: 45px;
  height: auto;
  position: relative;
}
.list-media .info .sub-title {
  display: block;
  font-size: 0.75rem;
}
.list-media-content {
  position: relative;
  float: left;
  font-size: 0.875rem;
  line-height: 47px;
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}
.list-media .info .list-checkbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-28px);
  -webkit-transform: translateY(-28px);
  -moz-transform: translateY(-28px);
  -o-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
}
.list-media-secondary {
  color: #58585e;
  background-color: #085252;
}
.list-media-primary {
  color: #fff;
  background-color: #4bc6bb;
}
.list-media-success {
  color: #fff;
  background-color: #008080;
}
.list-media-info {
  color: #fff;
  background-color: #90407b;
}
.list-media-warning {
  color: #fff;
  background-color: #f7a600;
}
.list-media-danger {
  color: #fff;
  background-color: #e6214e;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item:last-child {
  margin-bottom: -1px !important;
}
.list-group-item {
  background-color: #fff;
  margin-bottom: -1px !important;
  padding: 1rem 1.25rem;
  border: 1px solid #085252;
}
.list-group-item-primary {
  color: #fff !important;
  background-color: #4bc6bb !important;
}
.list-group-item-primary:hover {
  color: #fff !important;
  background-color: #2d7770 !important;
}
.list-group-item-secondary {
  color: #58585e !important;
  background-color: #085252 !important;
}
.list-group-item-secondary:hover {
  color: #58585e !important;
  background-color: #053131 !important;
}
.list-group-item-success {
  color: #fff !important;
  background-color: #008080 !important;
}
.list-group-item-success:hover {
  color: #fff !important;
  background-color: #004d4d !important;
}
.list-group-item-info {
  color: #fff !important;
  background-color: #90407b !important;
}
.list-group-item-info:hover {
  color: #fff !important;
  background-color: #56264a !important;
}
.list-group-item-warning {
  color: #fff !important;
  background-color: #f7a600 !important;
}
.list-group-item-warning:hover {
  color: #fff !important;
  background-color: #946400 !important;
}
.list-group-item-danger {
  color: #fff !important;
  background-color: #e6214e !important;
}
.list-group-item-danger:hover {
  color: #fff !important;
  background-color: #8a142f !important;
}
.list-group-item-light {
  color: #58585e !important;
  background-color: #f1f2f3 !important;
}
.list-group-item-light:hover {
  color: #58585e !important;
  background-color: #e7e8e9 !important;
}
.list-group-item-dark {
  color: #fff !important;
  background-color: #515254 !important;
}
.list-group-item-dark:hover {
  color: #fff !important;
  background-color: #303132 !important;
}
.list-icon .list-group-item {
  padding-left: 3rem !important;
}
.list-icon li.list-group-item:before, .list-icon a.list-group-item:before {
  top: 1.325rem;
  left: 1.5rem;
}
.list-group-item-action {
  color: #58585e;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: #085252;
}
.blockquote {
  background: transparent;
  border: none;
  border-left: 2px solid #4bc6bb;
  padding: 0 1rem;
}
.blockquote-reverse {
  border-right: 2px solid #4bc6bb;
  border-left: 0;
  text-align: right;
  padding: 0 1rem;
}
blockquote p {
  font-size: 1rem;
  font-weight: 400;
}
.blockquote-footer {
  color: #58585e;
  background: transparent;
  font-size: 70%;
  border: 0;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
cite {
  color: #053131;
  font-size: 0.8rem;
}
.mark, mark {
  background-color: #053131;
}
b, strong {
  font-weight: 700 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.lead {
  font-size: 1rem;
  font-weight: 300;
}
form label {
  color: #141a38;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.caption {
  font-size: 0.9rem;
}
.caption-sm {
  font-size: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5rem;
}
/*--- custom typography ---*/
.section-title {
  margin-bottom: 15px;
}
.section-sub-title {
  color: #58585e;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2rem;
  padding-top: 10px;
  border-top: 1px solid #4bc6bb;
  width: max-content;
  opacity: 0.75;
}
.section-title-area {
  position: relative;
  z-index: 1;
}
.text-center .section-sub-title {
  margin: 0 auto;
}
.text-right .section-sub-title {
  margin-left: auto;
  margin-right: 0;
}
.fa {
  vertical-align: middle;
}
/*--- end of custom typography *---/

/*------- end of typography -------*/
/*------- tables -------*/
table {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: none;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.table thead th {
  font-weight: 500;
  vertical-align: bottom;
  border-bottom: none;
}
tr.last-table-row td {
  border-bottom: 0;
}
.table .thead-light {
  color: #58585e;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.table thead {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.table tr {
  border-color: rgba(0, 0, 0, 0.05);
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.table-inverse {
  color: #fff;
  background-color: #303132;
}
.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #fff;
}
.thead-default th {
  color: #58585e;
  background-color: #f1f2f3;
}
.thead-inverse th {
  color: #fff;
  background-color: #1d1d24;
}
.thead-dark th {
  color: #fff;
  background-color: #008080;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f2f3;
}
.table-striped.table-inverse tbody tr:nth-of-type(odd) {
  background-color: #141a38;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #f1f2f3;
}
.table-dark tbody tr:hover {
  background-color: #f1f2f3;
}
.table-active, .table-active > td, .table-active > th {
  background-color: #f1f2f3;
}
.table-dark .table-active:hover {
  background-color: #f1f2f3;
}
.table-dark .table-active:hover > td, .table-dark .table-active:hover > th {
  background-color: #f1f2f3;
}
.table-dark.table-inverse tbody tr:hover {
  background-color: #141a38;
}
.table-inverse .table-active, .table-inverse .table-active > td, .table-inverse .table-active > th {
  background-color: #141a38;
}
.table-dark.table-inverse .table-active:hover {
  background-color: #141a38;
}
.table-dark.table-inverse .table-active:hover > td, .table-dark.table-inverse .table-active:hover > th {
  background-color: #141a38;
}
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #4bc6bb;
}
.table-primary:hover {
  background-color: #2d7770;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #2d7770;
}
.table-dark .table-primary:hover {
  background-color: #2d7770;
}
.table-dark .table-primary:hover > td, .table-dark .table-primary:hover > th {
  background-color: #2d7770;
}
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #085252;
}
.table-secondary:hover {
  background-color: #053131;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #053131;
}
.table-dark .table-secondary:hover {
  background-color: #053131;
}
.table-dark .table-secondary:hover > td, .table-dark .table-secondary:hover > th {
  background-color: #053131;
}
.table-success, .table-success > td, .table-success > th {
  background-color: #008080;
}
.table-success:hover {
  background-color: #004d4d;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #004d4d;
}
.table-dark .table-success:hover {
  background-color: #004d4d;
}
.table-dark .table-success:hover > td, .table-dark .table-success:hover > th {
  background-color: #004d4d;
}
.table-info, .table-info > td, .table-info > th {
  background-color: #90407b;
}
.table-info:hover {
  background-color: #56264a;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #56264a;
}
.table-dark .table-info:hover {
  background-color: #56264a;
}
.table-dark .table-info:hover > td, .table-dark .table-info:hover > th {
  background-color: #56264a;
}
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #f7a600;
}
.table-warning:hover {
  background-color: #946400;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #946400;
}
.table-dark .table-warning:hover {
  background-color: #946400;
}
.table-dark .table-warning:hover > td, .table-dark .table-warning:hover > th {
  background-color: #946400;
}
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #e6214e;
}
.table-danger:hover {
  background-color: #8a142f;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #8a142f;
}
.table-dark .table-danger:hover {
  background-color: #8a142f;
}
.table-dark .table-danger:hover > td, .table-dark .table-danger:hover > th {
  background-color: #8a142f;
}
/*--- custom tables ---*/
.table-xl > tbody > tr > td, .table-xl > tbody > tr > th, .table-xl > thead > tr > td, .table-xl > thead > tr > th {
  padding: 1.25rem;
  line-height: 1.15rem;
  vertical-align: middle;
}
.table-xl .checkbox label::before {
  margin-top: -17px;
  margin-left: 0;
}
.table-xl .checkbox label::after {
  margin-top: -13px;
  margin-left: 9px;
}
.table-remove {
  color: #e6214e;
  font-size: 1.25rem;
  transition: 0.2s ease-in-out;
}
.table-remove:hover {
  color: #8a142f;
}
/*------- end of tables -------*/
/*------- alerts-badges-toasts -------*/
/*--- alerts ---*/
.alert {
  font-size: 0.875rem;
  padding: 25px;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  transition: 0.2s ease-in-out;
}
.alert-dismissible {
  padding-right: 60px;
}
.alert-dismissible .btn-close {
  color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0 1.5rem;
  height: 100%;
  box-shadow: none;
  border: none;
  transition: 0.2s ease-in-out;
}
.alert-dismissible .btn-close:hover {
  opacity: 1;
}
.alert-icon {
  line-height: 1;
  vertical-align: middle;
}
.alert-primary {
  background-color: #4bc6bb;
  border-color: #2d7770;
  color: #fff;
}
.alert-primary-gradient {
  background-color: linear-gradient(165deg, #a5e3dd 0%, #4bc6bb 100%);
  border: none !important;
  color: #fff;
}
.alert-secondary {
  background-color: #085252;
  border-color: #053131;
  color: #58585e;
}
.alert-secondary-gradient {
  background-color: linear-gradient(165deg, #84a9a9 0%, #085252 100%);
  border: none !important;
  color: #58585e;
}
.alert-success {
  background-color: #008080;
  border-color: #004d4d;
  color: #fff;
}
.alert-success-gradient {
  color: #fff;
  background: linear-gradient(165deg, #80c0c0 0%, #008080 100%) !important;
  border: none !important;
}
.alert-success .close, .alert-success-gradient .close {
  color: #004d4d;
}
.alert-info {
  background-color: #90407b;
  border-color: #56264a;
  color: #fff;
}
.alert-info-gradient {
  color: #fff;
  background: linear-gradient(165deg, #c8a0bd 0%, #90407b 100%) !important;
  border: none !important;
}
.alert-info .close, .alert-info-gradient .close {
  color: #56264a;
}
.alert-warning {
  background-color: #f7a600;
  border-color: #946400;
  color: #fff;
}
.alert-warning .close, .alert-warning-gradient .close {
  color: #946400;
}
.alert-warning-gradient {
  color: #fff;
  background: linear-gradient(165deg, #fbd380 0%, #f7a600 100%) !important;
  border: none !important;
}
.alert-danger {
  background-color: #e6214e;
  border-color: #8a142f;
  color: #fff;
}
.alert-danger .close, .alert-danger-gradient .close {
  color: #8a142f;
}
.alert-danger-gradient {
  color: #fff;
  background: linear-gradient(165deg, #f390a7 0%, #e6214e 100%) !important;
  border: none !important;
}
.alert .close {
  background-color: transparent;
  border: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alert .close:hover {
  color: #000 !important;
  opacity: 0.8;
}
/*--- end of alerts ---*/
/*--- badges ---*/
.badge {
  color: #fff;
  font-size: 65%;
  font-weight: 700;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 4px 20px;
  transition: all 0.2s ease;
}
.badge-pill {
  border-radius: 10rem;
}
.badge-primary {
  background-color: #4bc6bb;
}
.badge-primary-gradient {
  background: linear-gradient(165deg, #a5e3dd 0%, #4bc6bb 100%);
}
.badge-secondary {
  color: #fff;
  background-color: #085252;
}
.badge-secondary-gradient {
  color: #fff;
  background: linear-gradient(165deg, #84a9a9 0%, #085252 100%);
}
.badge-success {
  background: #008080;
}
.badge-success-gradient {
  background: linear-gradient(165deg, #80c0c0 0%, #008080 100%);
}
.badge-info {
  background-color: #90407b;
}
.badge-info-gradient {
  background: linear-gradient(165deg, #c8a0bd 0%, #90407b 100%);
}
.badge-warning {
  background-color: #f7a600;
}
.badge-warning-gradient {
  background: linear-gradient(165deg, #fbd380 0%, #f7a600 100%);
}
.badge-danger {
  background-color: #e6214e;
}
.badge-danger-gradient {
  background: linear-gradient(165deg, #f390a7 0%, #e6214e 100%);
}
/*-- end of badges ---*/
/*--- toasts ---*/
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-clip: padding-box;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  border-radius: 0;
}
.toast-header {
  color: #141a38;
  font-size: 1rem;
  background: transparent;
  padding: 1rem 1.5rem 0 1.5rem;
  border-bottom: #f1f2f3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dark .toast-header {
  color: #fff;
}
.toast-header small, .toast-header .small {
  font-size: 0.75rem;
  font-weight: 500;
  color: #085252;
}
.dark .toast-header small, .dark .toast-header .small {
  color: #e7e8e9;
}
.toast .btn-close {
  box-sizing: content-box;
  width: 5px;
  height: 5px;
  box-shadow: none !important;
  border: none !important;
  opacity: 0.75;
}
.toast-body {
  padding: 1rem 1.5rem;
  background: transparent;
}
.toast.notification {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.toast.notification .btn-close {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.notification-content {
  padding-right: 2.5rem;
}
/*--- end of toasts --*/
/*------- end of alerts-badges-toasts -------*/
/*------- buttons -------*/
.btn {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  min-width: 9.25rem;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 0.75rem 2.5rem;
  white-space: nowrap;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:hover, button:hover {
  cursor: pointer;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
[class*="btn-gradient"] {
  padding: 0.875rem 2.625rem;
}
[class*="btn-gradient"]:hover {
  opacity: 0.7;
}
a.btn, a.btn-social {
  display: inline-block;
}
.btn-group-lg > .btn, .btn-lg {
  padding: 0.875rem 3rem;
  font-size: 1rem;
  line-height: 1.75rem;
  min-width: 10rem;
  border-radius: 0;
}
[class*="btn-group-lg btn-gradient"], [class*="btn-lg btn-gradient"] {
  padding: 1rem 3.25rem;
}
.btn-group-sm > .btn, .btn-sm {
  padding: 0.5rem 2.25rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  min-width: 7.5rem;
  border-radius: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
}
.btn-group-sm > .btn:hover, .btn-sm:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
[class*="btn-group-sm btn-gradient"], [class*="btn-sm btn-gradient"] {
  padding: 0.625rem 2.375rem;
}
.btn-group-xs > .btn, .btn-xs {
  padding: 0.375rem 1.435rem;
  font-size: 0.625rem;
  line-height: 1.25rem;
  min-width: 5.5rem;
  border-radius: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
}
.btn-group-xs > .btn:hover, .btn-xs:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
[class*="btn-group-xs btn-gradient"], [class*="btn-xs btn-gradient"] {
  padding: 0.5rem 1.575rem;
}
.btn-icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  max-width: 52px !important;
  max-height: 52px !important;
  min-width: auto;
  vertical-align: middle;
  line-height: 52px;
  padding: 0 !important;
}
.btn-icon span, .btn-icon i {
  display: block;
  line-height: 52px;
  margin-top: -2px;
}
.btn-circle {
  border-radius: 50% !important;
}
.btn-icon.btn-no-border i, .btn-icon.btn-no-border span {
  margin-top: 0;
}
.btn-lg.btn-icon, .btn-group-lg > .btn-icon.btn, .btn-lg.btn-circle, .btn-group-lg > .btn-circle.btn {
  width: 62px;
  height: 62px;
  max-width: 62px !important;
  max-height: 62px !important;
  font-size: 18px;
  line-height: 62px;
}
.btn-lg.btn-icon span, .btn-group-lg > .btn-icon.btn span, .btn-lg.btn-icon i, .btn-group-lg > .btn-icon.btn i {
  line-height: 62px;
}
.btn-sm.btn-icon, .btn-group-sm > .btn-icon.btn, .btn-sm.btn-circle, .btn-group-sm > .btn-circle.btn {
  width: 42px;
  height: 42px;
  max-width: 42px !important;
  max-height: 42px !important;
  font-size: 12px;
  line-height: 42px;
}
.btn-sm.btn-icon span, .btn-group-sm > .btn-icon.btn span, .btn-sm.btn-icon i, .btn-group-sm > .btn-icon.btn i {
  line-height: 42px;
}
.btn-xs.btn-icon {
  width: 34px;
  height: 34px;
  max-width: 34px !important;
  max-height: 34px !important;
  font-size: 10px;
  line-height: 34px;
}
.btn-xs.btn-icon span, .btn-xs.btn-icon i {
  line-height: 34px;
}
.btn.btn-w-icon .md-icon.dp16 {
  line-height: 1.5rem;
}
.btn.dropdown-toggle::after {
  font-size: 10px !important;
  line-height: 0;
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  top: 0;
  vertical-align: middle;
  transform: none;
}
.dropup .btn.dropdown-toggle::after {
  font-size: 10px !important;
  line-height: 0;
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  top: 0;
  vertical-align: middle;
  transform: none;
}
.input-group-btn .btn::after {
  top: 0;
}
.input-group .overlapping-btn {
  right: 1px !important;
}
.nav-item .input-group .overlapping-btn {
  right: 3px !important;
}
.overlapping-btn {
  position: absolute !important;
  right: 1px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 1 !important;
}
.btn.dropdown-toggle.dropdown-toggle-split {
  padding-right: 20px;
  padding-left: 22px;
  min-width: auto;
}
.btn.dropdown-toggle-split:after {
  margin-left: 0;
}
.dropup .btn.dropdown-toggle-split:after {
  margin-left: 0;
}
.dropdown-toggle.dropdown-toggle-split {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.dropdown-toggle.dropdown-toggle-split.bl-0 {
  border-left: 0 !important;
}
.btn.dropdown-toggle {
  position: relative;
}
.input-group-btn .input-icon {
  position: absolute;
  top: 12px;
  font-size: 20px;
}
.input-group-btn .input-icon.left {
  left: 20px;
}
.input-group-btn .input-icon.right {
  right: 20px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.btn-group .dropdown-menu {
  width: max-content;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
  animation-delay: 0.5s;
  top: 80px;
  left: 50% !important;
  right: 50% !important;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) !important;
}
.btn-group.dropup .dropdown-menu:before {
  top: auto;
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid;
}
.btn-group:hover .dropdown-menu {
  top: 70px !important;
  visibility: visible;
  opacity: 1;
}
.btn-group.dropup .dropdown-menu {
  width: max-content;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
  animation-delay: 0.5s;
  top: auto;
  bottom: 80px;
  visibility: hidden;
  opacity: 0;
}
.btn-group.dropup:hover .dropdown-menu {
  top: auto !important;
  bottom: 70px !important;
  visibility: visible;
  opacity: 1;
}
.btn-group.is-split-drop .dropdown-menu {
  top: 65px !important;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(-6px) !important;
}
.btn-group.is-split-drop.dropup .dropdown-menu {
  top: auto !important;
  bottom: 65px !important;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(-20px) !important;
}
/*--- button colors ---*/
.btn-primary, .btn-primary:focus, .btn-primary.active {
  color: #fff !important;
  background-color: #4bc6bb !important;
  border-color: #4bc6bb !important;
}
.btn-primary:hover, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #2d7770 !important;
  border-color: #2d7770 !important;
}
.btn-primary-light, .btn-primary-light:focus, .btn-primary-light.active {
  color: #4bc6bb !important;
  background-color: #a5e3dd !important;
  border-color: #a5e3dd !important;
}
.btn-primary-light:hover, .btn-primary-light:active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff !important;
  background-color: #4bc6bb !important;
  border-color: #4bc6bb !important;
}
.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active {
  color: #4bc6bb !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #4bc6bb !important;
}
.btn-outline-primary:hover, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4bc6bb !important;
  border-color: #4bc6bb !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #4bc6bb !important;
  border-color: #4bc6bb !important;
  opacity: 0.8 !important;
}
.btn-gradient-primary, .btn-gradient-primary:focus, .btn-primary.active {
  color: #fff !important;
  background: linear-gradient(165deg, #a5e3dd 0%, #4bc6bb 100%) !important;
  border: none !important;
}
.btn-secondary, .btn-secondary:focus, .btn-secondary.active {
  color: #fff !important;
  background-color: #085252 !important;
  border-color: #085252 !important;
}
.btn-secondary:hover, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #053131 !important;
  border-color: #053131 !important;
}
.btn-secondary-light, .btn-secondary-light:focus, .btn-secondary-light.active {
  color: #085252 !important;
  background-color: #84a9a9 !important;
  border-color: #84a9a9 !important;
}
.btn-secondary-light:hover, .btn-secondary-light:active, .show > .btn-secondary-light.dropdown-toggle {
  color: #fff !important;
  background-color: #085252 !important;
  border-color: #085252 !important;
}
.btn-outline-secondary, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #053131 !important;
  background-image: none;
  background-color: transparent;
  border-color: #053131 !important;
}
.btn-outline-secondary:hover, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #053131 !important;
  border-color: #053131 !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff !important;
  background-color: #085252 !important;
  border-color: #085252 !important;
  opacity: 0.8 !important;
}
.btn-gradient-secondary, .btn-gradient-secondary:focus, .btn-secondary.active {
  color: #fff !important;
  background: linear-gradient(165deg, #84a9a9 0%, #085252 100%) !important;
  border: none !important;
}
.btn-success, .btn-success:focus, .btn-success.active, .btn-success:active {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.btn-success:hover, .show > .btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #004d4d !important;
  border-color: #004d4d !important;
}
.btn-success-light, .btn-success-light:focus, .btn-success-light.active, .btn-success-light:active {
  color: #008080 !important;
  background-color: #80c0c0 !important;
  border-color: #80c0c0 !important;
}
.btn-success-light:hover, .show > .btn-success-light.dropdown-toggle {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.btn-outline-success, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active {
  color: #008080 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #008080 !important;
}
.btn-outline-success:hover, .show > .btn-outline-success.dropdown-toggle {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
  opacity: 0.8 !important;
}
.btn-gradient-success, .btn-gradient-success:focus, .btn-success.active {
  color: #fff !important;
  background: linear-gradient(165deg, #80c0c0 0%, #008080 100%) !important;
  border: none !important;
}
.btn-info, .btn-info:focus, .btn-info.active, .btn-info:active {
  color: #fff !important;
  background-color: #90407b !important;
  border-color: #90407b !important;
}
.btn-info:hover, .show > .btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #56264a !important;
  border-color: #56264a !important;
}
.btn-info-light, .btn-info-light:focus, .btn-info-light.active, .btn-info-light:active {
  color: #90407b !important;
  background-color: #c8a0bd !important;
  border-color: #c8a0bd !important;
}
.btn-info-light:hover, .show > .btn-info-light.dropdown-toggle {
  color: #fff !important;
  background-color: #90407b !important;
  border-color: #90407b !important;
}
.btn-outline-info, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active {
  color: #90407b !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #90407b !important;
}
.btn-outline-info:hover, .show > .btn-outline-info.dropdown-toggle {
  color: #fff !important;
  background-color: #90407b !important;
  border-color: #90407b !important;
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff !important;
  background-color: #90407b !important;
  border-color: #90407b !important;
  opacity: 0.8 !important;
}
.btn-gradient-info, .btn-gradient-info:focus, .btn-info.active {
  color: #fff !important;
  background: linear-gradient(165deg, #c8a0bd 0%, #90407b 100%) !important;
  border: none !important;
}
.btn-warning, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
  color: #fff !important;
  background-color: #f7a600 !important;
  border-color: #f7a600 !important;
}
.btn-warning:hover, .show > .btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #946400 !important;
  border-color: #946400 !important;
}
.btn-warning-light, .btn-warning-light:focus, .btn-warning-light.active, .btn-warning-light:active {
  color: #f7a600 !important;
  background-color: #fbd380 !important;
  border-color: #fbd380 !important;
}
.btn-warning-light:hover, .show > .btn-warning-light.dropdown-toggle {
  color: #fff !important;
  background-color: #f7a600 !important;
  border-color: #f7a600 !important;
}
.btn-outline-warning, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active {
  color: #f7a600 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #f7a600 !important;
}
.btn-outline-warning:hover, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #f7a600 !important;
  border-color: #f7a600 !important;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
  opacity: 0.8 !important;
}
.btn-gradient-warning, .btn-gradient-warning:focus, .btn-warning.active {
  color: #fff !important;
  background: linear-gradient(165deg, #fbd380 0%, #f7a600 100%) !important;
  border: none !important;
}
.btn-danger, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
  color: #fff !important;
  background-color: #e6214e !important;
  border-color: #e6214e !important;
}
.btn-danger:hover, .show > .btn-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #8a142f !important;
  border-color: #8a142f !important;
}
.btn-danger-light, .btn-danger-light:focus, .btn-danger-light.active, .btn-danger-light:active {
  color: #e6214e !important;
  background-color: #f390a7 !important;
  border-color: #f390a7 !important;
}
.btn-danger-light:hover, .show > .btn-danger-light.dropdown-toggle {
  color: #fff !important;
  background-color: #e6214e !important;
  border-color: #e6214e !important;
}
.btn-outline-danger, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active {
  color: #e6214e !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #e6214e !important;
}
.btn-outline-danger:hover, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #e6214e !important;
  border-color: #e6214e !important;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff !important;
  background-color: #e6214e !important;
  border-color: #e6214e !important;
  opacity: 0.8 !important;
}
.btn-gradient-danger, .btn-gradient-danger:focus, .btn-danger.active {
  color: #fff !important;
  background: linear-gradient(165deg, #f390a7 0%, #e6214e 100%) !important;
  border: none !important;
}
.btn-white, .btn-white:focus, .btn-white.active, .btn-white:active {
  color: #141a38 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white:hover, .show > .btn-white.dropdown-toggle {
  color: #141a38 !important;
  background-color: #e7e8e9 !important;
  border-color: #e7e8e9 !important;
}
.btn-outline-white, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active {
  color: #fff !important;
  background-image: none;
  background-color: transparent !important;
  border-color: white !important;
}
.btn-outline-white:hover, .show > .btn-outline-white.dropdown-toggle {
  color: #141a38 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white.disabled, .btn-white:disabled {
  opacity: 0.8 !important;
}
.btn-gradient-white, .btn-gradient-white:focus, .btn-white.active {
  color: #141a38 !important;
  background: linear-gradient(165deg, #fff 0%, #f1f2f3 100%) !important;
  border: none !important;
}
.btn-dark, .btn-dark:focus, .btn-dark.active, .btn-dark:active {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.btn-dark:hover, .show > .btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #1d1d24 !important;
  border-color: #1d1d24 !important;
}
.btn-outline-dark, .btn-outline-dark:focus, .btn-outline-dark.active, .btn-outline-dark:active {
  color: #000 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #008080 !important;
}
.btn-outline-dark:hover, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #008080 !important;
  border-color: #008080 !important;
}
.btn-dark.disabled, .btn-dark:disabled {
  opacity: 0.8;
}
.btn-gradient-dark, .btn-gradient-dark:focus, .btn-dark.active {
  color: #fff !important;
  background: linear-gradient(165deg, #58585e 0%, #008080 100%) !important;
  border: none !important;
}
.btn-black, .btn-black:focus, .btn-black.active, .btn-black:active {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-black:hover, .show > .btn-black.dropdown-toggle {
  color: #fff !important;
  background-color: #303132 !important;
  border-color: #303132 !important;
}
.btn-outline-black, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active {
  color: #000 !important;
  background-image: none;
  background-color: transparent !important;
  border-color: #000 !important;
}
.btn-outline-black:hover, .show > .btn-outline-black.dropdown-toggle {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-black.disabled, .btn-black:disabled {
  opacity: 0.8;
}
.btn-gradient-black, .btn-gradient-black:focus, .btn-black.active {
  color: #fff !important;
  background: linear-gradient(165deg, #515254 0%, #000 100%) !important;
  border: none !important;
}
.btn-link, .btn-link:focus, .btn-link.active, .btn-link:active {
  color: #4bc6bb;
  text-decoration: none;
  box-shadow: none;
}
.btn-link:hover, .show > .btn-link.dropdown-toggle {
  color: #2d7770 !important;
  text-decoration: none;
  box-shadow: none;
}
.btn-link.disabled, .btn-link:disabled {
  color: #4bc6bb;
  opacity: 0.8 !important;
}
.btn-link span {
  margin-left: 1px !important;
}
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*--- end of button colors ---*/
/*--- social buttons ---*/
/* facebook button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
  color: #fff !important;
  background: #4e68a1;
  border-color: #4e68a1;
}
.btn-facebook:hover {
  color: #fff !important;
  background: #3b4f7a;
  border-color: #3b4f7a;
}
.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
  color: #4e68a1 !important;
  background: transparent;
  border: none;
}
.btn-facebook-link:hover {
  color: #3b4f7a !important;
}
.btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook:focus {
  color: #4e68a1 !important;
  background: transparent;
  border-color: #4e68a1;
}
.btn-outline-facebook:hover {
  color: #fff !important;
  background: #4e68a1;
  border-color: #4e68a1;
}
/* twitter button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
  color: #fff !important;
  background: #65b5f2;
  border-color: #65b5f2;
}
.btn-twitter:hover {
  color: #fff !important;
  background: #5294c6;
  border-color: #5294c6;
}
.btn-twitter:hover {
  color: #fff !important;
  background: #5294c6;
  border-color: #5294c6;
}
.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
  color: #65b5f2 !important;
  background: transparent;
  border: none;
}
.btn-twitter-link:hover {
  color: #5294c6 !important;
}
.btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter:focus {
  color: #65b5f2 !important;
  background: transparent;
  border-color: #65b5f2;
}
.btn-outline-twitter:hover {
  color: #fff !important;
  background: #65b5f2;
  border-color: #65b5f2;
}
/* linkedin button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
  color: #fff !important;
  background: #2083bc;
  border-color: #2083bc;
}
.btn-linkedin:hover {
  color: #fff !important;
  background: #186592;
  border-color: #186592;
}
.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
  color: #2083bc !important;
  background: transparent;
  border: none;
}
.btn-linkedin-link:hover {
  color: #186592 !important;
}
.btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin:focus {
  color: #2083bc !important;
  background: transparent;
  border-color: #2083bc;
}
.btn-outline-linkedin:hover {
  color: white !important;
  background: #2083bc;
  border-color: #2083bc;
}
/* pinterest button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
  color: #fff !important;
  background: #d2373b;
  border-color: #d2373b;
}
.btn-pinterest:hover {
  color: #fff !important;
  background: #ad2c2f;
  border-color: #ad2c2f;
}
.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
  color: #d2373b !important;
  background: transparent;
  border: none;
}
.btn-pinterest-link:hover {
  color: #ad2c2f !important;
}
.btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest:focus {
  color: #d2373b !important;
  background: transparent;
  border-color: #d2373b;
}
.btn-outline-pinterest:hover {
  color: #fff !important;
  background: #d2373b;
  border-color: #d2373b;
}
/* dribble button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
  color: #fff !important;
  background: #ec5f94;
  border-color: #ec5f94;
}
.btn-dribbble:hover {
  color: #fff !important;
  background: #b4446e;
  border-color: #b4446e;
}
.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
  color: #ec5f94 !important;
  background: transparent;
  border: none;
}
.btn-dribbble-link:hover {
  color: #b4446e !important;
}
.btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble:focus {
  color: #ec5f94 !important;
  background: transparent;
  border-color: #ec5f94;
}
.btn-outline-dribbble:hover {
  color: #fff !important;
  background: #ec5f94;
  border-color: #ec5f94;
}
/* instagram button */
.btn-instagram, .btn-instagram:active, .btn-instagram:focus {
  color: #fff !important;
  background: #4c5fd7;
  border-color: #4c5fd7;
}
.btn-instagram:hover {
  color: #fff !important;
  background: #4252ba;
  border-color: #4252ba;
}
.btn-instagram-link, .btn-instagram-link:active, .btn-instagram-link:focus {
  color: #4c5fd7 !important;
  background: transparent;
  border: none;
}
.btn-instagram-link:hover {
  color: #4252ba !important;
}
.btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram:focus {
  color: #4c5fd7 !important;
  background: transparent;
  border-color: #4c5fd7;
}
.btn-outline-instagram:hover {
  color: #fff !important;
  background: #4c5fd7;
  border-color: #4c5fd7;
}
/* youtube button */
.btn-youtube, .btn-youtube:active, .btn-youtube:focus {
  color: #fff !important;
  background: #e52d27;
  border-color: #e52d27;
}
.btn-youtube:hover {
  color: #fff !important;
  background: #b31217;
  border-color: #b31217;
}
.btn-youtube-link, .btn-youtube-link:active, .btn-youtube-link:focus {
  color: #e52d27 !important;
  background: transparent;
  border: none;
}
.btn-youtube-link:hover {
  color: #b31217 !important;
}
.btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube:focus {
  color: #e52d27 !important;
  background: transparent;
  border-color: #e52d27;
}
.btn-outline-youtube:hover {
  color: #fff !important;
  background: #e52d27;
  border-color: #e52d27;
}
/* behance button */
.btn-behance, .btn-behance:active, .btn-behance:focus {
  color: #fff !important;
  background: #053eff;
  border-color: #053eff;
}
.btn-behance:hover {
  color: #fff !important;
  background: #062fbb;
  border-color: #062fbb;
}
.btn-behance-link, .btn-behance-link:active, .btn-behance-link:focus {
  color: #053eff !important;
  background: transparent;
  border: none;
}
.btn-behance-link:hover {
  color: #062fbb !important;
}
.btn-outline-behance, .btn-outline-behance:active, .btn-outline-behance:focus {
  color: #053eff !important;
  background: transparent;
  border-color: #053eff;
}
.btn-outline-behance:hover {
  color: #fff !important;
  background: #053eff;
  border-color: #053eff;
}
/* reddit button */
.btn-reddit, .btn-reddit:active, .btn-reddit:focus {
  color: #fff !important;
  background: #ff4500;
  border-color: #ff4500;
}
.btn-reddit:hover {
  color: #fff !important;
  background: #c13400;
  border-color: #c13400;
}
.btn-reddit-link, .btn-reddit-link:active, .btn-reddit-link:focus {
  color: #ff4500 !important;
  background: transparent;
  border: none;
}
.btn-reddit-link:hover {
  color: #c13400 !important;
}
.btn-outline-reddit, .btn-outline-reddit:active, .btn-outline-reddit:focus {
  color: #ff4500 !important;
  background: transparent;
  border-color: #ff4500;
}
.btn-outline-reddit:hover {
  color: #fff !important;
  background: #ff4500;
  border-color: #ff4500;
}
/* dropbox button */
.btn-dropbox, .btn-dropbox:active, .btn-dropbox:focus {
  color: #fff !important;
  background: #3d9ae8;
  border-color: #3d9ae8;
}
.btn-dropbox:hover {
  color: #fff !important;
  background: #2777bb;
  border-color: #2777bb;
}
.btn-dropbox-link, .btn-dropbox-link:active, .btn-dropbox-link:focus {
  color: #3d9ae8 !important;
  background: transparent;
  border: none;
}
.btn-dropbox-link:hover {
  color: #2777bb !important;
}
.btn-outline-dropbox, .btn-outline-dropbox:active, .btn-outline-dropbox:focus {
  color: #3d9ae8 !important;
  background: transparent;
  border-color: #3d9ae8;
}
.btn-outline-dropbox:hover {
  color: #fff !important;
  background: #3d9ae8;
  border-color: #3d9ae8;
}
/* skype button */
.btn-skype, .btn-skype:active, .btn-skype:focus {
  color: #fff !important;
  background: #00aff0;
  border-color: #00aff0;
}
.btn-skype:hover {
  color: #fff !important;
  background: #068bbd;
  border-color: #068bbd;
}
.btn-skype-link, .btn-skype-link:active, .btn-skype-link:focus {
  color: #00aff0 !important;
  background: transparent;
  border: none;
}
.btn-skype-link:hover {
  color: #068bbd !important;
}
.btn-outline-skype, .btn-outline-skype:active, .btn-outline-skype:focus {
  color: #00aff0 !important;
  background: transparent;
  border-color: #00aff0;
}
.btn-outline-skype:hover {
  color: #fff !important;
  background: #00aff0;
  border-color: #00aff0;
}
/* vimeo button */
.btn-vimeo, .btn-vimeo:active, .btn-vimeo:focus {
  color: #fff !important;
  background: #1ab7ea;
  border-color: #1ab7ea;
}
.btn-vimeo:hover {
  color: #fff !important;
  background: #0d91bc;
  border-color: #0d91bc;
}
.btn-vimeo-link, .btn-vimeo-link:active, .btn-vimeo-link:focus {
  color: #1ab7ea !important;
  background: transparent;
  border: none;
}
.btn-vimeo-link:hover {
  color: #0d91bc !important;
}
.btn-outline-vimeo, .btn-outline-vimeo:active, .btn-outline-vimeo:focus {
  color: #1ab7ea !important;
  background: transparent;
  border-color: #1ab7ea;
}
.btn-outline-vimeo:hover {
  color: #fff !important;
  background: #1ab7ea;
  border-color: #1ab7ea;
}
/* tumblr button */
.btn-tumblr, .btn-tumblr:active, .btn-tumblr:focus {
  color: #fff !important;
  background: #34526f;
  border-color: #34526f;
}
.btn-tumblr:hover {
  color: #fff !important;
  background: #172635;
  border-color: #172635;
}
.btn-tumblr-link, .btn-tumblr-link:active, .btn-tumblr-link:focus {
  color: #34526f !important;
  background: transparent;
  border: none;
}
.btn-tumblr-link:hover {
  color: #172635 !important;
}
.btn-outline-tumblr, .btn-outline-tumblr:active, .btn-outline-tumblr:focus {
  color: #34526f !important;
  background: transparent;
  border-color: #34526f;
}
.btn-outline-tumblr:hover {
  color: #fff !important;
  background: #34526f;
  border-color: #34526f;
}
/* github button */
.btn-github, .btn-github:active, .btn-github:focus {
  color: #fff !important;
  background: #333;
  border-color: #333;
}
.btn-github:hover {
  color: #fff !important;
  background: #111;
  border-color: #111;
}
.btn-github-link, .btn-github-link:active, .btn-github-link:focus {
  color: #333 !important;
  background: transparent;
  border: none;
}
.btn-github-link:hover {
  color: #111 !important;
}
.btn-outline-github, .btn-outline-github:active, .btn-outline-github:focus {
  color: #333 !important;
  background: transparent;
  border-color: #333;
}
.btn-outline-github:hover {
  color: #fff !important;
  background: #333;
  border-color: #333;
}
/*--- end of social buttons ---*/
/*--- isotope-filter buttons ---*/
.filters-button-group {
  margin-bottom: 30px;
}
.filter-btn {
  font-size: 0.75rem;
  line-height: 1.5rem;
  min-width: 7.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
  padding: 0.5rem 2.25rem;
  border-radius: 0;
  box-shadow: none;
}
.filter-btn:hover {
  color: #4bc6bb;
  background-color: #a5e3dd;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.filter-btn.is-checked {
  color: #fff;
  background-color: #4bc6bb;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.filter-btn.filter-btn-secondary:hover {
  color: #085252;
  background-color: #84a9a9;
}
.filter-btn.filter-btn-secondary.is-checked {
  color: #fff;
  background-color: #085252;
}
.filter-btn.filter-btn-success:hover {
  color: #008080;
  background-color: #80c0c0;
}
.filter-btn.filter-btn-success.is-checked {
  color: #fff;
  background-color: #008080;
}
.filter-btn.filter-btn-info:hover {
  color: #90407b;
  background-color: #c8a0bd;
}
.filter-btn.filter-btn-info.is-checked {
  color: #fff;
  background-color: #90407b;
}
.filter-btn.filter-btn-warning:hover {
  color: #f7a600;
  background-color: #fbd380;
}
.filter-btn.filter-btn-warning.is-checked {
  color: #fff;
  background-color: #f7a600;
}
.filter-btn.filter-btn-danger:hover {
  color: #e6214e;
  background-color: #f390a7;
}
.filter-btn.filter-btn-danger.is-checked {
  color: #fff;
  background-color: #e6214e;
}
/*--- end of isotope-filter buttons ---*/
/*------- end of buttons -------*/
/*------- popovers & tooltips -------*/
.popover-example {
  position: relative;
}
.popover-example .popover {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 1%;
  z-index: 9;
}
.popover {
  max-width: 260px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.popover-header {
  color: #141a38 !important;
  font-size: 1rem;
  background-color: transparent;
  border-bottom: none;
  padding: 0.75rem 1rem 0;
}
.popover-header::before {
  display: none !important;
}
.popover-body {
  padding: 0.75rem 1rem;
}
.popover-body p {
  font-size: 0.875rem;
}
.popover-title {
  font-size: 1rem;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 0;
  padding: 0.75rem 1rem;
}
.popover-content {
  padding: 0 1rem 0.75rem 1rem;
}
.popover-content p {
  font-size: 0.875rem;
}
.bs-popover-top .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] .popover-arrow:after, .bs-popover-top .popover-arrow:before, .bs-popover-auto[data-popper-placement^="top"] .popover-arrow:before {
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-.4rem - 1px);
}
.bs-popover-bottom .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow:after, .bs-popover-bottom .popover-arrow:before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow:before {
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-.4rem - 1px);
}
.bs-popover-start .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] .popover-arrow:after, .bs-popover-start .popover-arrow:before, .bs-popover-auto[data-popper-placement^="left"] .popover-arrow:before {
  border-left-color: #fff;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-.4rem - 1px);
}
.bs-popover-end .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] .popover-arrow:after, .bs-popover-end .popover-arrow:before, .bs-popover-auto[data-popper-placement^="right"] .popover-arrow:before {
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-.4rem - 1px);
}
/*--- tooltips ---*/
.tooltips-example {
  position: relative;
}
.tooltips-example .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}
.tooltip {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.tooltip-inner {
  max-width: 200px;
  padding: 10px 18px;
  color: #f1f2f3;
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 0;
  opacity: 1 !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
}
.tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before, .tooltip.bs-tooltip-top .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before, .tooltip.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=start] .tooltip-arrow::before, .tooltip.bs-tooltip-start .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^=end] .tooltip-arrow::before, .tooltip.bs-tooltip-end .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #000;
}
/*--- end of tooltips ---*/
/*------- end of popovers & tooltips -------*/
/*------- inputs -------*/
.form-control {
  color: #58585e;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-block;
  width: 100%;
  height: 52px;
  letter-spacing: 0.05rem;
  padding: 15px 20px;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  transition: all ease-in-out 0.2s;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.fc-inverse {
  background-color: #1d1d24;
  color: #fff !important;
  border-color: #fff;
}
input:focus, textarea:focus, .custom-select:focus, .multiple-selector:focus {
  color: #58585e !important;
  outline: none !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0) !important;
  border-color: #4bc6bb !important;
  z-index: 0 !important;
}
input.fc-inverse:focus, textarea.fc-inverse:focus {
  color: #fff !important;
  border-color: primary !important;
  background-color: #1d1d24;
}
input.fc-inverse.bg-transparent:focus, textarea.fc-inverse.bg-transparent::focus {
  background-color: transparent !important;
}
.qty {
  max-width: 60px;
  height: 52px;
  max-height: 52px;
  margin-left: 0 !important;
  padding: 13px 5px 13px 13px;
}
select.form-control.shop-option:not([size]):not([multiple]) {
  height: 52px;
}
.custom-select {
  color: #58585e;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15rem;
  display: inline-block;
  width: 100%;
  height: 52px;
  letter-spacing: 0.06rem;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1rem 1.85rem 1rem 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.6) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}
input, textarea {
  font-family: Poppins, Arial, sans-serif !important;
  letter-spacing: 0.015rem;
}
select.form-control:not([size]):not([multiple]) {
  height: 52px;
}
select.selector {
  -webkit-appearance: menulist !important;
}
select.multiple-selector {
  -webkit-appearance: listbox !important;
  max-height: 52px;
}
select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #053131 !important;
}
option {
  padding: 5px 0;
}
.multiple-selector option {
  padding: 5px 15px;
  text-align: center;
}
.btn-file {
  position: relative;
  overflow: hidden;
  font-family: Poppins, Arial, sans-serif;
  letter-spacing: 0.03rem !important;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 1rem;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
[type=submit], .btn-submit {
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  line-height: 1;
}
.form-control.w-icon-left {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.log-line {
  margin-top: 20px;
  margin-bottom: 20px;
}
.input-group-text {
  color: #141a38;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  font-size: 16px;
  height: 100%;
  min-height: 52px;
  line-height: 52px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
}
.input-group-prepend .input-group-text {
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn .btn {
  height: 100%;
  max-height: 52px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-group-btn .btn.has-span, .input-group-btn .btn.has-icon {
  line-height: 52px;
}
.input-group-btn .btn span {
  display: inline-block;
  line-height: 1.5rem;
}
.input-group-btn .btn-round {
  height: 52px;
  border-radius: 50% !important;
  width: 52px;
  padding: 16px;
}
.input-group-btn .btn-round i {
  font-size: 16px !important;
  line-height: 1.5rem;
}
.form-inline.dark .form-control {
  color: #fff;
  background: #d6d7d8;
  border: 1px solid #d6d7d8;
}
.bg-primary .form-inline.dark .form-control {
  color: #141a38;
  background: #fff;
  border: 1px solid #fff;
}
.input-group-addon {
  color: #58585e;
  background-color: #085252;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.5;
  text-align: center;
  border: 1px solid #085252;
  border-radius: 0;
  padding: 0 1rem;
  margin-bottom: 0;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: 0.6075rem 0.7rem;
  font-size: 0.8rem;
}
.form-control-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
  padding: 0.45rem 0.5rem;
  font-size: 0.6rem;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:not(:last-child) {
  border: none;
}
.input-group-addon {
  border: none;
}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: 0;
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  margin-left: 0;
}
.form-group, .input-group {
  margin-bottom: 25px;
}
.navbar .input-group {
  margin-bottom: 0;
}
.form-inline.dark input:focus, .form-inline.dark textarea:focus {
  color: #fff !important;
  border-color: #4bc6bb;
}
.input-w-overlap-btn .btn-icon {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
}
.input-w-overlap-btn .btn-icon i {
  line-height: 48px;
}
.input-w-overlap-btn .btn {
  height: 48px !important;
  max-height: 48px !important;
}
.bg-primary .form-inline.dark input:focus, .bg-primary .form-inline.dark textarea:focus {
  color: #141a38 !important;
  border-color: #4bc6bb;
}
input[type=datetime-local] {
  padding: 11px 15px;
}
textarea.form-control {
  margin-bottom: -7px;
  min-height: 120px;
}
.prepend-w-textarea textarea.form-control {
  margin-bottom: 0;
}
.btn-submit {
  width: 100%;
  opacity: 1 !important;
  border: 2px solid transparent;
}
.btn-submit-auto {
  opacity: 1 !important;
  border: 2px solid transparent;
}
/*--- form validator ---*/
/*--- end of form validator ---*/
/*--- input placeholder color ---*/
::-webkit-input-placeholder {
  color: #053131 !important;
}
::-moz-placeholder {
  color: #053131 !important;
}
:-moz-placeholder {
  color: #053131 !important;
}
:-ms-input-placeholder {
  color: #053131 !important;
}
.fc-inverse::-webkit-input-placeholder {
  color: #085252 !important;
}
.fc-inverse::-moz-placeholder {
  color: #085252 !important;
}
.fc-inverse:-moz-placeholder {
  color: #085252 !important;
}
.fc-inverse:-ms-input-placeholder {
  color: #085252 !important;
}
.error::-webkit-input-placeholder {
  color: #e6214e !important;
}
.error::-moz-placeholder {
  color: #e6214e !important;
}
.error:-moz-placeholder {
  color: #e6214e !important;
}
.error:-ms-input-placeholder {
  color: #e6214e !important;
}
.valid::-webkit-input-placeholder {
  color: #e6214e !important;
}
.valid::-moz-placeholder {
  color: #e6214e !important;
}
.valid:-moz-placeholder {
  color: #e6214e !important;
}
.valid:-ms-input-placeholder {
  color: #e6214e !important;
}
.form-inline.dark ::-webkit-input-placeholder {
  color: #fff !important;
}
.form-inline.dark ::-moz-placeholder {
  color: #fff !important;
}
.form-inline.dark :-ms-input-placeholder {
  color: #fff !important;
}
.form-inline.dark :-moz-placeholder {
  color: #fff !important;
}
.bg-primary .form-inline.dark ::-webkit-input-placeholder {
  color: #141a38 !important;
}
.bg-primary .form-inline.dark ::-moz-placeholder {
  color: #141a38 !important;
}
.bg-primary .form-inline.dark :-ms-input-placeholder {
  color: #141a38 !important;
}
.bg-primary .form-inline.dark :-moz-placeholder {
  color: #141a38 !important;
}
/*--- end of input placeholder color ---*/
/*--- checkbox ---*/
.checkbox-group {
  margin: 5px 20px 5px 10px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-left: 6px;
  margin-bottom: 0;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  left: 0;
  margin-top: 0;
  margin-left: -27px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: -1px;
  margin-top: 4px;
  margin-left: -19px;
  padding-left: 0;
  padding-top: 0;
  font-size: 9px;
  color: #053131;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #085252;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4bc6bb;
  border-color: #4bc6bb;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-secondary input[type="checkbox"]:checked + label::before {
  background-color: #053131;
  border-color: #053131;
}
.checkbox-secondary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #008080;
  border-color: #008080;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #90407b;
  border-color: #90407b;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f7a600;
  border-color: #f7a600;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #e6214e;
  border-color: #e6214e;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
/*--- end of checkbox ---*/
/*--- radio ---*/
.radio label {
  display: inline-block;
  position: relative;
  font-weight: 400;
  padding-left: 6px;
  margin-bottom: 0;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -3px;
  left: 0;
  margin-left: -27px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  margin-left: -24px;
  border-radius: 50%;
  background-color: #053131;
  margin-top: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #4bc6bb;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #4bc6bb;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #4bc6bb;
}
.radio-success input[type="radio"] + label::after {
  background-color: #008080;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #008080;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #008080;
}
.radio-info input[type="radio"] + label::after {
  background-color: #90407b;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #90407b;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #90407b;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f7a600;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f7a600;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f7a600;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #e6214e;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e6214e;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #e6214e;
}
/*--- end of radio ---*/
/* switches */
/* switch */
.onoffswitch {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch.icon-switch {
  width: 60px;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #053131;
  border-radius: 0;
}
.icon-switch .onoffswitch-inner:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 13px;
}
.onoffswitch-inner.primary-switch:before {
  color: #4bc6bb;
}
.onoffswitch-inner.success-switch:before {
  color: #008080;
}
.onoffswitch-inner.info-switch:before {
  color: #90407b;
}
.onoffswitch-inner.warning-switch:before {
  color: #f7a600;
}
.onoffswitch-inner.danger-switch:before {
  color: #e6214e;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #053131;
  text-align: right;
  border-radius: 0;
}
.icon-switch .onoffswitch-inner:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 13px;
}
.onoffswitch-switch {
  display: block;
  background: #053131;
  border-radius: 0;
  height: 30px;
  width: 24px;
  margin: 0px;
  top: 0;
  bottom: 0;
  right: 36px;
  position: absolute;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.icon-switch .onoffswitch-switch {
  right: 36px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background: #053131;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.primary-switch {
  background: #4bc6bb;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.success-switch {
  background: #008080;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.info-switch {
  background: #90407b;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.warning-switch {
  background: #f7a600;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch.danger-switch {
  background: #e6214e;
}
/* end of switch */
/* pill switch */
.onoffswitch2 {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch2.icon-switch {
  width: 60px;
}
.onoffswitch2-checkbox {
  display: none;
}
.onoffswitch2.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.onoffswitch2-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.onoffswitch2-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.onoffswitch2-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #053131;
  color: #f1f2f3;
  border-radius: 2rem 0 0 2rem;
}
.icon-switch .onoffswitch2-inner:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-left: 13px;
}
.onoffswitch2-inner.primary-switch:before {
  background-color: #4bc6bb;
}
.onoffswitch2-inner.success-switch:before {
  background-color: #008080;
}
.onoffswitch2-inner.info-switch:before {
  background-color: #90407b;
}
.onoffswitch2-inner.warning-switch:before {
  background-color: #f7a600;
}
.onoffswitch2-inner.danger-switch:before {
  background-color: #e6214e;
}
.onoffswitch2-inner:after {
  content: "";
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.6);
  color: #053131;
  text-align: right;
  border-radius: 0 2rem 2rem 0;
}
.icon-switch .onoffswitch2-inner:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 13px;
}
.onoffswitch2-switch {
  display: block;
  background: #053131;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0px;
  top: 3px;
  bottom: 0;
  right: 32px;
  position: absolute;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.icon-switch .onoffswitch2-switch {
  right: 32px;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
  margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
  right: 3px;
  background: rgba(255, 255, 255, 0.87);
}
/* end pill switch */
/*--- end of switches ---*/
label.hidden {
  display: none !important;
}
label.btn-file {
  margin-bottom: 0;
}
.form-wrapper {
  background: #fff;
  border: 1px solid #085252;
  padding: 30px;
}
.form-title {
  font-size: 1.375rem;
  margin-bottom: 30px;
}
.custom-form .left-area {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
.custom-form .right-area {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
.custom-form .left-area.long {
  width: 75%;
}
.custom-form .right-area.long {
  width: 75%;
}
.custom-form .left-area.short {
  width: 25%;
}
.custom-form .right-area.short {
  width: 25%;
}
/*------- end of inputs -------*/
/*------- video embeds -------*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-player-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-player-wrapper .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video-player-wrapper video {
  max-width: 100%;
  margin-bottom: -8px;
}
.video-wrapper #bgvideo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f1f2f3;
}
.video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
}
.video-wrapper .overlay-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video-wrapper .overlay-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.video-wrapper video {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .section-content {
  position: relative;
}
/*------- end of video embeds -------*/
/*------- gallery & lightbox -------*/
.goverlay {
  background: rgba(0, 0, 0, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: transparent;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
  background: transparent !important;
  opacity: 1;
}
.glightbox-clean .gslide-title {
  font-size: 1.2rem;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  color: #141a38;
  margin-bottom: 10px;
  line-height: 1.2rem;
}
.glightbox-clean .gslide-desc {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.2rem;
}
.glightbox-clean .gslide-description {
  background: #fff;
}
.lightbox-video-wrap, .lightbox-video-wrap .img-holder {
  position: relative;
}
.lightbox-video-wrap .img-holder {
  background-color: #4bc6bb;
}
.lightbox-video-wrap .img-holder img {
  opacity: 0.33;
}
.lightbox-video-wrap .middle-icon {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.lightbox-video-wrap .middle-icon i, .lightbox-video-wrap .middle-icon span {
  color: #fff;
  font-size: 4rem;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.lightbox-video-wrap .img-holder:hover i, .lightbox-video-wrap img-holder:hover span {
  color: #4bc6bb;
  opacity: 1;
}
.plyr__control--overlaid {
  background: #4bc6bb;
  color: #fff;
  padding: 25px;
}
.plyr__control svg {
  height: 20px;
  width: 20px;
}
.plyr--full-ui input[type=range] {
  color: #4bc6bb;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true], .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #4bc6bb !important;
}
.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1 !important;
}
.glightbox-mobile .glightbox-container .gslide-description {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.69) 0, rgba(0, 0, 0, 0.89) 100%);
}
/*------- end of gallery & lightbox -------*/
/*------- preloader -------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
}
.loaded #loader {
  opacity: 0;
}
.loaded #loader-wrapper {
  visibility: hidden;
  transition: all 0.2s ease-out;
}
/*------- end of preloader -------*/
/*---------- end of ui ----------*/
/*---------- components ----------*/
/*------- progress and sliders -------*/
.progress {
  margin-bottom: 20px;
}
.progress {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #f1f2f3;
  border-radius: 0;
  height: 6px;
}
.progress-pill {
  border-radius: 0;
}
.progress-bar {
  height: 6px;
  color: #fff;
  background-color: #4bc6bb;
}
.progress-bar.animated {
  margin-bottom: -0.1px;
}
.progress.text-xs {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
/*--- noUI sliders ---*/
.noUi-handle {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.noUi-handle:active {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}
.noUi-horizontal {
  height: 6px;
}
.noUi-horizontal .noUi-handle {
  top: -8px;
  right: -10px !important;
  width: 20px;
  height: 20px;
  border: none;
}
.noUi-vertical {
  height: 100%;
  width: 5px;
  display: inline-block;
}
.noUi-vertical .noUi-handle {
  width: 15px;
  height: 15px;
  left: -5px;
  top: -7.5px;
  border: none;
}
.noUi-vertical .noUi-origin {
  border-radius: 0px;
  bottom: 0px;
}
.noUi-background {
  background: #d6d7d8;
  box-shadow: none;
}
.noUi-connects {
  border-radius: 0;
  height: 6px;
}
.noUi-vertical .noUi-connects {
  border-radius: 0;
  height: inherit;
}
.noUi-origin {
  border-radius: 0px;
  bottom: 5px;
}
.noUi-target {
  background-color: #f1f2f3;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 2px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 5px;
}
.noUi-value {
  margin-top: 2px;
  font-size: 12px;
}
.noUi-target.noUi-connect {
  box-shadow: none;
}
.noUi-connect {
  background-color: #4bc6bb;
}
.slider-gradient-primary .noUi-connect {
  background: linear-gradient(165deg, #a5e3dd 0%, #4bc6bb 100%);
}
.slider-dark .noUi-connect {
  background-color: #008080;
}
.slider-gradient-dark .noUi-connect {
  background: linear-gradient(165deg, #58585e 0%, #008080 100%);
}
.slider-secondary .noUi-connect {
  background-color: #085252;
}
.slider-gradient-secondary .noUi-connect {
  background: linear-gradient(165deg, #84a9a9 0%, #085252 100%);
}
.slider-success .noUi-connect {
  background-color: #008080;
}
.slider-gradient-success .noUi-connect {
  background: linear-gradient(165deg, #80c0c0 0%, #008080 100%);
}
.slider-info .noUi-connect {
  background-color: #90407b;
}
.slider-gradient-info .noUi-connect {
  background: linear-gradient(165deg, #c8a0bd 0%, #90407b 100%);
}
.slider-warning .noUi-connect {
  background-color: #f7a600;
}
.slider-gradient-warning .noUi-connect {
  background: linear-gradient(165deg, #fbd380 0%, #f7a600 100%);
}
.slider-danger .noUi-connect {
  background-color: #e6214e;
}
.slider-gradient-danger .noUi-connect {
  background: linear-gradient(165deg, #f390a7 0%, #e6214e 100%);
}
/*--- end of noUI sliders ---*/
/*------- end of progress and sliders -------*/
/*------- cards -------*/
.card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border: none;
  border-radius: 0;
  margin-bottom: 2rem;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.card-columns .card {
  margin-bottom: 2rem;
}
.full-height-cards .card {
  min-height: 300px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.card.bg-img {
  border: none !important;
}
.full-height-cards.mh-400 .card {
  min-height: 400px;
}
.full-height-cards.mh-500 .card {
  min-height: 500px;
}
.full-height-cards.mh-600 .card {
  min-height: 600px;
}
.full-height-cards.mh-700 .card {
  min-height: 700px;
}
.full-height-cards .card-body.text-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.full-height-cards .card-body.text-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-height-cards .card-body.text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-height-cards .card {
  border: none !important;
}
.stacked-card {
  margin-left: 0;
  margin-right: 0;
  z-index: 3;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-bottom {
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-w-raised-img-top {
  margin-top: 70px;
}
.card-w-raised-img-bottom {
  margin-bottom: 100px;
}
.card-body {
  padding: 2.5rem 2rem;
}
.card-w-raised-img-top .card-body {
  padding-top: 0;
}
.card-w-raised-img-bottom .card-body {
  padding-bottom: 0;
}
.card-raised-img-top {
  margin-top: -70px;
}
.card-raised-img-bottom {
  margin-bottom: -70px;
}
.card-img-overlay {
  padding: 40px 30px;
}
.card.rectangle .card-img {
  border-radius: 0;
}
.card-body .md-icon {
  display: inline;
}
.card-icon-tag {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-icon-tag.icon-left {
  left: 20px;
  right: auto;
}
.card-icon-tag.icon-center {
  left: 0;
  right: 0;
}
.card-text {
  font-size: 1rem;
  margin: 1.5rem 0;
}
.card-rounded {
  border-radius: 0;
}
.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid #085252;
}
.card-header * {
  margin-bottom: 0;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 20px 0 0 0;
  background-color: transparent;
  border-top: 1px solid #085252;
}
.card-header, .card-footer {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  padding: 20px 30px;
  border: none;
}
.card-title {
  font-weight: 700;
  margin-bottom: 0;
}
.card-sub-title {
  color: #053131;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
.card.w-raised-icon {
  position: relative;
  margin-top: 35px;
}
.card.w-raised-icon .raised-icon {
  position: absolute;
  top: -35px;
  font-size: 20px;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 0;
}
.card.w-raised-icon.sm-icon {
  margin-top: 25px;
}
.card.w-raised-icon .raised-icon.icon-sm {
  font-size: 14px;
  top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.card.w-raised-icon.lg-icon {
  margin-top: 50px;
}
.card.w-raised-icon .raised-icon.icon-lg {
  font-size: 1.5rem;
  top: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.card.w-raised-icon.xl-icon {
  margin-top: 60px;
}
.card.w-raised-icon .raised-icon.icon-xl {
  font-size: 2rem;
  top: -60px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.card-inverse {
  background-color: #1d1d24;
  border-color: transparent;
}
.card-secondary {
  background-color: #085252 !important;
  border-color: #053131 !important;
}
.card-primary {
  background-color: #4bc6bb !important;
  border-color: #2d7770 !important;
}
.card-success {
  background-color: #008080;
  border-color: #004d4d;
}
.card-info {
  background-color: #90407b;
  border-color: #56264a;
}
.card-warning {
  background-color: #f7a600;
  border-color: #946400;
}
.card-danger {
  background-color: #e6214e;
  border-color: #8a142f;
}
.card-outline-inverse {
  background-color: #fff;
  border-color: #515254;
}
.card-outline-secondary {
  background-color: #fff;
  border-color: #053131 !important;
}
.card-outline-primary {
  background-color: #fff;
  border-color: #2d7770;
}
.card-outline-success {
  background-color: #fff;
  border-color: #004d4d;
}
.card-outline-info {
  background-color: #fff;
  border-color: #56264a;
}
.card-outline-warning {
  background-color: #fff;
  border-color: #946400;
}
.card-outline-danger {
  background-color: #fff;
  border-color: #8a142f;
}
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}
.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.75);
}
/*------- end of cards -------*/
/*------- sliders -------*/
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.025);
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 2rem;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #008080;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.75;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.025);
}
.swiper-container-horizontal.pagination-down > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #4bc6bb;
  opacity: 1;
  box-shadow: none;
}
.flow-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.flow-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.vertical-swiper.swiper-container {
  width: 100%;
  height: 700px !important;
  margin: auto;
}
.vertical-swiper.swiper-container.header-slider {
  height: 840px !important;
}
.vertical-swiper.swiper-container.header-slider-full {
  height: 100vh !important;
}
.vertical-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container-horizontal.pagination-down > .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(0px);
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
  border-radius: 0;
}
/*------- end of sliders -------*/
/*-------- call to action --------*/
.cta {
  padding: 30px 0;
}
.cta-sm {
  padding: 15px 0;
}
.cta-lg {
  padding: 45px 0;
}
.cta-xl {
  padding: 60px 0;
}
.cta .left-area.left-aligned {
  text-align: left;
}
.cta .right-area.right-aligned {
  text-align: right;
}
.cta .promo-box {
  margin-bottom: 0;
}
/*-------- end of call to action --------*/
/*------- modals -------*/
.example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.98);
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
  z-index: 999999;
}
.modal-header {
  padding: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: 0;
}
.modal-header .close {
  display: none !important;
  color: #000;
  opacity: 1;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.modal-header .close:hover {
  opacity: 0.5;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1;
}
.modal-body {
  padding: 1.5rem;
}
.modal-body p {
  font-size: 1rem;
  margin-bottom: 0;
}
.modal-body.multi-paragraph p {
  margin-bottom: 10px;
}
.small-modal p {
  font-size: 0.875rem;
}
.modal-footer {
  padding: 1.5rem;
  padding-top: 0;
  border-top: 0;
  border-radius: 0;
}
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.inverse.modal-content .modal-title {
  color: #fff;
}
.inverse.modal-content .modal-body * {
  color: #f1f2f3;
}
.inverse button.close {
  color: #fff;
}
.modal-inverse.modal-content {
  background-color: #000;
  border: 2px solid #515254;
}
.modal-inverse .modal-header, .modal-inverse .modal-footer {
  border-color: #515254;
}
.modal-primary.modal-content {
  background-color: #4bc6bb;
  border: 2px solid #2d7770;
}
.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #2d7770;
}
.modal-success.modal-content {
  background-color: #008080;
  border: 2px solid #004d4d;
}
.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #004d4d;
}
.modal-info.modal-content {
  background-color: #90407b;
  border: 2px solid #56264a;
}
.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #56264a;
}
.modal-warning.modal-content {
  background-color: #f7a600;
  border: 2px solid #946400;
}
.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #946400;
}
.modal-danger.modal-content {
  background-color: #e6214e;
  border: 2px solid #8a142f;
}
.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #8a142f;
}
.modal.terms {
  z-index: 1060;
}
.modal .modal-dialog {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.modal:not(.modal-right) .modal-dialog, .modal:not(.modal-left) .modal-dialog, .modal:not(.modal-fs) .modal-dialog {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
}
.modal:not(.modal-right).show .modal-dialog, .modal:not(.modal-left).show .modal-dialog, .modal:not(.modal-fs).show .modal-dialog {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
.modal.modal-right {
  padding-right: 0 !important;
}
.modal.modal-right .modal-dialog {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}
.modal.modal-right.show .modal-dialog {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
.modal.modal-left {
  padding-right: 0 !important;
}
.modal.modal-left .modal-dialog {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
.modal.modal-left.show .modal-dialog {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
.modal.modal-fs {
  padding-right: 0 !important;
}
.modal.modal-fs .modal-dialog {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
}
.modal.modal-fs.show .modal-dialog {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.modal-right .modal-dialog, .modal-left .modal-dialog {
  width: 400px;
  height: 100%;
  margin: 0 auto 0 0;
}
.modal-right .modal-dialog .modal-content, .modal-left .modal-dialog .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-right .modal-dialog .modal-content .side-modal-wrapper, .modal-left .modal-dialog .modal-content .side-modal-wrapper {
  height: 100%;
  position: relative;
}
.modal-right .modal-dialog .modal-content .modal-footer, .modal-left .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal-right .modal-dialog .modal-content, .modal-left .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0px;
}
.modal-right .modal-dialog .modal-content .side-modal-wrapper, .modal-left .modal-dialog .modal-content .side-modal-wrapper {
  height: 100%;
  position: relative;
}
.modal-right .modal-dialog .modal-content .modal-footer, .modal-left .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal-right .modal-dialog {
  margin: 0px 0px 0px auto;
}
.modal-right .modal-footer, .modal-left .modal-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #085252;
}
.modal-fs .modal-dialog {
  width: 100%;
  margin: 0px auto;
  height: 100%;
  max-width: none;
}
.modal-fs .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0px;
}
.modal-fs .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-fs .modal-close {
  color: #58585e;
  height: 40px;
  width: 40px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  border: 2px solid #58585e;
  border-radius: 0;
}
.modal-fs .modal-close:hover {
  color: #fff;
  background-color: #58585e;
}
/*------- end of modals -------*/
/*------- navigations -------*/
/*--- breadcrumb ---*/
.breadcrumb {
  padding: 25px 35px;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 400;
}
.breadcrumb.text-center .breadcrumb-item, .breadcrumb.text-right .breadcrumb-item {
  float: none;
}
.breadcrumb-transparent {
  background-color: transparent;
  padding: 1rem 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 8px;
  padding-left: 4px;
  color: #053131;
  content: '';
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 700;
  font-size: 8px;
  vertical-align: middle;
  float: none;
}
.breadcrumb-item.active {
  color: #2d7770;
}
.dark .breadcrumb-item {
  color: #f1f2f3;
}
.dark .breadcrumb-item:hover {
  opacity: 1;
  color: #d6d7d8;
}
.dark .breadcrumb-item::before {
  color: #d6d7d8 !important;
}
.dark .breadcrumb-item.active {
  color: #d6d7d8;
}
.dark .breadcrumb-item.active:hover {
  color: #d6d7d8;
}
/*--- end of breadcrumb ---*/
/*--- navbars ---*/
.navbar {
  padding: 0;
  border-radius: 0;
  z-index: 98;
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  transition: all 0.2s ease-in-out;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed-top.nav-scroll {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.02);
}
.navbar-light.bg-transparent.nav-scroll {
  background-color: rgba(255, 255, 255, 0.98) !important;
}
.navbar-inverse.bg-transparent.nav-scroll {
  background-color: rgba(0, 0, 0, 0.98) !important;
}
.sticky-top {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.02);
}
.sticky-top.nav-scroll {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.02);
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0.75rem;
  margin-left: 0;
  width: 360px;
  max-width: 80%;
}
.navbar-brand img {
  width: auto;
  max-width: 360px;
}
.mobile-brand {
  display: none !important;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
  color: #141a38;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: #4bc6bb;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: #4bc6bb;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #4bc6bb;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  padding: 0.25rem 0;
}
.navbar-toggler-right {
  right: 15px;
}
.navbar-toggler-left {
  left: 15px;
}
.navbar-collapse {
  text-align: center;
}
/* extra menu styles */
.stacked-menu .navbar-brand {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-right: 0;
  padding-top: 1.75rem;
  padding-bottom: 0;
}
.stacked-menu .navbar-toggler-right {
  padding-right: 10px;
  margin: 0 auto;
}
.stacked-menu .navbar-toggler {
  margin: 1rem auto 0.5rem auto;
}
.split-menu .navbar-brand {
  display: inline-block;
  float: none;
  width: 100%;
  max-height: 100px;
  text-align: center;
}
.split-menu .navbar-brand img {
  max-height: 42px;
}
.custom-menu-thin {
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-pills .navbar-nav .nav-link {
  border-radius: 0;
  border: 2px solid transparent;
}
.menu-pills .navbar-nav .active > .nav-link, .menu-pills .navbar-nav .nav-link.active, .menu-pills .navbar-nav .nav-link.open, .menu-pills .navbar-nav .open > .nav-link {
  color: #fff;
  background: #4bc6bb;
  border-color: #4bc6bb;
  border-radius: 0;
}
.menu-pills .navbar-nav .nav-link:hover, .menu-pills .navbar-nav .active > .nav-link:hover, .menu-pills .navbar-nav .nav-link.active:hover, .menu-pills .navbar-nav .nav-link.open:hover, .menu-pills .navbar-nav .open > .nav-link:hover {
  color: #fff;
  background: #2d7770;
  border: 2px solid #2d7770;
}
.menu-pills .navbar-nav .active > .nav-link:hover, .menu-pills .navbar-nav .nav-link.active:hover {
  color: #fff;
  background: #4bc6bb;
  border-color: #4bc6bb;
}
.menu-line .navbar-nav .nav-link {
  padding: 0 !important;
}
.menu-line li a.nav-link span {
  position: relative;
  padding: 0px 20px 35px 20px;
  padding-bottom: 35px;
}
.menu-line .navbar-button span:before {
  display: none;
}
.split-menu.menu-line .navbar-nav .nav-link {
  padding: 0 1.25rem !important;
}
.split-menu.menu-line li a.nav-link span {
  padding-left: 0;
  padding-right: 0;
}
.menu-line.nav-scroll li a.nav-link.active span:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-line li a.nav-link.active span:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-line li a.nav-link span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #4bc6bb;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu-line li a.nav-link:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-icon i {
  margin-top: -3px;
}
.transparent-menu {
  background: transparent;
}
.transparent-menu.nav-scroll {
  background: #fff;
}
.navbar-inverse.transparent-menu.nav-scroll {
  background: #f5f5f5;
}
.menu-icon.nav-scroll i {
  margin-top: -1.5px;
}
/* end of extra menu styles */
/* navbar-inverse */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: #fff;
}
.navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-nav .nav-link:focus {
  color: #fff;
  opacity: 0.7;
}
.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
  color: #fff;
  opacity: 1;
}
.navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .active > .nav-link:hover, .navbar-inverse .navbar-nav .nav-link.active:hover, .navbar-inverse .navbar-nav .nav-link.open:hover, .navbar-inverse .navbar-nav .open > .nav-link:hover {
  color: #fff;
  opacity: 1;
}
.navbar-inverse .navbar-nav .nav-link:hover {
  color: #fff;
  opacity: 1;
}
.navbar-inverse.nav-primary .navbar-nav .nav-link {
  color: #fff;
  opacity: 0.7;
  transition: all 0.2s ease-in-out !important;
}
.navbar-inverse.nav-primary .navbar-nav .nav-link:hover {
  color: #fff;
  opacity: 1 !important;
}
.navbar-inverse.nav-primary .navbar-nav .nav-link.active:hover {
  color: #fff;
  opacity: 1 !important;
}
.navbar-inverse.bg-primary .navbar-nav .nav-link:hover {
  color: #fff;
}
/* end of navbar-inverse */
/* animated hamburger icon */
.navbar-toggler.menu-text:before {
  color: #141a38;
  float: left;
  font-size: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  margin-left: -62px;
  margin-top: 1px;
}
.navbar-toggler.collapsed.menu-text:before {
  content: 'MENU';
}
.navbar-inverse .navbar-toggler.menu-text:before {
  color: #fff;
}
/* overlay-nav */
.overlay-nav {
  height: 90px;
  line-height: 90px;
}
.overlay-nav .navbar-collapse {
  height: 100% !important;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 99999;
  transition: ease-in 0.3s;
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.overlay-nav .navbar-toggler {
  z-index: 999999;
  position: fixed;
  top: 50px;
  right: 50px;
  padding: 10px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.overlay-nav .navbar-toggler.collapsed {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  background: transparent !important;
  padding: 0;
  width: auto;
  height: auto;
}
.overlay-nav .navbar-collapse .nav-link {
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  line-height: 2.75rem;
  text-transform: uppercase;
}
.overlay-nav .navbar-collapse .navbar-nav {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  overflow: scroll;
}
.overlay-nav.navbar-inverse .navbar-collapse {
  background: rgba(29, 29, 36, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.overlay-nav.navbar-inverse.nav-primary .navbar-collapse {
  background: rgba(75, 198, 187, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
/* end of overlay-nav */
.navbar-toggler {
  border: none;
  background: transparent !important;
  z-index: 999999;
}
.navbar-toggler.collapsed {
  z-index: 99;
}
.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  background-color: #141a38;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
}
.navbar-inverse .navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 0;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  transition: ease all 0.2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  transition: ease all 0.2s;
}
/* end of animated hamburger icon */
.navbar-button {
  padding: 0;
  margin: 0;
}
.nav-item .form-control {
  height: 40px;
  max-height: 40px;
}
/* main-nav */
.main-nav {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  position: absolute;
  top: 1.5rem;
  left: 10px;
  right: 10px;
  padding: 0 0.5rem;
  z-index: 9999;
  border-radius: 0;
}
.navbar-inverse.main-nav {
  background: rgba(29, 29, 36, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.navbar-inverse.nav-primary.main-nav {
  background: rgba(75, 198, 187, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.main-nav.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.main-nav.fixed-bottom {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-nav.sticky-top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.main-nav.sticky-bottom {
  position: sticky;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-nav .sticky-logo {
  display: none;
}
.main-nav.nav-scroll .navbar-brand {
  display: none;
}
.main-nav.nav-scroll .sticky-logo {
  display: inline-block;
}
.navbar-inverse.main-nav.nav-scroll .navbar-toggler .icon-bar {
  background-color: #141a38;
}
.main-nav .dropdown-toggle::after {
  transform: translate(0, -47%);
}
/* end of main-nav */
/*--- end of navbars ---*/
/*--- top-nav ---*/
.top-nav {
  padding: 15px 0;
}
.top-nav .left {
  vertical-align: middle;
}
.top-nav .right {
  text-align: right;
  vertical-align: middle;
}
.top-nav-light a {
  color: #58585e;
}
.top-nav-light a:hover {
  color: #4bc6bb;
}
.top-nav-inverse a {
  color: #f1f2f3;
}
.top-nav-inverse a:hover {
  color: #f1f2f3;
  opacity: 0.75;
}
.top-nav-inverse a.btn:hover {
  opacity: 1;
}
.top-nav-btn {
  display: inline-block;
  font-size: 10px;
  padding: 8px 25px;
}
.btn-sm.top-nav-btn, .btn-group-sm > .top-nav-btn.btn {
  font-size: 12px;
}
/*--- end of top-navs ---*/
/*--- paginations ---*/
.pager {
  padding-left: 0;
  margin-bottom: 0;
}
.pager a {
  font-size: 0.875rem;
  font-weight: 500;
}
.page-link {
  color: #141a38;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.page-link:hover {
  color: #4bc6bb !important;
  background-color: transparent;
  border: none;
}
.page-link:active, .page-link:focus, .page-link:visited {
  color: #141a38;
}
.page-link:active, .page-link:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.page-item.active .page-link {
  color: #4bc6bb;
  background: transparent;
  border-color: transparent;
}
.page-item.active .page-link:hover {
  color: #2d7770 !important;
  background-color: transparent;
  border-color: transparent;
}
.pill-pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4bc6bb !important;
  text-align: center;
  line-height: 48px;
  height: 48px;
  width: 48px;
  margin: 0 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
}
.pill-pagination .page-item.active .page-link:hover {
  color: #fff !important;
  background-color: #2d7770 !important;
  border-color: #2d7770;
}
.pagination .page-link {
  margin: 2px;
}
.page-item.disabled {
  cursor: not-allowed;
}
.page-item.disabled .page-link {
  color: #58585e;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
}
.pagination-white .page-link {
  color: #141a38;
  background-color: #fff;
  border: 2px solid #053131;
}
.pagination-white .page-link:hover {
  color: #000;
  background-color: #085252;
  border: 2px solid #053131;
}
.pagination-primary .page-link {
  color: #fff;
  background-color: #4bc6bb;
  border: 2px solid #2d7770;
}
.pagination-primary .page-link:hover {
  color: #fff;
  background-color: #2d7770;
  border: 2px solid #2d7770;
}
.pagination-primary .page-link:active, .pagination-primary .page-link:focus, .pagination-primary .page-link:visited {
  color: #fff;
}
.pagination-primary .page-item.disabled .page-link {
  color: #f1f2f3;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #4bc6bb;
  border-color: #2d7770;
}
.pagination-primary .page-item.active .page-link {
  color: #fff;
  background-color: #2d7770;
  border-color: #2d7770;
}
.pager .btn:hover, .pager .btn:focus {
  color: #fff;
}
.pager-left, .pager-right {
  display: inline-block;
}
.pager-left i {
  margin-right: 1px;
}
.pager-right i {
  margin-left: 1px;
}
.pager-right {
  float: right;
}
/*--- end of paginations ---*/
/*------- end of navigations -------*/
/*------ tabs-collapse -------*/
/*--- tabs ---*/
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item {
  margin: 5px;
}
.nav-tabs .nav-link {
  color: #4bc6bb;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0.875rem 2rem;
  border-radius: 0;
  border: none;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.nav-tabs .nav-link:hover {
  color: #2d7770;
  background-color: transparent;
  border: none;
}
.nav-tabs .nav-link.active {
  color: #4bc6bb;
  background-color: transparent;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.disabled {
  color: #053131;
  cursor: not-allowed;
}
.nav-pills .nav-link:hover {
  color: #4bc6bb;
  background-color: #a5e3dd;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.nav-pills .nav-link.active {
  color: #fff;
  background: #4bc6bb;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
  transition: 0.2s ease-in-out;
}
.nav-pills .nav-link.active:hover {
  color: #fff;
  background-color: #4bc6bb;
  border-color: #2d7770;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.tab-w-bar {
  background: rgba(75, 198, 187, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0;
  padding: 1.25rem 1rem;
}
.tab-w-bar .nav-link {
  color: #fff;
  border-radius: 0;
  border: none;
}
.tab-w-bar .nav-link.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.tab-w-bar .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.tab-w-bar .nav-link.active:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.card .tab-w-bar {
  margin-top: -50px;
}
.card-w-bar {
  margin-top: 70px;
}
.card-w-bar .card-body {
  padding-top: 0;
}
.nav-tabs.form-tabs .nav-link {
  height: 52px;
}
/*--- end of tabs ---*/
/*--- accordions ---*/
.accordion {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.accordion.w-cards {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #141a38;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1 !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #4bc6bb;
  background-color: transparent;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
  background-image: none;
  transform: none;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-item .accordion-button {
  border-color: rgba(255, 255, 255, 0.5);
}
.accordion-item .accordion-button:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.accordion-button.collapsed i {
  color: #141a38;
  transform: rotate(-360deg) !important;
  transition: ease-in-out 0.3s;
}
.accordion-button i {
  color: #4bc6bb;
  position: absolute;
  right: 1.75rem;
  transform: rotate(-180deg) !important;
  transition: ease-in-out 0.3s;
}
.accordion-collapse {
  border: solid rgba(255, 255, 255, 0.6);
  border-width: 0 1px;
}
.accordion-body {
  padding: 1.75rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-color: transparent;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-color: transparent;
}
.accordion-flush .accordion-item:last-of-type .accordion-button {
  border-color: transparent;
}
.accordion-flush .accordion-item .accordion-collapse {
  border-color: transparent;
}
/* minimal accordion */
.minimal-accordion {
  padding: 1.25rem 2rem 1.25rem 4.75rem;
}
.minimal-accordion .accordion-collapse {
  border: none;
}
.minimal-accordion .accordion-button {
  background-color: transparent;
  border: none;
  padding: 1.75rem;
}
.minimal-accordion .accordion-button i {
  position: static;
  line-height: 56px;
}
.minimal-accordion .accordion-button span {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  left: -2.75rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.minimal-accordion .accordion-body {
  padding-top: 0px;
}
/* end of minimal accordion */
/* steps accordion */
.steps-accordion {
  padding: 1.25rem 2rem 1.25rem 6.75rem;
}
.steps-accordion .accordion-item {
  position: relative;
}
.steps-accordion .accordion-collapse {
  border: none;
}
.steps-accordion .accordion-button {
  position: static;
  background-color: transparent;
  border: none;
  padding: 1.75rem;
}
.steps-accordion .accordion-button .step {
  position: absolute;
  color: #fff;
  background-color: #4bc6bb;
  font-weight: 700;
  top: calc(50% - 35px);
  left: -4rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
  transform: scale(1.4);
  transition: all 0.3s;
}
.steps-accordion .accordion-button.collapsed .step {
  color: #141a38;
  background: rgba(255, 255, 255, 0.5);
  top: auto;
  transform: none;
}
.steps-accordion .accordion-body {
  padding-top: 0px;
}
/* end of steps accordion */
/* accordions on cards */
.accordion .card {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none;
  border-radius: 0 !important;
  margin-bottom: 0;
}
.accordion .card .accordion-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1rem;
}
.accordion .card-header {
  padding: 1.5rem 1.75rem;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: transparent;
}
.accordion .card-body {
  color: #58585e;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 1.75rem;
  border: none;
  border-top: 1px solid #f1f2f3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .card-header {
  border-radius: 0;
  border: none;
}
.accordion.w-icon .card .collapsed i {
  float: right;
  -webkit-transform: rotate(-360deg) !important;
  -moz-transform: rotate(-360deg) !important;
  transform: rotate(-360deg) !important;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.accordion.w-icon .card i {
  color: #053131;
  float: right;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.accordion.w-icon .card a:hover i {
  color: #515254;
}
.accordion.dark.w-icon .card i {
  color: #fff;
  opacity: 0.5;
}
.accordion.dark.w-icon .card a:hover i {
  color: #fff;
  opacity: 1;
}
.primary-accordion.w-icon .card-header {
  border-radius: 0;
  border: none;
}
.primary-accordion .card {
  border-radius: 0;
  background-color: rgba(75, 198, 187, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: #4bc6bb;
}
.accordion.primary-accordion .card-body {
  color: #f1f2f3;
  background: rgba(75, 198, 187, 0.5);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: 1px solid #4bc6bb;
}
.dark-accordion.w-icon .card-header {
  border-radius: 0;
  border: none;
}
.dark-accordion .card {
  border-color: #1d1d24;
}
.dark-accordion .card-header {
  background: #008080;
}
.accordion.dark-accordion .card-body {
  color: #f1f2f3;
  background: #1d1d24;
  border-top: 1px solid #1d1d24;
}
.nested-accordion .card .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.nested-accordion .card:last-child .card-header {
  border-bottom: none !important;
}
.nested-accordion.primary-accordion .card .card-header {
  border-bottom: 1px solid rgba(75, 198, 187, 0.6);
}
.nested-accordion.dark-accordion .card .card-header {
  border-bottom: 1px solid #1d1d24;
}
.nested-accordion .card {
  border-radius: 0 !important;
  transform: none;
}
.nested-accordion .card-body {
  border-top: 0;
  border-radius: 0;
}
.nested-accordion.dark .card-body {
  border-top: 0;
}
.nested-accordion .card:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.nested-accordion .card:last-child, .nested-accordion .card:last-child .card-body {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* end of accordions on cards */
/*--- end of accordions ---*/
/*------ end of tabs-collapse -------*/
/*------- dropdowns -------*/
.dropdown-toggle::after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  border: none;
  position: absolute;
  top: 50%;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dropup .dropdown-toggle::after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5rem;
  border: none;
  position: absolute;
}
.icon-dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  min-width: 210px;
  width: max-content !important;
  color: #141a38;
  background-color: rgba(255, 255, 255, 0.87);
  border: none;
  z-index: 99;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px;
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.dropdown-menu[data-bs-popper] {
  left: 50% !important;
  margin-top: 0 !important;
}
.dropdown-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -6px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.87);
  border-bottom: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.main-nav .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.87);
}
.main-nav .dropdown-menu:before {
  color: rgba(255, 255, 255, 0.87);
}
.dropdown-menu.dropdown-inverse {
  background-color: rgba(29, 29, 36, 0.87);
}
.main-nav .dropdown-menu.dropdown-inverse {
  background-color: rgba(29, 29, 36, 0.87);
}
.dropdown-menu.dropdown-inverse:before {
  color: rgba(29, 29, 36, 0.87);
}
.main-nav .dropdown-menu.dropdown-inverse:before {
  color: rgba(29, 29, 36, 0.87);
}
.dropdown-menu.dropdown-inverse.bg-primary {
  background-color: rgba(75, 198, 187, 0.87) !important;
}
.main-nav .dropdown-menu.dropdown-inverse.bg-primary {
  background-color: rgba(75, 198, 187, 0.87) !important;
}
.dropdown-menu.dropdown-inverse.bg-primary:before {
  color: rgba(75, 198, 187, 0.87) !important;
}
.main-nav .dropdown-menu.dropdown-inverse.bg-primary:before {
  color: rgba(75, 198, 187, 0.87) !important;
}
.dropdown-menu.dropdown-inverse.bg-info:before {
  color: #90407b;
}
.dropdown-menu.dropdown-inverse.bg-inverse:before {
  color: rgba(29, 29, 36, 0.87);
}
.dropdown-menu.dropdown-inverse.bg-inverse {
  background-color: rgba(29, 29, 36, 0.87);
}
.dropdown-menu[data-bs-popper] {
  left: initial;
}
.dropdown-cart {
  padding: 1.25rem;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #141a38;
  cursor: not-allowed;
  background-color: transparent;
}
.dropdown-item {
  color: #141a38;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #4bc6bb;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #4bc6bb;
  background-color: transparent;
}
.dropdown-item i {
  width: 20px;
  text-align: center;
  color: #141a38;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.dropdown-item:hover i, .dropdown-item.active i, .dropdown-item:active i {
  color: #4bc6bb;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #141a38;
  white-space: nowrap;
}
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f1f2f3;
}
/*--- mega menu ---*/
.dropdown-menu.mega-menu {
  padding: 1.25rem 1rem;
}
.mega-menu .sub-menu {
  border-left: 1px solid #f1f2f3;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dropdown-inverse.mega-menu .sub-menu {
  border-left: 1px solid rgba(29, 29, 36, 0.5);
}
.dropdown-inverse.bg-primary.mega-menu .sub-menu {
  border-left: 1px solid #2d7770;
}
.mega-menu .sub-menu:first-child {
  border-left: none;
}
/*--- end of mega menu ---*/
/*--- inverse dropdown ---*/
.dropdown-inverse {
  background: rgba(29, 29, 36, 0.87);
  border: none;
}
.dropdown-inverse .dropdown-item, .dropdown-inverse .dropdown-item:focus {
  color: #f1f2f3;
}
.dropdown-inverse .dropdown-item:hover {
  color: #4bc6bb;
  background-color: transparent;
}
.dropdown-inverse.bg-primary .dropdown-item:hover {
  color: #f1f2f3;
  opacity: 0.75;
}
.dropdown-inverse .dropdown-item.active, .dropdown-inverse .dropdown-item.active:focus {
  color: #4bc6bb;
}
.dropdown-inverse.bg-primary .dropdown-item.active, .dropdown-inverse.bg-primary .dropdown-item.active:focus {
  color: #d6d7d8;
  opacity: 0.75;
}
.dropdown-inverse .dropdown-header {
  color: #fff;
}
.dropdown-inverse .dropdown-divider {
  border-top: 1px solid rgba(29, 29, 36, 0.5);
}
.dropdown-inverse.bg-primary .dropdown-divider {
  border-top: 1px solid #2d7770;
}
/*--- end of inverse dropdown ---*/
/*------- end of collapse-dropdowns -------*/
/*------- border box -------*/
.border-box {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  border: 2px solid #085252;
  border-radius: 0;
}
/*------- end of border box -------*/
/*------- promo box -------*/
.promo-box {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.main-container .promo-box:last-child {
  margin-bottom: 0;
}
.promo-box.dark, .dark .promo-box {
  background: #303132;
}
.promo-container {
  position: relative;
}
.promo-icon {
  font-size: 40px;
  border-radius: 0;
}
.promo-icon-bg {
  text-align: center;
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
}
.promo-icon-bg i, .promo-icon-bg .text-icon {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  margin-top: -0.725rem;
  left: 0;
  right: 0;
}
.promo-icon-bg.icon-md {
  width: 65px;
  height: 65px;
  border: 1px solid transparent;
}
.promo-icon-bg.icon-md i, .promo-icon-bg.icon-md .text-icon {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  left: 0;
  right: 0;
}
.promo-icon-bg.icon-sm {
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
}
.promo-icon-bg.icon-sm i, .promo-icon-bg.icon-sm .text-icon {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.55rem;
  left: 0;
  right: 0;
}
.promo-block {
  margin: 30px 0;
}
.promo-box-image {
  max-width: 80px;
  border-radius: 8px;
}
.promo-box-image.img-md {
  max-width: 65px;
}
.promo-box-image.img-sm {
  max-width: 50px;
}
.box-title {
  font-weight: 700;
  margin-bottom: 0;
}
.promo-left .promo-container {
  padding-left: 60px;
}
.promo-left .promo-icon {
  position: absolute;
  float: left;
  left: 0;
}
.promo-center {
  text-align: center;
}
.promo-center .promo-icon {
  margin-left: auto;
  margin-right: auto;
}
.promo-right .promo-icon {
  position: absolute;
  float: right;
  right: 0;
}
.promo-right .promo-container {
  padding-right: 60px;
}
.promo-box.has-process-icon:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: rgba(225, 225, 225, 0.75);
  font-size: 24px;
  margin-top: -36px;
  top: 50%;
  right: -3.5%;
  z-index: 1;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.promo-box.has-process-icon:hover:after {
  right: -5%;
}
.dark .promo-box.has-process-icon:after, .dark .promo-box.dark.has-process-icon:after {
  color: rgba(25, 25, 25, 0.75);
}
.promo-img {
  border-radius: 10px;
}
.promo-box-bg-img {
  border-radius: 8px;
}
.promo-box-img-left img, .promo-box-img-left .box-bg-image {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.promo-box-img-left .promo-box {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.promo-box-img-right img, .promo-box-img-right .box-bg-image {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.promo-box-img-right .promo-box {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/*--- promo big ---*/
.promo-container-big {
  position: relative;
}
.promo-big .promo-icon {
  left: 0;
  right: 0;
}
.promo-left .promo-big {
  position: absolute;
  float: left;
  left: 0;
}
.promo-left .promo-container-big {
  padding-left: 110px;
}
.promo-left .promo-container-big-md {
  padding-left: 90px;
}
.promo-left .promo-container-big-sm {
  padding-left: 75px;
}
.promo-center .promo-big {
  margin-left: auto;
  margin-right: auto;
}
.promo-right .promo-big {
  position: absolute;
  float: right;
  right: 0;
}
.promo-right .promo-container-big {
  padding-right: 110px;
}
.promo-right .promo-container-big-md {
  padding-right: 90px;
}
.promo-right .promo-container-big-sm {
  padding-right: 75px;
}
/*--- end of promo big ---*/
.box-w-image {
  position: relative;
}
.box-description {
  margin-bottom: 0;
}
.promo-box .col-line {
  border-right: 1px solid rgba(225, 225, 225, 0.5);
}
.promo-box .col-line:last-child {
  border-right: none;
}
.promo-box .col-line-bottom {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
/*-------- end of promo box --------*/
/*-------- shop components --------*/
.product-title {
  position: relative;
}
.price-inline {
  position: absolute;
  right: 0;
}
.product-card-footer {
  position: relative;
}
.btn-inline {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ratings i {
  color: #fdcc08;
}
.card-badge {
  position: absolute;
  padding: 8px 15px;
  border-radius: 0;
  z-index: 1;
}
.card-badge.top-right {
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 15px;
}
.card-badge.top-left {
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 15px;
}
.sale-badge {
  position: absolute;
  padding: 8px 15px;
  border-radius: 0;
  z-index: 2;
}
.sale-badge.top-right {
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: 15px;
}
.sale-badge.top-left {
  top: 0;
  left: 0;
  margin-top: 15px;
  margin-left: 15px;
}
/*-------- end of shop components --------*/
/*-------- blog components --------*/
.post-meta-small {
  border-top: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
}
/*-------- end of blog components --------*/
/*-------- comments --------*/
.comments-boxed {
  padding: 30px;
  margin-bottom: 30px;
}
#comment-form textarea {
  max-width: 100%;
  height: 150px;
  min-height: 106px !important;
  max-height: 211px;
}
.comments img {
  max-width: 60px;
  border-radius: 50%;
}
.comments .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.comments .media-body {
  -ms-flex: 1;
  flex: 1;
}
.comments .media-left, .comments .media > .pull-left {
  padding-right: 15px;
}
.comment-author {
  color: #141a38;
  font-weight: 400;
}
.comment-date {
  font-size: 0.75rem;
}
.comment-reply {
  font-size: 0.9rem;
  margin: 0 5px;
}
.comment-reply, .comment-reply:focus {
  color: #008080;
  opacity: 0.5;
}
.comment-reply:hover {
  opacity: 1;
}
.dark .comment-reply, .dark .comment-reply:focus, .dark .comment-reply:hover {
  color: #fff;
}
.dark .comment-reply:hover {
  opacity: 0.75;
}
/*-------- end of comments --------*/
/*--- timeline ---*/
.timeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  margin-left: -2px;
}
.timeline.w-icons:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  margin-left: -1.5px;
}
.timeline.light-line:before {
  background-color: rgba(245, 245, 245, 0.5);
}
.timeline.light-line.w-icons:before {
  background-color: rgba(245, 245, 245, 0.5);
}
.timeline.inverse-line:before {
  background-color: rgba(29, 29, 36, 0.5);
}
.timeline.inverse-line.w-icons:before {
  background-color: rgba(29, 29, 36, 0.5);
}
.timeline.primary-line:before {
  background-color: rgba(75, 198, 187, 0.5);
}
.timeline.primary-line.w-icons:before {
  background-color: rgba(75, 198, 187, 0.5);
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  width: 50%;
  float: left;
  border-radius: 0;
  padding: 1.75rem;
  position: relative;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.timeline > li:not(.timeline-inverted) {
  padding-right: 50px;
}
.timeline > li.timeline-inverted {
  padding-left: 50px;
}
.timeline.w-icons > li:not(.timeline-inverted) {
  padding-right: 85px;
}
.timeline.w-icons > li.timeline-inverted {
  padding-left: 85px;
}
.timeline > li > .timeline-badge {
  color: #fff;
  background: #4bc6bb;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -14px;
  z-index: 100;
  border: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
}
.timeline.w-icons > li > .timeline-badge {
  color: #fff;
  background: #4bc6bb;
  width: 60px;
  height: 60px;
  line-height: 65px !important;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -30px;
  z-index: 100;
  border: 0;
  border-radius: 50%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
}
.timeline.w-icons > li > .timeline-badge .material-icons {
  line-height: 60px !important;
}
.timeline > li.timeline-inverted > .timeline-badge {
  top: 0;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
ul.timeline {
  margin-bottom: 0;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/*--- end of timeline ---*/
/*-------- pricing tables --------*/
.pricing-table {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  position: relative;
  margin: 1rem 0;
  z-index: 0;
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.pricing-table ul, .pricing-table ol {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 2rem;
}
.pricing-title {
  color: #053131;
  font-size: 1.175rem;
  font-weight: 700;
  padding: 3rem 0;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pricing-table-price p {
  margin-bottom: 0;
  line-height: 1rem;
}
.pricing-currency {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: 20px;
}
.pricing-price {
  font-size: 2.5rem;
  font-weight: 700;
}
.pricing-table-content {
  padding: 3rem 0;
}
.pricing-table-content li {
  margin-bottom: 1.25rem;
}
.pricing-table-content li:last-child {
  margin-bottom: 0rem;
}
.stacked .pricing-table.featured {
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
}
.pricing-table.featured .pricing-title {
  padding-top: 4rem;
}
.pricing-table.featured .pricing-table-content {
  padding-bottom: 4rem;
}
.featured-pt .card-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/*-------- end of pricing tables --------*/
/*------- widgets -------*/
.widget {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  margin: 15px 0;
  padding: 30px;
  border-radius: 0;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
}
.widget.big {
  margin: 30px 0;
}
.widget.first, .widget.big.first {
  margin-top: 0;
}
.widget.last, .widget.big.last {
  margin-bottom: 0;
}
.widget-title {
  font-weight: 500;
  margin-bottom: 25px;
}
.menu-list a {
  color: #58585e;
  font-weight: 400;
}
.menu-list li {
  margin-bottom: 8px;
}
.menu-list.list-icon a {
  padding-left: 15px;
}
.menu-list li:last-child {
  margin-bottom: 0;
}
.menu-list a:hover {
  color: #58585e;
  opacity: 0.6;
}
.dark .menu-list a {
  color: #fff;
}
.dark .menu-list a:hover {
  color: #fff;
  opacity: 0.6;
}
.widget-img {
  max-width: 100px;
}
.project-widget img {
  max-width: 85.6px;
  margin: 2px 0;
  border-radius: 0;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.project-widget img:hover {
  opacity: 0.75;
}
.instagram-widget img {
  max-width: 67.5px;
  margin: 2px 0;
  border-radius: 0;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.instagram-widget img:hover {
  opacity: 0.75;
}
/*--- post-widget ---*/
.post-widget img {
  max-width: 120px;
  height: auto;
  float: left;
  margin-right: 15px;
  border-radius: 0;
}
.post-widget.small img {
  max-width: 85px;
}
.post-widget .post-small {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.recent-post-content p, .recent-post-content a {
  font-size: 1rem;
}
.recent-post-title, .recent-post-title:focus {
  color: #141a38;
  font-weight: 400;
}
.recent-post-title:hover {
  color: #141a38;
  opacity: 0.5;
}
.post-date, .post-tag {
  font-size: 12px !important;
  margin-bottom: 5px;
}
.recent-post.last img, .recent-post.last .post-date {
  margin-bottom: 0;
}
.widget .recent-post {
  margin-bottom: 25px;
}
.widget .recent-post.last {
  margin-bottom: 0px;
}
/*--- end of post-widget ---*/
/*------- end of widgets -------*/
/*---------- end of components ----------*/
/*---------- container ----------*/
.main-container {
  position: relative;
  padding: 50px 0 50px 0;
}
.bottom-element {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 0 1rem;
}
.bottom-element .promo-box {
  width: 100%;
}
.bottom-element.xs {
  bottom: -5%;
}
.bottom-element.sm {
  bottom: -10%;
}
.bottom-element.lg {
  bottom: -20%;
}
.bottom-element.xl {
  bottom: -25%;
}
.bottom-element.xxl {
  bottom: -30%;
}
.pnf-container {
  min-height: 100vh;
  height: 100%;
}
/*---------- end of container ----------*/
/*---------- sections ----------*/
section {
  position: relative;
  padding: 30px 0;
}
section.big {
  padding: 50px 0;
}
section.lg {
  padding: 100px 0;
}
section.xl {
  padding: 200px 0;
}
section.xxl {
  padding: 300px 0;
}
section.fh {
  height: 100vh;
}
/*-------- headers --------*/
header {
  padding: 50px 0;
  position: relative;
}
header.big {
  padding: 100px 0;
}
header.lg {
  padding: 180px 0;
}
header.xl {
  padding: 300px 0;
}
header.xxl {
  padding: 390px 0;
}
header.fh {
  height: 100vh;
}
.page-header {
  background-position: center bottom !important;
  padding: 240px 0 150px 0;
}
.page-header.w-absolute-nav .page-title {
  padding-top: 240px;
}
.page-header.w-absolute-nav {
  padding: 0 0 150px 0;
}
header.dark .page-title {
  color: rgba(255, 255, 255, 0.91);
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
header .page-title {
  color: rgba(20, 26, 56, 0.91);
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
header h1.page-title, header .page-title.h1 {
  font-size: 54px;
}
header h1.fixed-title, header .fixed-title.h1 {
  transform: translateY(-50%);
  position: fixed;
  top: 380px;
  left: 0;
  right: 0;
}
.header-image-bottom {
  pointer-events: none;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}
.header-content {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}
.header-content.lg {
  padding-top: 150px;
}
.header-content.xl {
  padding-top: 250px;
}
.header-content.xxl {
  padding-top: 350px;
}
.header-content.xxxl {
  padding-top: 380px;
}
.header-content.slide-header {
  padding: 350px 0;
}
.section-title {
  font-size: 54px;
}
header .title, section h2.section-title, section .section-title.h2 {
  font-size: 54px;
}
.top-logo {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.top-logo img {
  position: relative;
  max-width: 140px;
  margin: 0 auto;
  z-index: 1;
}
/*-------- end of headers --------*/
/*------- portfolio -------*/
.project {
  margin: 25px 0;
  border-radius: 0;
}
.project figure {
  margin: 0;
}
.project .hovereffect {
  border-radius: 0;
}
.no-gutter .project, .g-0 .project {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.no-gutter .project .hovereffect, .g-0 .project .hovereffect {
  border-radius: 0 !important;
}
.no-gutter .project .hovereffect, .g-0 .project .hovereffect {
  border-radius: 0 !important;
}
.card .project {
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card .project img {
  border-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card .project .portfolio-item {
  margin: 0;
}
.card .project .hovereffect {
  border-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.no-gutter-project-cards .card, .no-gutter-project-cards .card .project, .no-gutter-project-cards .card .project img {
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.no-gutter-project-cards .card {
  border-left: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
}
.no-gutter-project-cards .card .project {
  margin: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.has-spacer {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.has-spacer-extra-space {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.has-side-spacer {
  margin-left: 30px;
  margin-right: 30px;
}
.project-title {
  font-size: 1.25rem;
}
.project-skill {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
}
.project-item-link .card {
  transition: all 0.2s ease-in-out;
}
.project-item-link:hover .card {
  transform: translateY(-5px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
}
.project-item-link .card-title {
  color: #141a38;
  font-size: 1.125rem;
  transition: ease-in-out 0.3s;
}
.project-item-link:hover .card-title {
  color: #4bc6bb;
}
.project-item-link .card-body {
  padding: 1.5rem;
}
/*--- default effect ---*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 2;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hovereffect.dark-effect.inverse-bg .overlay {
  background-color: rgba(29, 29, 36, 0.87);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.hovereffect.dark-effect.primary-bg .overlay {
  background-color: rgba(75, 198, 187, 0.87);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hovereffect:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: rotate(1.1);
  transform: scale(1.1);
}
.hovereffect-title .project-title-wrapper {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  padding: 10px;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project:hover .hovereffect-title .project-title-wrapper {
  top: 50%;
}
.hovereffect-title .project-title {
  color: #141a38;
  font-size: 1.25rem;
  font-weight: 500;
  background: transparent;
  margin-bottom: 5px;
}
.hovereffect-title p {
  color: #58585e;
  background: transparent;
  font-size: 12px;
  margin: 0;
}
.hovereffect-title.dark-effect .project-title {
  color: #fff;
}
.hovereffect-title.dark-effect p {
  color: #f1f2f3;
}
.hovereffect-title .hover-icons {
  font-size: 16px;
  background: transparent;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project:hover .hovereffect-title .hover-icons {
  bottom: 10%;
}
.hovereffect-title .hover-icons a {
  color: #141a38;
}
.hovereffect-title.dark-effect .hover-icons a {
  color: #fff;
}
.hovereffect-title.project-icons {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project:hover .hovereffect-title.project-icons {
  top: 50%;
}
.hovereffect-title.project-icons a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 10px;
  background: #4bc6bb;
  border-radius: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0);
}
.hovereffect-title.project-icons a:hover {
  background: #a5e3dd !important;
  color: #4bc6bb;
}
.dark-effect .hovereffect-title.project-icons a {
  color: #141a38;
  background: rgba(255, 255, 255, 0.6);
}
.dark-effect .hovereffect-title.project-icons a:hover {
  background: #fff !important;
  color: #4bc6bb;
}
.hovereffect-title.project-icons .hover-icons {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  opacity: 1;
}
.hovereffect-title.project-icons a:hover {
  background: #2d7770;
}
.hovereffect-title .hover-icons a {
  opacity: 0.7;
  margin: 0 5px;
}
.hovereffect-title .hover-icons a {
  opacity: 0.7;
}
.hovereffect-title .hover-icons a:hover {
  opacity: 1;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hovereffect.dark-effect .hovereffect-title .project-title {
  color: #fff;
}
.hovereffect.dark-effect .project-skill {
  color: #f1f2f3;
}
.hovereffect.dark-effect .hover-icons a {
  color: #fff;
}
/*--- end of default effect ---*/
/*------- end of portfolio -------*/
/*------- footers -------*/
footer {
  background: linear-gradient(175deg, #e8ecff 0%, #e6e4f9 40%, #e5d7f6 100%);
  padding: 50px 0;
}
footer p {
  color: #141a38;
  margin-bottom: 0;
}
footer .text-link {
  color: #141a38;
}
footer .text-link:hover {
  color: #4bc6bb;
}
footer.big {
  padding: 70px 0;
}
footer.light {
  background: #f1f2f3;
}
footer.mid {
  background: #053131;
}
footer.dark {
  background: #515254;
}
footer.dark p {
  color: #f1f2f3;
}
footer.dark a {
  color: #fff;
}
footer.dark a:hover {
  color: #d6d7d8;
}
.footer-left-area {
  text-align: left;
}
.footer-right-area {
  text-align: right;
}
footer.dark.bg-primary a, footer.dark.bg-primary-dark a {
  color: #fff;
}
footer.dark.bg-primary a:hover, footer.dark.bg-primary-dark a:hover {
  opacity: 0.75;
}
.footer-link, .footer-link:focus {
  font-weight: 400;
  color: #1d1d24;
}
.footer-link:hover {
  color: #1d1d24;
  opacity: 0.6;
}
.dark .footer-link {
  color: #085252;
}
.dark .footer-link:hover {
  color: #085252;
  opacity: 0.6;
}
.footer-logo {
  max-width: 120px;
}
.footer-widget-area {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.footer-widget-area.dark {
  border-bottom: 1px solid rgba(11, 11, 11, 0.3);
}
.footer-widget-area .widget {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  box-shadow: none;
}
.footer-widget-area .widget-title {
  margin-bottom: 25px;
}
.footer-widget-area .menu-list li:before, .footer-widget-area .menu-list a:before {
  font-size: 70%;
}
/*------- end of footers -------*/
/*---------- end of sections ----------*/
/*------- utility classes -------*/
.stacked {
  padding: 0 15px;
}
.stacked > .col-md-4, .stacked > .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.v-top {
  display: flex;
  align-items: start;
}
.v-center {
  display: flex;
  align-items: center;
}
.v-bottom {
  display: flex;
  align-items: end;
}
.va-top {
  vertical-align: top !important;
}
.va-middle {
  vertical-align: middle !important;
}
.va-bottom {
  vertical-align: bottom !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.hidden {
  display: none !important;
}
/*.d-block {
    display: block !important;
}

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

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

.d-flex {
    display: flex !important;
}
*/
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.btn-block {
  display: block !important;
}
.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.no-transform {
  transform: none !important;
}
.list-inline > li {
  display: inline-block;
  margin-right: 1rem;
}
.full-width {
  width: 100%;
  max-width: 100%;
}
.full-height {
  height: 100vh;
}
.max-fh {
  max-height: 100vh;
}
.min-fh {
  min-height: 100vh;
}
::-moz-selection {
  color: #fff;
  background: #008080;
}
::selection {
  color: #fff;
  background: #008080;
}
/*---tyopgraphy ---*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.title-font {
  font-family: Poppins, Arial, sans-serif !important;
}
.primary-font {
  font-family: Poppins, Arial, sans-serif !important;
}
.secondary-font {
  font-family: Poppins, Arial, sans-serif !important;
}
.fw-thin {
  font-weight: 100 !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-sm {
  font-size: 0.9rem;
}
.text-xs {
  font-size: 0.75rem;
}
.fs-4 {
  font-size: 4px !important;
}
.fs-6 {
  font-size: 6px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-70 {
  font-size: 70px !important;
}
.fs-80 {
  font-size: 80px !important;
}
.fs-90 {
  font-size: 90px !important;
}
.fs-100 {
  font-size: 100px !important;
}
.fs-120 {
  font-size: 120px !important;
}
.fs-150 {
  font-size: 150px !important;
}
.fs-170 {
  font-size: 170px !important;
}
.fs-200 {
  font-size: 200px !important;
}
.lh-0 {
  line-height: 0 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-1-2 {
  line-height: 1.1 !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}
.lh-1-5 {
  line-height: 1.5 !important;
}
.lh-1-7 {
  line-height: 1.7 !important;
}
.lh-2 {
  line-height: 2 !important;
}
.lh-3 {
  line-height: 3 !important;
}
.lh-4 {
  line-height: 4 !important;
}
.lh-5 {
  line-height: 5 !important;
}
/*--- end of tyopgraphy ---*/
/*--- image ---*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.img-auto {
  width: auto !important;
}
.img-thumbnail {
  padding: 5px;
  background-color: #f1f2f3;
  border: 4px solid #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}
.img-cirlce {
  border-radius: 50%;
}
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-img.img-bottom {
  background-position: center bottom;
}
.bg-img.img-top {
  background-position: center top;
}
.bg-img.img-left {
  background-position: center left;
}
.bg-img.img-right {
  background-position: center right;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.overlay-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.overlay-darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-half-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-half-darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.overlay-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-lighter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-half-light {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-half-lighter {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.overlay-half-light-frosted {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.overlay-primary {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 198, 187, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-primary-darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 198, 187, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-half-primary {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(75, 198, 187, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.overlay-half-primary-darker {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(75, 198, 187, 0.87);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
/*--- end of image ---*/
/*--- spacers ---*/
.spacer {
  margin: 2rem 0;
  line-height: 0;
}
.spacer-2x {
  margin: 3rem 0;
  line-height: 0;
}
.spacer-3x {
  margin: 4rem 0;
  line-height: 0;
}
.spacer-line {
  width: 50px;
  line-height: 0;
  border-bottom: 1px solid #e7e8e9;
  margin-left: auto;
  margin-right: auto;
}
.spacer-line-2x {
  width: 100px;
  line-height: 0;
  border-bottom: 1px solid #e7e8e9;
  margin-left: auto;
  margin-right: auto;
}
.spacer-line-solid {
  width: 50px;
  line-height: 0;
  border-bottom: 2px solid #e7e8e9;
  margin-left: auto;
  margin-right: auto;
}
.spacer-line-solid-2x {
  width: 100px;
  line-height: 0;
  border-bottom: 2px solid #e7e8e9;
  margin-left: auto;
  margin-right: auto;
}
.spacer-line-fw {
  width: 100%;
  line-height: 0;
  border-bottom: 1px solid #f1f2f3;
}
.has-top-menu-sm {
  margin-top: 90px;
}
.has-top-menu {
  margin-top: 120px;
}
/* margins */
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-150 {
  margin: 150px !important;
}
.m-200 {
  margin: 200px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.m-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.m-y-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.m-x-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.m-x-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.m-x-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.m-x-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.m-x-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.m-x-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.m-x-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.m-x-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.m-x-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.m-x-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.m-x-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.m-x-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}
.m-x-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-150 {
  margin-left: 510px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
/* end of margins */
/* paddings */
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-200 {
  padding: 200px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.p-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.p-y-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.p-x-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.p-x-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.p-x-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.p-x-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.p-x-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.p-x-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.p-x-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.p-x-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.p-x-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.p-x-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.p-x-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.p-x-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
/* end of paddings */
/* positions */
.x-0 {
  left: 0;
  right: 0;
}
.x-5 {
  left: 5px;
  right: 5px;
}
.x-10 {
  left: 10px;
  right: 10px;
}
.x-15 {
  left: 15px;
  right: 15px;
}
.x-20 {
  left: 20px;
  right: 20px;
}
.x-25 {
  left: 25px;
  right: 25px;
}
.x-30 {
  left: 30px;
  right: 30px;
}
.x-35 {
  left: 35px;
  right: 35px;
}
.x-40 {
  left: 40px;
  right: 40px;
}
.x-45 {
  left: 45px;
  right: 45px;
}
.x-50 {
  left: 50px;
  right: 50px;
}
.x-60 {
  left: 60px;
  right: 60px;
}
.x-70 {
  left: 70px;
  right: 70px;
}
.x-80 {
  left: 80px;
  right: 80px;
}
.x-90 {
  left: 90px;
  right: 90px;
}
.x-100 {
  left: 100px;
  right: 100px;
}
.x-150 {
  left: 150px;
  right: 150px;
}
.x-200 {
  left: 200px;
  right: 200px;
}
.y-0 {
  top: 0;
  bottom: 0;
}
.y-5 {
  top: 5px;
  bottom: 5px;
}
.y-10 {
  top: 10px;
  bottom: 1 -px;
}
.y-15 {
  top: 15px;
  bottom: 15px;
}
.y-20 {
  top: 20px;
  bottom: 20px;
}
.y-25 {
  top: 25px;
  bottom: 25px;
}
.y-30 {
  top: 30px;
  bottom: 30px;
}
.y-35 {
  top: 35px;
  bottom: 35px;
}
.y-40 {
  top: 40px;
  bottom: 40px;
}
.y-45 {
  top: 45px;
  bottom: 45px;
}
.y-50 {
  top: 50px;
  bottom: 50px;
}
.y-60 {
  top: 60px;
  bottom: 60px;
}
.y-70 {
  top: 70px;
  bottom: 70px;
}
.y-80 {
  top: 80px;
  bottom: 80px;
}
.y-90 {
  top: 90px;
  bottom: 90px;
}
.y-100 {
  top: 100px;
  bottom: 100px;
}
.y-150 {
  top: 150px;
  bottom: 150px;
}
.y-200 {
  top: 200px;
  bottom: 200px;
}
.top-0 {
  top: 0 !important;
}
.top-5 {
  top: 5px !important;
}
.top-10 {
  top: 10px !important;
}
.top-15 {
  top: 15px !important;
}
.top-20 {
  top: 20px !important;
}
.top-25 {
  top: 25px !important;
}
.top-30 {
  top: 30px !important;
}
.top-35 {
  top: 35px !important;
}
.top-40 {
  top: 40px !important;
}
.top-45 {
  top: 45px !important;
}
.top-50 {
  top: 50px !important;
}
.top-60 {
  top: 60px !important;
}
.top-70 {
  top: 70px !important;
}
.top-80 {
  top: 80px !important;
}
.top-90 {
  top: 90px !important;
}
.top-100 {
  top: 100px !important;
}
.top-150 {
  top: 150px !important;
}
.top-200 {
  top: 200px !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-5 {
  bottom: 5px !important;
}
.bottom-10 {
  bottom: 10px !important;
}
.bottom-15 {
  bottom: 15px !important;
}
.bottom-20 {
  bottom: 20px !important;
}
.bottom-25 {
  bottom: 25px !important;
}
.bottom-30 {
  bottom: 30px !important;
}
.bottom-35 {
  bottom: 35px !important;
}
.bottom-40 {
  bottom: 40px !important;
}
.bottom-45 {
  bottom: 45px !important;
}
.bottom-50 {
  bottom: 50px !important;
}
.bottom-60 {
  bottom: 60px !important;
}
.bottom-70 {
  bottom: 70px !important;
}
.bottom-80 {
  bottom: 80px !important;
}
.bottom-90 {
  bottom: 90px !important;
}
.bottom-100 {
  bottom: 100px !important;
}
.bottom-150 {
  bottom: 150px !important;
}
.bottom-200 {
  bottom: 200px !important;
}
.left-0 {
  left: 0 !important;
}
.left-auto {
  left: auto !important;
}
.left-5 {
  left: 5px !important;
}
.left-10 {
  left: 10px !important;
}
.left-15 {
  left: 15px !important;
}
.left-20 {
  left: 20px !important;
}
.left-25 {
  left: 25px !important;
}
.left-30 {
  left: 30px !important;
}
.left-35 {
  left: 35px !important;
}
.left-40 {
  left: 40px !important;
}
.left-45 {
  left: 45px !important;
}
.left-50 {
  left: 50px !important;
}
.left-60 {
  left: 60px !important;
}
.left-70 {
  left: 70px !important;
}
.left-80 {
  left: 80px !important;
}
.left-90 {
  left: 90px !important;
}
.left-100 {
  left: 100px !important;
}
.left-150 {
  left: 150px !important;
}
.left-200 {
  left: 200px !important;
}
.right-0 {
  right: 0 !important;
}
.right-5 {
  right: 5px !important;
}
.right-10 {
  right: 10px !important;
}
.right-15 {
  right: 15px !important;
}
.right-20 {
  right: 20px !important;
}
.right-25 {
  right: 25px !important;
}
.right-30 {
  right: 30px !important;
}
.right-35 {
  right: 35px !important;
}
.right-40 {
  right: 40px !important;
}
.right-45 {
  right: 45px !important;
}
.right-50 {
  right: 50px !important;
}
.right-60 {
  right: 60px !important;
}
.right-70 {
  right: 70px !important;
}
.right-80 {
  right: 80px !important;
}
.right-90 {
  right: 90px !important;
}
.right-100 {
  right: 100px !important;
}
.right-150 {
  right: 150px !important;
}
.right-200 {
  right: 200px !important;
}
.right-auto {
  right: auto !important;
}
.pos-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.pos-v-center {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
/* end of positions */
/*--- end of spacers ---*/
/*--- colors ---*/
.title-color {
  color: #141a38 !important;
}
.text-color {
  color: #58585e !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-no-gradient {
  background: transparent !important;
}
.bg-glass {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-50 {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-transparent {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-transparent-50 {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-frosted {
  background: rgba(255, 255, 255, 0.87) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-glass-frosted-50 {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-glass-black {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-black-50 {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-black-transparent {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-black-transparent-50 {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-black-frosted {
  background: rgba(0, 0, 0, 0.87) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-glass-black-frosted-50 {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-glass-inverse {
  background: rgba(29, 29, 36, 0.6) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-inverse-50 {
  background: rgba(29, 29, 36, 0.5) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-inverse-transparent {
  background: rgba(29, 29, 36, 0.6) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-inverse-transparent-50 {
  background: rgba(29, 29, 36, 0.5) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-inverse-frosted {
  background: rgba(29, 29, 36, 0.87) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-glass-inverse-frosted-50 {
  background: rgba(29, 29, 36, 0.5) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-primary-glass-50 {
  background: rgba(75, 198, 187, 0.5) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-glass-primary {
  background: rgba(75, 198, 187, 0.6) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-primary-transparent-50 {
  background: rgba(75, 198, 187, 0.5) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bg-glass-primary-frosted {
  background: rgba(75, 198, 187, 0.87) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-glass-primary-frosted-50 {
  background: rgba(75, 198, 187, 0.5) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.bg-white-glass {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-frosted {
  background-color: rgba(255, 255, 255, 0.87) !important;
}
.bg-white-frosted-dark {
  background-color: rgba(255, 255, 255, 0.87) !important;
}
.bg-black-glass {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-black-frosted {
  background-color: rgba(0, 0, 0, 0.87) !important;
}
.bg-black-frosted-dark {
  background-color: rgba(0, 0, 0, 0.87) !important;
}
.bg-inverse-glass {
  background-color: rgba(29, 29, 36, 0.6) !important;
}
.bg-inverse-frosted {
  background-color: rgba(29, 29, 36, 0.87) !important;
}
.bg-inverse-frosted-dark {
  background-color: rgba(29, 29, 36, 0.87) !important;
}
.bg-primary-glass {
  background-color: rgba(75, 198, 187, 0.6) !important;
}
.bg-primary-frosted {
  background-color: rgba(75, 198, 187, 0.87) !important;
}
.bg-primary-frosted-dark {
  background-color: rgba(75, 198, 187, 0.87) !important;
}
.bg-primary-glass {
  background: rgba(75, 198, 187, 0.6) !important;
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}
.bg-body {
  background-color: #f5f5f5 !important;
}
.bg-gradient-body {
  background: linear-gradient(175deg, #e8ecff 0%, #e6e4f9 40%, #e5d7f6 100%) !important;
}
.bg-body-dark {
  background-color: #f5f5f5 !important;
}
.bg-gradient-body-dark {
  background: linear-gradient(175deg, #0faf62 0%, #ffffff 40%, #00aaa6 100%) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gradient-white {
  background: linear-gradient(165deg, #fff 0%, #f1f2f3 100%) !important;
}
.bg-dark {
  background-color: #008080 !important;
}
.bg-gradient-dark {
  background: linear-gradient(165deg, #58585e 0%, #008080 100%) !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-gradient-black {
  background: linear-gradient(165deg, #515254 0%, #000 100%) !important;
}
.bg-faded {
  background-color: #085252 !important;
}
.bg-light, .bg-light-grey {
  background-color: #f1f2f3 !important;
}
.bg-light-grey-dark {
  background-color: #e7e8e9 !important;
}
.bg-grey {
  background-color: #d6d7d8 !important;
}
.bg-gradient-grey {
  background: linear-gradient(165deg, #e7e8e9 0%, #d6d7d8 100%) !important;
}
.bg-grey-dark {
  background-color: #909193 !important;
}
.bg-dark-grey {
  background-color: #515254 !important;
}
.bg-dark-grey-dark {
  background-color: #303132 !important;
}
.bg-inverse {
  background-color: #1d1d24 !important;
}
.bg-primary-light {
  background-color: #a5e3dd !important;
}
.bg-primary {
  background-color: #4bc6bb !important;
}
.bg-primary-dark {
  background-color: #2d7770 !important;
}
.bg-gradient-primary {
  background: linear-gradient(165deg, #a5e3dd 0%, #4bc6bb 100%) !important;
}
.bg-secondary-light {
  background-color: #84a9a9 !important;
}
.bg-secondary {
  background-color: #085252 !important;
}
.bg-secondary-dark {
  background-color: #053131 !important;
}
.bg-gradient-secondary {
  background: linear-gradient(165deg, #84a9a9 0%, #085252 100%) !important;
}
.bg-success-light {
  background-color: #80c0c0 !important;
}
.bg-success {
  background-color: #008080 !important;
}
.bg-success-dark {
  background-color: #004d4d !important;
}
.bg-gradient-success {
  background: linear-gradient(165deg, #80c0c0 0%, #008080 100%) !important;
}
.bg-info-light {
  background-color: #c8a0bd !important;
}
.bg-info {
  background-color: #90407b !important;
}
.bg-info-dark {
  background-color: #56264a !important;
}
.bg-gradient-info {
  background: linear-gradient(165deg, #c8a0bd 0%, #90407b 100%) !important;
}
.bg-warning-light {
  background-color: #fbd380 !important;
}
.bg-warning {
  background-color: #f7a600 !important;
}
.bg-warning-dark {
  background-color: #946400 !important;
}
.bg-gradient-warning {
  background: linear-gradient(165deg, #fbd380 0%, #f7a600 100%) !important;
}
.bg-danger-light {
  background-color: #f390a7 !important;
}
.bg-danger {
  background-color: #e6214e !important;
}
.bg-danger-dark {
  background-color: #8a142f !important;
}
.bg-gradient-danger {
  background: linear-gradient(165deg, #f390a7 0%, #e6214e 100%) !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-light, .text-light-grey {
  color: #f1f2f3 !important;
}
.text-muted, .text-grey {
  color: #d6d7d8 !important;
}
.text-title {
  color: #141a38 !important;
}
.text-primary {
  color: #4bc6bb !important;
}
.text-secondary {
  color: #085252 !important;
}
.text-secondary-dark {
  color: #053131 !important;
}
.text-success {
  color: #008080 !important;
}
.text-info {
  color: #90407b !important;
}
.text-warning {
  color: #f7a600 !important;
}
.text-danger {
  color: #e6214e !important;
}
.text-facebook {
  color: #4e68a1 !important;
}
.text-twitter {
  color: #65b5f2 !important;
}
.text-linkedin {
  color: #2083bc !important;
}
.text-pinterest {
  color: #d2373b !important;
}
.text-dribbble {
  color: #ec5f94 !important;
}
.text-instagram {
  color: #4c5fd7 !important;
}
.text-vimeo {
  color: #1ab7ea !important;
}
.text-youtube {
  color: #e52d27 !important;
}
.text-dropbox {
  color: #3d9ae8 !important;
}
.text-behance {
  color: #053eff !important;
}
.text-skype {
  color: #00aff0 !important;
}
a.text-white:focus, a.text-white:hover {
  color: #f1f2f3 !important;
}
a.text-black:focus, a.text-black:hover {
  color: #dark-grey !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #2d7770 !important;
}
a.text-secondary:focus, a.text-secondary:hover {
  color: #053131 !important;
}
a.text-success:focus, a.text-success:hover {
  color: #004d4d !important;
}
a.text-info:focus, a.text-info:hover {
  color: #56264a !important;
}
a.text-warning:focus, a.text-warning:hover {
  color: #946400 !important;
}
a.text-danger:focus, a.text-danger:hover {
  color: #8a142f !important;
}
.text-hover {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.primary-hover:hover {
  color: #4bc6bb !important;
}
.secondary-hover:hover {
  color: #085252 !important;
}
.success-hover:hover {
  color: #008080 !important;
}
.info-hover:hover {
  color: #90407b !important;
}
.warning-hover:hover {
  color: #f7a600 !important;
}
.danger-hover:hover {
  color: #e6214e !important;
}
.white-hover:hover {
  color: #fff !important;
}
.grey-hover:hover {
  color: #d6d7d8 !important;
}
.black-hover:hover {
  color: #000 !important;
}
.dark-hover:hover {
  color: #008080 !important;
}
/*--- end of olors ---*/
/*--- positions ---*/
.relative, .position-relative {
  position: relative !important;
}
.absolute, .position-absolute {
  position: absolute !important;
}
.fixed, .position-fixed {
  position: fixed !important;
}
.static, .position-static {
  position: static !important;
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.z-index-6 {
  z-index: 6 !important;
}
.z-index-7 {
  z-index: 7 !important;
}
.z-index-8 {
  z-index: 8 !important;
}
.z-index-9 {
  z-index: 9 !important;
}
.z-index-99 {
  z-index: 99 !important;
}
.z-index-999 {
  z-index: 999 !important;
}
.z-index-9999 {
  z-index: 9999 !important;
}
.z-index-99999 {
  z-index: 99999 !important;
}
.z-index-999999 {
  z-index: 999999 !important;
}
/*--- end of positions ---*/
/*--- overflow ---*/
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
/*--- end of overflow---*/
/*--- width ---*/
.full-width {
  width: 100% !important;
}
.w100, .w-100 {
  max-width: 100% !important;
}
.w90, .w-90 {
  max-width: 90% !important;
}
.w80, .w-80 {
  max-width: 80% !important;
}
.w70, .w-70 {
  max-width: 70% !important;
}
.w60, .w-60 {
  max-width: 60% !important;
}
.w50, .w-50 {
  max-width: 50% !important;
}
.w40, .w-40 {
  max-width: 40% !important;
}
.w30, .w-30 {
  max-width: 30% !important;
}
.w20, .w-20 {
  max-width: 20% !important;
}
.w10, .w-10 {
  max-width: 10% !important;
}
/*--- end of width ---*/
/*--- height ---*/
.full-height {
  min-height: 100vh !important;
}
.half-height {
  min-height: 50vh !important;
}
.tq-height {
  min-height: 75vh !important;
}
.height-50 {
  min-height: 50vh !important;
}
.height-75 {
  min-height: 75vh !important;
}
.height-80 {
  min-height: 80vh !important;
}
.height-90 {
  min-height: 90vh !important;
}
.h-auto {
  height: auto !important;
}
.h-50 {
  height: 50px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.h-700 {
  height: 700px !important;
}
.h-800 {
  height: 800px !important;
}
.h-900 {
  height: 900px !important;
}
.h-1000 {
  height: 1000px !important;
}
/*--- end of height ---*/
/*--- opacity ---*/
.opc-100 {
  opacity: 1 !important;
}
.opc-95 {
  opacity: 0.95 !important;
}
.opc-90 {
  opacity: 0.9 !important;
}
.opc-85 {
  opacity: 0.85 !important;
}
.opc-80 {
  opacity: 0.8 !important;
}
.opc-75 {
  opacity: 0.75 !important;
}
.opc-70 {
  opacity: 0.7 !important;
}
.opc-65 {
  opacity: 0.65 !important;
}
.opc-60 {
  opacity: 0.6 !important;
}
.opc-55 {
  opacity: 0.55 !important;
}
.opc-50 {
  opacity: 0.5 !important;
}
.opc-45 {
  opacity: 0.45 !important;
}
.opc-40 {
  opacity: 0.4 !important;
}
.opc-35 {
  opacity: 0.35 !important;
}
.opc-30 {
  opacity: 0.3 !important;
}
.opc-25 {
  opacity: 0.25 !important;
}
.opc-20 {
  opacity: 0.2 !important;
}
.opc-15 {
  opacity: 0.15 !important;
}
.opc-10 {
  opacity: 0.1 !important;
}
.opc-5 {
  opacity: 0.5 !important;
}
.opc-0 {
  opacity: 0 !important;
}
/*--- end of opacity ---*/
/*--- borders ---*/
.inline-column-border {
  border-right: 1px solid #085252;
}
.inline-column-border:last-child {
  border-right: none;
}
.b-solid {
  border-style: solid !important;
}
.b-0 {
  border: none !important;
}
.b-y-0 {
  border-top: none !important;
  border-bottom: none !important;
}
.b-x-0 {
  border-left: none !important;
  border-right: none !important;
}
.bt-0 {
  border-top: none !important;
}
.bb-0 {
  border-bottom: none !important;
}
.bl-0 {
  border-left: none !important;
}
.br-0 {
  border-right: none !important;
}
.b-1 {
  border: 1px solid transparent !important;
}
.b-2 {
  border: 2px solid transparent !important;
}
.b-3 {
  border: 3px solid transparent !important;
}
.b-4 {
  border: 4px solid transparent !important;
}
.b-5 {
  border: 5px solid transparent !important;
}
.b-y-1 {
  border: 0 !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}
.b-y-2 {
  border: 0 !important;
  border-top: 2px solid transparent !important;
  border-bottom: 2px solid transparent !important;
}
.b-y-3 {
  border: 0 !important;
  border-top: 3px solid transparent !important;
  border-bottom: 3px solid transparent !important;
}
.b-y-4 {
  border: 0 !important;
  border-top: 4px solid transparent !important;
  border-bottom: 4px solid transparent !important;
}
.b-y-5 {
  border: 0 !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
}
.b-x-1 {
  border: 0 !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.b-x-2 {
  border: 0 !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
}
.b-x-3 {
  border: 0 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
}
.b-x-4 {
  border: 0 !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
}
.b-x-5 {
  border: 0 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}
.bt-1 {
  border-top: 1px solid transparent !important;
}
.bt-2 {
  border-top: 2px solid transparent !important;
}
.bt-3 {
  border-top: 3px solid transparent !important;
}
.bt-4 {
  border-top: 4px solid transparent !important;
}
.bt-5 {
  border-top: 5px solid transparent !important;
}
.bb-1 {
  border-bottom: 1px solid transparent !important;
}
.bb-2 {
  border-bottom: 2px solid transparent !important;
}
.bb-3 {
  border-bottom: 3px solid transparent !important;
}
.bb-4 {
  border-bottom: 4px solid transparent !important;
}
.bb-5 {
  border-bottom: 5px solid transparent !important;
}
.bl-1 {
  border-left: 1px solid transparent !important;
}
.bl-2 {
  border-left: 2px solid transparent !important;
}
.bl-3 {
  border-left: 3px solid transparent !important;
}
.bl-4 {
  border-left: 4px solid transparent !important;
}
.bl-5 {
  border-left: 5px solid transparent !important;
}
.br-1 {
  border-right: 1px solid transparent !important;
}
.br-2 {
  border-right: 2px solid transparent !important;
}
.br-3 {
  border-right: 3px solid transparent !important;
}
.br-4 {
  border-right: 4px solid transparent !important;
}
.br-5 {
  border-right: 5px solid transparent !important;
}
.bw-1 {
  border-width: 1px !important;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}
.bw-4 {
  border-width: 4px !important;
}
.bw-5 {
  border-width: 5px !important;
}
.bw-6 {
  border-width: 6px !important;
}
.bw-7 {
  border-width: 7px !important;
}
.bw-8 {
  border-width: 8px !important;
}
.bw-9 {
  border-width: 9px !important;
}
.bw-10 {
  border-width: 10px !important;
}
.rectangle, .sharp {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-xs {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 0 !important;
}
.rounded-lg {
  border-radius: 0 !important;
}
.rounded-xl {
  border-radius: 0 !important;
}
.rounded-5 {
  border-radius: 5px !important;
}
.rounded-10 {
  border-radius: 10px !important;
}
.rounded-15 {
  border-radius: 15px !important;
}
.rounded-20 {
  border-radius: 20px !important;
}
.rounded-25 {
  border-radius: 25px !important;
}
.rounded-30 {
  border-radius: 30px !important;
}
.pill, .btn-pill {
  border-radius: 50px !important;
}
.circle {
  border-radius: 50% !important;
}
.border-white {
  border-color: #fff !important;
}
.border-light {
  border-color: 300 !important;
}
.border-light-grey {
  border-color: #f1f2f3 !important;
}
.border-light-grey-dark {
  border-color: #e7e8e9 !important;
}
.border-grey {
  border-color: #d6d7d8 !important;
}
.border-black {
  border-color: #000 !important;
}
.border-dark {
  border-color: #008080 !important;
}
.border-faded {
  border-color: #f1f2f3 !important;
}
.border-inverse {
  border-color: #515254 !important;
}
.border-primary {
  border-color: #4bc6bb !important;
}
.border-primary-dark {
  border-color: #2d7770 !important;
}
.border-secondary {
  border-color: #085252 !important;
}
.border-secondary-dark {
  border-color: #053131 !important;
}
.border-success {
  border-color: #008080 !important;
}
.border-success-dark {
  border-color: #004d4d !important;
}
.border-info {
  border-color: #90407b !important;
}
.border-info-dark {
  border-color: #56264a !important;
}
.border-warning {
  border-color: #f7a600 !important;
}
.border-warning-dark {
  border-color: #946400 !important;
}
.border-danger {
  border-color: #e6214e !important;
}
.border-danger-dark {
  border-color: #8a142f !important;
}
.border-transparent {
  border-color: transparent !important;
}
/*--- end of borders ---*/
/*--- custom attributes ---*/
.after-dropdown {
  margin-left: 10px;
}
.hide-dropdown-arrow:after {
  display: none !important;
}
.no-move:hover {
  transform: translateY(0) !important;
}
.move, .big-move, .blur {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.move:hover {
  transform: translateY(-6px) !important;
}
.big-move:hover {
  transform: translateY(-12px) !important;
}
.raised-xs, .shadow-xs {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0) !important;
}
.raised-sm, .shadow-sm {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0) !important;
}
.raised, .shadow {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0) !important;
}
.raised-lg, .shadow-lg {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0) !important;
}
.raised-xl, .shadow-xl {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0) !important;
}
.blur {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0) !important;
}
.blur:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0) !important;
}
.raised.move:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0) !important;
}
body .no-shadow, body .no-shadow:hover, body .no-shadow:active, body .no-shadow:focus {
  box-shadow: none !important;
}
.transform.rotate-1 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.transform.rotate-2 {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.transform.rotate-3 {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%;
}
.transform.rotate-4 {
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.transform.rotate-5 {
  -webkit-transform: translate3d(20%, -55%, 0);
  transform: translate3d(20%, -55%, 0);
}
.no-blur {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
/*--- end of custom attributes ---*/
/*--- end of custom attributes ---*/
/*--- animations ---*/
.animate__animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animate__animated.fast {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.4s !important;
}
.animate__animated.first {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 0.5s;
}
.animate__animated.second {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 1s;
}
.animate__animated.third {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 1.3s;
}
.animate__animated.fourth {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 1.8s;
}
.animate__animated.fifth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 2s;
}
.animate__animated.sixth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 2.5s;
}
.animate__animated.seventh {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 3.2s;
}
.animate__animated.eighth {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  animation-delay: 3.5s;
}
.animate__animated.nineth {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
  animation-delay: 3.8s;
}
.animate__animated.tenth {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
  animation-delay: 4s;
}
.animate.pulse {
  animation: pulse 1s infinite;
  animation-timing-function: linear;
}
.animate.pulse-hover:hover {
  animation: pulse 1s infinite;
  animation-timing-function: linear;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  50% 100% {
    transform: scale(1);
  }
}
.animate.zoom:hover {
  transform: scale(1.1);
  transition: all ease 500ms;
}
.animate.move-vertical {
  animation: move-vertical 900ms infinite;
  animation-timing-function: linear;
}
@keyframes move-vertical {
  0% {
    transform: translate(0px, 4px);
  }
  50% {
    transform: translate(0px, -4px);
  }
  100% {
    transform: translate(0px, 4px);
  }
}
.animate.move-horizontal {
  animation: move-horizontal 900ms infinite;
  animation-timing-function: linear;
}
@keyframes move-horizontal {
  0% {
    transform: translate(4px, 0px);
  }
  50% {
    transform: translate(-4px, 0px);
  }
  100% {
    transform: translate(4px, 0px);
  }
}
/*--- end of animations ---*/
/*------- end of utility classes -------*/
/*----------------    media screens    ----------------*/
/*-------------    max-widths    -------------*/
/*-------       1440px       -------*/
@media only screen and (max-width: 1440px) {
  .navbar .dropdown-menu {
    left: 0;
    right: 0;
  }
  .navbar .dropdown-menu.mega-menu {
    transform: translateX(-70%);
  }
  .navbar .dropdown-menu:before {
    left: auto;
    right: 0;
  }
  .navbar .dropdown-menu:before {
    right: 15%;
  }
  .navbar .dropdown-menu.mega-menu.drop-to-center {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  .navbar .dropdown-menu.drop-to-center::before {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  .navbar .dropdown-menu.mega-menu.drop-to-right {
    transform: none;
  }
  .navbar .dropdown-menu.drop-to-right::before {
    left: 15%;
    right: auto;
  }
  .snav-hide-span-xxl .nav-item span {
    display: none !important;
  }
  .bottom-element {
    max-width: 1140px;
  }
  .header-content.slide-header {
    padding: 300px 0;
  }
}
/*-------       end of 1440px       -------*/
/*-------       1200px       -------*/
@media only screen and (max-width: 1200px) {
  .tablet-xl-text-left {
    text-align: left !important;
  }
  .tablet-xl-text-center {
    text-align: center !important;
  }
  .tablet-xl-text-right {
    text-align: right !important;
  }
  .navbar-expand-xl.navbar {
    padding: 0.885rem 0;
  }
  .navbar-expand-xl.navbar.split-menu {
    padding: 1.5rem 0;
  }
  .navbar-expand-xl .dropdown .dropdown-toggle.show::after {
    content: "";
  }
  .tablet-xl-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tablet-xl-top {
    margin-bottom: 15px !important;
  }
  .tablet-xl-top-30 {
    margin-bottom: 30px !important;
  }
  .tablet-xl-top-45 {
    margin-bottom: 45px !important;
  }
  .tablet-xl-top-60 {
    margin-bottom: 60px !important;
  }
  .tablet-xl-hidden, .hide-tablet-xl {
    display: none;
  }
  .tablet-xl-no-border {
    border: none !important;
  }
  .tablet-xl-no-border-right {
    border-right: none !important;
  }
  .tablet-xl-no-border-left {
    border-left: none !important;
  }
  .tablet-xl-no-border-top {
    border-top: none !important;
  }
  .tablet-xl-no-border-bottom {
    border-bottom: none !important;
  }
  .tablet-xl-overlay-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-xl-overlay-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-xl-overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-xl-overlay-lighter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-xl-overlay-primary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-xl-overlay-primary-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .overlay-half-dark.tablet-xl-full, .overlay-half-darker.tablet-xl-full, .overlay-half-light.tablet-xl-full, .overlay-half-lighter.tablet-xl-full, .overlay-half-light-frosted.tablet-xl-full, .overlay-half-primary.tablet-xl-full, .overlay-half-primary-darker.tablet-xl-full {
    width: 100%;
  }
  .navbar-expand-xl .form-inline {
    display: block;
    margin: 0.5rem auto;
  }
  .navbar-expand-xl .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
  }
  .navbar-expand-xl .navbar-collapse .nav-link {
    padding: 1rem 0;
  }
  .navbar-expand-xl .dropdown-toggle::after {
    top: 21px;
    font-size: 0.65rem;
  }
  .navbar-expand-xl .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 270px;
    height: 100% !important;
    max-height: 100% !important;
    background: #fff;
    text-align: left;
    padding: 100px 30px 0;
    margin-top: 0;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-expand-xl button:not(.collapsed) {
    position: absolute;
    right: 30px;
  }
  .navbar-expand-xl.split-menu .navbar-brand {
    display: none;
  }
  .navbar-expand-xl.split-menu .navbar-brand.mobile-brand {
    display: contents !important;
  }
  .navbar-expand-xl.split-menu .navbar-collapse {
    margin-top: 20px;
  }
  .snav-hide-span-xl .nav-item span {
    display: none !important;
  }
  .vertical-swiper.swiper-container {
    height: 600px !important;
  }
  .vertical-swiper.swiper-container.header-slider {
    height: 740px !important;
  }
  .vertical-swiper.swiper-container.header-slider-full {
    height: 740px !important;
  }
  .bottom-element {
    max-width: 960px;
  }
  .header-content.slide-header {
    padding: 260px 0;
  }
  .promo-box.promo-left h2, .promo-box.promo-left .h2, .promo-box.promo-right h2, .promo-box.promo-right .h2 {
    font-size: 1.875rem;
  }
  .promo-box.promo-left h3, .promo-box.promo-left .h3, .promo-box.promo-right h3, .promo-box.promo-right .h3 {
    font-size: 1.75rem;
  }
}
/*-------       end of 1200px       -------*/
/*-------       1024px       -------*/
@media only screen and (max-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 94%;
  }
  .bg-fixed {
    background-attachment: scroll !important;
  }
  .hide-tablet-landscape, .hide-tablet-ls {
    display: none !important;
  }
  .vertical-swiper.swiper-container {
    height: 500px !important;
  }
  .vertical-swiper.swiper-container.header-slider {
    height: 650px !important;
  }
  .vertical-swiper.swiper-container.header-slider-full {
    height: 650px !important;
  }
}
/*-------       end of 1024px       -------*/
/*-------       991px       -------*/
@media only screen and (max-width: 991px) {
  .tablet-lg-text-left {
    text-align: left !important;
  }
  .tablet-lg-text-center {
    text-align: center !important;
  }
  .tablet-lg-text-right {
    text-align: right !important;
  }
  .tablet-lg-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tablet-lg-top {
    margin-bottom: 15px !important;
  }
  .tablet-lg-top-30 {
    margin-bottom: 30px !important;
  }
  .tablet-lg-top-45 {
    margin-bottom: 45px !important;
  }
  .tablet-lg-top-60 {
    margin-bottom: 60px !important;
  }
  .hide-tablet-lg, .tablet-lg-hidden {
    display: none !important;
  }
  .tablet-lg-no-border {
    border: none !important;
  }
  .tablet-lg-no-border-right {
    border-right: none !important;
  }
  .tablet-lg-no-border-left {
    border-left: none !important;
  }
  .tablet-lg-no-border-top {
    border-top: none !important;
  }
  .tablet-lg-no-border-bottom {
    border-bottom: none !important;
  }
  .tablet-lg-overlay-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-lg-overlay-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-lg-overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-lg-overlay-lighter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-lg-overlay-primary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-lg-overlay-primary-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .overlay-half-dark.tablet-lg-full, .overlay-half-darker.tablet-lg-full, .overlay-half-light.tablet-lg-full, .overlay-half-lighter.tablet-lg-full, .overlay-half-light-frosted.tablet-lg-full, .overlay-half-primary.tablet-lg-full, .overlay-half-primary-darker.tablet-lg-full {
    width: 100%;
  }
  .w50, .w-50 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w40, .w-40 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w30, .w-30 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w20, .w-20 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w10, .w-10 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .card img.w-50 {
    width: 50% !important;
    max-width: 50% !important;
  }
  .card img.w-60 {
    width: 60% !important;
    max-width: 60% !important;
  }
  .card img.w-70 {
    width: 70% !important;
    max-width: 70% !important;
  }
  .card img.w-80 {
    width: 80% !important;
    max-width: 80% !important;
  }
  .card img.w-90 {
    width: 90% !important;
    max-width: 90% !important;
  }
  .navbar.navbar-expand-lg .dropdown-menu.mega-menu {
    transform: none;
    right: 0;
    left: 0;
  }
  .navbar-expand-lg > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-expand-lg.main-nav {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .navbar-expand-lg.navbar {
    padding: 1rem 0.5rem;
  }
  .navbar-expand-lg.menu-line.nav-scroll li a span {
    padding-bottom: 8px;
  }
  .navbar-expand-lg .dropdown .dropdown-toggle.show::after {
    content: "";
  }
  .navbar-expand-lg .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    padding: 1rem 0;
  }
  .navbar-expand-lg .navbar-brand {
    margin-left: 0;
  }
  .navbar-expand-lg.navbar-light.bg-transparent .navbar-collapse {
    background-color: #fff !important;
  }
  .navbar-expand-lg .dropdown-menu {
    background-color: transparent;
  }
  .navbar-expand-lg .dropdown-menu.show {
    display: block;
    left: 0;
    right: 0;
    max-width: 320px;
    transform: none;
  }
  .navbar-expand-lg .dropdown-menu:before, .navbar-expand-lg .dropdown-menu:after {
    display: none;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-item {
    padding: 8px 0;
  }
  .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item, .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item:focus {
    color: #f1f2f3;
    opacity: 0.75;
  }
  .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse .navbar-collapse .dropdown-item.active {
    color: #4bc6bb;
  }
  .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse .dropdown-item.active, .navbar-expand-lg.navbar-inverse.bg-info .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.bg-info .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.bg-info .navbar-collapse .dropdown-item.active {
    color: #fff !important;
    opacity: 0.5;
  }
  .navbar-expand-lg .dropdown-menu {
    box-shadow: none;
    max-width: 600px;
    margin: 0 auto;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .navbar-expand-lg.split-menu .navbar-collapse .dropdown-menu, .navbar-expand-lg.stacked-menu .navbar-collapse .dropdown-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-lg.split-menu .navbar-brand {
    display: none;
  }
  .navbar-expand-lg.split-menu .mobile-brand {
    display: contents !important;
  }
  .dropdown-menu.mega-menu {
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 260px;
  }
  .navbar-collapse {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 380px;
  }
  .navbar-collapse.collapsing {
    transition: none !important;
  }
  .navbar-expand-lg .dropdown-item {
    text-align: left;
  }
  .navbar-expand-lg .dropdown-toggle::after {
    top: 27px;
    right: 0;
    font-size: 10px;
  }
  .nav-icon .md-icon {
    margin: 5px;
  }
  .navbar-expand-lg .form-inline {
    display: block;
    margin: 0.5rem auto;
  }
  .navbar-expand-lg .count {
    top: 12px;
    right: auto;
    left: auto;
    margin-top: 0;
    margin-left: -8px;
  }
  .after-dropdown {
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-button {
    margin-left: 0 !important;
  }
  .navbar-expand-lg .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 270px;
    height: 100% !important;
    max-height: 100% !important;
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    text-align: left;
    padding: 100px 30px 0;
    margin-top: 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0);
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-expand-lg.split-menu .navbar-collapse, .navbar-expand-lg.stacked-menu .navbar-collapse, .navbar-expand-lg.secondary-nav .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    background: transparent;
    text-align: center;
    padding: 30px 0;
    margin-top: 25px;
    border-radius: 0;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0);
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }
  .navbar-expand-lg.navbar-inverse.split-menu .navbar-collapse, .navbar-expand-lg.navbar-inverse.stacked-menu .navbar-collapse, .navbar-expand-lg.navbar-inverse.secondary-nav .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .navbar-expand-lg.split-menu button:not(.collapsed), .navbar-expand-lg.stacked-menu button:not(.collapsed), .navbar-expand-lg.secondary-nav button:not(.collapsed) {
    position: relative;
    top: 0;
    right: 0;
  }
  .navbar-expand-lg.split-menu .dropdown-toggle::after, .navbar-expand-lg.stacked-menu .dropdown-toggle::after, .navbar-expand-lg.secondary-nav .dropdown-toggle::after {
    position: relative;
    top: 3px;
    margin-left: 8px;
    transform: none;
  }
  .navbar-expand-lg.secondary-nav .navbar-toggler {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-expand-lg.split-menu .dropdown-item, .navbar-expand-lg.stacked-menu .dropdown-item, .navbar-expand-lg.secondary-nav .dropdown-item {
    text-align: center;
  }
  .navbar-expand-lg.bg-secondary .navbar-collapse {
    background: #085252;
  }
  .navbar-expand-lg.navbar-inverse .navbar-collapse {
    background: rgba(29, 29, 36, 0.87);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .navbar-expand-lg.navbar-inverse.nav-primary .navbar-collapse {
    background: rgba(75, 198, 187, 0.87);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .navbar-expand-lg.navbar-inverse.bg-primary .navbar-collapse {
    background: #4bc6bb;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link:focus, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item:focus, .navbar-expand-lg.navbar-inverse.main-nav .dropdown-item i, .navbar-expand-lg.navbar-inverse.main-nav .navbar-toggler .icon-bar, .navbar-expand-lg.navbar-inverse.main-nav .navbar-toggler.collapsed .icon-bar {
    color: #fff;
  }
  .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link:hover, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link:active, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .nav-link.active, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.main-nav .navbar-collapse .dropdown-item.active {
    color: #4bc6bb;
  }
  .navbar-expand-lg.navbar-inverse.nav-primary.main-nav .navbar-collapse .nav-link:hover, .navbar-expand-lg.navbar-inverse.nav-primary.main-nav .navbar-collapse .nav-link:active, .navbar-expand-lg.navbar-inverse.nav-primary.main-nav .navbar-collapse .nav-link.active, .navbar-expand-lg.navbar-inverse.nav-primary.nav-primary.main-nav .navbar-collapse .dropdown-item:hover, .navbar-expand-lg.navbar-inverse.nav-primary.main-nav .navbar-collapse .dropdown-item:active, .navbar-expand-lg.navbar-inverse.nav-primary.main-nav .navbar-collapse .dropdown-item.active {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar-expand-lg button:not(.collapsed) {
    position: fixed;
    top: 20px;
    right: 30px;
  }
  .navbar-expand-lg .navbar-button {
    margin-top: 15px !important;
    width: 100%;
  }
  .navbar-expand-lg .navbar-button .btn {
    width: 100%;
    max-width: 100% !important;
  }
  .navbar-expand-lg .navbar-brand img {
    width: auto;
    margin: 5px 0;
  }
  .navbar-expand-lg.split-menu .navbar-brand img {
    max-height: 40px;
  }
  .navbar-expand-lg.right-toggler {
    position: relative;
  }
  .navbar-expand-lg.right-toggler .container {
    position: relative;
  }
  .navbar-expand-lg.right-toggler .navbar-toggler {
    position: absolute;
    right: 15px;
  }
  .navbar-expand-lg.right-toggler button:not(.collapsed) {
    position: fixed;
    top: 23px;
    right: 15px;
  }
  .navbar-expand-lg.menu-custom .nav-link {
    text-align: center;
    padding: 10px 25px;
    margin: 5px 0;
    border-radius: 5px;
  }
  .navbar-expand-lg.menu-custom .dropdown-toggle::after {
    top: 24px;
    right: auto;
  }
  .navbar-expand-lg.menu-custom .nav-link.active, .navbar-expand-lg.menu-custom .nav-link:hover, .navbar-expand-lg.menu-custom .nav-link.active:hover {
    color: #141a38;
    background-color: rgba(55, 55, 55, 0.2);
  }
  .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link:hover, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navbar-expand-lg.custom-menu.menu-pills .nav-link {
    text-align: center;
    margin: 5px 0;
  }
  .navbar-expand-lg.menu-line li a span {
    padding-bottom: 10px;
  }
  .navbar-expand-lg.snav-hide-span-xxl .nav-item span, .navbar-expand-lg.snav-hide-span-xl .nav-item span {
    display: inline-block !important;
  }
  .navbar-expand-lg .navbar-collapse .second-side-nav {
    display: flex;
    flex-direction: row;
    background-color: #f1f2f3;
    margin-top: 20px !important;
    padding: 0 1.5rem !important;
    border-radius: 0;
  }
  .navbar-expand-lg .navbar-collapse .second-side-nav .nav-item .nav-link {
    padding-right: 1.5rem !important;
  }
  .navbar-expand-lg .navbar-collapse .second-side-nav .nav-item:last-child .nav-link {
    padding-right: 0 !important;
  }
  .navbar-expand-lg.menu-line .navbar-collapse .nav-item {
    margin-bottom: 30px;
    text-align: center;
  }
  .has-top-menu {
    margin-top: 90px;
  }
  .has-top-menu-sm {
    margin-top: 70px;
  }
  .table-overflow {
    width: 100%;
    overflow-x: auto;
  }
  header.lg {
    padding: 110px 0;
  }
  header.xl {
    padding: 150px 0;
  }
  .header-content.xl {
    padding-top: 180px;
  }
  header.xxl {
    padding: 180px 0;
  }
  header.xxl.has-fixed-menu {
    padding-top: 250px;
  }
  .header-content.xxl, .header-content.xxxl {
    padding-top: 220px;
  }
  .header-content.slide-header {
    padding: 250px 0;
  }
  header.xxl h1.fixed-title, header.xxl .fixed-title.h1 {
    top: 260px;
  }
  header h1.page-title, header .page-title.h1 {
    font-size: 48px;
  }
  .section-title {
    font-size: 48px;
  }
  header .title, section h2.section-title, section .section-title.h2 {
    font-size: 48px;
  }
  .page-header {
    padding: 200px 0 110px 0;
  }
  .page-header.w-absolute-nav .page-title {
    padding-top: 200px;
  }
  .btn-inline {
    position: relative;
    display: block;
  }
  .vertical-swiper.swiper-container {
    height: 460px !important;
  }
  .vertical-swiper.swiper-container.header-slider {
    height: 560px !important;
  }
  .vertical-swiper.swiper-container.header-slider-full {
    height: 560px !important;
  }
  .promo-img-lg.promo-box-img-left img, .promo-img-lg.promo-box-img-left .box-bg-image {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .promo-img-lg.promo-box-img-left .promo-box {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-img-lg.promo-box-img-right img, .promo-img-lg.promo-box-img-right .box-bg-image {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-img-lg.promo-box-img-right .promo-box {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .cta .left-area {
    text-align: center;
  }
  .cta .right-area {
    text-align: center;
    margin-top: 20px;
  }
  .cta .left-area.left-aligned.tablet-center {
    text-align: center;
  }
  .cta .right-area.right-aligned.tablet-center {
    text-align: center;
  }
}
/*-------       end of 991px       -------*/
/*-------       767px       -------*/
@media only screen and (max-width: 767px) {
  body.components, html.components {
    background-color: #f1f2f3;
  }
  body.bg-inverse {
    background: #303132;
  }
  .tablet-text-left {
    text-align: left !important;
  }
  .tablet-text-center {
    text-align: center !important;
  }
  .tablet-text-right {
    text-align: right !important;
  }
  .tablet-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tablet-top {
    margin-bottom: 15px !important;
  }
  .tablet-top-30 {
    margin-bottom: 30px !important;
  }
  .tablet-top-45 {
    margin-bottom: 45px !important;
  }
  .tablet-top-60 {
    margin-bottom: 60px !important;
  }
  .tablet-hidden, .hide-tablet {
    display: none;
  }
  .tablet-no-border {
    border: none !important;
  }
  .tablet-no-border-right {
    border-right: none !important;
  }
  .tablet-no-border-left {
    border-left: none !important;
  }
  .tablet-no-border-top {
    border-top: none !important;
  }
  .tablet-no-border-bottom {
    border-bottom: none !important;
  }
  .tablet-overlay-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-overlay-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-overlay-lighter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-overlay-primary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .tablet-overlay-primary-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .overlay-half-dark.tablet-full, .overlay-half-darker.tablet-full, .overlay-half-light.tablet-full, .overlay-half-lighter.tablet-full, .overlay-half-light-frosted.tablet-full, .overlay-half-primary.tablet-full, .overlay-half-primary-darker.tablet-full {
    width: 100%;
  }
  .content {
    background: transparent;
    padding: 30px 0;
  }
  .w90, .w-90 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w80, .w-80 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w70, .w-70 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .w60, .w-60 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hide-tablet {
    display: none !important;
  }
  header h1.page-title, header .page-title.h1 {
    font-size: 44px;
  }
  .section-title {
    font-size: 44px;
  }
  header .title, section h2.section-title, section .section-title.h2 {
    font-size: 44px;
  }
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .navbar-expand-md .form-inline {
    display: block;
    margin: 0.5rem auto;
  }
  .navbar-expand-md .count {
    top: 13px;
    right: auto;
    left: auto;
    margin-top: 0;
    margin-left: -8px;
  }
  .navbar-expand-md .dropdown .dropdown-toggle.show::after {
    content: "";
  }
  .split-menu .navbar-brand {
    display: none;
  }
  .split-menu .navbar-brand.mobile-brand {
    display: contents !important;
  }
  header .breadcrumb.text-right {
    text-align: left !important;
    margin-top: 15px;
  }
  .top-nav {
    text-align: center;
  }
  .top-nav .left {
    float: none;
    display: block;
    text-align: center !important;
    margin-bottom: 10px;
  }
  .top-nav .right {
    float: none;
    display: block;
    text-align: center !important;
  }
  header.xl, header.lg {
    padding: 120px 0;
  }
  .header-content.lg, .header-content.xl, .header-content.xxl, .header-content.xxxl {
    padding-top: 200px;
  }
  .swiper-container .header-content {
    max-width: 85%;
    margin: 0 auto;
  }
  .header-content.slide-header {
    padding: 200px 0;
  }
  .vertical-swiper.swiper-container {
    height: 400px !important;
  }
  .vertical-swiper.swiper-container.header-slider {
    height: 500px !important;
  }
  .vertical-swiper.swiper-container.header-slider-full {
    height: 500px !important;
  }
  .promo-box.has-process-icon:after {
    display: none;
  }
  .promo-box-img-left img, .promo-box-img-left .box-bg-image {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .promo-box-img-left .promo-box {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-box-img-right img, .promo-box-img-right .box-bg-image {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .promo-box-img-right .promo-box {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  .pricing-table.featured, .stacked .pricing-table.featured {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline > li > .timeline-panel {
    width: 100%;
  }
  .timeline > li:not(.timeline-inverted) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .timeline > li.timeline-inverted {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .timeline > li > .timeline-panel:before, .timeline > li > .timeline-panel:after {
    display: none;
  }
  .timeline > li > .timeline-panel {
    margin-top: 75px;
  }
  .modal-right .modal-dialog, .modal-left .modal-dialog {
    width: calc(100% - 50px);
  }
  .footer-left-area {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-center-area {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-right-area {
    text-align: center;
  }
  .cta .left-area.left-aligned.tablet-md-center {
    text-align: center;
  }
  .cta .right-area.right-aligned.tablet-md-center {
    text-align: center;
  }
  .header-slider-content {
    padding: 120px 15px;
  }
  .btn-group.is-split-drop .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  .btn-group.is-split-drop.dropup .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  footer .text-left, footer .text-right {
    display: block !important;
    text-align: center !important;
  }
  .footer-widget-area {
    padding: 40px 0;
  }
  .footer-widget-area .widget {
    margin: 25px 0;
  }
}
/*-------       end of 767px       -------*/
/*-------       575px       -------*/
@media only screen and (max-width: 575px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 96%;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-text-right {
    text-align: right !important;
  }
  .mobile-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mobile-top {
    margin-bottom: 15px !important;
  }
  .mobile-top-30 {
    margin-bottom: 30px !important;
  }
  .mobile-top-45 {
    margin-bottom: 45px !important;
  }
  .mobile-top-60 {
    margin-bottom: 60px !important;
  }
  .hide-mobile, .mobile-hidden {
    display: none !important;
  }
  .mobile-no-border {
    border: none !important !important;
  }
  .mobile-no-border-right {
    border-right: none !important;
  }
  .mobile-no-border-left {
    border-left: none !important;
  }
  .mobile-no-border-top {
    border-top: none !important;
  }
  .mobile-no-border-bottom {
    border-bottom: none !important;
  }
  .mobile-overlay-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-overlay-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-overlay-lighter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-overlay-primary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-overlay-primary-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .overlay-half-dark.mobile-full, .overlay-half-darker.mobile-full, .overlay-half-light.mobile-full, .overlay-half-lighter.mobile-full, .overlay-half-light-frosted.mobile-full, .overlay-half-primary.mobile-full, .overlay-half-primary-darker.mobile-full {
    width: 100%;
  }
  .card-w-raised-img-top {
    margin-top: 100px;
  }
  .card.w-raised-icon {
    margin-top: 65px;
  }
  .card.w-raised-icon.sm-icon {
    margin-top: 55px;
  }
  .card.w-raised-icon.lg-icon {
    margin-top: 70px;
  }
  .card.w-raised-icon.xl-icon {
    margin-top: 80px;
  }
  header.xl, header.lg {
    padding: 100px 0;
  }
  .header-content.xl, .header-content.lg {
    padding-top: 100px;
  }
  header.xxl {
    padding: 100px 0;
  }
  header.xxl.has-fixed-menu {
    padding-top: 170px;
  }
  .header-content.xl {
    padding-top: 150px;
  }
  .header-content.xxl, .header-content.xxxl {
    padding-top: 180px;
  }
  .header-content.slide-header {
    padding: 150px 0;
  }
  header.xxl h1.fixed-title, header.xxl .fixed-title.h1 {
    top: 190px;
  }
  .page-header {
    padding: 160px 0 70px 0;
  }
  .page-header.w-absolute-nav {
    padding-bottom: 80px;
  }
  .page-header.w-absolute-nav .page-title {
    padding-top: 160px;
  }
  .cta .left-area.left-aligned.mobile-center {
    text-align: center !important;
  }
  .cta .right-area.right-aligned.mobile-center {
    text-align: center !important;
  }
  footer {
    text-align: center;
  }
  .modal-example .modal-content {
    max-width: 300px;
    margin: 0 auto;
  }
  .top-page-header {
    height: 100%;
  }
  .top-header-nav {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    padding: 15px;
  }
  .top-header-nav .top-nav-item {
    line-height: 3rem;
  }
  .vertical-swiper.swiper-container {
    height: 300px !important;
  }
  .nav-tabs .nav-item {
    display: block;
    width: 100%;
  }
  .filter-btn {
    display: block;
    width: 100%;
  }
  .project-widget img {
    max-width: 68px;
  }
  .instagram-widget img {
    max-width: 54px;
  }
}
/*-------       end of 575px       -------*/
/*-------       480px       -------*/
@media only screen and (max-width: 480px) {
  .mobile-sm-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hide-mobile-sm, .mobile-sm-hidden {
    display: none !important;
  }
  .mobile-sm-no-border {
    border: noen !important;
  }
  .mobile-sm-no-border-right {
    border-right: none !important;
  }
  .mobile-sm-no-border-left {
    border-left: none !important;
  }
  .mobile-sm-no-border-top {
    border-top: none !important;
  }
  .mobile-sm-no-border-bottom {
    border-bottom: none !important;
  }
  .mobile-sm-overlay-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-sm-overlay-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-sm-overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-sm-overlay-lighter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-sm-overlay-primary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mobile-sm-overlay-primary-darker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 198, 187, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .overlay-half-dark.mobile-sm-full, .overlay-half-darker.mobile-sm-full, .overlay-half-light.mobile-sm-full, .overlay-half-lighter.mobile-sm-full, .overlay-half-light-frosted.mobile-sm-full, .overlay-half-primary.mobile-sm-full, .overlay-half-primary-darker.mobile-sm-full {
    width: 100%;
  }
  header h1, header .h1 {
    font-size: 28px;
  }
  header h2, header .h2 {
    font-size: 24px;
  }
  header h3, header .h3 {
    font-size: 20px;
  }
  header h1.page-title, header .page-title.h1 {
    font-size: 34px;
  }
  .section-title {
    font-size: 34px;
  }
  header .title, section h2.section-title, section .section-title.h2 {
    font-size: 34px;
  }
  header.xxl {
    padding: 160px 0;
  }
  header.xxl h1.fixed-title, header.xxl .fixed-title.h1 {
    top: 170px;
  }
  .navbar-expand-lg.right-toggler button:not(.collapsed) {
    top: 60px;
  }
  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }
  .custom-form .left-area.long {
    width: 100%;
  }
  .custom-form .right-area.long {
    width: 100%;
  }
  .custom-form .left-area.short {
    width: 100%;
  }
  .custom-form .right-area.short {
    width: 100%;
  }
  .modal-footer.custom-form {
    display: block;
  }
  .cta .left-area.left-aligned.mobile-sm-center {
    text-align: center;
  }
  .cta .right-area.right-aligned.mobile-sm-center {
    text-align: center;
  }
  .modal-example .modal-content {
    max-width: 260px;
    margin: 0 auto;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*-------       end of 480px       -------*/
/*-------       400px       -------*/
@media only screen and (max-width: 400px) {
  .mobile-xs-fw {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hide-mobile-xs, .mobile-xs-hidden {
    display: none !important;
  }
  .mobile-xs-no-border {
    border: none !important;
  }
  .mobile-xs-no-border-right {
    border-right: none !important;
  }
  .mobile-xs-no-border-left {
    border-left: none !important;
  }
  .mobile-xs-no-border-top {
    border-top: none !important;
  }
  .mobile-xs-no-border-bottom {
    border-bottom: none !important;
  }
  .modal-example .modal-content {
    max-width: 220px;
    margin: 0 auto;
  }
  .vertical-swiper.swiper-container {
    height: 220px !important;
  }
}
/*-------       end of 400px       -------*/
/*------------- end of max-widths -------------*/
/*------------- min-max-widths -------------*/
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }
  .custom-form .left-area.long {
    width: 100%;
  }
  .custom-form .right-area.long {
    width: 100%;
  }
  .custom-form .left-area.short {
    width: 100%;
  }
  .custom-form .right-area.short {
    width: 100%;
  }
  .glightbox-clean .gslide-media {
    max-width: 70% !important;
  }
  .glightbox-clean .gslide-description {
    max-width: 70% !important;
  }
}
/*------------- end of min-max-widths -------------*/
/*------------- min-widths -------------*/
/*-------       768px       -------*/
@media only screen and (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    orphans: 1;
    widows: 1;
  }
  #wrapper {
    padding-left: 300px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 300px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
/*-------       end of 768px       -------*/
/*-------       992px       -------*/
@media only screen and (min-width: 992px) {
  /*--- secondary-nav ---*/
  /*--- end of secondary-nav ---*/
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 1.25rem;
    height: 90px;
    line-height: 90px;
  }
  .navbar-expand-lg.nav-scroll .navbar-nav .nav-link {
    padding: 25px;
  }
  .navbar-expand-lg.menu-custom, .navbar-expand-lg.custom-menu.menu-pills {
    padding: 20px 0;
  }
  .navbar-expand-lg.custom-menu.menu-pills .nav-link {
    padding: 0 30px;
    height: 52px;
    line-height: 52px;
    margin: 0 5px;
    border: none !important;
    border-radius: 50px;
  }
  .navbar-expand-lg.menu-custom .nav-link {
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 5px;
  }
  .navbar-expand-lg.menu-custom .nav-link.active, .navbar-expand-lg.menu-custom .nav-link:hover, .navbar-expand-lg.menu-custom .nav-link.active:hover {
    color: #141a38;
    background-color: rgba(55, 55, 55, 0.2);
  }
  .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link:hover, .navbar-expand-lg.menu-custom.navbar-inverse .nav-link.active:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navbar-expand-lg .dropdown-toggle::after {
    display: none;
  }
  .nav-item.no-nav-link {
    padding: 0 1.5rem;
  }
  .nav-item.no-nav-link.last-menu-item {
    padding-right: 0;
  }
  .navbar-expand-lg .last-menu-item {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
    -moz-transition: opacity 0.3s, ease-in-out 0.3s;
    -o-transition: opacity 0.3s, ease-in-out 0.3s;
    transition: opacity 0.3s, ease-in-out 0.3s;
    animation-delay: 0.5s;
    top: 100px;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-expand-lg .dropdown:hover .dropdown-menu {
    top: 90px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-lg .mega-menu.one-column {
    min-width: 220px;
  }
  .navbar-expand-lg .mega-menu.two-columns {
    min-width: 440px;
  }
  .navbar-expand-lg .mega-menu.three-columns {
    min-width: 600px;
  }
  .navbar-expand-lg .mega-menu.four-columns {
    min-width: 800px;
  }
  .navbar-expand-lg .mega-menu.five-columns {
    min-width: 1000px;
  }
  .navbar-expand-lg .mega-menu.six-columns {
    min-width: 1080px;
    max-width: 100%;
  }
  .navbar-expand-lg .icon-dropdowns .nav-link {
    padding: 0.75rem !important;
  }
  .navbar-expand-lg.stacked-menu > .container {
    display: block;
  }
  .navbar-expand-lg.secondary-nav .navbar-nav .nav-link {
    padding: 0 1.5rem;
    height: 54px;
    line-height: 54px;
  }
  .navbar-expand-lg.snav-left .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  .navbar-expand-lg.snav-right .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .navbar-expand-lg.secondary-nav.snav-tab .navbar-nav .nav-link {
    background-color: transparent;
  }
  .navbar-expand-lg.secondary-nav.snav-tab .navbar-nav .nav-link.active, .navbar-expand-lg.secondary-nav.snav-tab .navbar-nav .nav-link.active:hover {
    background-color: #4bc6bb;
    color: #fff;
  }
  .navbar-expand-lg.secondary-nav.snav-tab .navbar-nav .nav-link:hover {
    background-color: #a5e3dd;
    color: #4bc6bb;
  }
  .navbar-expand-lg .dropdown-menu.mw-140 {
    min-width: 140px;
  }
  .navbar-expand-lg .dropdown-menu.mw-160 {
    min-width: 160px;
  }
  .navbar-expand-lg .dropdown-menu.mw-200 {
    min-width: 200px;
  }
  .navbar-expand-lg .dropdown-menu.mw-300 {
    min-width: 300px;
  }
}
/*-------       end of 992px       -------*/
/*-------       1200px       -------*/
@media only screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 1.75rem 1.5rem;
  }
  .navbar-expand-xl .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-xl .split-menu .navbar-brand {
    display: inline-block;
  }
  .navbar-expand-xl .split-menu .navbar-brand.mobile-brand {
    display: none !important;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    display: block;
    position: absolute;
    -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
    -moz-transition: opacity 0.3s, ease-in-out 0.3s;
    -o-transition: opacity 0.3s, ease-in-out 0.3s;
    transition: opacity 0.3s, ease-in-out 0.3s;
    animation-delay: 0.5s;
    top: 75px;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-expand-xl .dropdown:hover .dropdown-menu {
    top: 65px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-xl .dropdown-menu.show {
    top: 65px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-expand-xl .mega-menu.one-column {
    min-width: 180px;
  }
  .navbar-expand-xl .mega-menu.two-columns {
    min-width: 360px;
  }
  .navbar-expand-xl .mega-menu.three-columns {
    min-width: 540px;
  }
  .navbar-expand-xl .mega-menu.four-columns {
    min-width: 720px;
  }
  .navbar-expand-xl .mega-menu.five-columns {
    min-width: 900px;
  }
  .navbar-expand-xl .mega-menu.six-columns {
    min-width: 1080px;
  }
  .navbar-expand-xl .icon-dropdowns .nav-link {
    padding: 0.75rem !important;
  }
}
/*-------       end of 1200px       -------*/
/*------------- end of min-widths -------------*/
/*---------------- end of media screens ----------------*/
.navbar-brand {
  font-weight: 800;
  letter-spacing: -1px;
  color: #58585e !important;
}
.navbar-brand span {
  color: #4bc6bb;
  font-weight: 300;
}
.bg-primary-50 {
  background-color: #98dfd8;
}
.bi-2x {
  font-size: 2rem;
}
.alert-primary h2, .alert-primary .h2 {
  font-size: 1.5rem;
  color: #fff;
}
.alert-primary a {
  color: #e6e6e6;
}
.alert-primary a:hover {
  color: #fff;
}
.text-test {
  color: #fbd380;
}
.text-test-dark {
  color: #946400;
}
.min-600 {
  min-height: 400px;
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-menu {
  max-width: 250px;
}
.bootstrap-select .dropdown-menu.inner {
  margin-left: 50%;
}
.bootstrap-select .dropdown-toggle {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 20px;
  line-height: 1.25rem;
  height: 52px;
  border-width: 1px;
}
.bootstrap-select .dropdown-toggle.show {
  border-color: #4bc6bb;
}
h3 small, .h3 small, h3 .small, .h3 .small {
  font-size: 0.5em;
}
.accordion-button {
  font-size: 1.5rem;
}
.drop_uploader.drop_zone {
  border: 1px dashed #e7e8e9;
  background: rgba(255, 255, 255, 0.6);
}
.drop_uploader.drop_zone .text {
  font-family: Poppins, sans-serif;
}
.drop_uploader.drop_zone .file_browse {
  margin-left: 15px;
}
.text-danger {
  padding: 4px 20px;
  font-size: 0.875rem;
  background-color: #fbd380;
  width: 100%;
  display: block;
}
.img-panel {
  position: relative;
}
.img-panel h1, .img-panel .h1 {
  position: absolute;
  color: #fff;
  top: 20px;
  width: 100%;
  text-align: center;
}
.img-panel .svg-but {
  position: absolute;
  width: 33%;
  bottom: 20px;
  right: 0;
}
#date_of_purchasing {
  background: rgba(255, 255, 255, 0.6);
}
.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body-round {
  border-radius: 2px;
  background: #fbd380;
}
.navbar {
  display: block;
}
/*.swiper-container {
	overflow: hidden;
}*/
#partners {
  overflow: hidden;
}
.sub-banner {
  font-size: 1.3em;
}
@media (max-width: 991.98px) {
  .sub-banner {
    margin-top: 15px;
  }
}
#bs-select-3 .dropdown-menu, #bs-select-2 .dropdown-menu {
  max-width: 600px !important;
  min-width: 180px !important;
  margin-left: 180px;
}
