@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
.cs-portfolio-card-video .cs-video-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cs-team .card-img:before,
.cs-portfolio-card-video .cs-portfolio-card-img::after,
.cs-media-grid-inner::before,
.cs-thumbnails .video-indicator[data-nav]::before,
.cs-gallery-item::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
} /*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #edb100;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #fff;
  --gray-dark: #424551;
  --primary: #edb100;
  --secondary: #e5e8ed;
  --success: #03cea4;
  --info: #5a87fc;
  --warning: #f89828;
  --danger: #ff4242;
  --light: #fff;
  --dark: #424551;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #edb100;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #0e3f40;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #787a80;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1e212c;
}
h1,
.h1 {
  font-size: 2.875rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.4125rem + 1.95vw);
  }
}
h2,
.h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
h3,
.h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h4,
.h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}
.display-1 {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.525rem + 3.3vw);
  }
}
.display-3 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.display-4 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #fff;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #fff;
}
code {
  font-size: 87.5%;
  color: #e3116c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #424551;
  border-radius: 0.25rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #6c6d73;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1260px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #424551;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e5e8ed;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e8ed;
}
.table tbody + tbody {
  border-top: 2px solid #e5e8ed;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e5e8ed;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e5e8ed;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #424551;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bed5d5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #86b1b2;
}
.table-hover .table-primary:hover {
  background-color: #afcbcb;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #afcbcb;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8f9fa;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1f3f6;
}
.table-hover .table-secondary:hover {
  background-color: #e9ecef;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e9ecef;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f1e6;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ce6d0;
}
.table-hover .table-success:hover {
  background-color: #a3eddf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3eddf;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1ddfe;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a9c1fd;
}
.table-hover .table-info:hover {
  background-color: #b8cbfd;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b8cbfd;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fde2c3;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbc98f;
}
.table-hover .table-warning:hover {
  background-color: #fcd6aa;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fcd6aa;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcaca;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9d9d;
}
.table-hover .table-danger:hover {
  background-color: #ffb1b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb1b1;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fff;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fff;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacbce;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9d9ea5;
}
.table-hover .table-dark:hover {
  background-color: #bdbec2;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bdbec2;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #424551;
  border-color: #535766;
}
.table .thead-light th {
  color: #787a80;
  background-color: #f4f5f6;
  border-color: #e5e8ed;
}
.table-dark {
  color: #fff;
  background-color: #424551;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #535766;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dadbdd;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #424551;
}
.form-control:focus {
  color: #424551;
  background-color: #fff;
  border-color: rgba(23, 105, 106, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 5rem 5rem -1.25rem rgba(23, 105, 106, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(23, 105, 106, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(23, 105, 106, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f4f5f6;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #424551;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.815rem + 1px);
  padding-bottom: calc(0.815rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #424551;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.form-control-lg {
  height: calc(1.5em + 1.63rem + 2px);
  padding: 0.815rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #787a80;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #03cea4;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(3, 206, 164, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #03cea4;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2303cea4' 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.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #03cea4;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right
    calc(0.375em + 0.3125rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #03cea4;
  padding-right: calc(0.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 1rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2303cea4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 2rem / calc(0.75em + 0.625rem)
      calc(0.75em + 0.625rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #03cea4;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #03cea4;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #03cea4;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #03cea4;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #09fbc9;
  background-color: #09fbc9;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #03cea4;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #03cea4;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #03cea4;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4242;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 66, 66, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ff4242;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4242' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ff4242;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right
    calc(0.375em + 0.3125rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff4242;
  padding-right: calc(0.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 1rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4242' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 2rem / calc(0.75em + 0.625rem)
      calc(0.75em + 0.625rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff4242;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff4242;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4242;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4242;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7575;
  background-color: #ff7575;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #ff4242;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4242;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4242;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: bold;
  color: #424551;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #424551;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #edb100;
  border-color: #edb100;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #104a4b;
  border-color: #0e3f40;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #104a4b;
  border-color: #0e3f40;
  box-shadow: 0 0 0 0 rgba(58, 128, 128, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #edb100;
  border-color: #edb100;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e3f40;
  border-color: #0c3536;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 128, 128, 0.5);
}
.btn-secondary {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #1e212c;
  background-color: #ced4dd;
  border-color: #c7cdd8;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #1e212c;
  background-color: #ced4dd;
  border-color: #c7cdd8;
  box-shadow: 0 0 0 0 rgba(199, 202, 208, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #1e212c;
  background-color: #c7cdd8;
  border-color: #bfc7d3;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(199, 202, 208, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #02a886;
  border-color: #029c7c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #02a886;
  border-color: #029c7c;
  box-shadow: 0 0 0 0 rgba(41, 213, 178, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #029c7c;
  border-color: #028f72;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(41, 213, 178, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #346cfb;
  border-color: #2863fb;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #346cfb;
  border-color: #2863fb;
  box-shadow: 0 0 0 0 rgba(115, 153, 252, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2863fb;
  border-color: #1b59fb;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(115, 153, 252, 0.5);
}
.btn-warning {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
  box-shadow: none;
}
.btn-warning:hover {
  color: #1e212c;
  background-color: #f28608;
  border-color: #e67f07;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #1e212c;
  background-color: #f28608;
  border-color: #e67f07;
  box-shadow: 0 0 0 0 rgba(215, 134, 41, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e67f07;
  border-color: #d97807;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215, 134, 41, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1c1c;
  border-color: #ff0f0f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff1c1c;
  border-color: #ff0f0f;
  box-shadow: 0 0 0 0 rgba(255, 94, 94, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0f0f;
  border-color: #ff0202;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 94, 94, 0.5);
}
.btn-light {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-light:hover {
  color: #1e212c;
  background-color: #ececec;
  border-color: #e6e5e5;
}
.btn-light:focus,
.btn-light.focus {
  color: #1e212c;
  background-color: #ececec;
  border-color: #e6e5e5;
  box-shadow: 0 0 0 0 rgba(221, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1e212c;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 222, 223, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #31333c;
  border-color: #2b2d35;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #31333c;
  border-color: #2b2d35;
  box-shadow: 0 0 0 0 rgba(94, 97, 107, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2b2d35;
  border-color: #25272e;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 97, 107, 0.5);
}
.btn-outline-primary {
  color: #edb100;
  border-color: #edb100;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #edb100;
  border-color: #edb100;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(23, 105, 106, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #edb100;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #edb100;
  border-color: #edb100;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 105, 106, 0.5);
}
.btn-outline-secondary {
  color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-outline-secondary:hover {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(229, 232, 237, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #e5e8ed;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #1e212c;
  background-color: #e5e8ed;
  border-color: #e5e8ed;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 232, 237, 0.5);
}
.btn-outline-success {
  color: #03cea4;
  border-color: #03cea4;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #03cea4;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #03cea4;
  border-color: #03cea4;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}
.btn-outline-info {
  color: #5a87fc;
  border-color: #5a87fc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(90, 135, 252, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5a87fc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5a87fc;
  border-color: #5a87fc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(90, 135, 252, 0.5);
}
.btn-outline-warning {
  color: #f89828;
  border-color: #f89828;
}
.btn-outline-warning:hover {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(248, 152, 40, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f89828;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #1e212c;
  background-color: #f89828;
  border-color: #f89828;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 152, 40, 0.5);
}
.btn-outline-danger {
  color: #ff4242;
  border-color: #ff4242;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4242;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff4242;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1e212c;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #424551;
  border-color: #424551;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(66, 69, 81, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #424551;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #424551;
  border-color: #424551;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 69, 81, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #edb100;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0e3f40;
  text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #fff;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.815rem 2.63rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11.25rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #424551;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  border-radius: 0.25rem;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.25rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e8ed;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #424551;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #edb100;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-item.active,
.dropdown-item:active {
  color: #edb100;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #fff;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1e212c;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.25rem;
  color: #424551;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.9725rem;
  padding-left: 1.9725rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dadbdd;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.63rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.815rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1.2rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.6rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
/* CODIGO PARA IMPLEMENTAR ARREGLOS */
  color: #fff;
  border-color: #edb100;
  background-color: #edb100;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent, 0 5rem 5rem -1.25rem rgba(23, 105, 106, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(23, 105, 106, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(23, 105, 106, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(23, 105, 106, 0.4);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #59d9db;
  border-color: #59d9db;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #fff;
}
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f4f5f6;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b5b5ba solid 1px;
  box-shadow: 0 0 0 0 transparent;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #edb100;
  background-color: #edb100;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(23, 105, 106, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(23, 105, 106, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2317696a'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(23, 105, 106, 0.5);
}
.custom-switch {
  padding-left: 2.5rem;
}
.custom-switch .custom-control-label::before {
  left: -2.5rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.5rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b5b5ba;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(23, 105, 106, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 2rem 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424551;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 1rem center/8px 10px;
  border: 1px solid #dadbdd;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: rgba(23, 105, 106, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 105, 106, 0.25);
}
.custom-select:focus::-ms-value {
  color: #424551;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #fff;
  background-color: #f4f5f6;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #424551;
}
.custom-select-sm {
  height: calc(1.5em + 1.2rem + 2px);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.custom-select-lg {
  height: calc(1.5em + 1.63rem + 2px);
  padding-top: 0.815rem;
  padding-bottom: 0.815rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(23, 105, 106, 0.4);
  box-shadow: 0 5rem 5rem -1.25rem rgba(23, 105, 106, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(23, 105, 106, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(23, 105, 106, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f4f5f6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  border: 1px solid #dadbdd;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0 transparent;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #edb100;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 5rem 5rem -1.25rem rgba(23, 105, 106, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(23, 105, 106, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(23, 105, 106, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 5rem 5rem -1.25rem rgba(23, 105, 106, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(23, 105, 106, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(23, 105, 106, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 5rem 5rem -1.25rem rgba(23, 105, 106, 0.08),
    0 1.875rem 1.5rem -0.625rem rgba(23, 105, 106, 0.05),
    0 0.75rem 0.625rem -0.375rem rgba(23, 105, 106, 0.04),
    0 0.25rem 0.25rem -0.25rem rgba(30, 33, 44, 0.03);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #edb100;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #59d9db;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e5e8ed;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #edb100;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #59d9db;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e5e8ed;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #edb100;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #59d9db;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #e5e8ed;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e5e8ed;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b5b5ba;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #b5b5ba;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #b5b5ba;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #b5b5ba;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-link.disabled {
  color: #b5b5ba;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #edb100;
  background-color: rgba(0, 0, 0, 0);
  border-color: #edb100;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #edb100;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.625rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 10px 16px;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #1e212c;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #1e212c;
}
.navbar-light .navbar-nav .nav-link {
  color: #424551;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #edb100;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(66, 69, 81, 0.4);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #edb100;
}
.navbar-light .navbar-toggler {
  color: #424551;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-toggler-icon {
  background-image: initial;
}
.navbar-light .navbar-text {
  color: #424551;
}
.navbar-light .navbar-text a {
  color: #edb100;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #edb100;
}
.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.6);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-dark .navbar-toggler-icon {
  background-image: initial;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e5e8ed;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.card-title {
  margin-bottom: 1.25rem;
}
.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5e8ed;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e5e8ed;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.25rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #fff;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0 0.625rem;
  margin-left: -1px;
  line-height: 1.6;
  color: #424551;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.page-link:hover {
  z-index: 2;
  color: #edb100;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #edb100;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.page-item.disabled .page-link {
  color: rgba(66, 69, 81, 0.4);
  pointer-events: none;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-lg .page-link {
  padding: 0 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-sm .page-link {
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #edb100;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0e3f40;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(23, 105, 106, 0.5);
}
.badge-secondary {
  color: #1e212c;
  background-color: #e5e8ed;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #1e212c;
  background-color: #c7cdd8;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(229, 232, 237, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #03cea4;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #029c7c;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #5a87fc;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #2863fb;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(90, 135, 252, 0.5);
}
.badge-warning {
  color: #1e212c;
  background-color: #f89828;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #1e212c;
  background-color: #e67f07;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(248, 152, 40, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #ff4242;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #ff0f0f;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 66, 66, 0.5);
}
.badge-light {
  color: #1e212c;
  background-color: #fff;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #1e212c;
  background-color: #e6e5e5;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #424551;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #2b2d35;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(66, 69, 81, 0.5);
}
.jumbotron {
  padding: 2.5rem 1.25rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 5rem 2.5rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #156162;
  background-color: #f2f7f7;
  border-color: #bed5d5;
}
.alert-primary hr {
  border-top-color: #afcbcb;
}
.alert-primary .alert-link {
  color: #0c3738;
}
.alert-secondary {
  color: #d3d5da;
  background-color: #fefefe;
  border-color: #f8f9fa;
}
.alert-secondary hr {
  border-top-color: #e9ecef;
}
.alert-secondary .alert-link {
  color: #b7bbc3;
}
.alert-success {
  color: #03be97;
  background-color: #f1fcfa;
  border-color: #b8f1e6;
}
.alert-success hr {
  border-top-color: #a3eddf;
}
.alert-success .alert-link {
  color: #028c6f;
}
.alert-info {
  color: #537ce8;
  background-color: #f6f8ff;
  border-color: #d1ddfe;
}
.alert-info hr {
  border-top-color: #b8cbfd;
}
.alert-info .alert-link {
  color: #265ae2;
}
.alert-warning {
  color: #e48c25;
  background-color: #fff9f3;
  border-color: #fde2c3;
}
.alert-warning hr {
  border-top-color: #fcd6aa;
}
.alert-warning .alert-link {
  color: #be7218;
}
.alert-danger {
  color: #eb3d3d;
  background-color: #fff4f4;
  border-color: #ffcaca;
}
.alert-danger hr {
  border-top-color: #ffb1b1;
}
.alert-danger .alert-link {
  color: #de1717;
}
.alert-light {
  color: #ebebeb;
  background-color: #fff;
  border-color: #fff;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #d2d1d1;
}
.alert-dark {
  color: #3d3f4b;
  background-color: #f4f5f5;
  border-color: #cacbce;
}
.alert-dark hr {
  border-top-color: #bdbec2;
}
.alert-dark .alert-link {
  color: #26272f;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e5e8ed;
  border-radius: 2.5rem;
  box-shadow: none;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #edb100;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #787a80;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #edb100;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.list-group-item-action:active {
  color: #edb100;
  background-color: rgba(0, 0, 0, 0);
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  color: #424551;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e8ed;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: rgba(66, 69, 81, 0.5);
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #edb100;
  border-color: #edb100;
}
.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 {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #0c3737;
  background-color: #bed5d5;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0c3737;
  background-color: #afcbcb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0c3737;
  border-color: #0c3737;
}
.list-group-item-secondary {
  color: #77797b;
  background-color: #f8f9fa;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #77797b;
  background-color: #e9ecef;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #77797b;
  border-color: #77797b;
}
.list-group-item-success {
  color: #026b55;
  background-color: #b8f1e6;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #026b55;
  background-color: #a3eddf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #026b55;
  border-color: #026b55;
}
.list-group-item-info {
  color: #2f4683;
  background-color: #d1ddfe;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #2f4683;
  background-color: #b8cbfd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f4683;
  border-color: #2f4683;
}
.list-group-item-warning {
  color: #814f15;
  background-color: #fde2c3;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #814f15;
  background-color: #fcd6aa;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #814f15;
  border-color: #814f15;
}
.list-group-item-danger {
  color: #852222;
  background-color: #ffcaca;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #852222;
  background-color: #ffb1b1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852222;
  border-color: #852222;
}
.list-group-item-light {
  color: #858585;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-dark {
  color: #22242a;
  background-color: #cacbce;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #22242a;
  background-color: #bdbec2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #22242a;
  border-color: #22242a;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  color: #787a80;
  text-shadow: none;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #787a80;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 24.375rem;
  flex-basis: 24.375rem;
  max-width: 24.375rem;
  font-size: 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 1rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 1rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  border-radius: 0.25rem;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  outline: 0;
}
.modal-backdrop,
.cs-offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade,
.fade.cs-offcanvas-backdrop {
  opacity: 0;
}
.modal-backdrop.show,
.show.cs-offcanvas-backdrop {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #e5e8ed;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.modal-header .close {
  padding: 1.25rem 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.875rem;
  border-top: 1px solid #e5e8ed;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.modal-footer > * {
  margin: 0.375rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", 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.8125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", 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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e8ed;
  border-radius: 0.25rem;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #d6dbe3;
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #d6dbe3;
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #d6dbe3;
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #d6dbe3;
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #1e212c;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.75rem 1.25rem;
  color: #424551;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #424551;
  text-align: center;
  opacity: 0.6;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}
@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: #424551;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #edb100 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e3f40 !important;
}
.bg-secondary {
  background-color: #e5e8ed !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c7cdd8 !important;
}
.bg-success {
  background-color: #03cea4 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #029c7c !important;
}
.bg-info {
  background-color: #5a87fc !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2863fb !important;
}
.bg-warning {
  background-color: #f89828 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e67f07 !important;
}
.bg-danger {
  background-color: #ff4242 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0f0f !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e5e5 !important;
}
.bg-dark {
  background-color: #424551 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2b2d35 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e5e8ed !important;
}
.border-top {
  border-top: 1px solid #e5e8ed !important;
}
.border-right {
  border-right: 1px solid #e5e8ed !important;
}
.border-bottom {
  border-bottom: 1px solid #e5e8ed !important;
}
.border-left {
  border-left: 1px solid #e5e8ed !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #edb100 !important;
}
.border-secondary {
  border-color: #e5e8ed !important;
}
.border-success {
  border-color: #03cea4 !important;
}
.border-info {
  border-color: #5a87fc !important;
}
.border-warning {
  border-color: #f89828 !important;
}
.border-danger {
  border-color: #ff4242 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #424551 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.25rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.shadow {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.shadow-lg {
  box-shadow: 0 1.5rem 1.875rem rgba(30, 33, 44, 0.16),
    0 1.25rem 1.125rem -0.25rem rgba(30, 33, 44, 0.1),
    0 0.5rem 0.75rem rgba(30, 33, 44, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-20 {
  width: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-20 {
  height: 20% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.m-grid-gutter {
  margin: 30px !important;
}
.mt-grid-gutter,
.my-grid-gutter {
  margin-top: 30px !important;
}
.mr-grid-gutter,
.mx-grid-gutter {
  margin-right: 30px !important;
}
.mb-grid-gutter,
.my-grid-gutter {
  margin-bottom: 30px !important;
}
.ml-grid-gutter,
.mx-grid-gutter {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.p-grid-gutter {
  padding: 30px !important;
}
.pt-grid-gutter,
.py-grid-gutter {
  padding-top: 30px !important;
}
.pr-grid-gutter,
.px-grid-gutter {
  padding-right: 30px !important;
}
.pb-grid-gutter,
.py-grid-gutter {
  padding-bottom: 30px !important;
}
.pl-grid-gutter,
.px-grid-gutter {
  padding-left: 30px !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}
.m-ngrid-gutter {
  margin: -30px !important;
}
.mt-ngrid-gutter,
.my-ngrid-gutter {
  margin-top: -30px !important;
}
.mr-ngrid-gutter,
.mx-ngrid-gutter {
  margin-right: -30px !important;
}
.mb-ngrid-gutter,
.my-ngrid-gutter {
  margin-bottom: -30px !important;
}
.ml-ngrid-gutter,
.mx-ngrid-gutter {
  margin-left: -30px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-grid-gutter {
    margin: 30px !important;
  }
  .mt-sm-grid-gutter,
  .my-sm-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-sm-grid-gutter,
  .mx-sm-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-sm-grid-gutter,
  .my-sm-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-sm-grid-gutter,
  .mx-sm-grid-gutter {
    margin-left: 30px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-grid-gutter {
    padding: 30px !important;
  }
  .pt-sm-grid-gutter,
  .py-sm-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-sm-grid-gutter,
  .px-sm-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-sm-grid-gutter,
  .py-sm-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-sm-grid-gutter,
  .px-sm-grid-gutter {
    padding-left: 30px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-sm-ngrid-gutter,
  .my-sm-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-sm-ngrid-gutter,
  .mx-sm-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-sm-ngrid-gutter,
  .my-sm-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-sm-ngrid-gutter,
  .mx-sm-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-grid-gutter {
    margin: 30px !important;
  }
  .mt-md-grid-gutter,
  .my-md-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-md-grid-gutter,
  .mx-md-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-md-grid-gutter,
  .my-md-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-md-grid-gutter,
  .mx-md-grid-gutter {
    margin-left: 30px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-grid-gutter {
    padding: 30px !important;
  }
  .pt-md-grid-gutter,
  .py-md-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-md-grid-gutter,
  .px-md-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-md-grid-gutter,
  .py-md-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-md-grid-gutter,
  .px-md-grid-gutter {
    padding-left: 30px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-md-ngrid-gutter,
  .my-md-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-md-ngrid-gutter,
  .mx-md-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-md-ngrid-gutter,
  .my-md-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-md-ngrid-gutter,
  .mx-md-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-grid-gutter {
    margin: 30px !important;
  }
  .mt-lg-grid-gutter,
  .my-lg-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-lg-grid-gutter,
  .mx-lg-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-lg-grid-gutter,
  .my-lg-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-lg-grid-gutter,
  .mx-lg-grid-gutter {
    margin-left: 30px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-grid-gutter {
    padding: 30px !important;
  }
  .pt-lg-grid-gutter,
  .py-lg-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-lg-grid-gutter,
  .px-lg-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-lg-grid-gutter,
  .py-lg-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-lg-grid-gutter,
  .px-lg-grid-gutter {
    padding-left: 30px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-lg-ngrid-gutter,
  .my-lg-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-lg-ngrid-gutter,
  .mx-lg-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-lg-ngrid-gutter,
  .my-lg-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-lg-ngrid-gutter,
  .mx-lg-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-grid-gutter {
    margin: 30px !important;
  }
  .mt-xl-grid-gutter,
  .my-xl-grid-gutter {
    margin-top: 30px !important;
  }
  .mr-xl-grid-gutter,
  .mx-xl-grid-gutter {
    margin-right: 30px !important;
  }
  .mb-xl-grid-gutter,
  .my-xl-grid-gutter {
    margin-bottom: 30px !important;
  }
  .ml-xl-grid-gutter,
  .mx-xl-grid-gutter {
    margin-left: 30px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-grid-gutter {
    padding: 30px !important;
  }
  .pt-xl-grid-gutter,
  .py-xl-grid-gutter {
    padding-top: 30px !important;
  }
  .pr-xl-grid-gutter,
  .px-xl-grid-gutter {
    padding-right: 30px !important;
  }
  .pb-xl-grid-gutter,
  .py-xl-grid-gutter {
    padding-bottom: 30px !important;
  }
  .pl-xl-grid-gutter,
  .px-xl-grid-gutter {
    padding-left: 30px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-ngrid-gutter {
    margin: -30px !important;
  }
  .mt-xl-ngrid-gutter,
  .my-xl-ngrid-gutter {
    margin-top: -30px !important;
  }
  .mr-xl-ngrid-gutter,
  .mx-xl-ngrid-gutter {
    margin-right: -30px !important;
  }
  .mb-xl-ngrid-gutter,
  .my-xl-ngrid-gutter {
    margin-bottom: -30px !important;
  }
  .ml-xl-ngrid-gutter,
  .mx-xl-ngrid-gutter {
    margin-left: -30px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #edb100 !important;
}
.text-secondary {
  color: #e5e8ed !important;
}
.text-success {
  color: #03cea4 !important;
}
.text-info {
  color: #5a87fc !important;
}
.text-warning {
  color: #f89828 !important;
}
.text-danger {
  color: #ff4242 !important;
}
.text-light {
  color: #fff !important;
}
.text-dark {
  color: #424551 !important;
}
.text-body {
  color: #424551 !important;
}
.text-muted {
  color: #787a80 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-page-wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cs-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  html,
  body {
    height: auto;
  }
  body {
    display: block;
  }
}
a {
  transition: color 0.2s ease-in-out;
}
a:focus {
  outline: none;
}
img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg {
  max-width: 100%;
}
iframe {
  width: 100%;
  border: 0;
}
::-moz-selection {
  background: rgba(23, 105, 106, 0.22);
}
::selection {
  background: rgba(23, 105, 106, 0.22);
}
::-moz-selection {
  background: rgba(23, 105, 106, 0.22);
}
b,
strong {
  font-weight: 700;
}
small {
  font-weight: inherit;
}
cite {
  font-style: normal;
}
button:focus {
  outline: none;
}
h1,
.h1 {
  font-weight: 900;
  line-height: 1.25;
}
h2,
.h2 {
  font-weight: 900;
  line-height: 1.3;
}
h3,
.h3 {
  font-weight: 700;
  line-height: 1.35;
}
h4,
.h4 {
  font-weight: 700;
  line-height: 1.4;
}
h5,
.h5 {
  font-weight: 700;
  line-height: 1.45;
}
h6,
.h6 {
  font-weight: 700;
  line-height: 1.5;
}
ul li,
ol li,
dt li {
  margin-bottom: 0.25rem;
}
dt {
  color: #1e212c;
}
.blockquote {
  position: relative;
  padding-left: 3.625rem;
}
.blockquote::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "createx-icons";
  color: #edb100;
  font-weight: normal;
  line-height: 1;
  content: "\e93a";
  font-size: 1.25rem;
}
.blockquote.text-center {
  padding-top: 2.5rem;
  padding-left: initial;
}
.blockquote.text-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blockquote.text-right {
  padding-right: 3.625rem;
  padding-left: initial;
}
.blockquote.text-right::before {
  right: 0;
  left: initial;
}
@media (max-width: 767.98px) {
  .blockquote {
    padding-left: 2.4166666667rem;
  }
  .blockquote::before {
    font-size: 0.9375rem;
  }
}
.blockquote-card .card-footer {
  padding-left: 5.125rem;
}
@media (max-width: 767.98px) {
  .blockquote-card .card-footer {
    padding-left: 3.9166666667rem;
  }
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e5e8ed;
}
hr.hr-light {
  border-color: rgba(255, 255, 255, 0.15);
}
hr.hr-gradient {
  height: 1px;
  border: initial;
  background: linear-gradient(
    90deg,
    rgba(229, 232, 237, 0) 0%,
    rgba(229, 232, 237, 0.5) 10%,
    #e5e8ed 45%,
    #e5e8ed 55%,
    rgba(229, 232, 237, 0.5) 90%,
    rgba(229, 232, 237, 0) 100%
  );
}
hr.hr-gradient.hr-light {
  opacity: 0.4;
}
.divider-vertical {
  display: block;
  position: relative;
  width: 0;
}
.divider-vertical::before {
  display: block;
  width: 0.0625rem;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(218, 219, 221, 0) 0%,
    rgba(218, 219, 221, 0.5) 10%,
    #dadbdd 45%,
    #dadbdd 55%,
    rgba(218, 219, 221, 0.5) 90%,
    rgba(218, 219, 221, 0) 100%
  );
  content: "";
}
.divider-vertical.divider-light::before {
  opacity: 0.4;
}
@font-face {
  font-family: "createx-icons";
  src: url("../../../fonts/createx-icons.ttf?h4y910") format("truetype"),
    url("../../../fonts/createx-icons.woff?h4y910") format("woff"),
    url("../../../fonts/createx-icons.svg?h4y910#createx-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="cxi-"],
[class*=" cxi-"] {
  display: inline-block;
  font-family: "createx-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: never;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cxi-arrow-bottom-left:before {
  content: "\e900";
}
.cxi-arrow-bottom-right:before {
  content: "\e901";
}
.cxi-arrow-down:before {
  content: "\e902";
}
.cxi-arrow-left:before {
  content: "\e903";
}
.cxi-arrow-right:before {
  content: "\e904";
}
.cxi-arrow-top-left:before {
  content: "\e905";
}
.cxi-arrow-top-right:before {
  content: "\e906";
}
.cxi-arrow-up:before {
  content: "\e907";
}
.cxi-arrow-back:before {
  content: "\e908";
}
.cxi-arrow-convert:before {
  content: "\e909";
}
.cxi-arrow-expand:before {
  content: "\e90a";
}
.cxi-arrow-fluid-horizontal:before {
  content: "\e90b";
}
.cxi-arrow-fluid-vertical:before {
  content: "\e90c";
}
.cxi-arrow-forward:before {
  content: "\e90d";
}
.cxi-arrow-horizontal:before {
  content: "\e90e";
}
.cxi-arrow-reload:before {
  content: "\e90f";
}
.cxi-arrow-select:before {
  content: "\e910";
}
.cxi-arrow-share:before {
  content: "\e911";
}
.cxi-arrow-vertical:before {
  content: "\e912";
}
.cxi-cross:before {
  content: "\e913";
}
.cxi-minus:before {
  content: "\e914";
}
.cxi-plus:before {
  content: "\e915";
}
.cxi-angle-down:before {
  content: "\e916";
}
.cxi-angle-left:before {
  content: "\e917";
}
.cxi-angle-right:before {
  content: "\e918";
}
.cxi-angle-up:before {
  content: "\e919";
}
.cxi-blocked:before {
  content: "\e91a";
}
.cxi-check:before {
  content: "\e91b";
}
.cxi-checkmark:before {
  content: "\e91c";
}
.cxi-check-round:before {
  content: "\e91d";
}
.cxi-close-round:before {
  content: "\e91e";
}
.cxi-heart:before {
  content: "\e91f";
}
.cxi-home:before {
  content: "\e920";
}
.cxi-info:before {
  content: "\e921";
}
.cxi-login:before {
  content: "\e922";
}
.cxi-minus-round:before {
  content: "\e923";
}
.cxi-plus-round:before {
  content: "\e924";
}
.cxi-profile:before {
  content: "\e925";
}
.cxi-search:before {
  content: "\e926";
}
.cxi-star:before {
  content: "\e927";
}
.cxi-calendar:before {
  content: "\e928";
}
.cxi-clock:before {
  content: "\e929";
}
.cxi-history:before {
  content: "\e92a";
}
.cxi-eye:before {
  content: "\e92b";
}
.cxi-eye-closed:before {
  content: "\e92c";
}
.cxi-lock:before {
  content: "\e92d";
}
.cxi-shield:before {
  content: "\e92e";
}
.cxi-unlock:before {
  content: "\e92f";
}
.cxi-alert:before {
  content: "\e930";
}
.cxi-alert-octagon:before {
  content: "\e931";
}
.cxi-bell:before {
  content: "\e932";
}
.cxi-danger:before {
  content: "\e933";
}
.cxi-chat:before {
  content: "\e934";
}
.cxi-comment:before {
  content: "\e935";
}
.cxi-envelope-opened:before {
  content: "\e936";
}
.cxi-iphone:before {
  content: "\e937";
}
.cxi-mail:before {
  content: "\e938";
}
.cxi-mention:before {
  content: "\e939";
}
.cxi-quote:before {
  content: "\e93a";
}
.cxi-play:before {
  content: "\e93f";
}
.cxi-play-outline:before {
  content: "\e954";
}
.cxi-attach:before {
  content: "\e93b";
}
.cxi-external-link:before {
  content: "\e93c";
}
.cxi-files:before {
  content: "\e93d";
}
.cxi-layouts:before {
  content: "\e93e";
}
.cxi-share:before {
  content: "\e940";
}
.cxi-upload:before {
  content: "\e941";
}
.cxi-map-pin-outline:before {
  content: "\e942";
}
.cxi-map-pin-solid:before {
  content: "\e943";
}
.cxi-volume-off:before {
  content: "\e944";
}
.cxi-volume-off-outline:before {
  content: "\e945";
}
.cxi-volume-on:before {
  content: "\e946";
}
.cxi-volume-on-outline:before {
  content: "\e947";
}
.cxi-cart:before {
  content: "\e948";
}
.cxi-behance:before {
  content: "\e949";
}
.cxi-dribbble:before {
  content: "\e94a";
}
.cxi-facebook:before {
  content: "\e94b";
}
.cxi-google:before {
  content: "\e94c";
}
.cxi-instagram:before {
  content: "\e94d";
}
.cxi-instagram-filled:before {
  content: "\e94e";
}
.cxi-linkedin:before {
  content: "\e94f";
}
.cxi-messenger:before {
  content: "\e950";
}
.cxi-twitter:before {
  content: "\e951";
}
.cxi-whatsapp:before {
  content: "\e952";
}
.cxi-youtube:before {
  content: "\e953";
}
.cxi-wechat:before {
  content: "\e955";
}
.cxi-figma:before {
  content: "\e956";
}
.cxi-github:before {
  content: "\e957";
}
.cxi-gitlab:before {
  content: "\e958";
}
.cxi-google-hangouts:before {
  content: "\e959";
}
.cxi-odnoklassniki:before {
  content: "\e95a";
}
.cxi-paypal:before {
  content: "\e95b";
}
.cxi-pinterest:before {
  content: "\e95c";
}
.cxi-rss:before {
  content: "\e95d";
}
.cxi-skype:before {
  content: "\e95e";
}
.cxi-slack:before {
  content: "\e95f";
}
.cxi-slack-filled:before {
  content: "\e960";
}
.cxi-stripe:before {
  content: "\e961";
}
.cxi-telegram:before {
  content: "\e962";
}
.cxi-tumblr:before {
  content: "\e963";
}
.cxi-twitch:before {
  content: "\e964";
}
.cxi-viber:before {
  content: "\e965";
}
.cxi-vimeo:before {
  content: "\e966";
}
.cxi-vkontakte:before {
  content: "\e967";
}
.cxi-wallet:before {
  content: "\e968";
}
.cxi-like:before {
  content: "\e969";
}
.cxi-hanger:before {
  content: "\e96a";
}
.cxi-filter-2:before {
  content: "\e96b";
}
.cxi-filter-1:before {
  content: "\e96c";
}
.cxi-dislike:before {
  content: "\e96d";
}
.cxi-delete:before {
  content: "\e96e";
}
.cxi-cart1:before {
  content: "\e96f";
}
.cxi-bag:before {
  content: "\e970";
}
.cxi-star-filled:before {
  content: "\e971";
}
.cxi-heart-filled:before {
  content: "\e972";
}
.cxi-logout:before {
  content: "\e973";
}
.cxi-world:before {
  content: "\e974";
}
.cxi-truck:before {
  content: "\e975";
}
.cxi-settings:before {
  content: "\e976";
}
.cxi-send:before {
  content: "\e977";
}
.cxi-plane:before {
  content: "\e978";
}
.cxi-photo:before {
  content: "\e979";
}
.cxi-lifebuoy:before {
  content: "\e97a";
}
.cxi-headset:before {
  content: "\e97b";
}
.cxi-folder:before {
  content: "\e97c";
}
.cxi-file-upload:before {
  content: "\e97d";
}
.cxi-file-download:before {
  content: "\e97e";
}
.cxi-cloud-upload:before {
  content: "\e97f";
}
.cxi-cloud-download:before {
  content: "\e980";
}
.cxi-anchor:before {
  content: "\e981";
}
.cxi-download:before {
  content: "\e982";
}
.cxi-sidebar-left:before {
  content: "\e983";
}
.cxi-sidebar-right:before {
  content: "\e984";
}
.cxi-list:before {
  content: "\e985";
}
.cxi-grid:before {
  content: "\e986";
}
.cxi-mic:before {
  content: "\e987";
}
.cxi-credit-card:before {
  content: "\e988";
}
:not(pre) > code[class*="language-"],
pre[class*="language-"],
pre {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f9f9f9;
  font-size: 87.5%;
}
pre {
  padding-right: 1rem;
  padding-left: 1rem;
}
.code-toolbar :not(pre) > code[class*="language-"],
.code-toolbar pre[class*="language-"] {
  padding-top: 2rem;
}
code[class*="language-"],
pre[class*="language-"],
pre {
  color: #6c6d73;
}
.line-numbers .line-numbers-rows {
  border-right: 1px solid #dce0e7;
}
.line-numbers .line-numbers-rows > span::before {
  color: #b5b5ba;
}
div.code-toolbar > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar button {
  display: inline-block;
  margin: 0.375rem 0.5rem;
  padding: 0.25rem 0.75rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 0.25rem;
  border: 1px solid rgba(23, 105, 106, 0.35);
  background-color: transparent;
  color: #edb100 !important;
  box-shadow: none;
}
div.code-toolbar > .toolbar button:focus {
  outline: none;
  box-shadow: none;
}
div.code-toolbar > .toolbar button:hover {
  background-color: #edb100;
  color: #fff !important;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #4e54c8;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #adadb3;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector {
  color: #4091e3;
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.string {
  color: #e3116c;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #36acaa;
}
.token.class-name,
.token.function {
  color: #36acaa;
}
.form-label {
  font-size: 0.875rem;
}
.form-label-lg {
  font-size: 1rem;
}
.form-label-sm {
  font-size: 0.75rem;
}
.form-control.input-light,
[class^="input-group"].input-group-light .form-control {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
}
.form-control.input-light::-webkit-input-placeholder,
[class^="input-group"].input-group-light
  .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light::-moz-placeholder,
[class^="input-group"].input-group-light .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:-ms-input-placeholder,
[class^="input-group"].input-group-light .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light::-ms-input-placeholder,
[class^="input-group"].input-group-light .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light::placeholder,
[class^="input-group"].input-group-light .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:focus,
[class^="input-group"].input-group-light .form-control:focus {
  background-color: #fff;
  color: #424551;
  border-color: rgba(23, 105, 106, 0.4);
}
.form-control.input-light:focus::-webkit-input-placeholder,
[class^="input-group"].input-group-light
  .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}
.form-control.input-light:focus::-moz-placeholder,
[class^="input-group"].input-group-light .form-control:focus::-moz-placeholder {
  color: #fff;
}
.form-control.input-light:focus:-ms-input-placeholder,
[class^="input-group"].input-group-light
  .form-control:focus:-ms-input-placeholder {
  color: #fff;
}
.form-control.input-light:focus::-ms-input-placeholder,
[class^="input-group"].input-group-light
  .form-control:focus::-ms-input-placeholder {
  color: #fff;
}
.form-control.input-light:focus::placeholder,
[class^="input-group"].input-group-light .form-control:focus::placeholder {
  color: #fff;
}
.form-control.input-light:disabled,
[class^="input-group"].input-group-light .form-control:disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::-webkit-input-placeholder,
[class^="input-group"].input-group-light
  .form-control:disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::-moz-placeholder,
[class^="input-group"].input-group-light
  .form-control:disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled:-ms-input-placeholder,
[class^="input-group"].input-group-light
  .form-control:disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::-ms-input-placeholder,
[class^="input-group"].input-group-light
  .form-control:disabled::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.input-light:disabled::placeholder,
[class^="input-group"].input-group-light .form-control:disabled::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus,
.was-validated .form-control.is-valid,
.was-validated .form-control.is-valid:focus,
.form-control.is-valid,
.form-control.is-valid:focus,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label:focus {
  border-color: #dadbdd;
}
.valid-tooltip,
.invalid-tooltip {
  position: static;
  margin-top: 0.25rem;
  padding: 0.15rem 0.5rem;
  font-size: 80%;
}
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: table;
}
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input.is-valid ~ .valid-tooltip {
  display: table;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .custom-control-input.is-valid ~ .custom-control-label {
  color: inherit;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input.is-valid:checked
  ~ .custom-control-label::before {
  border-color: #edb100 !important;
  background-color: #edb100;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #b5b5ba !important;
}
.form-control.is-valid,
.form-control.is-invalid {
  background-size: calc(0.4em + 0.625rem) calc(0.4em + 0.625rem);
}
.form-control:disabled {
  cursor: not-allowed;
}
.cs-subscribe-status {
  display: table;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.cs-subscribe-status.cs-status-success,
.cs-subscribe-status.cs-status-error {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.cs-subscribe-status.cs-status-success {
  background-color: rgba(3, 206, 164, 0.08);
  color: #03b590;
}
.cs-subscribe-status.cs-status-error {
  background-color: rgba(255, 66, 66, 0.08);
  color: #ff2929;
}
.btn {
  letter-spacing: 0.03125rem;
  white-space: nowrap;
}
.btn > i {
  vertical-align: middle;
}
.btn.active {
  cursor: default;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-warning:hover,
.btn-outline-warning:active {
  color: #fff !important;
}
.btn-secondary,
.btn-outline-secondary {
  color: #424551;
}
.btn-secondary {
  background-color: #e5e8ed;
}
.btn-secondary:hover {
  background-color: #dadbdd;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #e5e8ed;
}
.btn-outline-secondary {
  border-color: #dadbdd;
}
.btn-outline-secondary:hover {
  background-color: #e5e8ed;
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: #dadbdd;
}
[class*=" btn-translucent"]:hover {
  color: #fff !important;
}
.btn-translucent-primary {
  background-color: rgba(23, 105, 106, 0.2);
  color: #edb100;
}
.btn-translucent-primary:hover {
  background-color: #edb100;
}
.btn-translucent-secondary {
  background-color: rgba(229, 232, 237, 0.2);
  color: #e5e8ed;
}
.btn-translucent-secondary:hover {
  background-color: #e5e8ed;
}
.btn-translucent-success {
  background-color: rgba(3, 206, 164, 0.2);
  color: #03cea4;
}
.btn-translucent-success:hover {
  background-color: #03cea4;
}
.btn-translucent-info {
  background-color: rgba(90, 135, 252, 0.2);
  color: #5a87fc;
}
.btn-translucent-info:hover {
  background-color: #5a87fc;
}
.btn-translucent-warning {
  background-color: rgba(248, 152, 40, 0.2);
  color: #f89828;
}
.btn-translucent-warning:hover {
  background-color: #f89828;
}
.btn-translucent-danger {
  background-color: rgba(255, 66, 66, 0.2);
  color: #ff4242;
}
.btn-translucent-danger:hover {
  background-color: #ff4242;
}
.btn-translucent-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-translucent-light:hover {
  background-color: #fff;
}
.btn-translucent-dark {
  background-color: rgba(66, 69, 81, 0.2);
  color: #424551;
}
.btn-translucent-dark:hover {
  background-color: #424551;
}
.btn-gradient {
  color: #fff !important;
  background: #edb100 !important;
  background: linear-gradient(55.95deg, #edb100 0%, #0a9193 100%) !important;
}
.btn-outline-light:hover,
.btn-translucent-light:hover {
  color: #424551 !important;
}
.btn-hover-shadow:hover.btn-primary,
.btn-hover-shadow:hover.btn-outline-primary,
.btn-hover-shadow:hover.btn-translucent-primary {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 105, 106, 0.92);
}
.btn-hover-shadow:hover.btn-secondary,
.btn-hover-shadow:hover.btn-outline-secondary,
.btn-hover-shadow:hover.btn-translucent-secondary {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(229, 232, 237, 0.92);
}
.btn-hover-shadow:hover.btn-success,
.btn-hover-shadow:hover.btn-outline-success,
.btn-hover-shadow:hover.btn-translucent-success {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(3, 206, 164, 0.92);
}
.btn-hover-shadow:hover.btn-info,
.btn-hover-shadow:hover.btn-outline-info,
.btn-hover-shadow:hover.btn-translucent-info {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(90, 135, 252, 0.92);
}
.btn-hover-shadow:hover.btn-warning,
.btn-hover-shadow:hover.btn-outline-warning,
.btn-hover-shadow:hover.btn-translucent-warning {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(248, 152, 40, 0.92);
}
.btn-hover-shadow:hover.btn-danger,
.btn-hover-shadow:hover.btn-outline-danger,
.btn-hover-shadow:hover.btn-translucent-danger {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 66, 66, 0.92);
}
.btn-hover-shadow:hover.btn-light,
.btn-hover-shadow:hover.btn-outline-light,
.btn-hover-shadow:hover.btn-translucent-light {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 255, 255, 0.92);
}
.btn-hover-shadow:hover.btn-dark,
.btn-hover-shadow:hover.btn-outline-dark,
.btn-hover-shadow:hover.btn-translucent-dark {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(66, 69, 81, 0.92);
}
.btn-hover-shadow:hover.btn-gradient {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(23, 105, 106, 0.92);
}
.btn-pill {
  border-radius: 2.4rem !important;
}
.btn-pill.btn-sm,
.btn-group-sm > .btn-pill.btn {
  border-radius: 2.1625rem !important;
}
.btn-pill.btn-lg,
.btn-group-lg > .btn-pill.btn {
  border-radius: 2.9675rem !important;
}
.btn-link {
  font-weight: bold;
  color: #424551;
}
.btn-link:hover {
  color: #edb100;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn > i,
.btn-sm > i,
.btn-group-sm > .btn > i {
  font-size: 1rem;
}
.btn-lg > i,
.btn-group-lg > .btn > i {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .btn-lg > i,
  .btn-group-lg > .btn > i {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.btn-square {
  border-radius: 0 !important;
}
.btn-icon {
  padding: 0.625rem 0.8125rem;
}
.btn-market {
  display: inline-block;
  padding: 0.25rem 1rem;
  padding-left: 3.25rem;
  transition: background-color 0.25s ease-in-out;
  border-radius: 0.5rem;
  background-position: center left 0.75rem;
  background-color: #424551;
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  text-decoration: none;
  white-space: nowrap;
}
.btn-market .btn-market-title {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}
.btn-market .btn-market-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.6875rem;
}
.btn-market:hover {
  background-color: #32343d;
  text-decoration: none;
}
.btn-apple {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.btn-google {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.btn-windows {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.btn-amazon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}
.btn-scroll-top {
  display: block;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 2.625rem;
  height: 2.625rem;
  transition: opacity 0.25s, background-color 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s,
    background-color 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s,
    background-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #edb100;
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025;
}
.btn-scroll-top > .btn-scroll-top-icon {
  font-size: 1.5rem;
  font-weight: regular;
  line-height: 2.5rem;
}
@media (max-width: 1200px) {
  .btn-scroll-top > .btn-scroll-top-icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.btn-scroll-top .btn-scroll-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.btn-scroll-top:hover {
  text-decoration: none;
  background-color: #114c4d;
  color: #fff;
}
.btn-scroll-top:hover .btn-scroll-top-tooltip {
  visibility: visible;
  opacity: 1;
}
.btn-scroll-top.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-scroll-top.right-15 {
  right: 2.1875rem;
}
@media (max-width: 767.98px) {
  .btn-scroll-top {
    width: 1.96875rem;
    height: 1.96875rem;
    right: 1rem;
    bottom: 1rem;
  }
  .btn-scroll-top > .btn-scroll-top-icon {
    line-height: 1.96875rem;
  }
  .btn-scroll-top.right-15 {
    right: 1.9375rem;
  }
}
.social-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: initial;
  border: 1px solid transparent;
  color: #787a80;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.social-btn:hover {
  color: #edb100;
}
.social-btn:focus {
  outline: none;
}
.social-btn:active {
  transition: none;
  box-shadow: none;
}
.social-btn:not(.sb-round) {
  border-radius: 0.25rem;
}
.social-btn.sb-light {
  color: rgba(255, 255, 255, 0.6);
}
.social-btn.sb-light:hover {
  color: #fff;
}
.social-btn.sb-solid,
.social-btn.sb-outline {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
.social-btn.sb-solid > i,
.social-btn.sb-outline > i {
  line-height: 1.875rem;
}
.social-btn.sb-solid {
  background-color: rgba(120, 122, 128, 0.12);
}
.social-btn.sb-solid:hover {
  background-color: rgba(23, 105, 106, 0.12);
}
.social-btn.sb-solid.sb-light {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.social-btn.sb-solid.sb-light:hover {
  background-color: #fff;
  color: #edb100;
}
.social-btn.sb-outline {
  border-color: #dadbdd;
  background-color: transparent;
}
.social-btn.sb-outline:hover {
  border-color: #edb100;
}
.social-btn.sb-outline.sb-light {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
}
.social-btn.sb-outline.sb-light:hover {
  border-color: #fff;
  color: #fff;
}
.sb-round {
  border-radius: 50%;
}
.dropdown-toggle::after,
.dropdown-toggle::before {
  display: inline-block;
  font-family: "createx-icons";
  font-weight: normal;
  vertical-align: middle;
}
.dropdown-toggle::after {
  margin-top: -0.0625rem;
  margin-left: 0.375rem;
  border: 0;
  content: "\e916";
}
.dropdown-toggle::before {
  margin-right: 0.25rem;
}
.dropdown-toggle:not(.dropdown-toggle-split)::before {
  margin-left: -0.25rem;
}
.dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-right: -0.25rem;
}
.dropdown .dropdown-toggle::before,
.dropdown .dropdown-toggle::after,
.dropup .dropdown-toggle::before,
.dropup .dropdown-toggle::after,
.dropright .dropdown-toggle::before,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropleft .dropdown-toggle::after {
  vertical-align: middle;
  border: 0;
}
.dropdown .dropdown-toggle::before,
.dropup .dropdown-toggle::before,
.dropright .dropdown-toggle::before {
  display: none;
}
.dropup .dropdown-toggle::after {
  content: "\e919";
}
.dropright .dropdown-toggle::after {
  content: "\e918";
  vertical-align: bottom;
}
.dropleft .dropdown-toggle::before {
  content: "\e917";
  vertical-align: bottom;
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.dropdown-menu li {
  margin-bottom: 0;
}
.dropdown-menu li:hover > .dropdown-item {
  color: #edb100;
}
.dropdown-menu .active > .dropdown-item {
  color: #edb100;
}
.dropdown-header {
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e8ed;
  font-size: 1rem;
  font-weight: 700;
}
.dropdown-menu.show {
  -webkit-animation: fade-in 0.25s ease-in-out;
  animation: fade-in 0.25s ease-in-out;
}
.dropdown-toggle-split::after {
  margin-left: -0.0625rem !important;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.input-group-text .custom-control {
  margin-top: -0.1875rem;
  margin-right: -0.625rem;
}
.input-group .input-group-text [class^="cxi-"] {
  font-size: 1rem;
}
.input-group-sm .input-group-text [class^="cxi-"] {
  font-size: 1rem;
}
.input-group-lg .input-group-text [class^="cxi-"] {
  font-size: 1.25rem;
}
.input-group-append-overlay,
.input-group-prepend-overlay {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.input-group-append-overlay .input-group-text,
.input-group-prepend-overlay .input-group-text {
  border: 0;
  background-color: transparent;
}
.input-group-append-overlay .input-group-text.btn:hover,
.input-group-prepend-overlay .input-group-text.btn:hover {
  color: #edb100;
}
.input-group-append-overlay {
  right: 0;
}
.input-group-append-overlay .form-control,
.input-group-append-overlay .custom-select {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
}
.input-group-prepend-overlay .form-control,
.input-group-prepend-overlay .custom-select {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
}
.input-group-overlay {
  position: relative;
  width: 100%;
}
.input-group-overlay .prepended-form-control:not(.rounded-left-0),
.input-group-overlay .appended-form-control:not(.rounded-right-0) {
  border-radius: 0.25rem;
}
.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
  padding-left: 3rem;
}
.input-group-overlay .appended-form-control:not(.rounded-right-0) {
  padding-right: 3rem;
}
.input-group-overlay.input-group-sm .input-group-text {
  padding: 0.6rem 0.5rem;
}
.input-group-overlay.input-group-sm .prepended-form-control {
  padding-left: 2rem;
}
.input-group-overlay.input-group-sm .appended-form-control {
  padding-right: 2rem;
}
.input-group-overlay.input-group-lg .input-group-text {
  padding: 0.815rem 1rem;
}
.input-group-overlay.input-group-lg .prepended-form-control {
  padding-left: 3.25rem;
}
.input-group-overlay.input-group-lg .appended-form-control {
  padding-right: 3.25rem;
}
.input-group.input-group-light .input-group-prepend .input-group-text {
  border-right-color: transparent;
}
.input-group.input-group-light .input-group-append .input-group-text {
  border-left-color: transparent;
}
.input-group.input-group-light .input-group-text {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}
.input-group-overlay.input-group-light
  .input-group-prepend-overlay
  .input-group-text,
.input-group-overlay.input-group-light .input-group-prepend-overlay .btn,
.input-group-overlay.input-group-light
  .input-group-append-overlay
  .input-group-text,
.input-group-overlay.input-group-light .input-group-append-overlay .btn {
  color: #fff;
  transition: color 0.3s;
}
.input-group-overlay.input-group-light
  .form-control:focus
  ~ .input-group-prepend-overlay
  .input-group-text,
.input-group-overlay.input-group-light
  .form-control:focus
  ~ .input-group-prepend-overlay
  .btn,
.input-group-overlay.input-group-light
  .form-control:focus
  ~ .input-group-append-overlay
  .input-group-text,
.input-group-overlay.input-group-light
  .form-control:focus
  ~ .input-group-append-overlay
  .btn {
  color: #1e212c;
}
.nav-link {
  color: #fff;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}
.nav-link:hover {
  color: #424551;
}
.nav-link.active {
  color: #edb100;
}
.nav-link.active:not([data-toggle="dropdown"]) {
  pointer-events: none;
  cursor: default;
}
.nav-light .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.nav-light .nav-link:hover {
  color: #fff;
}
.nav-light .nav-link.active {
  color: #fff;
}
.nav-light .nav-link.disabled {
  color: #787a80;
}
.nav-dark .nav-link {
  color: #424551;
}
.nav-dark .nav-link:hover,
.nav-dark .nav-link.active {
  color: #edb100;
}
.nav-dark .nav-link.disabled {
  color: #b5b5ba;
}
.nav-muted .nav-link {
  color: #787a80;
}
.nav-muted .nav-link:hover,
.nav-muted .nav-link.active {
  color: #424551;
}
.nav-muted .nav-link.disabled {
  color: #b5b5ba;
}
h1 .nav-link,
.h1 .nav-link,
h2 .nav-link,
.h2 .nav-link,
h3 .nav-link,
.h3 .nav-link,
h4 .nav-link,
.h4 .nav-link,
h5 .nav-link,
.h5 .nav-link,
h6 .nav-link,
.h6 .nav-link {
  display: inline;
  padding: 0;
  color: #1e212c;
  font-size: inherit;
  font-weight: inherit;
}
h1 .nav-link:hover,
.h1 .nav-link:hover,
h2 .nav-link:hover,
.h2 .nav-link:hover,
h3 .nav-link:hover,
.h3 .nav-link:hover,
h4 .nav-link:hover,
.h4 .nav-link:hover,
h5 .nav-link:hover,
.h5 .nav-link:hover,
h6 .nav-link:hover,
.h6 .nav-link:hover {
  color: #edb100;
}
.nav-tabs {
  margin-bottom: 1.5rem;
  border: 0;
}
.nav-tabs .nav-link {
  border-radius: 0.25rem;
  color: #fff;
}
.nav-tabs .nav-link:hover {
  color: #424551;
}
.nav-tabs .nav-link.active {
  color: #edb100;
}
.nav-tabs .nav-link > i {
  margin-top: -0.125rem;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link {
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-radius: 0.25rem;
}
.nav-tabs-light .nav-item.show .nav-link {
  color: #fff;
}
.nav-tabs-light .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.nav-tabs-light .nav-link:hover {
  color: #fff;
}
.nav-tabs-light .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-pills .nav-link {
  background-color: #e5e8ed;
}
.nav-pills .nav-link:hover {
  background-color: #dadbdd;
}
.nav-pills .nav-link.disabled {
  background-color: rgba(229, 232, 237, 0.5);
  color: rgba(66, 69, 81, 0.4);
}
.nav-pills .show > .nav-link {
  background-color: #edb100;
}
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item,
.nav-pills .nav-item {
  margin-right: 0.75rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item:last-child,
.nav-pills .nav-item:last-child {
  margin-right: initial;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-center .nav-item,
.nav-pills.justify-content-center .nav-item {
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item,
.nav-pills.justify-content-end .nav-item {
  margin-right: initial;
  margin-left: 0.75rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end
  .nav-item:last-child,
.nav-pills.justify-content-end .nav-item:last-child {
  margin-left: initial;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item,
.nav-pills.flex-column .nav-item {
  margin-right: initial;
  margin-bottom: 0.75rem;
  margin-left: initial;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item:last-child,
.nav-pills.flex-column .nav-item:last-child {
  margin-bottom: initial;
}
.cs-media-tabs .nav-item {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 10rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.cs-media-tabs .nav-item:last-child {
  margin-right: 0;
}
.cs-media-tabs .nav-link {
  height: 100%;
  padding: 2rem 1rem;
  background-color: #fff;
  color: #fff;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
}
.cs-media-tabs .nav-link:hover {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
  color: #424551;
}
.cs-media-tabs .nav-link.active {
  background-color: #edb100;
  box-shadow: 0 1.5rem 1.875rem rgba(23, 105, 106, 0.16),
    0 1.25rem 1rem -0.25rem rgba(23, 105, 106, 0.1),
    0 0.5rem 0.625rem rgba(23, 105, 106, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.cs-media-tabs .nav-link.active,
.cs-media-tabs .nav-link.active .cs-media-tabs-icon {
  color: #fff;
}
.cs-media-tabs .nav-link.active img[src*=".svg"].cs-media-tabs-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs-media-tabs-icon {
  display: block;
  max-width: 3rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 3rem;
  color: #edb100;
  transition: color 0.25s;
}
img[src*=".svg"].cs-media-tabs-icon {
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  will-change: filter;
}
.cs-header {
  position: relative;
  z-index: 1030;
}
.navbar-box-shadow {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
}
.navbar-collapse {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-top: 1rem;
}
.navbar-brand {
  font-size: 1.625rem;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.0625rem;
}
.navbar-brand > img {
  display: block;
}
.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: navbar-show 0.25s;
  animation: navbar-show 0.25s;
  background-color: #fff;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  z-index: 1030;
}
.navbar-sticky.navbar-stuck .navbar-brand-static {
  display: none !important;
}
.navbar-sticky.navbar-stuck .navbar-brand-floating {
  display: block !important;
}
.navbar-sticky.navbar-stuck.right-15 {
  right: 15px;
  width: calc(100% - 15px);
}
.navbar-sticky .navbar-nav {
  max-height: 28rem;
  overflow-y: auto;
}
.fixed-top.right-15,
.fixed-bottom.right-15 {
  right: 15px;
}
@-webkit-keyframes navbar-show {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbar-show {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.navbar-brand-floating {
  display: none !important;
}
.navbar-nav .nav-item {
  margin-bottom: 0;
  border-top: 1px solid #e5e8ed;
}
.navbar-nav .nav-item > .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0.75rem;
}
.navbar-nav .nav-link {
  padding: 0.75rem 1rem;
}
.navbar-nav .dropdown-menu {
  min-width: 12.5rem;
  margin-top: -0.5rem;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.navbar-nav .dropdown-menu .dropdown-menu {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.navbar-nav .dropdown-divider {
  display: none;
}
.mega-dropdown .dropdown-menu {
  border-radius: 0;
}
.mega-dropdown .dropdown-menu::before {
  display: block;
  top: 0;
  width: 100%;
  height: 1.25rem;
  margin-top: -1.25rem;
  content: "";
}
.mega-dropdown .container,
.mega-dropdown .container-xl,
.mega-dropdown .container-fluid,
.mega-dropdown .container-xl {
  display: block;
  width: 100%;
}
.mega-dropdown .dropdown-item {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.media-tool {
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.3rem;
  text-decoration: none;
}
.media-tool .media-body {
  display: none;
  white-space: nowrap;
}
.media-tool-icon {
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .media-tool-icon {
    font-size: calc(1.255rem + 0.06vw);
  }
}
.media-tool-title {
  margin-bottom: 0;
  transition: color 0.25s ease-in-out;
  color: #424551;
  font-size: 0.875rem;
}
.media-tool-label {
  color: #1e212c;
  font-size: 1rem;
}
.nav-tool {
  padding-right: 1rem;
  padding-left: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.nav-tool-icon {
  margin-top: -0.25rem;
  font-size: 1.25rem;
  vertical-align: middle;
}
.nav-tool-label {
  display: none;
}
.navbar-light .navbar-nav {
  background-color: #fff;
}
.navbar-light .navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-light .navbar-nav .nav-item:hover > .nav-link {
  color: #edb100;
}
.navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #edb100;
}
.navbar-light .navbar-nav .nav-item .nav-link.disabled {
  color: rgba(66, 69, 81, 0.4);
}
.navbar-light .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: #424551;
}
.navbar-light .media-tool-icon {
  color: #424551;
}
.navbar-light .media-tool-title {
  color: #424551;
}
.navbar-light .media-tool-label {
  color: #424551;
}
.navbar-light .media-tool:hover .media-tool-title {
  color: #1e212c;
}
.navbar-light .nav-tool-icon {
  color: #424551;
}
.navbar-light .nav-tool-label {
  color: #424551;
}
.navbar-light .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon::before,
.navbar-light .navbar-toggler-icon::after {
  background-color: #424551;
}
.navbar-dark .navbar-nav {
  background-color: #1e212c;
}
.navbar-dark .navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item .nav-link.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-nav .dropdown-item:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-item.active {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-item.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.navbar-dark .media-tool-icon {
  color: #fff;
}
.navbar-dark .media-tool-title {
  color: #fff;
}
.navbar-dark .media-tool-label {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .media-tool:hover .media-tool-title {
  color: #fff;
}
.navbar-dark .nav-tool-icon {
  color: #fff;
}
.navbar-dark .nav-tool-label {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: #fff;
}
@media (min-width: 576px) {
  .navbar-expand-sm.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-sm .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-sm .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item > .dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-sm .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
  .navbar-expand-sm.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-sm .dropdown-menu {
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-sm .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - 0.3125rem);
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: 0.0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-sm .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show 0.2s;
    animation: dropdown-show 0.2s;
  }
  .navbar-expand-sm .mega-dropdown {
    position: static;
  }
  .navbar-expand-sm .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-sm .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-sm .media-tool .media-body {
    display: block;
  }
  .navbar-expand-sm .media-tool-icon {
    color: #edb100;
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .navbar-expand-sm .media-tool-icon {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .nav-tool-label {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .navbar-expand-sm.navbar-light
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-sm.navbar-dark
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #edb100;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item.active {
    color: #edb100;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-md .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item > .dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-md .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
  .navbar-expand-md.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-md .dropdown-menu {
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-md .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - 0.3125rem);
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: 0.0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-md .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show 0.2s;
    animation: dropdown-show 0.2s;
  }
  .navbar-expand-md .mega-dropdown {
    position: static;
  }
  .navbar-expand-md .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-md .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-md .media-tool .media-body {
    display: block;
  }
  .navbar-expand-md .media-tool-icon {
    color: #edb100;
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-expand-md .media-tool-icon {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .nav-tool-label {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .navbar-expand-md.navbar-light
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-md.navbar-dark
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #edb100;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item.active {
    color: #edb100;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-lg .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-lg .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
  .navbar-expand-lg.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-lg .dropdown-menu {
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-lg .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - 0.3125rem);
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: 0.0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-lg .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show 0.2s;
    animation: dropdown-show 0.2s;
  }
  .navbar-expand-lg .mega-dropdown {
    position: static;
  }
  .navbar-expand-lg .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-lg .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-lg .media-tool .media-body {
    display: block;
  }
  .navbar-expand-lg .media-tool-icon {
    color: #edb100;
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .media-tool-icon {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .nav-tool-label {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg.navbar-light
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-lg.navbar-dark
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #edb100;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item.active {
    color: #edb100;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl.navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-collapse {
    padding-top: 0;
  }
  .navbar-expand-xl .navbar-nav {
    background-color: transparent;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    border-top: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-expand-xl .navbar-nav > .dropdown > .dropdown-toggle::after {
    right: 0;
    content: "\e916";
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
  .navbar-expand-xl.navbar-sticky .navbar-nav {
    max-height: none;
    overflow-y: visible;
  }
  .navbar-expand-xl .dropdown-menu {
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
      0 1.25rem 1rem rgba(154, 156, 165, 0.05),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
    border-color: #e5e8ed;
    background-color: #fff;
  }
  .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: calc(100% - 0.3125rem);
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.5625rem;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: 0.0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e918";
  }
  .navbar-expand-xl .dropdown-divider {
    display: list-item;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-animation: dropdown-show 0.2s;
    animation: dropdown-show 0.2s;
  }
  .navbar-expand-xl .mega-dropdown {
    position: static;
  }
  .navbar-expand-xl .mega-dropdown .dropdown-menu {
    width: 100%;
  }
  .navbar-expand-xl .media-tool {
    margin-left: 2rem;
  }
  .navbar-expand-xl .media-tool .media-body {
    display: block;
  }
  .navbar-expand-xl .media-tool-icon {
    color: #edb100;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) and (max-width: 1200px) {
  .navbar-expand-xl .media-tool-icon {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl .nav-tool-label {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .navbar-expand-xl.navbar-light
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-xl.navbar-dark
    .navbar-nav
    .dropdown-menu
    .dropdown:hover
    > .dropdown-item {
    color: #edb100;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item {
    color: #424551;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item:hover {
    color: #edb100;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item.active {
    color: #edb100;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-item.disabled {
    color: rgba(66, 69, 81, 0.4);
  }
}
.navbar-expand.navbar {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-collapse {
  padding-top: 0;
}
.navbar-expand .navbar-nav {
  background-color: transparent;
}
.navbar-expand .navbar-nav .nav-item {
  border-top: 0;
}
.navbar-expand .navbar-nav .nav-item > .dropdown-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-expand .navbar-nav > .dropdown > .dropdown-toggle::after {
  right: 0;
  content: "\e916";
}
.navbar-expand .navbar-nav .dropdown-menu .dropdown-item {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}
.navbar-expand.navbar-sticky .navbar-nav {
  max-height: none;
  overflow-y: visible;
}
.navbar-expand .dropdown-menu {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  border-color: #e5e8ed;
  background-color: #fff;
}
.navbar-expand .dropdown-menu.show {
  display: none;
}
.navbar-expand .dropdown-menu .dropdown-menu {
  top: 0;
  right: auto;
  left: calc(100% - 0.3125rem);
  width: auto;
  margin-top: -0.5rem;
  margin-right: 0;
  margin-left: -0.25rem;
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .dropdown-menu .dropdown-toggle {
  position: relative;
  padding-right: 1.5625rem;
}
.navbar-expand .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  margin-top: 0.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e918";
}
.navbar-expand .dropdown-divider {
  display: list-item;
}
.navbar-expand .dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown-show 0.2s;
  animation: dropdown-show 0.2s;
}
.navbar-expand .mega-dropdown {
  position: static;
}
.navbar-expand .mega-dropdown .dropdown-menu {
  width: 100%;
}
.navbar-expand .media-tool {
  margin-left: 2rem;
}
.navbar-expand .media-tool .media-body {
  display: block;
}
.navbar-expand .media-tool-icon {
  color: #edb100;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .navbar-expand .media-tool-icon {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.navbar-expand .nav-tool-label {
  display: inline-block;
  margin-left: 0.5rem;
}
.navbar-expand.navbar-light
  .navbar-nav
  .dropdown-menu
  .dropdown:hover
  > .dropdown-item {
  color: #edb100;
}
.navbar-expand.navbar-dark
  .navbar-nav
  .dropdown-menu
  .dropdown:hover
  > .dropdown-item {
  color: #edb100;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item {
  color: #424551;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item:hover {
  color: #edb100;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item.active {
  color: #edb100;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-item.disabled {
  color: rgba(66, 69, 81, 0.4);
}
.navbar-toggler {
  padding: 10px 16px;
  display: inline-block;
  position: relative;
  width: 54px;
  height: 34px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.navbar-toggler-icon {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  width: 22px;
  height: 2px;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  display: block;
  content: "";
}
.navbar-toggler-icon::before {
  top: -6px;
}
.navbar-toggler-icon::after {
  bottom: -6px;
}
.navbar-toggler .navbar-toggler-icon {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-toggler .navbar-toggler-icon::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navbar-toggler .navbar-toggler-icon::after {
  transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topbar {
  position: relative;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.topbar-link {
  display: inline-block;
  padding: 0.25rem 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  color: #92949e;
  font-weight: 400;
  text-decoration: none;
}
.topbar-link:hover {
  color: #242835;
  text-decoration: none;
}
.topbar-link.active {
  color: #242835;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.dropdown.show > .topbar-link {
  color: #242835;
}
.topbar-dark {
  color: rgba(255, 255, 255, 0.6);
}
.topbar-dark .topbar-link {
  color: rgba(255, 255, 255, 0.6);
}
.topbar-dark .topbar-link:hover {
  color: #fff;
}
.topbar-dark .topbar-link.active {
  color: #fff;
}
.topbar-dark .dropdown.show > .topbar-link {
  color: #fff;
}
@-webkit-keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dropdown-show {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.card-title {
  margin-bottom: 0.75rem;
}
a.card:hover,
a.card-body:hover {
  text-decoration: none;
}
.card-hover {
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card.card-hover:hover,
.card.card-active {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.card.box-shadow {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.card.box-shadow.card-hover:hover,
.card.box-shadow.card-active {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.card-horizontal .card-img-top,
.card-horizontal .card-img-bottom {
  min-height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .card-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .card-horizontal .card-body {
    padding: 1.9875rem;
  }
  .card-horizontal .card-img-top,
  .card-horizontal .card-img-bottom {
    width: 43%;
  }
  .card-horizontal .card-img-top {
    border-radius: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card-horizontal .card-img-top.order-sm-2 {
    border-radius: 0;
    border-top-right-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
  }
}
.card-header-tabs,
.card-header-pills {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.card.border-primary,
.card .border-primary {
  border-color: rgba(23, 105, 106, 0.4) !important;
}
.card.border-success,
.card .border-success {
  border-color: rgba(3, 206, 164, 0.4) !important;
}
.card.border-danger,
.card .border-danger {
  border-color: rgba(255, 66, 66, 0.4) !important;
}
.card.border-warning,
.card .border-warning {
  border-color: rgba(248, 152, 40, 0.4) !important;
}
.card.border-info,
.card .border-info {
  border-color: rgba(90, 135, 252, 0.4) !important;
}
.card.border-dark,
.card .border-dark {
  border-color: rgba(66, 69, 81, 0.4) !important;
}
[class^="accordion"] > .card,
[class*=" accordion"] > .card {
  border: 0;
}
[class^="accordion"] .card-header,
[class*=" accordion"] .card-header {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border: 0;
}
[class^="accordion"] .card-body,
[class*=" accordion"] .card-body {
  padding-top: 0;
  padding-right: 0;
}
[class^="accordion"] .accordion-heading,
[class*=" accordion"] .accordion-heading {
  margin-bottom: 0;
}
[class^="accordion"] .accordion-heading > a,
[class*=" accordion"] .accordion-heading > a {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  color: #1e212c;
  text-decoration: none;
}
[class^="accordion"] .accordion-heading > a:hover,
[class*=" accordion"] .accordion-heading > a:hover {
  color: #edb100;
}
[class^="accordion"] .accordion-indicator,
[class*=" accordion"] .accordion-indicator {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 1.5rem;
  height: 2.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "createx-icons";
  font-weight: 400;
  color: #edb100;
}
[class^="accordion"] .accordion-indicator::before,
[class^="accordion"] .accordion-indicator::after,
[class*=" accordion"] .accordion-indicator::before,
[class*=" accordion"] .accordion-indicator::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
[class^="accordion"] .accordion-indicator::before,
[class*=" accordion"] .accordion-indicator::before {
  opacity: 1;
  visibility: visible;
  content: "\e914";
}
[class^="accordion"] .accordion-indicator::after,
[class*=" accordion"] .accordion-indicator::after {
  opacity: 0;
  visibility: hidden;
  content: "\e915";
}
[class^="accordion"] .collapsed .accordion-indicator::before,
[class*=" accordion"] .collapsed .accordion-indicator::before {
  opacity: 0;
  visibility: hidden;
}
[class^="accordion"] .collapsed .accordion-indicator::after,
[class*=" accordion"] .collapsed .accordion-indicator::after {
  opacity: 1;
  visibility: visible;
}
.accordion .card-header {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.accordion .card-body {
  padding-bottom: 0.9375rem;
  padding-left: 3rem;
}
.accordion .accordion-indicator {
  margin-top: 0.25rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
}
.accordion-alt > .card {
  border-radius: 0;
}
.accordion-alt .card-header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.accordion-alt .card-body {
  margin-top: -0.25rem;
  padding-bottom: 1.75rem;
  padding-left: 0;
}
.accordion-alt .accordion-heading > a {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
[class^="cs-team"],
[class*=" cs-team"] {
  border: 0;
}
[class^="cs-team"] .card-img,
[class*=" cs-team"] .card-img {
  position: relative;
  overflow: hidden;
}
[class^="cs-team"] .card-floating-links,
[class*=" cs-team"] .card-floating-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  z-index: 3;
}
.cs-team .card-img:before {
  display: block;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(30, 33, 44, 0) 43.9%,
    rgba(30, 33, 44, 0.03) 55.21%,
    rgba(30, 33, 44, 0.33) 68.73%,
    rgba(30, 33, 44, 0.56) 76.17%,
    rgba(30, 33, 44, 0.768225) 83.75%,
    rgba(30, 33, 44, 0.92) 91.49%,
    #1e212c 100%
  );
  transition: opacity 0.4s;
  opacity: 0;
  content: "";
  z-index: 2;
}
.cs-team .card-floating-links {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.cs-team:hover .card-img::before,
.cs-team:hover .card-floating-links {
  opacity: 1;
}
.cs-team-alt .card-floating-links {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background-color: rgba(23, 105, 106, 0.7);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: transform 0.45s, opacity 0.45s;
  transition: transform 0.45s, opacity 0.45s, -webkit-transform 0.45s;
}
.cs-team-alt .card-floating-links > * {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
  transition: opacity 0.45s ease-in-out 0.15s,
    -webkit-transform 0.3s ease-in-out 0.15s;
  transition: transform 0.3s ease-in-out 0.15s, opacity 0.45s ease-in-out 0.15s;
  transition: transform 0.3s ease-in-out 0.15s, opacity 0.45s ease-in-out 0.15s,
    -webkit-transform 0.3s ease-in-out 0.15s;
}
.cs-team-alt:hover .card-floating-links,
.cs-team-alt:hover .card-floating-links > * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.card *,
.flex-column * {
  min-height: 0.01px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card .card {
    display: block;
  }
}
.custom-control {
  min-height: 1rem;
}
.custom-checkbox .custom-control-label::after {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.custom-radio .custom-control-label::after,
.was-validated .custom-radio .custom-control-label::after {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.was-validated
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.was-validated
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.custom-select.input-light,
[class^="input-group"].input-group-light .custom-select.form-control {
  background-image: 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='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}
.custom-select.input-light:focus,
[class^="input-group"].input-group-light .custom-select.form-control:focus {
  background-image: 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='%23424551' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}
.custom-file-label {
  font-size: 0.875rem;
}
.custom-file-label::after {
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: bold;
}
.custom-switch .custom-control-label::before {
  background-color: #b5b5ba;
}
.custom-switch .custom-control-label::after {
  background-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 1.5rem 1.875rem rgba(23, 105, 106, 0.16),
    0 1.25rem 1rem -0.25rem rgba(23, 105, 106, 0.1),
    0 0.5rem 0.625rem rgba(23, 105, 106, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(181, 181, 186, 0.5);
}
.cs-file-drop-area {
  position: relative;
  padding: 1.5rem 1rem;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  border: 2px dashed #dadbdd;
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
}
.cs-file-drop-area .cs-file-drop-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.cs-file-drop-area .cs-file-drop-icon {
  display: block;
  margin-bottom: 0.75rem;
  color: #1e212c;
  font-size: 1.5rem;
}
.cs-file-drop-area .cs-file-drop-preview {
  display: block;
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}
.cs-file-drop-area .cs-file-drop-message {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.cs-file-drop-area .btn {
  position: relative;
  z-index: 3;
}
.cs-file-drop-area:hover {
  border-color: #c7c9cc;
}
.cs-switch {
  position: relative;
}
.cs-switch-label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  border: 1px solid #edb100;
  border-radius: 2.5rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-switch-label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #edb100;
  border-radius: 2.5rem;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  content: "";
  will-change: transform;
  z-index: 1;
}
.cs-switch-label-item {
  display: block;
  position: relative;
  width: 50%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: bold;
  transition: color 0.25s ease-in-out;
  will-change: color;
  z-index: 2;
}
.cs-switch-label-item:first-child {
  color: #fff;
}
.cs-switch-label-item:last-child {
  color: #edb100;
}
.cs-switch-input:checked ~ .cs-switch-label::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cs-switch-input:checked ~ .cs-switch-label .cs-switch-label-item:first-child {
  color: #edb100;
}
.cs-switch-input:checked ~ .cs-switch-label .cs-switch-label-item:last-child {
  color: #fff;
}
.cs-password-toggle-btn .cs-password-toggle-indicator::before {
  font-family: "createx-icons";
  content: "\e92b";
}
.cs-password-toggle-btn
  .custom-control-input:checked
  ~ .cs-password-toggle-indicator::before {
  content: "\e92c";
}
.was-validated .cs-password-toggle .form-control:invalid,
.was-validated .cs-password-toggle .form-control.is-invalid,
.was-validated .cs-password-toggle .form-control:valid,
.was-validated .cs-password-toggle .form-control.is-valid {
  padding-right: 4rem;
}
.was-validated
  .cs-password-toggle
  .form-control:invalid
  + .input-group-append-overlay,
.was-validated
  .cs-password-toggle
  .form-control.is-invalid
  + .input-group-append-overlay,
.was-validated
  .cs-password-toggle
  .form-control:valid
  + .input-group-append-overlay,
.was-validated
  .cs-password-toggle
  .form-control.is-valid
  + .input-group-append-overlay {
  right: 1.25rem;
}
.cs-custom-size-option,
.cs-custom-color-option {
  padding-left: 0;
}
.cs-custom-size-option.custom-control-inline,
.cs-custom-color-option.custom-control-inline {
  margin-right: 0.25rem;
}
.cs-custom-option-label {
  position: relative;
  margin-bottom: 0;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.cs-custom-size-option .cs-custom-option-label {
  width: 2rem;
  height: 2rem;
  border: 1px solid #e5e8ed;
  border-radius: 0.25rem;
  background-color: transparent;
  color: #424551;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}
.cs-custom-size-option .cs-custom-option-label:hover {
  border-color: #c7cdd8;
  color: #1e212c;
}
.cs-custom-size-option .custom-control-input:checked ~ .cs-custom-option-label {
  border-color: rgba(23, 105, 106, 0.4);
  background-color: #fff;
  color: #edb100;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  cursor: default;
}
.cs-custom-size-option
  .custom-control-input:disabled
  ~ .cs-custom-option-label {
  border-color: rgba(0, 0, 0, 0);
  background-color: #f4f5f6;
  color: #b5b5ba;
  cursor: not-allowed;
}
.cs-custom-size-option.cs-custom-size-option-sm .cs-custom-option-label {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.cs-custom-color-option {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.cs-custom-color-option .cs-custom-option-label {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border: 1px solid #d3d8e0;
  border-radius: 50%;
  cursor: pointer;
}
.cs-custom-color-option .cs-color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cs-custom-color-option .cs-custom-color-option-description {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  color: #787a80;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.cs-custom-color-option
  .custom-control-input:checked
  ~ .cs-custom-option-label {
  border-color: #edb100;
  cursor: default;
}
.cs-custom-color-option
  .custom-control-input:checked
  ~ .cs-custom-color-option-description {
  color: #424551;
}
.cs-custom-color-option
  .custom-control-input:disabled
  ~ .cs-custom-option-label {
  border-color: rgba(0, 0, 0, 0);
  cursor: not-allowed;
}
.cs-custom-color-option
  .custom-control-input:disabled
  ~ .cs-custom-color-option-description {
  color: #b5b5ba;
}
.cs-custom-color-option.cs-custom-color-option-sm .cs-custom-option-label {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
}
.cs-custom-color-option:hover .cs-custom-option-label {
  border-color: #afb8c7;
}
.cs-custom-color-option:hover .cs-custom-color-option-description {
  color: #424551;
}
.cs-btn-control {
  margin-right: 0.625rem;
}
.cs-btn-control .cs-btn-control-label {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #dadbdd;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0);
  color: #787a80;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  cursor: pointer;
}
.cs-btn-control .cs-btn-control-label:hover {
  border-color: #edb100;
  color: #edb100;
}
.cs-btn-control .custom-control-input:checked ~ .cs-btn-control-label {
  border-color: #edb100;
  background-color: #edb100;
  color: #fff;
}
.cs-btn-control .custom-control-input:disabled ~ .cs-btn-control-label {
  border-color: rgba(229, 232, 237, 0.7);
  color: #b5b5ba;
  cursor: not-allowed;
}
.badge-secondary,
.badge-light {
  color: #424551;
}
.badge-warning {
  color: #fff;
}
a.badge {
  text-decoration: none;
}
a.badge.badge-warning:hover {
  color: #fff;
}
.badge.badge-floating {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}
.badge.badge-floating.badge-floating-right {
  left: auto;
  right: 0.5rem;
}
.alert-secondary {
  border-color: #dadbdd;
  background-color: #e5e8ed;
}
.alert-secondary,
.alert-light {
  color: #424551;
}
.alert-secondary a:not(.btn),
.alert-light a:not(.btn) {
  color: #424551 !important;
}
.alert-dark {
  border-color: #424551;
  background-color: #424551;
  color: #fff;
}
.alert-dark > *,
.alert-dark a:not(.btn) {
  color: #fff !important;
}
.alert a:not(.btn) {
  text-decoration: underline;
}
.alert a:not(.btn):hover {
  text-decoration: none;
}
.alert .close {
  transition: color 0.2s;
}
.breadcrumb-item > a {
  color: #424551;
  text-decoration: none;
}
.breadcrumb-item > a:hover {
  color: #edb100;
  text-decoration: none;
}
.breadcrumb-alt.breadcrumb-light .breadcrumb-item > a,
.breadcrumb-light .breadcrumb-item > a {
  color: #fff;
}
.breadcrumb-alt.breadcrumb-light .breadcrumb-item > a:hover,
.breadcrumb-light .breadcrumb-item > a:hover {
  color: #fff;
}
.breadcrumb-alt.breadcrumb-light .breadcrumb-item.active,
.breadcrumb-light .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb-alt .breadcrumb-item + .breadcrumb-item::before {
  margin-top: 0.0625rem;
  font-family: "createx-icons";
  content: "";
}
.page-link {
  font-weight: 700;
}
.page-link i {
  display: inline-block;
  margin-top: -0.125rem;
  vertical-align: middle;
  font-size: 1.5em;
}
.active .page-link {
  cursor: default;
}
.pagination-light .page-item.active .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.pagination-light .page-item.disabled .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-light .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-light .page-link:focus {
  box-shadow: none;
}
.pagination-light .page-link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.cs-entry-nav {
  display: block;
  width: 100%;
  max-width: 20rem;
  text-decoration: none;
}
.cs-entry-nav:hover {
  text-decoration: none;
}
.cs-entry-nav:hover .nav-heading {
  color: #edb100;
}
.cs-entry-nav .nav-heading {
  transition: color 0.25s;
}
.cs-entry-nav-heading i {
  display: inline-block;
  margin-top: -0.1875rem;
  vertical-align: middle;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .cs-entry-nav-heading i {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.cs-entry-nav-thumb {
  width: 6.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cs-entry-nav-thumb > img {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.list-group-item {
  margin-bottom: 0;
}
.list-group-item-action {
  transition: all 0.2s ease-in-out;
}
.list-group-item-action:active {
  transition: none;
}
.list-group-item-primary {
  color: #135859;
  background-color: #e3eded;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0c3737;
  background-color: #dae7e7;
}
.list-group-item-secondary {
  color: #c0c3c7;
  background-color: #fcfcfd;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #aaaeb4;
  background-color: #f3f3f7;
}
.list-group-item-success {
  color: #03ad8a;
  background-color: #e1f9f4;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #02856a;
  background-color: #d4f6ef;
}
.list-group-item-info {
  color: #4c71d4;
  background-color: #ebf1ff;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #3059c7;
  background-color: #dce6ff;
}
.list-group-item-warning {
  color: #d08022;
  background-color: #fef3e5;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #ad6a1c;
  background-color: #fdecd6;
}
.list-group-item-danger {
  color: #d63737;
  background-color: #ffe8e8;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #bd2727;
  background-color: #ffd9d9;
}
.list-group-item-light {
  color: #d6d6d6;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #c2c2c2;
  background-color: #f7f7f7;
}
.list-group-item-dark {
  color: #373a44;
  background-color: #e8e9ea;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #25272d;
  background-color: #e0e1e3;
}
.list-group-item-secondary,
.list-group-item-light {
  color: #424551 !important;
}
.list-group-item-secondary a,
.list-group-item-light a {
  color: #424551 !important;
}
.list-group-item-secondary {
  background-color: #f9f9f9 !important;
}
.list-group-item-dark,
.list-group-item-dark:hover,
.list-group-item-dark:focus {
  background-color: #424551 !important;
  color: #fff !important;
}
.close {
  transition: opacity 0.15s ease-in-out;
  font-size: 1.5rem;
  opacity: 0.7;
}
.close:focus {
  outline: none;
}
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.alert .close {
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
}
.cs-video-btn {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  padding-left: 0.125rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #edb100;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.25rem 1rem -0.25rem rgba(30, 33, 44, 0.2);
  vertical-align: middle;
}
.cs-video-btn::before {
  padding-left: 0.125rem;
  font-family: "createx-icons";
  line-height: 3.25rem;
  content: "\e93f";
}
.cs-video-btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 1rem rgba(23, 105, 106, 0.12);
}
.cs-video-btn-lg {
  width: 5rem;
  height: 5rem;
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  .cs-video-btn-lg {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
.cs-video-btn-lg::before {
  padding-left: 0.25rem;
  line-height: 5rem;
}
.cs-countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: normal;
  text-align: center;
}
.cs-countdown .cs-countdown-value {
  font-weight: 700;
}
.cs-countdown .cs-countdown-label {
  display: block;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  font-size: 65%;
}
.cs-countdown .cs-countdown-days,
.cs-countdown .cs-countdown-hours,
.cs-countdown .cs-countdown-minutes,
.cs-countdown .cs-countdown-seconds {
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}
.cs-countdown .cs-countdown-seconds {
  margin-right: 0;
}
.cs-countdown.h1 .cs-countdown-label {
  font-size: 55.25%;
}
.media > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.media-body {
  -ms-flex: inherit;
  flex: inherit;
}
.simplebar-scrollbar::before {
  right: 0;
  left: 0;
  background-color: #b5b5ba;
  border-radius: 0.25rem;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  border-radius: 0.25rem;
}
.simplebar-track.simplebar-vertical {
  width: 0.1875rem;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
}
.simplebar-track.simplebar-horizontal {
  height: 0.1875rem;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 0.1875rem;
  top: 0;
  bottom: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  right: 0;
  left: 0;
}
[data-simplebar][data-simplebar-auto-hide="false"] .simplebar-track {
  background-color: #e5e8ed;
}
[data-simplebar-inverse] .simplebar-scrollbar:before {
  background-color: rgba(255, 255, 255, 0.3);
}
[data-simplebar-inverse][data-simplebar-auto-hide="false"] .simplebar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
[data-simplebar-horizontal-top] .simplebar-track.simplebar-horizontal {
  top: 0;
}
.card-product {
  max-width: 22rem;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.card-product .card-body,
.card-product .card-footer {
  padding: 1rem;
  border: 0;
  background-color: inherit;
}
.card-product .card-footer {
  display: none;
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .card-product .card-footer {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
    z-index: 3;
  }
  .card-product:hover {
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
    transition: box-shadow 0.25s;
  }
  .card-product:hover .card-body,
  .card-product:hover .card-footer {
    background-color: #fff;
  }
  .card-product:hover .card-body {
    transition: background-color 0.25s;
  }
  .card-product:hover .card-footer {
    display: block;
    background-color: #fff;
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
    -webkit-animation: card-footer-show 0.15s;
    animation: card-footer-show 0.15s;
  }
}
.card-product .tns-controls {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.card-product [data-controls] {
  height: 100%;
  background-color: transparent;
  border-radius: 0;
}
.card-product [data-controls]:hover {
  background-color: transparent;
}
@-webkit-keyframes card-footer-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes card-footer-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card-product-img {
  position: relative;
}
.card-product-img > a {
  display: block;
  overflow: hidden;
}
.card-product-title {
  font-weight: 400;
  color: #424551;
  font-size: 1.125rem;
}
.cs-carousel .card-product {
  background-color: transparent;
}
.cs-carousel .card-product .card-footer {
  display: none;
}
.cs-carousel .card-product:hover {
  box-shadow: none;
}
.card-product-widgets-top,
.card-product-widgets-bottom {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  z-index: 1;
}
.card-product-widgets-top {
  top: 0;
  padding-top: 1rem;
}
.card-product-widgets-bottom {
  bottom: 0;
  padding-bottom: 1rem;
}
.product-badge {
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.star-rating {
  font-size: 0.875rem;
  color: #b5b5ba;
}
.star-rating .active {
  color: #f89828;
}
.btn-wishlist {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #fff;
  color: #787a80;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
}
.btn-wishlist::before {
  font-family: "createx-icons";
  font-size: 1rem;
  content: "\e91f";
}
.btn-wishlist.active {
  color: #edb100;
}
.btn-wishlist.active::before {
  content: "\e972";
}
.btn-wishlist.active:hover {
  color: #787a80;
}
.btn-wishlist:hover {
  color: #edb100;
}
.cs-product-gallery .cs-gallery-item.video-item::after {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  .cs-product-gallery .cs-gallery-item.video-item::after {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
.active-filter {
  display: inline-block;
  padding: 0.375rem 0.625rem;
  transition: color 0.25s ease-in-out;
  color: #fff;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}
.active-filter:hover {
  color: #424551;
  text-decoration: none;
}
.active-filter::before {
  display: inline-block;
  margin-top: -0.25rem;
  margin-right: 0.5rem;
  font-family: "createx-icons";
  font-size: 1.2em;
  vertical-align: middle;
  content: "\e913";
}
.cs-offcanvas {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  will-change: transform, box-shadow;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: box-shadow 0.3s ease,
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.3s ease,
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  z-index: 1050;
}
.cs-offcanvas.cs-offcanvas-right {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cs-offcanvas.show {
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 1.5rem 1.875rem rgba(30, 33, 44, 0.16),
    0 1.25rem 1.125rem -0.25rem rgba(30, 33, 44, 0.1),
    0 0.5rem 0.75rem rgba(30, 33, 44, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.cs-offcanvas-cap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.25rem 1.5rem;
}
.bg-dark .cs-offcanvas-cap {
  background-color: rgba(255, 255, 255, 0.05);
}
.cs-offcanvas-body {
  height: 100%;
  padding: 0 1.5rem;
  overflow-y: auto;
}
.cs-offcanvas-body .nav {
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-offcanvas-body .nav > li {
  margin-bottom: 0;
}
.cs-offcanvas-body .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.cs-offcanvas-body .nav-link.active {
  position: relative;
}
.cs-offcanvas-body .nav-link.active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  content: "";
}
.cs-offcanvas-body .nav-dark .nav-link.active::before {
  background-color: #edb100;
}
.cs-offcanvas-body .nav-light .nav-link.active::before {
  background-color: #fff;
}
.cs-offcanvas-body .simplebar-vertical {
  margin-right: 0.1875rem;
}
.cs-offcanvas-body .media-body {
  -ms-flex: 1;
  flex: 1;
}
.cs-offcanvas-expand .cs-offcanvas-body .nav-link {
  font-weight: normal;
}
.cs-offcanvas-backdrop {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.cs-offcanvas-backdrop.show {
  opacity: 0.5;
}
.cs-offcanvas-open {
  overflow: hidden;
}
.cs-sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
.cs-sidebar-toggle.right-15 {
  right: 15px;
  width: calc(100% - 15px);
}
@media (max-width: 991.98px) {
  .cs-is-sidebar .cs-footer {
    padding-bottom: 2.25rem;
  }
  .cs-is-sidebar .cs-sidebar-toggle {
    display: block;
  }
  .cs-is-sidebar .btn-scroll-top {
    bottom: 3.25rem;
  }
}
@media (min-width: 992px) {
  .cs-offcanvas-expand {
    -webkit-transform: none;
    transform: none;
  }
  .cs-offcanvas-expand.cs-offcanvas-right {
    -webkit-transform: none;
    transform: none;
  }
  .cs-offcanvas-collapse {
    display: block;
    position: static;
    top: auto;
    left: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
  }
  .cs-offcanvas-collapse.cs-offcanvas-right {
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
  .cs-offcanvas-collapse .cs-offcanvas-cap {
    display: none;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body {
    padding: 0;
    overflow-x: hidden;
  }
  .cs-offcanvas-enabled {
    padding-left: 24rem;
  }
  .cs-offcanvas-enabled.cs-offcanvas-right {
    padding-right: 24rem;
    padding-left: 0;
  }
}
.cs-progress-radial {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cs-progress-radial .progressbar-text {
  color: #1e212c !important;
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .cs-progress-radial .progressbar-text {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.cs-portfolio-card-img {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-portfolio-card-img > img {
  display: block;
  width: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cs-portfolio-card-body {
  position: relative;
  padding: 1rem 1.25rem;
  z-index: 2;
}
.cs-portfolio-card-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  color: #1e212c;
  font-size: 1.25rem;
}
.cs-portfolio-card-scale {
  display: block;
  position: relative;
  text-decoration: none;
}
.cs-portfolio-card-scale::before {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 15px);
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  content: "";
}
.cs-portfolio-card-scale .cs-portfolio-card-img > img {
  will-change: transform;
}
.cs-portfolio-card-scale .cs-portfolio-card-body {
  padding-right: 0;
  padding-bottom: 1.25rem;
  padding-left: 0;
}
.cs-portfolio-card-scale:hover {
  text-decoration: none;
}
.cs-portfolio-card-scale:hover::before {
  opacity: 1;
}
.cs-portfolio-card-scale:hover .cs-portfolio-card-img > img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cs-portfolio-card-scale:hover .cs-portfolio-card-title {
  color: #edb100;
}
.cs-carousel .cs-portfolio-card-scale::before {
  box-shadow: none;
}
.cs-portfolio-card-slide {
  display: block;
  position: relative;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03);
  text-decoration: none;
  transition: box-shadow 0.25s ease-in-out;
  overflow: hidden;
}
.cs-portfolio-card-slide .cs-portfolio-card-img > img {
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}
.cs-portfolio-card-slide .cs-portfolio-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(4.25rem);
  transform: translateY(4.25rem);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}
.cs-portfolio-card-slide .cs-portfolio-card-body .btn {
  margin-top: 1.5rem;
}
.cs-portfolio-card-slide:hover {
  text-decoration: none;
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
}
.cs-portfolio-card-slide:hover .cs-portfolio-card-img > img {
  -webkit-transform: scale(1.06) translateY(-2rem);
  transform: scale(1.06) translateY(-2rem);
}
.cs-portfolio-card-slide:hover .cs-portfolio-card-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cs-portfolio-card-slide:hover.cs-portfolio-card-video .cs-video-btn {
  top: calc(50% - 4.25rem);
}
.cs-portfolio-card-slide.cs-portfolio-card-video .cs-video-btn {
  top: calc(50% - (4.25rem / 2));
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out, top 0.25s ease-in-out;
}
@media (max-width: 767.98px) {
  .cs-portfolio-card-slide {
    text-decoration: none;
    box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
      0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
      0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
      0 0.25rem 0.25rem rgba(30, 33, 44, 0.05);
  }
  .cs-portfolio-card-slide .cs-portfolio-card-img > img {
    -webkit-transform: scale(1.06) translateY(-2rem);
    transform: scale(1.06) translateY(-2rem);
  }
  .cs-portfolio-card-slide .cs-portfolio-card-body {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cs-portfolio-card-slide.cs-portfolio-card-video .cs-video-btn {
    top: calc(50% - 4.25rem);
  }
}
.cs-portfolio-card-video {
  border-radius: 0.25rem;
}
.cs-portfolio-card-video .cs-portfolio-card-img::after {
  display: block;
  position: absolute;
  background-color: rgba(30, 33, 44, 0.2);
  content: "";
}
.cs-portfolio-card-video .cs-video-btn {
  position: absolute;
  z-index: 3;
  will-change: top;
}
.cs-portfolio-card-video .cs-video-btn:hover {
  box-shadow: none;
}
.cs-from-top,
.cs-from-bottom,
.cs-from-left,
.cs-from-right,
.cs-scale-up,
.cs-scale-down,
.cs-fade-in {
  transition: all 0.4s 0.3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-from-top {
  -webkit-transform: translateY(-2.25rem);
  transform: translateY(-2.25rem);
}
.cs-from-bottom {
  -webkit-transform: translateY(2.25rem);
  transform: translateY(2.25rem);
}
.cs-from-left {
  -webkit-transform: translateX(-2.25rem);
  transform: translateX(-2.25rem);
}
.cs-from-right {
  -webkit-transform: translateX(2.25rem);
  transform: translateX(2.25rem);
}
.cs-scale-up {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.cs-scale-down {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.cs-delay-1 {
  transition-delay: 0.5s;
}
.cs-delay-2 {
  transition-delay: 0.7s;
}
.cs-delay-3 {
  transition-delay: 0.9s;
}
.cs-delay-4 {
  transition-delay: 1.1s;
}
.tns-slide-active .cs-from-top,
.tns-slide-active .cs-from-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.tns-slide-active .cs-from-left,
.tns-slide-active .cs-from-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.tns-slide-active .cs-scale-up,
.tns-slide-active .cs-scale-down {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tns-slide-active .cs-fade-in {
  opacity: 1;
}
.cs-step .cs-step-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs-step .cs-step-indicator {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 1.375rem;
  line-height: 3.75rem;
  text-align: center;
  color: #dadbdd;
  font-weight: 900;
  transition: color 0.3s ease-in-out;
  z-index: 3;
  font-size: 2.875rem;
}
@media (max-width: 1200px) {
  .cs-step .cs-step-indicator {
    font-size: calc(1.4125rem + 1.95vw);
  }
}
.cs-step .cs-step-indicator::before,
.cs-step .cs-step-indicator::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  opacity: 0;
  content: "";
  will-change: transform;
  z-index: 2;
}
.cs-step .cs-step-indicator::before {
  width: 5.25rem;
  height: 5.25rem;
  background-color: rgba(23, 105, 106, 0.12);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.cs-step .cs-step-indicator::after {
  width: 7.3125rem;
  height: 7.3125rem;
  background-color: rgba(23, 105, 106, 0.06);
  transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s,
    -webkit-transform 0.3s ease 0.1s;
}
.cs-step .cs-step-line {
  position: relative;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(
    90deg,
    #dadbdd,
    #dadbdd 75%,
    transparent 75%,
    transparent 100%
  );
  background-size: 0.625rem 0.0625rem;
  z-index: 2;
}
.cs-step:hover .cs-step-indicator {
  color: #edb100;
}
.cs-step:hover .cs-step-indicator::before,
.cs-step:hover .cs-step-indicator::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}
@media (max-width: 767.98px) {
  .cs-step .cs-step-indicator {
    color: #edb100;
  }
  .cs-step .cs-step-indicator::before {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
  }
  .cs-step .cs-step-indicator::after {
    display: none;
  }
}
.cs-step-vertical {
  display: -ms-flexbox;
  display: flex;
  max-width: calc(50% + (0.0625rem / 2));
  margin-left: auto;
}
.cs-step-vertical .cs-step-line {
  position: relative;
  -ms-flex: 0 0 0.0625rem;
  flex: 0 0 0.0625rem;
  width: 0.0625rem;
  margin-top: 1.25rem;
  background-color: rgba(154, 156, 165, 0.4);
  color: rgba(154, 156, 165, 0.75);
  z-index: 2;
}
.cs-step-vertical .cs-step-line::before,
.cs-step-vertical .cs-step-line::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 3;
}
.cs-step-vertical .cs-step-line::before {
  top: -0.875rem;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
  background-color: currentColor;
}
.cs-step-vertical .cs-step-line::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s ease-in-out;
  will-change: height;
  background-color: #edb100;
}
.cs-step-vertical .cs-step-body {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.cs-step-vertical:nth-child(2n) {
  margin-left: 0;
  text-align: right;
}
.cs-step-vertical:nth-child(2n) .cs-step-line {
  -ms-flex-order: 2;
  order: 2;
}
.cs-step-vertical:nth-child(2n) .cs-step-body {
  -ms-flex-order: 1;
  order: 1;
}
.cs-step-vertical.active .cs-step-line::before,
.cs-step-vertical.tns-nav-active .cs-step-line::before {
  background-color: #edb100;
}
.cs-step-vertical.active .cs-step-line::after,
.cs-step-vertical.tns-nav-active .cs-step-line::after {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cs-step-vertical {
    max-width: none;
    margin-left: 0;
  }
  .cs-step-vertical .cs-step-body {
    padding-right: 1.6666666667rem;
    padding-bottom: 1.875rem;
    padding-left: 1.6666666667rem;
  }
  .cs-step-vertical:nth-child(2n) {
    text-align: left;
  }
  .cs-step-vertical:nth-child(2n) .cs-step-line {
    -ms-flex-order: 1;
    order: 1;
  }
  .cs-step-vertical:nth-child(2n) .cs-step-body {
    -ms-flex-order: 2;
    order: 2;
  }
}
.cs-steps-vertical-right .cs-step-vertical,
.cs-steps-vertical-left .cs-step-vertical,
.table .cs-step-vertical {
  max-width: none;
  margin-left: 0;
}
.cs-steps-vertical-right .cs-step-vertical .cs-step-body,
.cs-steps-vertical-left .cs-step-vertical .cs-step-body,
.table .cs-step-vertical .cs-step-body {
  padding-bottom: 1.875rem;
}
.cs-steps-vertical-right .cs-step-vertical:last-child .cs-step-body,
.cs-steps-vertical-left .cs-step-vertical:last-child .cs-step-body,
.table .cs-step-vertical:last-child .cs-step-body {
  padding-bottom: 0;
}
.cs-steps-vertical-right {
  padding-right: 0.25rem;
}
.cs-steps-vertical-right .cs-step-vertical {
  text-align: right;
}
.cs-steps-vertical-right .cs-step-vertical .cs-step-line {
  -ms-flex-order: 2;
  order: 2;
}
.cs-steps-vertical-right .cs-step-vertical .cs-step-body {
  -ms-flex-order: 1;
  order: 1;
}
.cs-steps-vertical-left {
  padding-left: 0.25rem;
}
.cs-steps-vertical-left .cs-step-vertical {
  text-align: left;
}
.cs-steps-vertical-left .cs-step-vertical:nth-child(2n) .cs-step-line {
  -ms-flex-order: 1;
  order: 1;
}
.cs-steps-vertical-left .cs-step-vertical:nth-child(2n) .cs-step-body {
  -ms-flex-order: 2;
  order: 2;
}
.table .cs-step-vertical {
  display: table-row;
  text-align: left;
  white-space: nowrap;
  color: #fff;
}
.table .cs-step-vertical .cs-step-line {
  position: absolute;
  top: calc(50% + (0.5rem * 1.5));
  left: 50%;
  margin-top: 0;
  height: calc(100% - (0.5rem * 2.5));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.table .cs-step-vertical:last-child .cs-step-line {
  height: 0;
}
.table .cs-step-vertical.active {
  color: #424551;
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .table .cs-step-vertical .cs-step-line {
    top: 40px;
    height: 100%;
  }
}
.cs-step-vertical.cs-step-vertical-nav {
  text-decoration: none;
  cursor: pointer;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line {
  margin-top: 0;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::before,
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::after {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::before {
  transition: background-color 0.25s ease-in-out;
  z-index: 3;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-line::after {
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f4f5f6;
  z-index: 2;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-body {
  width: 100%;
  padding: 0.625rem 2rem;
}
.cs-step-vertical.cs-step-vertical-nav .cs-step-label {
  color: #fff;
  transition: color 0.25s ease-in-out;
}
.cs-step-vertical.cs-step-vertical-nav.active .cs-step-label,
.cs-step-vertical.cs-step-vertical-nav.tns-nav-active .cs-step-label {
  color: #edb100;
}
.cs-step-vertical.cs-step-vertical-nav:hover .cs-step-line::before {
  background-color: #edb100;
}
.cs-step-vertical.cs-step-vertical-nav:hover .cs-step-label {
  color: #edb100;
}
.cs-step-vertical.cs-step-vertical-nav:last-child .cs-step-body {
  padding-bottom: 0.625rem;
}
.cs-widget ul {
  margin-bottom: 0;
}
.cs-widget-categories .nav {
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs-widget-categories .nav li {
  margin-bottom: 0.625rem;
}
.cs-widget-categories .nav .nav {
  padding-left: 1rem;
  border-left: 1px solid #e5e8ed;
}
.cs-widget-categories .nav .nav .nav-link {
  font-weight: normal;
}
.cs-widget-categories .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.cs-widget-data-list .form-control {
  padding-left: 0.75rem;
  background-color: #fff;
}
.cs-widget-data-list .list-unstyled li {
  margin-bottom: 0.5rem;
}
.cs-widget-data-list .custom-control-label {
  padding-top: 0.125rem;
  font-size: 0.875rem;
}
.cs-range-slider-ui {
  height: 0.125rem;
  margin: 3rem 0;
  border: 0;
  background-color: #dadbdd;
  box-shadow: none;
}
.cs-range-slider-ui .noUi-connect {
  background-color: #edb100;
}
.cs-range-slider-ui .noUi-handle {
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.4375rem;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: none;
  background-color: #edb100;
}
.cs-range-slider-ui .noUi-handle::before,
.cs-range-slider-ui .noUi-handle::after {
  display: none;
}
.cs-range-slider-ui .noUi-handle:focus {
  outline: none;
}
.cs-range-slider-ui .noUi-pips-horizontal {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cs-range-slider-ui .noUi-marker-normal {
  display: none;
}
.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  background-color: #d3d8e0;
}
.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
  height: 0.5rem;
}
.cs-range-slider-ui .noUi-value {
  padding-top: 0.125rem;
  color: #1e212c;
  font-size: 0.65rem;
  font-weight: 700;
}
.cs-range-slider-ui .noUi-tooltip {
  padding: 0.25rem 0.5rem;
  border: 0;
  background-color: #424551;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.25rem;
}
.cs-range-slider-ui.cs-no-pips {
  margin-bottom: 1.5rem;
}
.cs-range-slider-ui.cs-no-pips .noUi-pips {
  display: none;
  visibility: hidden;
  opacity: 0;
}
html:not([dir="rtl"]) .cs-range-slider-ui.noUi-horizontal .noUi-handle {
  right: -0.4375rem;
}
.cs-media-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.cs-media-grid-item {
  max-width: 33.3333333333%;
  width: 100%;
  margin-top: -0.375rem;
  padding: 0.375rem;
}
.cs-media-grid-inner {
  display: inline-block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.cs-media-grid-inner::before,
.cs-media-grid-inner::after {
  display: block;
  position: absolute;
  opacity: 0;
}
.cs-media-grid-inner::before {
  background-color: rgba(30, 33, 44, 0.4);
  border-radius: inherit;
  transition: opacity 0.35s;
  content: "";
  z-index: 2;
}
.cs-media-grid-inner::after {
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 2rem;
  font-family: "createx-icons";
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
  transform: translateY(-50%) translateX(-50%) scale(0.8);
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  content: "\e904";
  will-change: transform;
  z-index: 3;
}
.cs-media-grid-inner img {
  display: block;
  width: 100%;
  border-radius: inherit;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
}
.cs-media-grid-inner:hover::before,
.cs-media-grid-inner:hover::after {
  opacity: 1;
}
.cs-media-grid-inner:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.cs-media-grid-inner:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cs-tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
  border: 1px solid #dadbdd;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #787a80;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.cs-tag:hover {
  border-color: #edb100;
  color: #edb100;
  text-decoration: none;
}
.cs-tag.cs-tag-pill {
  border-radius: 1.8125rem;
}
.cs-carousel {
  position: relative;
}
.cs-carousel .cs-carousel-inner {
  position: relative;
  overflow: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}
.cs-carousel .cs-carousel-inner:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.cs-carousel .cs-carousel-inner.tns-slider {
  display: block;
  opacity: 1;
}
.cs-carousel .cs-carousel-inner > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
  display: -ms-flexbox;
  display: flex;
}
.cs-carousel .tns-outer {
  position: relative;
}
@supports (-ms-ime-align: auto) {
  .cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
    display: block;
  }
}
.tns-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
}
.tns-nav [data-nav] {
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: 0.1875rem;
  margin: 0 0.375rem;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 0.25rem;
  transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  pointer-events: initial;
}
.tns-nav [data-nav]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: inherit;
  opacity: 0;
  transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
  content: "";
}
.tns-nav [data-nav].tns-nav-active::before,
.tns-nav [data-nav].active::before {
  width: 100%;
  opacity: 1;
}
.tns-nav [data-nav]:focus {
  outline: initial;
}
@media (max-width: 767.98px) {
  .tns-nav {
    padding-bottom: 1rem;
  }
}
.cs-nav-inverse [data-nav],
.cs-nav-outside [data-nav] {
  background-color: #b5b5ba;
}
.cs-nav-inverse [data-nav]::before,
.cs-nav-outside [data-nav]::before {
  background-color: #424551;
}
.cs-nav-outside.cs-nav-inverse [data-nav] {
  background-color: rgba(255, 255, 255, 0.3);
}
.cs-nav-outside.cs-nav-inverse [data-nav]::before {
  background-color: #fff;
}
.cs-nav-outside .tns-outer {
  margin-bottom: 3rem;
}
.cs-nav-outside .tns-nav {
  top: 100%;
  bottom: initial;
  padding-top: 1.5rem;
  padding-bottom: initial;
}
@media (max-width: 767.98px) {
  .cs-nav-outside .tns-outer {
    margin-bottom: 2.25rem;
  }
  .cs-nav-outside .tns-nav {
    padding-top: 0.75rem;
  }
}
.tns-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
.tns-controls:focus {
  outline: initial;
}
@media (max-width: 767.98px) {
  .tns-controls {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
[data-controls] {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #424551;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out,
    color 0.2s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  pointer-events: auto;
  border-radius: 50%;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  [data-controls] {
    font-size: calc(1.275rem + 0.3vw);
  }
}
[data-controls] [class^="cxi-"],
[data-controls] [class*=" cxi-"] {
  line-height: inherit;
}
[data-controls][disabled] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
[data-controls]:hover {
  background-color: #fff;
  color: #424551;
}
@media (max-width: 767.98px) {
  [data-controls] {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.35rem;
  }
}
@media (max-width: 767.98px) and (max-width: 1200px) {
  [data-controls] {
    font-size: calc(1.26rem + 0.12vw);
  }
}
.cs-controls-onhover [data-controls] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.cs-controls-onhover:hover [data-controls]:not([disabled]) {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.cs-controls-inverse [data-controls],
.cs-controls-outside [data-controls] {
  background-color: rgba(0, 0, 0, 0);
  color: #424551;
}
.cs-controls-inverse [data-controls]:hover,
.cs-controls-outside [data-controls]:hover {
  background-color: #edb100;
  color: #fff;
}
.cs-controls-outside.cs-controls-inverse [data-controls] {
  background-color: rgba(255, 255, 255, 0.5);
  color: #424551;
}
.cs-controls-outside.cs-controls-inverse [data-controls]:hover {
  background-color: #fff;
  color: #424551;
}
.cs-controls-outside .tns-outer {
  margin-right: 4.375rem;
  margin-left: 4.375rem;
}
.cs-controls-outside .tns-controls {
  width: calc(100% + (4.375rem * 2));
  left: -4.375rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .cs-controls-outside .tns-outer {
    margin-right: 0;
    margin-left: 0;
  }
  .cs-controls-outside .tns-controls {
    width: 100%;
    left: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cs-controls-outside [data-controls] {
    background-color: rgba(255, 255, 255, 0.5);
    color: #424551;
  }
  .cs-controls-outside [data-controls]:hover {
    background-color: #fff;
    color: #424551;
  }
}
.tns-custom-controls {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -0.6875rem;
  margin-left: -0.6875rem;
  z-index: 9;
}
.tns-custom-controls:focus {
  outline: initial;
}
@media (max-width: 767.98px) {
  .tns-custom-controls {
    margin-right: -0.3875rem;
    margin-left: -0.3875rem;
  }
}
.cs-pager {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cs-pager [data-nav] {
  display: block;
  position: relative;
  width: 100%;
  margin-right: 0.25rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0.75rem;
  padding-left: 0;
  border: 0;
  background-color: transparent;
  transition: color 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-weight: 700;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .cs-pager [data-nav] {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.cs-pager [data-nav]:last-child {
  margin-right: initial;
}
.cs-pager [data-nav]::before,
.cs-pager [data-nav]::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  content: "";
}
.cs-pager [data-nav]::before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.cs-pager [data-nav]::after {
  width: 0;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
  will-change: width;
  z-index: 3;
}
.cs-pager [data-nav]:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cs-pager [data-nav].tns-nav-active {
  color: #fff;
}
.cs-pager [data-nav].tns-nav-active::after {
  width: 100%;
}
.cs-pager.cs-pager-inverse [data-nav] {
  color: rgba(66, 69, 81, 0.6);
}
.cs-pager.cs-pager-inverse [data-nav]::before {
  background-color: rgba(66, 69, 81, 0.6);
}
.cs-pager.cs-pager-inverse [data-nav]::after {
  background-color: #424551;
}
.cs-pager.cs-pager-inverse [data-nav]:hover {
  color: #424551;
}
.cs-pager.cs-pager-inverse [data-nav].tns-nav-active {
  color: #424551;
}
@media (max-width: 767.98px) {
  .cs-pager [data-nav] {
    padding-bottom: 0.375rem;
    font-size: 1.1666666667rem;
  }
}
.cs-thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.125rem;
  margin-right: -0.5625rem;
  margin-left: -0.5625rem;
}
.cs-thumbnails [data-nav] {
  display: block;
  max-width: 6.25rem;
  margin-right: 0.5625rem;
  margin-bottom: 1.125rem;
  margin-left: 0.5625rem;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out, border-color 0.3s ease-in-out;
  overflow: hidden;
}
.cs-thumbnails [data-nav]:last-child {
  margin-right: initial;
}
.cs-thumbnails [data-nav].tns-nav-active {
  border-color: #edb100;
  opacity: 1;
}
.cs-thumbnails [data-nav].video-indicator {
  position: relative;
}
.cs-thumbnails [data-nav].video-indicator::before {
  display: block;
  position: absolute;
  background-color: #1e212c;
  color: #fff;
  font-family: "createx-icons";
  line-height: 6.25rem;
  text-align: center;
  opacity: 0.6;
  content: "\e954";
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .cs-thumbnails [data-nav].video-indicator::before {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.cs-thumbnails [data-nav]:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .cs-thumbnails {
    margin-top: 0.5625rem;
    margin-right: -0.28125rem;
    margin-left: -0.28125rem;
  }
  .cs-thumbnails [data-nav] {
    max-width: 3.125rem;
    margin-right: 0.28125rem;
    margin-bottom: 0.5625rem;
    margin-left: 0.28125rem;
  }
  .cs-thumbnails [data-nav].video-indicator::before {
    line-height: 3.125rem;
  }
}
.cs-promo-bar .cs-carousel {
  width: auto;
}
.cs-promo-bar .cs-carousel .tns-controls {
  padding: 0;
}
.cs-promo-bar .cs-carousel [data-controls] {
  width: 2rem;
  height: 2rem;
  margin-top: 0.0625rem;
  font-size: 1.2rem;
  line-height: 2rem;
  background: none;
}
.cs-promo-bar .cs-carousel [data-controls] .cxi-arrow-left::before {
  content: "\e917";
}
.cs-promo-bar .cs-carousel [data-controls] .cxi-arrow-right::before {
  content: "\e918";
}
.cs-promo-bar .cs-carousel [data-controls="prev"] {
  margin-left: -0.5rem;
}
.cs-promo-bar .cs-carousel [data-controls="next"] {
  margin-right: -0.5rem;
}
.cs-promo-bar .cs-carousel .tns-nav {
  display: none !important;
}
.cs-promo-bar .cs-carousel .tns-outer {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.cs-promo-bar .cs-carousel.cs-controls-inverse [data-controls] {
  color: #fff;
}
.cs-gallery-item {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  cursor: url("data:image/svg+xml,%3csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4615 3C11.2655 3 3 11.2655 3 21.4615C3 31.6576 11.2655 39.9231 21.4615 39.9231C26.555 39.9231 31.1652 37.8617 34.5064 34.5252C37.8539 31.1825 39.9231 26.5646 39.9231 21.4615C39.9231 11.2655 31.6576 3 21.4615 3ZM1 21.4615C1 10.1609 10.1609 1 21.4615 1C32.7621 1 41.9231 10.1609 41.9231 21.4615C41.9231 26.7564 39.9107 31.583 36.6111 35.2155L46.7065 45.2922C47.0973 45.6824 47.0979 46.3156 46.7078 46.7065C46.3176 47.0973 45.6844 47.0979 45.2935 46.7078L35.196 36.6288C31.5657 39.9179 26.747 41.9231 21.4615 41.9231C10.1609 41.9231 1 32.7621 1 21.4615Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 21.5C11 20.9477 11.4477 20.5 12 20.5H31C31.5523 20.5 32 20.9477 32 21.5C32 22.0523 31.5523 22.5 31 22.5H12C11.4477 22.5 11 22.0523 11 21.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 11C22.0523 11 22.5 11.4477 22.5 12V31C22.5 31.5523 22.0523 32 21.5 32C20.9477 32 20.5 31.5523 20.5 31V12C20.5 11.4477 20.9477 11 21.5 11Z' fill='white'/%3e%3c/svg%3e"),
    pointer;
}
.cs-gallery-item > img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.cs-gallery-item::before {
  display: block;
  position: absolute;
  background-color: rgba(30, 33, 44, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 3;
  content: "";
}
.cs-gallery-item .cs-gallery-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out,
    -webkit-transform 0.35s ease-in-out;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  text-align: center;
  will-change: transform;
  z-index: 4;
  font-size: 1rem;
}
.cs-gallery-item.video-item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.25rem;
  height: 3.25rem;
  padding-left: 0.25rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #edb100;
  color: #fff;
  font-family: "createx-icons";
  line-height: 3.25rem;
  text-align: center;
  content: "\e93f";
  z-index: 4;
  font-size: 1rem;
}
.cs-gallery-item:hover::before {
  opacity: 1;
}
.cs-gallery-item:hover .cs-gallery-caption {
  -webkit-transform: initial;
  transform: initial;
  opacity: 1;
}
.cs-gallery-item:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.lg-backdrop {
  z-index: 1050;
}
.lg-on {
  overflow: hidden;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 575.98px) {
  [data-disable-parallax-down="xs"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 767.98px) {
  [data-disable-parallax-down="sm"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 991.98px) {
  [data-disable-parallax-down="md"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 1279.98px) {
  [data-disable-parallax-down="lg"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 576px) {
  [data-disable-parallax-up="sm"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 768px) {
  [data-disable-parallax-up="md"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  [data-disable-parallax-up="lg"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 1280px) {
  [data-disable-parallax-up="xl"] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
_:-ms-lang(x),
.jarallax .jarallax-img {
  margin: 0 !important;
  position: absolute !important;
  transform: none !important;
}
.cs-parallax {
  position: relative;
}
.cs-parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-parallax-layer:first-child {
  position: relative;
}
.cs-parallax-layer > img {
  display: block;
  width: 100%;
}
.sidebar-sticky {
  will-change: min-height;
}
.sidebar-sticky-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.bg-0 {
  background: none !important;
}
.bg-image-0 {
  background-image: none !important;
}
.bg-faded-primary {
  background-color: rgba(23, 105, 106, 0.08) !important;
}
.bg-faded-secondary {
  background-color: rgba(229, 232, 237, 0.08) !important;
}
.bg-faded-success {
  background-color: rgba(3, 206, 164, 0.08) !important;
}
.bg-faded-info {
  background-color: rgba(90, 135, 252, 0.08) !important;
}
.bg-faded-warning {
  background-color: rgba(248, 152, 40, 0.08) !important;
}
.bg-faded-danger {
  background-color: rgba(255, 66, 66, 0.08) !important;
}
.bg-faded-light {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.bg-faded-dark {
  background-color: rgba(66, 69, 81, 0.08) !important;
}
.bg-size-cover {
  background-size: cover !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-repeat-x {
  background-repeat: repeat-x !important;
}
.bg-repeat-y {
  background-repeat: repeat-y !important;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-position-center {
  background-position: center !important;
}
.bg-position-center-y {
  background-position: center !important;
}
.bg-position-center-x {
  background-position: center !important;
}
.bg-position-right-top {
  background-position: right top !important;
}
.bg-position-left-top {
  background-position: left top !important;
}
.bg-position-center-top {
  background-position: center top !important;
}
.bg-position-right-bottom {
  background-position: right bottom !important;
}
.bg-position-left-bottom {
  background-position: left bottom !important;
}
.bg-position-center-bottom {
  background-position: center bottom !important;
}
.bg-position-right-center {
  background-position: right center !important;
}
.bg-position-left-center {
  background-position: left center !important;
}
a[class^="bg-"],
a[class*="bg-"] {
  transition: background-color 0.25s ease;
}
.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1e212c;
  opacity: 0.5;
  z-index: 1;
}
.bg-overlay-content {
  display: block;
  position: relative;
  z-index: 5;
}
.font-size-lg {
  font-size: 1.125rem !important;
}
.font-size-base {
  font-size: 1rem !important;
}
.font-size-sm {
  font-size: 0.875rem !important;
}
.font-size-xs {
  font-size: 0.75rem !important;
}
.font-size-xxs {
  font-size: 0.65rem !important;
}
.lead {
  font-size: 1.25rem !important;
}
.font-weight-black {
  font-weight: 900 !important;
}
.text-shadow {
  text-shadow: 0 0.0625rem #424551 !important;
}
.box-shadow {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.16),
    0 1.25rem 1rem -0.25rem rgba(154, 156, 165, 0.1),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.box-shadow-sm {
  box-shadow: 0 1.75rem 1.875rem rgba(154, 156, 165, 0.08),
    0 1.25rem 1rem rgba(154, 156, 165, 0.05),
    0 0.5rem 0.625rem rgba(154, 156, 165, 0.04),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.03) !important;
}
.box-shadow-lg {
  box-shadow: 0 1.5rem 1.875rem rgba(30, 33, 44, 0.16),
    0 1.25rem 1.125rem -0.25rem rgba(30, 33, 44, 0.1),
    0 0.5rem 0.75rem rgba(30, 33, 44, 0.08),
    0 0.25rem 0.25rem rgba(30, 33, 44, 0.05) !important;
}
.border-light {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.rounded-lg {
  border-radius: 0.25rem;
}
.rounded-sm {
  border-radius: 0.25rem;
}
.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.box-shadow-0 {
  box-shadow: none !important;
}
.text-decoration-0 {
  text-decoration: none !important;
}
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.line-height-base {
  line-height: 1.5 !important;
}
.table-fixed {
  table-layout: fixed !important;
}
.animation-0 {
  -webkit-animation: none !important;
  animation: none !important;
}
.text-dark {
  color: #1e212c !important;
}
.bg-secondary {
  background-color: #f4f5f6 !important;
}
.bg-dark {
  background-color: #1e212c !important;
}
.bg-gradient {
  background: #edb100 !important;
  background: linear-gradient(55.95deg, #edb100 0%, #0a9193 100%) !important;
}
.text-uppercase {
  letter-spacing: 0.0625rem !important;
}
.text-border {
  color: #d6dbe3 !important;
}
.text-color-inherit {
  color: inherit !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.cs-image-scale .cs-image-inner {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-image-scale .cs-image-inner img {
  display: block;
  width: 100%;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
}
.cs-image-scale:hover .cs-image-inner img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cs-image-scale.media:hover .cs-image-inner img {
  -webkit-transform: scale(1.14);
  transform: scale(1.14);
}
.cs-image-scale.card-hover:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cs-image-fade {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cs-image-fade::before {
  display: block;
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  width: calc(100% + 0.25rem);
  height: calc(100% + 0.25rem);
  background-color: #fff;
  border-radius: inherit;
  transition: background-color 0.3s ease-in-out;
  content: "";
  will-change: background-color;
  z-index: 2;
}
.cs-image-fade .cs-image-inner {
  position: relative;
  z-index: 3;
}
.cs-image-fade .cs-image-inner hr {
  transition: opacity 0.3s ease-in-out;
}
.cs-image-fade .cs-inner-text {
  transition: color 0.3s ease-in-out;
}
.cs-image-fade img[src*=".svg"].cs-inner-img {
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  will-change: filter;
}
.cs-image-fade:hover::before {
  background-color: rgba(30, 33, 44, 0.6);
}
.cs-image-fade:hover .cs-image-inner hr {
  opacity: 0.4;
}
.cs-image-fade:hover .cs-inner-text {
  color: #fff;
}
.cs-image-fade:hover .cs-inner-text.nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.cs-image-fade:hover img[src*=".svg"].cs-inner-img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs-image-fade.card::before {
  border-radius: calc(0.25rem - 1px);
}
@media (max-width: 767.98px) {
  .cs-image-fade::before {
    background-color: rgba(30, 33, 44, 0.6);
  }
  .cs-image-fade .cs-image-inner hr {
    opacity: 0.4;
  }
  .cs-image-fade .cs-inner-text {
    color: #fff;
  }
  .cs-image-fade .cs-inner-text.nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .cs-image-fade img[src*=".svg"].cs-inner-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
a.cs-image-fade {
  text-decoration: none;
  color: inherit;
}
.cs-heading-highlight {
  text-decoration: none;
}
.cs-heading-highlight h1,
.cs-heading-highlight h2,
.cs-heading-highlight h3,
.cs-heading-highlight h4,
.cs-heading-highlight h5,
.cs-heading-highlight h6,
.cs-heading-highlight .h1,
.cs-heading-highlight .h2,
.cs-heading-highlight .h3,
.cs-heading-highlight .h4,
.cs-heading-highlight .h5,
.cs-heading-highlight .h6 {
  transition: color 0.25s;
}
.cs-heading-highlight:hover h1,
.cs-heading-highlight:hover h2,
.cs-heading-highlight:hover h3,
.cs-heading-highlight:hover h4,
.cs-heading-highlight:hover h5,
.cs-heading-highlight:hover h6,
.cs-heading-highlight:hover .h1,
.cs-heading-highlight:hover .h2,
.cs-heading-highlight:hover .h3,
.cs-heading-highlight:hover .h4,
.cs-heading-highlight:hover .h5,
.cs-heading-highlight:hover .h6 {
  color: #edb100;
}
.cs-swap-image {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cs-swap-image .cs-swap-from,
.cs-swap-image .cs-swap-to {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.cs-swap-image .cs-swap-to {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.cs-swap-image:hover .cs-swap-from,
.cs-swap-image.active .cs-swap-from {
  opacity: 0;
}
.cs-swap-image:hover .cs-swap-to,
.cs-swap-image.active .cs-swap-to {
  opacity: 1;
}
.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-to {
  transition-duration: 0.25s;
}
.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-from {
  opacity: 0;
}
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-to {
  opacity: 1;
}
.icon-dropdown {
  position: relative;
}
.icon-dropdown > .social-btn {
  margin-bottom: 0.5rem;
}
.icon-dropdown:hover .icon-drop-menu {
  opacity: 1;
  visibility: visible;
}
.icon-dropdown:hover .icon-drop-item {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.icon-dropdown:hover .icon-drop-item:nth-child(1) {
  transition: all 0.15s 0.1s ease-in;
}
.icon-dropdown:hover .icon-drop-item:nth-child(2) {
  transition: all 0.15s 0.2s ease-in;
}
.icon-dropdown:hover .icon-drop-item:nth-child(3) {
  transition: all 0.15s 0.3s ease-in;
}
.icon-drop-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -0.5rem;
  margin: 0;
  padding: 0.25rem;
  list-style: none;
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  z-index: 3;
  will-change: opacity;
}
.icon-drop-item {
  padding: 0.25rem;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  will-change: transform;
}
.icon-dropleft > .social-btn {
  margin-bottom: initial;
  margin-left: 0.5rem;
}
.icon-dropleft .icon-drop-menu {
  top: -0.5rem;
  right: 100%;
  left: initial;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.icon-dropright > .social-btn {
  margin-bottom: initial;
  margin-right: 0.5rem;
}
.icon-dropright .icon-drop-menu {
  top: -0.5rem;
  right: initial;
  left: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.icon-dropup > .social-btn {
  margin-bottom: initial;
  margin-top: 0.5rem;
}
.icon-dropup .icon-drop-menu {
  top: initial;
  left: -0.5rem;
  bottom: 100%;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.cs-binded-content {
  position: relative;
}
.cs-binded-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: opacity, transform;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.cs-binded-item.active {
  position: relative;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 5;
  cursor: initial;
  pointer-events: initial;
}
.cs-collapse-toggler {
  position: relative;
  padding-right: 1.75rem;
}
.cs-collapse-toggler[aria-expanded="false"]::before,
.cs-collapse-toggler.collapsed::before {
  position: static;
  opacity: 1;
  visibility: visible;
}
.cs-collapse-toggler[aria-expanded="false"]::after,
.cs-collapse-toggler.collapsed::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.cs-collapse-toggler[aria-expanded="false"] .cs-collapse-toggler-indicator,
.cs-collapse-toggler.collapsed .cs-collapse-toggler-indicator {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.cs-collapse-toggler::before,
.cs-collapse-toggler::after {
  top: 0;
  left: 0;
  transition: opacity 0.25s ease-in-out;
}
.cs-collapse-toggler::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: attr(data-collapsed);
}
.cs-collapse-toggler::after {
  position: static;
  opacity: 1;
  visibility: visible;
  content: attr(data-expanded);
}
.cs-collapse-toggler .cs-collapse-toggler-indicator {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cs-view {
  display: none;
}
.cs-view.show {
  display: block;
}

/*# sourceMappingURL=theme.min.css.map */
