@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i); /*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

@font-face {
  font-family: "BentonSans";
  src: url(../fonts/BentonSans-Book.html);
}
@font-face {
  font-family: "BentonSans-bold";
  src: url(../fonts/BentonSans-Bold.html);
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "BentonSans";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: -webkit-calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: -webkit-calc(1.325rem + 0.9vw);
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: -webkit-calc(1.3rem + 0.6vw);
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: -webkit-calc(1.625rem + 4.5vw);
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: -webkit-calc(1.575rem + 3.9vw);
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: -webkit-calc(1.525rem + 3.3vw);
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: -webkit-calc(1.475rem + 2.7vw);
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: -webkit-calc(1.425rem + 2.1vw);
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: -webkit-calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  flex: 1 0;
}
.row-cols-auto > * {
  width: auto;
}
.row-cols-1 > *,
.row-cols-auto > * {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.row-cols-1 > * {
  width: 100%;
}
.row-cols-2 > * {
  width: 50%;
}
.row-cols-2 > *,
.row-cols-3 > * {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.row-cols-3 > * {
  width: 33.3333333333%;
}
.row-cols-4 > * {
  width: 25%;
}
.row-cols-4 > *,
.row-cols-5 > * {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.row-cols-5 > * {
  width: 20%;
}
.row-cols-6 > * {
  width: 16.6666666667%;
}
.col-auto,
.row-cols-6 > * {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-auto {
  width: auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-1,
.col-2 {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-3,
.col-4 {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-5,
.col-6 {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-7,
.col-8 {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-9,
.col-10 {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-11,
.col-12 {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.col-12 {
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    width: auto;
  }
  .row-cols-sm-1 > *,
  .row-cols-sm-auto > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-sm-1 > * {
    width: 100%;
  }
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .row-cols-sm-2 > *,
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-sm-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .row-cols-sm-4 > *,
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-sm-5 > * {
    width: 20%;
  }
  .row-cols-sm-6 > * {
    width: 16.6666666667%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-9,
  .col-sm-10 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    width: auto;
  }
  .row-cols-md-1 > *,
  .row-cols-md-auto > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-md-1 > * {
    width: 100%;
  }
  .row-cols-md-2 > * {
    width: 50%;
  }
  .row-cols-md-2 > *,
  .row-cols-md-3 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-md-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    width: 25%;
  }
  .row-cols-md-4 > *,
  .row-cols-md-5 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-md-5 > * {
    width: 20%;
  }
  .row-cols-md-6 > * {
    width: 16.6666666667%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-1,
  .col-md-2 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-9,
  .col-md-10 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-11,
  .col-md-12 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    width: auto;
  }
  .row-cols-lg-1 > *,
  .row-cols-lg-auto > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-lg-1 > * {
    width: 100%;
  }
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .row-cols-lg-2 > *,
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-lg-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .row-cols-lg-4 > *,
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .row-cols-lg-6 > * {
    width: 16.6666666667%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9,
  .col-lg-10 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    width: auto;
  }
  .row-cols-xl-1 > *,
  .row-cols-xl-auto > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-xl-1 > * {
    width: 100%;
  }
  .row-cols-xl-2 > * {
    width: 50%;
  }
  .row-cols-xl-2 > *,
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-xl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    width: 25%;
  }
  .row-cols-xl-4 > *,
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-xl-5 > * {
    width: 20%;
  }
  .row-cols-xl-6 > * {
    width: 16.6666666667%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-9,
  .col-xl-10 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    width: auto;
  }
  .row-cols-xxl-1 > *,
  .row-cols-xxl-auto > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
  }
  .row-cols-xxl-2 > *,
  .row-cols-xxl-3 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-xxl-3 > * {
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
  }
  .row-cols-xxl-4 > *,
  .row-cols-xxl-5 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    width: 16.6666666667%;
  }
  .col-xxl-auto,
  .row-cols-xxl-6 > * {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-1,
  .col-xxl-2 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-3,
  .col-xxl-4 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-5,
  .col-xxl-6 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-7,
  .col-xxl-8 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-9,
  .col-xxl-10 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-11,
  .col-xxl-12 {
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  -moz-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + 2px);
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  -moz-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + 2px);
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  -moz-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: -webkit-calc(1.5em + 0.75rem + 2px);
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + 2px);
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + 2px);
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: 0;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: -webkit-calc(3.5rem + 2px);
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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 -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em +
        0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(
      0.375em + 0.1875rem
    );
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px,
    -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em +
        0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(
      0.375em + 0.1875rem
    );
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px,
    -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #009be4;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #c679e3;
  border-color: #c679e3;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler,
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler,
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler,
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler,
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 6px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-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: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-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 {
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.5rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: -webkit-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    flex: 1 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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-button:after {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "../../index.html");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  border-color: #dee2e6;
}
.page-link:focus,
.page-link:hover {
  color: #0a58ca;
  background-color: #e9ecef;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  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;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 0,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 0,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 0,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 0,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 0,
    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;
  }
}
.list-group {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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 {
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  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 {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    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 {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    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 {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  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: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    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 {
  height: -webkit-calc(100% - 1rem);
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}
.modal-content,
.modal-dialog-centered {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.modal-content {
  position: relative;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: -webkit-calc(100% - 3.5rem);
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: -webkit-calc(-0.5rem - 1px);
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: -webkit-calc(-0.5rem - 1px);
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: -webkit-calc(-0.5rem - 1px);
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: -webkit-calc(-0.5rem - 1px);
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -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: -0.125em;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn:before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: -webkit-linear-gradient(
    320deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.hstack,
.vstack {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -moz-box-direction: normal;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.vstack {
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  -webkit-flex: 1 1 auto !important;
  -moz-box-flex: 1 !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -moz-box-direction: normal !important;
}
.flex-column {
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
  -moz-box-flex: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}
.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}
.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
.gap-3 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}
.gap-4 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}
.gap-5 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}
.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-justify-content: space-evenly !important;
  -moz-box-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-order: -1 !important;
  -moz-box-ordinal-group: 0 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-order: 0 !important;
  -moz-box-ordinal-group: 1 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-order: 1 !important;
  -moz-box-ordinal-group: 2 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-order: 2 !important;
  -moz-box-ordinal-group: 3 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-order: 3 !important;
  -moz-box-ordinal-group: 4 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-order: 4 !important;
  -moz-box-ordinal-group: 5 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-order: 5 !important;
  -moz-box-ordinal-group: 6 !important;
  order: 5 !important;
}
.order-last {
  -webkit-order: 6 !important;
  -moz-box-ordinal-group: 7 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: -webkit-calc(1.375rem + 1.5vw) !important;
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: -webkit-calc(1.325rem + 0.9vw) !important;
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: -webkit-calc(1.3rem + 0.6vw) !important;
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: -webkit-calc(1.275rem + 0.3vw) !important;
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !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;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -moz-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-sm-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-sm-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -moz-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-md-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-md-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -moz-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-lg-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-lg-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -moz-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-xl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-xl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    flex-direction: row !important;
  }
  .flex-xxl-column,
  .flex-xxl-row {
    -moz-box-direction: normal !important;
  }
  .flex-xxl-column {
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }
  .gap-xxl-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
} /*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: -webkit-calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: -webkit-calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: -webkit-calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: -webkit-calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: -webkit-calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: -webkit-calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: -webkit-calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: -webkit-calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: -webkit-calc(1s/2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: -webkit-calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: -webkit-calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: -webkit-calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: -webkit-calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: -webkit-calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(../../fonts/boxicons.html);
  src: url(../../fonts/boxicons.html) format("embedded-opentype"),
    url(../../fonts/boxicons-2.html) format("woff2"),
    url(../../fonts/boxicons-3.html) format("woff"),
    url(../../fonts/boxicons-4.html) format("truetype"),
    url(../../fonts/boxiconsd41d.html?#boxicons) format("svg");
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scaleX(1) rotate(10deg);
    transform: scaleX(1) rotate(10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scaleX(1) rotate(-10deg);
    transform: scaleX(1) rotate(-10deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scaleX(1) rotate(10deg);
    transform: scaleX(1) rotate(10deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bx-spin,
.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.bx-tada,
.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}
.bx-flashing,
.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s linear infinite;
  animation: flashing 1.5s linear infinite;
}
.bx-burst,
.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s linear infinite;
  animation: burst 1.5s linear infinite;
}
.bx-fade-up,
.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s linear infinite;
  animation: fade-up 1.5s linear infinite;
}
.bx-fade-down,
.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s linear infinite;
  animation: fade-down 1.5s linear infinite;
}
.bx-fade-left,
.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s linear infinite;
  animation: fade-left 1.5s linear infinite;
}
.bx-fade-right,
.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s linear infinite;
  animation: fade-right 1.5s linear infinite;
}
.bx-xs {
  font-size: 1rem !important;
}
.bx-sm {
  font-size: 1.55rem !important;
}
.bx-md {
  font-size: 2.25rem !important;
}
.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}
.bx-lg {
  font-size: 3 !important;
}
.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}
.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}
.bx-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.bx-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.bx-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.bx-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
}
.bx-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
}
.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}
.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.bx-abacus:before {
  content: "\e900";
}
.bx-accessibility:before {
  content: "\e901";
}
.bx-add-to-queue:before {
  content: "\e902";
}
.bx-adjust:before {
  content: "\e903";
}
.bx-alarm:before {
  content: "\e904";
}
.bx-alarm-add:before {
  content: "\e905";
}
.bx-alarm-exclamation:before {
  content: "\e906";
}
.bx-alarm-off:before {
  content: "\e907";
}
.bx-alarm-snooze:before {
  content: "\e908";
}
.bx-album:before {
  content: "\e909";
}
.bx-align-justify:before {
  content: "\e90a";
}
.bx-align-left:before {
  content: "\e90b";
}
.bx-align-middle:before {
  content: "\e90c";
}
.bx-align-right:before {
  content: "\e90d";
}
.bx-analyse:before {
  content: "\e90e";
}
.bx-anchor:before {
  content: "\e90f";
}
.bx-angry:before {
  content: "\e910";
}
.bx-aperture:before {
  content: "\e911";
}
.bx-arch:before {
  content: "\e912";
}
.bx-archive:before {
  content: "\e913";
}
.bx-archive-in:before {
  content: "\e914";
}
.bx-archive-out:before {
  content: "\e915";
}
.bx-area:before {
  content: "\e916";
}
.bx-arrow-back:before {
  content: "\e917";
}
.bx-arrow-from-bottom:before {
  content: "\e918";
}
.bx-arrow-from-left:before {
  content: "\e919";
}
.bx-arrow-from-right:before {
  content: "\e91a";
}
.bx-arrow-from-top:before {
  content: "\e91b";
}
.bx-arrow-to-bottom:before {
  content: "\e91c";
}
.bx-arrow-to-left:before {
  content: "\e91d";
}
.bx-arrow-to-right:before {
  content: "\e91e";
}
.bx-arrow-to-top:before {
  content: "\e91f";
}
.bx-at:before {
  content: "\e920";
}
.bx-atom:before {
  content: "\e921";
}
.bx-award:before {
  content: "\e922";
}
.bx-badge:before {
  content: "\e923";
}
.bx-badge-check:before {
  content: "\e924";
}
.bx-ball:before {
  content: "\e925";
}
.bx-band-aid:before {
  content: "\e926";
}
.bx-bar-chart:before {
  content: "\e927";
}
.bx-bar-chart-alt:before {
  content: "\e928";
}
.bx-bar-chart-alt-2:before {
  content: "\e929";
}
.bx-bar-chart-square:before {
  content: "\e92a";
}
.bx-barcode:before {
  content: "\e92b";
}
.bx-barcode-reader:before {
  content: "\e92c";
}
.bx-baseball:before {
  content: "\e92d";
}
.bx-basket:before {
  content: "\e92e";
}
.bx-basketball:before {
  content: "\e92f";
}
.bx-bath:before {
  content: "\e930";
}
.bx-battery:before {
  content: "\e931";
}
.bx-bed:before {
  content: "\e932";
}
.bx-been-here:before {
  content: "\e933";
}
.bx-beer:before {
  content: "\e934";
}
.bx-bell:before {
  content: "\e935";
}
.bx-bell-minus:before {
  content: "\e936";
}
.bx-bell-off:before {
  content: "\e937";
}
.bx-bell-plus:before {
  content: "\e938";
}
.bx-bible:before {
  content: "\e939";
}
.bx-bitcoin:before {
  content: "\e93a";
}
.bx-blanket:before {
  content: "\e93b";
}
.bx-block:before {
  content: "\e93c";
}
.bx-bluetooth:before {
  content: "\e93d";
}
.bx-body:before {
  content: "\e93e";
}
.bx-bold:before {
  content: "\e93f";
}
.bx-bolt-circle:before {
  content: "\e940";
}
.bx-bomb:before {
  content: "\e941";
}
.bx-bone:before {
  content: "\e942";
}
.bx-bong:before {
  content: "\e943";
}
.bx-book:before {
  content: "\e944";
}
.bx-book-add:before {
  content: "\e945";
}
.bx-book-alt:before {
  content: "\e946";
}
.bx-book-bookmark:before {
  content: "\e947";
}
.bx-book-content:before {
  content: "\e948";
}
.bx-book-heart:before {
  content: "\e949";
}
.bx-bookmark:before {
  content: "\e94a";
}
.bx-bookmark-alt:before {
  content: "\e94b";
}
.bx-bookmark-alt-minus:before {
  content: "\e94c";
}
.bx-bookmark-alt-plus:before {
  content: "\e94d";
}
.bx-bookmark-heart:before {
  content: "\e94e";
}
.bx-bookmark-minus:before {
  content: "\e94f";
}
.bx-bookmark-plus:before {
  content: "\e950";
}
.bx-bookmarks:before {
  content: "\e951";
}
.bx-book-open:before {
  content: "\e952";
}
.bx-book-reader:before {
  content: "\e953";
}
.bx-border-all:before {
  content: "\e954";
}
.bx-border-bottom:before {
  content: "\e955";
}
.bx-border-inner:before {
  content: "\e956";
}
.bx-border-left:before {
  content: "\e957";
}
.bx-border-none:before {
  content: "\e958";
}
.bx-border-outer:before {
  content: "\e959";
}
.bx-border-radius:before {
  content: "\e95a";
}
.bx-border-right:before {
  content: "\e95b";
}
.bx-border-top:before {
  content: "\e95c";
}
.bx-bot:before {
  content: "\e95d";
}
.bx-bowling-ball:before {
  content: "\e95e";
}
.bx-box:before {
  content: "\e95f";
}
.bx-bracket:before {
  content: "\e960";
}
.bx-braille:before {
  content: "\e961";
}
.bx-brain:before {
  content: "\e962";
}
.bx-briefcase:before {
  content: "\e963";
}
.bx-briefcase-alt:before {
  content: "\e964";
}
.bx-briefcase-alt-2:before {
  content: "\e965";
}
.bx-brightness:before {
  content: "\e966";
}
.bx-brightness-half:before {
  content: "\e967";
}
.bx-broadcast:before {
  content: "\e968";
}
.bx-brush:before {
  content: "\e969";
}
.bx-brush-alt:before {
  content: "\e96a";
}
.bx-bug:before {
  content: "\e96b";
}
.bx-bug-alt:before {
  content: "\e96c";
}
.bx-building:before {
  content: "\e96d";
}
.bx-building-house:before {
  content: "\e96e";
}
.bx-buildings:before {
  content: "\e96f";
}
.bx-bulb:before {
  content: "\e970";
}
.bx-bullseye:before {
  content: "\e971";
}
.bx-buoy:before {
  content: "\e972";
}
.bx-bus:before {
  content: "\e973";
}
.bx-bus-school:before {
  content: "\e974";
}
.bx-cabinet:before {
  content: "\e975";
}
.bx-cake:before {
  content: "\e976";
}
.bx-calculator:before {
  content: "\e977";
}
.bx-calendar:before {
  content: "\e978";
}
.bx-calendar-alt:before {
  content: "\e979";
}
.bx-calendar-check:before {
  content: "\e97a";
}
.bx-calendar-edit:before {
  content: "\e97b";
}
.bx-calendar-event:before {
  content: "\e97c";
}
.bx-calendar-exclamation:before {
  content: "\e97d";
}
.bx-calendar-heart:before {
  content: "\e97e";
}
.bx-calendar-minus:before {
  content: "\e97f";
}
.bx-calendar-plus:before {
  content: "\e980";
}
.bx-calendar-star:before {
  content: "\e981";
}
.bx-calendar-week:before {
  content: "\e982";
}
.bx-calendar-x:before {
  content: "\e983";
}
.bx-camera:before {
  content: "\e984";
}
.bx-camera-home:before {
  content: "\e985";
}
.bx-camera-movie:before {
  content: "\e986";
}
.bx-camera-off:before {
  content: "\e987";
}
.bx-capsule:before {
  content: "\e988";
}
.bx-captions:before {
  content: "\e989";
}
.bx-car:before {
  content: "\e98a";
}
.bx-card:before {
  content: "\e98b";
}
.bx-caret-down:before {
  content: "\e98c";
}
.bx-caret-down-circle:before {
  content: "\e98d";
}
.bx-caret-down-square:before {
  content: "\e98e";
}
.bx-caret-left:before {
  content: "\e98f";
}
.bx-caret-left-circle:before {
  content: "\e990";
}
.bx-caret-left-square:before {
  content: "\e991";
}
.bx-caret-right:before {
  content: "\e992";
}
.bx-caret-right-circle:before {
  content: "\e993";
}
.bx-caret-right-square:before {
  content: "\e994";
}
.bx-caret-up:before {
  content: "\e995";
}
.bx-caret-up-circle:before {
  content: "\e996";
}
.bx-caret-up-square:before {
  content: "\e997";
}
.bx-carousel:before {
  content: "\e998";
}
.bx-cart:before {
  content: "\e999";
}
.bx-cart-alt:before {
  content: "\e99a";
}
.bx-cast:before {
  content: "\e99b";
}
.bx-category:before {
  content: "\e99c";
}
.bx-category-alt:before {
  content: "\e99d";
}
.bx-cctv:before {
  content: "\e99e";
}
.bx-certification:before {
  content: "\e99f";
}
.bx-chair:before {
  content: "\e9a0";
}
.bx-chalkboard:before {
  content: "\e9a1";
}
.bx-chart:before {
  content: "\e9a2";
}
.bx-chat:before {
  content: "\e9a3";
}
.bx-check:before {
  content: "\e9a4";
}
.bx-checkbox:before {
  content: "\e9a5";
}
.bx-checkbox-checked:before {
  content: "\e9a6";
}
.bx-checkbox-square:before {
  content: "\e9a7";
}
.bx-check-circle:before {
  content: "\e9a8";
}
.bx-check-double:before {
  content: "\e9a9";
}
.bx-check-shield:before {
  content: "\e9aa";
}
.bx-check-square:before {
  content: "\e9ab";
}
.bx-chevron-down:before {
  content: "\e9ac";
}
.bx-chevron-down-circle:before {
  content: "\e9ad";
}
.bx-chevron-down-square:before {
  content: "\e9ae";
}
.bx-chevron-left:before {
  content: "\e9af";
}
.bx-chevron-left-circle:before {
  content: "\e9b0";
}
.bx-chevron-left-square:before {
  content: "\e9b1";
}
.bx-chevron-right:before {
  content: "\e9b2";
}
.bx-chevron-right-circle:before {
  content: "\e9b3";
}
.bx-chevron-right-square:before {
  content: "\e9b4";
}
.bx-chevrons-down:before {
  content: "\e9b5";
}
.bx-chevrons-left:before {
  content: "\e9b6";
}
.bx-chevrons-right:before {
  content: "\e9b7";
}
.bx-chevrons-up:before {
  content: "\e9b8";
}
.bx-chevron-up:before {
  content: "\e9b9";
}
.bx-chevron-up-circle:before {
  content: "\e9ba";
}
.bx-chevron-up-square:before {
  content: "\e9bb";
}
.bx-chip:before {
  content: "\e9bc";
}
.bx-church:before {
  content: "\e9bd";
}
.bx-circle:before {
  content: "\e9be";
}
.bx-clinic:before {
  content: "\e9bf";
}
.bx-clipboard:before {
  content: "\e9c0";
}
.bx-closet:before {
  content: "\e9c1";
}
.bx-cloud:before {
  content: "\e9c2";
}
.bx-cloud-download:before {
  content: "\e9c3";
}
.bx-cloud-drizzle:before {
  content: "\e9c4";
}
.bx-cloud-lightning:before {
  content: "\e9c5";
}
.bx-cloud-light-rain:before {
  content: "\e9c6";
}
.bx-cloud-rain:before {
  content: "\e9c7";
}
.bx-cloud-snow:before {
  content: "\e9c8";
}
.bx-cloud-upload:before {
  content: "\e9c9";
}
.bx-code:before {
  content: "\e9ca";
}
.bx-code-alt:before {
  content: "\e9cb";
}
.bx-code-block:before {
  content: "\e9cc";
}
.bx-code-curly:before {
  content: "\e9cd";
}
.bx-coffee:before {
  content: "\e9ce";
}
.bx-coffee-togo:before {
  content: "\e9cf";
}
.bx-cog:before {
  content: "\e9d0";
}
.bx-coin:before {
  content: "\e9d1";
}
.bx-coin-stack:before {
  content: "\e9d2";
}
.bx-collapse:before {
  content: "\e9d3";
}
.bx-collection:before {
  content: "\e9d4";
}
.bx-color-fill:before {
  content: "\e9d5";
}
.bx-columns:before {
  content: "\e9d6";
}
.bx-command:before {
  content: "\e9d7";
}
.bx-comment:before {
  content: "\e9d8";
}
.bx-comment-add:before {
  content: "\e9d9";
}
.bx-comment-check:before {
  content: "\e9da";
}
.bx-comment-detail:before {
  content: "\e9db";
}
.bx-comment-dots:before {
  content: "\e9dc";
}
.bx-comment-edit:before {
  content: "\e9dd";
}
.bx-comment-error:before {
  content: "\e9de";
}
.bx-comment-minus:before {
  content: "\e9df";
}
.bx-comment-x:before {
  content: "\e9e0";
}
.bx-compass:before {
  content: "\e9e1";
}
.bx-confused:before {
  content: "\e9e2";
}
.bx-conversation:before {
  content: "\e9e3";
}
.bx-cookie:before {
  content: "\e9e4";
}
.bx-cool:before {
  content: "\e9e5";
}
.bx-copy:before {
  content: "\e9e6";
}
.bx-copy-alt:before {
  content: "\e9e7";
}
.bx-copyright:before {
  content: "\e9e8";
}
.bx-credit-card:before {
  content: "\e9e9";
}
.bx-credit-card-alt:before {
  content: "\e9ea";
}
.bx-credit-card-front:before {
  content: "\e9eb";
}
.bx-crop:before {
  content: "\e9ec";
}
.bx-crosshair:before {
  content: "\e9ed";
}
.bx-crown:before {
  content: "\e9ee";
}
.bx-cube:before {
  content: "\e9ef";
}
.bx-cube-alt:before {
  content: "\e9f0";
}
.bx-cuboid:before {
  content: "\e9f1";
}
.bx-current-location:before {
  content: "\e9f2";
}
.bx-customize:before {
  content: "\e9f3";
}
.bx-cut:before {
  content: "\e9f4";
}
.bx-cycling:before {
  content: "\e9f5";
}
.bx-cylinder:before {
  content: "\e9f6";
}
.bx-data:before {
  content: "\e9f7";
}
.bx-desktop:before {
  content: "\e9f8";
}
.bx-detail:before {
  content: "\e9f9";
}
.bx-devices:before {
  content: "\e9fa";
}
.bx-dialpad:before {
  content: "\e9fb";
}
.bx-dialpad-alt:before {
  content: "\e9fc";
}
.bx-diamond:before {
  content: "\e9fd";
}
.bx-dice-1:before {
  content: "\e9fe";
}
.bx-dice-2:before {
  content: "\e9ff";
}
.bx-dice-3:before {
  content: "\ea00";
}
.bx-dice-4:before {
  content: "\ea01";
}
.bx-dice-5:before {
  content: "\ea02";
}
.bx-dice-6:before {
  content: "\ea03";
}
.bx-directions:before {
  content: "\ea04";
}
.bx-disc:before {
  content: "\ea05";
}
.bx-dish:before {
  content: "\ea06";
}
.bx-dislike:before {
  content: "\ea07";
}
.bx-dizzy:before {
  content: "\ea08";
}
.bx-dna:before {
  content: "\ea09";
}
.bx-dock-bottom:before {
  content: "\ea0a";
}
.bx-dock-left:before {
  content: "\ea0b";
}
.bx-dock-right:before {
  content: "\ea0c";
}
.bx-dock-top:before {
  content: "\ea0d";
}
.bx-dollar:before {
  content: "\ea0e";
}
.bx-dollar-circle:before {
  content: "\ea0f";
}
.bx-donate-blood:before {
  content: "\ea10";
}
.bx-donate-heart:before {
  content: "\ea11";
}
.bx-door-open:before {
  content: "\ea12";
}
.bx-dots-horizontal:before {
  content: "\ea13";
}
.bx-dots-horizontal-rounded:before {
  content: "\ea14";
}
.bx-dots-vertical:before {
  content: "\ea15";
}
.bx-dots-vertical-rounded:before {
  content: "\ea16";
}
.bx-doughnut-chart:before {
  content: "\ea17";
}
.bx-down-arrow:before {
  content: "\ea18";
}
.bx-down-arrow-alt:before {
  content: "\ea19";
}
.bx-down-arrow-circle:before {
  content: "\ea1a";
}
.bx-download:before {
  content: "\ea1b";
}
.bx-downvote:before {
  content: "\ea1c";
}
.bx-drink:before {
  content: "\ea1d";
}
.bx-droplet:before {
  content: "\ea1e";
}
.bx-dumbbell:before {
  content: "\ea1f";
}
.bx-duplicate:before {
  content: "\ea20";
}
.bx-edit:before {
  content: "\ea21";
}
.bx-edit-alt:before {
  content: "\ea22";
}
.bx-envelope:before {
  content: "\ea23";
}
.bx-envelope-open:before {
  content: "\ea24";
}
.bx-equalizer:before {
  content: "\ea25";
}
.bx-eraser:before {
  content: "\ea26";
}
.bx-error:before {
  content: "\ea27";
}
.bx-error-alt:before {
  content: "\ea28";
}
.bx-error-circle:before {
  content: "\ea29";
}
.bx-euro:before {
  content: "\ea2a";
}
.bx-exclude:before {
  content: "\ea2b";
}
.bx-exit:before {
  content: "\ea2c";
}
.bx-exit-fullscreen:before {
  content: "\ea2d";
}
.bx-expand:before {
  content: "\ea2e";
}
.bx-expand-alt:before {
  content: "\ea2f";
}
.bx-export:before {
  content: "\ea30";
}
.bx-extension:before {
  content: "\ea31";
}
.bx-face:before {
  content: "\ea32";
}
.bx-fast-forward:before {
  content: "\ea33";
}
.bx-fast-forward-circle:before {
  content: "\ea34";
}
.bx-female:before {
  content: "\ea35";
}
.bx-female-sign:before {
  content: "\ea36";
}
.bx-file:before {
  content: "\ea37";
}
.bx-file-blank:before {
  content: "\ea38";
}
.bx-file-find:before {
  content: "\ea39";
}
.bx-film:before {
  content: "\ea3a";
}
.bx-filter:before {
  content: "\ea3b";
}
.bx-filter-alt:before {
  content: "\ea3c";
}
.bx-fingerprint:before {
  content: "\ea3d";
}
.bx-first-aid:before {
  content: "\ea3e";
}
.bx-first-page:before {
  content: "\ea3f";
}
.bx-flag:before {
  content: "\ea40";
}
.bx-folder:before {
  content: "\ea41";
}
.bx-folder-minus:before {
  content: "\ea42";
}
.bx-folder-open:before {
  content: "\ea43";
}
.bx-folder-plus:before {
  content: "\ea44";
}
.bx-font:before {
  content: "\ea45";
}
.bx-font-color:before {
  content: "\ea46";
}
.bx-font-family:before {
  content: "\ea47";
}
.bx-font-size:before {
  content: "\ea48";
}
.bx-food-menu:before {
  content: "\ea49";
}
.bx-food-tag:before {
  content: "\ea4a";
}
.bx-football:before {
  content: "\ea4b";
}
.bx-fridge:before {
  content: "\ea4c";
}
.bx-fullscreen:before {
  content: "\ea4d";
}
.bx-game:before {
  content: "\ea4e";
}
.bx-gas-pump:before {
  content: "\ea4f";
}
.bx-ghost:before {
  content: "\ea50";
}
.bx-gift:before {
  content: "\ea51";
}
.bx-git-branch:before {
  content: "\ea52";
}
.bx-git-commit:before {
  content: "\ea53";
}
.bx-git-compare:before {
  content: "\ea54";
}
.bx-git-merge:before {
  content: "\ea55";
}
.bx-git-pull-request:before {
  content: "\ea56";
}
.bx-git-repo-forked:before {
  content: "\ea57";
}
.bx-glasses:before {
  content: "\ea58";
}
.bx-glasses-alt:before {
  content: "\ea59";
}
.bx-globe:before {
  content: "\ea5a";
}
.bx-globe-alt:before {
  content: "\ea5b";
}
.bx-grid:before {
  content: "\ea5c";
}
.bx-grid-alt:before {
  content: "\ea5d";
}
.bx-grid-horizontal:before {
  content: "\ea5e";
}
.bx-grid-small:before {
  content: "\ea5f";
}
.bx-grid-vertical:before {
  content: "\ea60";
}
.bx-group:before {
  content: "\ea61";
}
.bx-handicap:before {
  content: "\ea62";
}
.bx-happy:before {
  content: "\ea63";
}
.bx-happy-alt:before {
  content: "\ea64";
}
.bx-happy-beaming:before {
  content: "\ea65";
}
.bx-happy-heart-eyes:before {
  content: "\ea66";
}
.bx-hash:before {
  content: "\ea67";
}
.bx-hdd:before {
  content: "\ea68";
}
.bx-heading:before {
  content: "\ea69";
}
.bx-headphone:before {
  content: "\ea6a";
}
.bx-health:before {
  content: "\ea6b";
}
.bx-heart:before {
  content: "\ea6c";
}
.bx-heart-circle:before {
  content: "\ea6d";
}
.bx-heart-square:before {
  content: "\ea6e";
}
.bx-help-circle:before {
  content: "\ea6f";
}
.bx-hide:before {
  content: "\ea70";
}
.bx-highlight:before {
  content: "\ea71";
}
.bx-history:before {
  content: "\ea72";
}
.bx-hive:before {
  content: "\ea73";
}
.bx-home:before {
  content: "\ea74";
}
.bx-home-alt:before {
  content: "\ea75";
}
.bx-home-circle:before {
  content: "\ea76";
}
.bx-home-heart:before {
  content: "\ea77";
}
.bx-home-smile:before {
  content: "\ea78";
}
.bx-horizontal-center:before {
  content: "\ea79";
}
.bx-hotel:before {
  content: "\ea7a";
}
.bx-hourglass:before {
  content: "\ea7b";
}
.bx-id-card:before {
  content: "\ea7c";
}
.bx-image:before {
  content: "\ea7d";
}
.bx-image-add:before {
  content: "\ea7e";
}
.bx-image-alt:before {
  content: "\ea7f";
}
.bx-images:before {
  content: "\ea80";
}
.bx-import:before {
  content: "\ea81";
}
.bx-infinite:before {
  content: "\ea82";
}
.bx-info-circle:before {
  content: "\ea83";
}
.bx-info-square:before {
  content: "\ea84";
}
.bx-intersect:before {
  content: "\ea85";
}
.bx-italic:before {
  content: "\ea86";
}
.bx-joystick:before {
  content: "\ea87";
}
.bx-joystick-alt:before {
  content: "\ea88";
}
.bx-joystick-button:before {
  content: "\ea89";
}
.bx-key:before {
  content: "\ea8a";
}
.bx-label:before {
  content: "\ea8b";
}
.bx-landscape:before {
  content: "\ea8c";
}
.bx-laptop:before {
  content: "\ea8d";
}
.bx-last-page:before {
  content: "\ea8e";
}
.bx-laugh:before {
  content: "\ea8f";
}
.bx-layer:before {
  content: "\ea90";
}
.bx-layer-minus:before {
  content: "\ea91";
}
.bx-layer-plus:before {
  content: "\ea92";
}
.bx-layout:before {
  content: "\ea93";
}
.bx-left-arrow:before {
  content: "\ea94";
}
.bx-left-arrow-alt:before {
  content: "\ea95";
}
.bx-left-arrow-circle:before {
  content: "\ea96";
}
.bx-left-down-arrow-circle:before {
  content: "\ea97";
}
.bx-left-indent:before {
  content: "\ea98";
}
.bx-left-top-arrow-circle:before {
  content: "\ea99";
}
.bx-library:before {
  content: "\ea9a";
}
.bx-like:before {
  content: "\ea9b";
}
.bx-line-chart:before {
  content: "\ea9c";
}
.bx-line-chart-down:before {
  content: "\ea9d";
}
.bx-link:before {
  content: "\ea9e";
}
.bx-link-alt:before {
  content: "\ea9f";
}
.bx-link-external:before {
  content: "\eaa0";
}
.bx-lira:before {
  content: "\eaa1";
}
.bx-list-check:before {
  content: "\eaa2";
}
.bx-list-minus:before {
  content: "\eaa3";
}
.bx-list-ol:before {
  content: "\eaa4";
}
.bx-list-plus:before {
  content: "\eaa5";
}
.bx-list-ul:before {
  content: "\eaa6";
}
.bx-loader:before {
  content: "\eaa7";
}
.bx-loader-alt:before {
  content: "\eaa8";
}
.bx-loader-circle:before {
  content: "\eaa9";
}
.bx-location-plus:before {
  content: "\eaaa";
}
.bx-lock:before {
  content: "\eaab";
}
.bx-lock-alt:before {
  content: "\eaac";
}
.bx-lock-open:before {
  content: "\eaad";
}
.bx-lock-open-alt:before {
  content: "\eaae";
}
.bx-log-in:before {
  content: "\eaaf";
}
.bx-log-in-circle:before {
  content: "\eab0";
}
.bx-log-out:before {
  content: "\eab1";
}
.bx-log-out-circle:before {
  content: "\eab2";
}
.bx-low-vision:before {
  content: "\eab3";
}
.bx-magnet:before {
  content: "\eab4";
}
.bx-mail-send:before {
  content: "\eab5";
}
.bx-male:before {
  content: "\eab6";
}
.bx-male-sign:before {
  content: "\eab7";
}
.bx-map:before {
  content: "\eab8";
}
.bx-map-alt:before {
  content: "\eab9";
}
.bx-map-pin:before {
  content: "\eaba";
}
.bx-mask:before {
  content: "\eabb";
}
.bx-medal:before {
  content: "\eabc";
}
.bx-meh:before {
  content: "\eabd";
}
.bx-meh-alt:before {
  content: "\eabe";
}
.bx-meh-blank:before {
  content: "\eabf";
}
.bx-memory-card:before {
  content: "\eac0";
}
.bx-menu:before {
  content: "\eac1";
}
.bx-menu-alt-left:before {
  content: "\eac2";
}
.bx-menu-alt-right:before {
  content: "\eac3";
}
.bx-merge:before {
  content: "\eac4";
}
.bx-message:before {
  content: "\eac5";
}
.bx-message-add:before {
  content: "\eac6";
}
.bx-message-alt:before {
  content: "\eac7";
}
.bx-message-alt-add:before {
  content: "\eac8";
}
.bx-message-alt-check:before {
  content: "\eac9";
}
.bx-message-alt-detail:before {
  content: "\eaca";
}
.bx-message-alt-dots:before {
  content: "\eacb";
}
.bx-message-alt-edit:before {
  content: "\eacc";
}
.bx-message-alt-error:before {
  content: "\eacd";
}
.bx-message-alt-minus:before {
  content: "\eace";
}
.bx-message-alt-x:before {
  content: "\eacf";
}
.bx-message-check:before {
  content: "\ead0";
}
.bx-message-detail:before {
  content: "\ead1";
}
.bx-message-dots:before {
  content: "\ead2";
}
.bx-message-edit:before {
  content: "\ead3";
}
.bx-message-error:before {
  content: "\ead4";
}
.bx-message-minus:before {
  content: "\ead5";
}
.bx-message-rounded:before {
  content: "\ead6";
}
.bx-message-rounded-add:before {
  content: "\ead7";
}
.bx-message-rounded-check:before {
  content: "\ead8";
}
.bx-message-rounded-detail:before {
  content: "\ead9";
}
.bx-message-rounded-dots:before {
  content: "\eada";
}
.bx-message-rounded-edit:before {
  content: "\eadb";
}
.bx-message-rounded-error:before {
  content: "\eadc";
}
.bx-message-rounded-minus:before {
  content: "\eadd";
}
.bx-message-rounded-x:before {
  content: "\eade";
}
.bx-message-square:before {
  content: "\eadf";
}
.bx-message-square-add:before {
  content: "\eae0";
}
.bx-message-square-check:before {
  content: "\eae1";
}
.bx-message-square-detail:before {
  content: "\eae2";
}
.bx-message-square-dots:before {
  content: "\eae3";
}
.bx-message-square-edit:before {
  content: "\eae4";
}
.bx-message-square-error:before {
  content: "\eae5";
}
.bx-message-square-minus:before {
  content: "\eae6";
}
.bx-message-square-x:before {
  content: "\eae7";
}
.bx-message-x:before {
  content: "\eae8";
}
.bx-meteor:before {
  content: "\eae9";
}
.bx-microchip:before {
  content: "\eaea";
}
.bx-microphone:before {
  content: "\eaeb";
}
.bx-microphone-off:before {
  content: "\eaec";
}
.bx-minus:before {
  content: "\eaed";
}
.bx-minus-back:before {
  content: "\eaee";
}
.bx-minus-circle:before {
  content: "\eaef";
}
.bx-minus-front:before {
  content: "\eaf0";
}
.bx-mobile:before {
  content: "\eaf1";
}
.bx-mobile-alt:before {
  content: "\eaf2";
}
.bx-mobile-landscape:before {
  content: "\eaf3";
}
.bx-mobile-vibration:before {
  content: "\eaf4";
}
.bx-money:before {
  content: "\eaf5";
}
.bx-moon:before {
  content: "\eaf6";
}
.bx-mouse:before {
  content: "\eaf7";
}
.bx-mouse-alt:before {
  content: "\eaf8";
}
.bx-move:before {
  content: "\eaf9";
}
.bx-move-horizontal:before {
  content: "\eafa";
}
.bx-move-vertical:before {
  content: "\eafb";
}
.bx-movie:before {
  content: "\eafc";
}
.bx-movie-play:before {
  content: "\eafd";
}
.bx-music:before {
  content: "\eafe";
}
.bx-navigation:before {
  content: "\eaff";
}
.bx-network-chart:before {
  content: "\eb00";
}
.bx-news:before {
  content: "\eb01";
}
.bx-no-entry:before {
  content: "\eb02";
}
.bx-note:before {
  content: "\eb03";
}
.bx-notepad:before {
  content: "\eb04";
}
.bx-notification:before {
  content: "\eb05";
}
.bx-notification-off:before {
  content: "\eb06";
}
.bx-outline:before {
  content: "\eb07";
}
.bx-package:before {
  content: "\eb08";
}
.bx-paint:before {
  content: "\eb09";
}
.bx-paint-roll:before {
  content: "\eb0a";
}
.bx-palette:before {
  content: "\eb0b";
}
.bx-paperclip:before {
  content: "\eb0c";
}
.bx-paper-plane:before {
  content: "\eb0d";
}
.bx-paragraph:before {
  content: "\eb0e";
}
.bx-paste:before {
  content: "\eb0f";
}
.bx-pause:before {
  content: "\eb10";
}
.bx-pause-circle:before {
  content: "\eb11";
}
.bx-pen:before {
  content: "\eb12";
}
.bx-pencil:before {
  content: "\eb13";
}
.bx-phone:before {
  content: "\eb14";
}
.bx-phone-call:before {
  content: "\eb15";
}
.bx-phone-incoming:before {
  content: "\eb16";
}
.bx-phone-outgoing:before {
  content: "\eb17";
}
.bx-photo-album:before {
  content: "\eb18";
}
.bx-pie-chart:before {
  content: "\eb19";
}
.bx-pie-chart-alt:before {
  content: "\eb1a";
}
.bx-pie-chart-alt-2:before {
  content: "\eb1b";
}
.bx-pin:before {
  content: "\eb1c";
}
.bx-planet:before {
  content: "\eb1d";
}
.bx-play:before {
  content: "\eb1e";
}
.bx-play-circle:before {
  content: "\eb1f";
}
.bx-plug:before {
  content: "\eb20";
}
.bx-plus:before {
  content: "\eb21";
}
.bx-plus-circle:before {
  content: "\eb22";
}
.bx-plus-medical:before {
  content: "\eb23";
}
.bx-pointer:before {
  content: "\eb24";
}
.bx-poll:before {
  content: "\eb25";
}
.bx-polygon:before {
  content: "\eb26";
}
.bx-pound:before {
  content: "\eb27";
}
.bx-power-off:before {
  content: "\eb28";
}
.bx-printer:before {
  content: "\eb29";
}
.bx-pulse:before {
  content: "\eb2a";
}
.bx-purchase-tag:before {
  content: "\eb2b";
}
.bx-purchase-tag-alt:before {
  content: "\eb2c";
}
.bx-pyramid:before {
  content: "\eb2d";
}
.bx-question-mark:before {
  content: "\eb2e";
}
.bx-radar:before {
  content: "\eb2f";
}
.bx-radio:before {
  content: "\eb30";
}
.bx-radio-circle:before {
  content: "\eb31";
}
.bx-radio-circle-marked:before {
  content: "\eb32";
}
.bx-receipt:before {
  content: "\eb33";
}
.bx-rectangle:before {
  content: "\eb34";
}
.bx-recycle:before {
  content: "\eb35";
}
.bx-redo:before {
  content: "\eb36";
}
.bx-refresh:before {
  content: "\eb37";
}
.bx-rename:before {
  content: "\eb38";
}
.bx-repeat:before {
  content: "\eb39";
}
.bx-reply:before {
  content: "\eb3a";
}
.bx-reply-all:before {
  content: "\eb3b";
}
.bx-repost:before {
  content: "\eb3c";
}
.bx-reset:before {
  content: "\eb3d";
}
.bx-restaurant:before {
  content: "\eb3e";
}
.bx-revision:before {
  content: "\eb3f";
}
.bx-rewind:before {
  content: "\eb40";
}
.bx-rewind-circle:before {
  content: "\eb41";
}
.bx-right-arrow:before {
  content: "\eb42";
}
.bx-right-arrow-alt:before {
  content: "\eb43";
}
.bx-right-arrow-circle:before {
  content: "\eb44";
}
.bx-right-down-arrow-circle:before {
  content: "\eb45";
}
.bx-right-indent:before {
  content: "\eb46";
}
.bx-right-top-arrow-circle:before {
  content: "\eb47";
}
.bx-rocket:before {
  content: "\eb48";
}
.bx-rotate-left:before {
  content: "\eb49";
}
.bx-rotate-right:before {
  content: "\eb4a";
}
.bx-rss:before {
  content: "\eb4b";
}
.bx-ruble:before {
  content: "\eb4c";
}
.bx-ruler:before {
  content: "\eb4d";
}
.bx-run:before {
  content: "\eb4e";
}
.bx-rupee:before {
  content: "\eb4f";
}
.bx-sad:before {
  content: "\eb50";
}
.bx-save:before {
  content: "\eb51";
}
.bx-scan:before {
  content: "\eb52";
}
.bx-screenshot:before {
  content: "\eb53";
}
.bx-search:before {
  content: "\eb54";
}
.bx-search-alt:before {
  content: "\eb55";
}
.bx-search-alt-2:before {
  content: "\eb56";
}
.bx-selection:before {
  content: "\eb57";
}
.bx-select-multiple:before {
  content: "\eb58";
}
.bx-send:before {
  content: "\eb59";
}
.bx-server:before {
  content: "\eb5a";
}
.bx-shape-circle:before {
  content: "\eb5b";
}
.bx-shape-polygon:before {
  content: "\eb5c";
}
.bx-shape-square:before {
  content: "\eb5d";
}
.bx-shape-triangle:before {
  content: "\eb5e";
}
.bx-share:before {
  content: "\eb5f";
}
.bx-share-alt:before {
  content: "\eb60";
}
.bx-shekel:before {
  content: "\eb61";
}
.bx-shield:before {
  content: "\eb62";
}
.bx-shield-alt:before {
  content: "\eb63";
}
.bx-shield-alt-2:before {
  content: "\eb64";
}
.bx-shield-quarter:before {
  content: "\eb65";
}
.bx-shield-x:before {
  content: "\eb66";
}
.bx-shocked:before {
  content: "\eb67";
}
.bx-shopping-bag:before {
  content: "\eb68";
}
.bx-show:before {
  content: "\eb69";
}
.bx-show-alt:before {
  content: "\eb6a";
}
.bx-shuffle:before {
  content: "\eb6b";
}
.bx-sidebar:before {
  content: "\eb6c";
}
.bx-sitemap:before {
  content: "\eb6d";
}
.bx-skip-next:before {
  content: "\eb6e";
}
.bx-skip-next-circle:before {
  content: "\eb6f";
}
.bx-skip-previous:before {
  content: "\eb70";
}
.bx-skip-previous-circle:before {
  content: "\eb71";
}
.bx-sleepy:before {
  content: "\eb72";
}
.bx-slider:before {
  content: "\eb73";
}
.bx-slider-alt:before {
  content: "\eb74";
}
.bx-slideshow:before {
  content: "\eb75";
}
.bx-smile:before {
  content: "\eb76";
}
.bx-sort:before {
  content: "\eb77";
}
.bx-sort-alt-2:before {
  content: "\eb78";
}
.bx-sort-a-z:before {
  content: "\eb79";
}
.bx-sort-down:before {
  content: "\eb7a";
}
.bx-sort-up:before {
  content: "\eb7b";
}
.bx-sort-z-a:before {
  content: "\eb7c";
}
.bx-spa:before {
  content: "\eb7d";
}
.bx-space-bar:before {
  content: "\eb7e";
}
.bx-spray-can:before {
  content: "\eb7f";
}
.bx-spreadsheet:before {
  content: "\eb80";
}
.bx-square:before {
  content: "\eb81";
}
.bx-square-rounded:before {
  content: "\eb82";
}
.bx-star:before {
  content: "\eb83";
}
.bx-station:before {
  content: "\eb84";
}
.bx-stats:before {
  content: "\eb85";
}
.bx-sticker:before {
  content: "\eb86";
}
.bx-stop:before {
  content: "\eb87";
}
.bx-stop-circle:before {
  content: "\eb88";
}
.bx-stopwatch:before {
  content: "\eb89";
}
.bx-store:before {
  content: "\eb8a";
}
.bx-store-alt:before {
  content: "\eb8b";
}
.bx-street-view:before {
  content: "\eb8c";
}
.bx-strikethrough:before {
  content: "\eb8d";
}
.bx-subdirectory-left:before {
  content: "\eb8e";
}
.bx-subdirectory-right:before {
  content: "\eb8f";
}
.bx-sun:before {
  content: "\eb90";
}
.bx-support:before {
  content: "\eb91";
}
.bx-swim:before {
  content: "\eb92";
}
.bx-sync:before {
  content: "\eb93";
}
.bx-tab:before {
  content: "\eb94";
}
.bx-table:before {
  content: "\eb95";
}
.bx-tachometer:before {
  content: "\eb96";
}
.bx-tag:before {
  content: "\eb97";
}
.bx-tag-alt:before {
  content: "\eb98";
}
.bx-target-lock:before {
  content: "\eb99";
}
.bx-task:before {
  content: "\eb9a";
}
.bx-task-x:before {
  content: "\eb9b";
}
.bx-taxi:before {
  content: "\eb9c";
}
.bx-tennis-ball:before {
  content: "\eb9d";
}
.bx-terminal:before {
  content: "\eb9e";
}
.bx-test-tube:before {
  content: "\eb9f";
}
.bx-text:before {
  content: "\eba0";
}
.bx-time:before {
  content: "\eba1";
}
.bx-time-five:before {
  content: "\eba2";
}
.bx-timer:before {
  content: "\eba3";
}
.bx-tired:before {
  content: "\eba4";
}
.bx-toggle-left:before {
  content: "\eba5";
}
.bx-toggle-right:before {
  content: "\eba6";
}
.bx-tone:before {
  content: "\eba7";
}
.bx-traffic-cone:before {
  content: "\eba8";
}
.bx-train:before {
  content: "\eba9";
}
.bx-transfer:before {
  content: "\ebaa";
}
.bx-transfer-alt:before {
  content: "\ebab";
}
.bx-trash:before {
  content: "\ebac";
}
.bx-trash-alt:before {
  content: "\ebad";
}
.bx-trending-down:before {
  content: "\ebae";
}
.bx-trending-up:before {
  content: "\ebaf";
}
.bx-trim:before {
  content: "\ebb0";
}
.bx-trip:before {
  content: "\ebb1";
}
.bx-trophy:before {
  content: "\ebb2";
}
.bx-tv:before {
  content: "\ebb3";
}
.bx-underline:before {
  content: "\ebb4";
}
.bx-undo:before {
  content: "\ebb5";
}
.bx-unite:before {
  content: "\ebb6";
}
.bx-unlink:before {
  content: "\ebb7";
}
.bx-up-arrow:before {
  content: "\ebb8";
}
.bx-up-arrow-alt:before {
  content: "\ebb9";
}
.bx-up-arrow-circle:before {
  content: "\ebba";
}
.bx-upload:before {
  content: "\ebbb";
}
.bx-upside-down:before {
  content: "\ebbc";
}
.bx-upvote:before {
  content: "\ebbd";
}
.bx-usb:before {
  content: "\ebbe";
}
.bx-user:before {
  content: "\ebbf";
}
.bx-user-check:before {
  content: "\ebc0";
}
.bx-user-circle:before {
  content: "\ebc1";
}
.bx-user-minus:before {
  content: "\ebc2";
}
.bx-user-pin:before {
  content: "\ebc3";
}
.bx-user-plus:before {
  content: "\ebc4";
}
.bx-user-voice:before {
  content: "\ebc5";
}
.bx-user-x:before {
  content: "\ebc6";
}
.bx-vector:before {
  content: "\ebc7";
}
.bx-vertical-center:before {
  content: "\ebc8";
}
.bx-vial:before {
  content: "\ebc9";
}
.bx-video:before {
  content: "\ebca";
}
.bx-video-off:before {
  content: "\ebcb";
}
.bx-video-plus:before {
  content: "\ebcc";
}
.bx-video-recording:before {
  content: "\ebcd";
}
.bx-voicemail:before {
  content: "\ebce";
}
.bx-volume:before {
  content: "\ebcf";
}
.bx-volume-full:before {
  content: "\ebd0";
}
.bx-volume-low:before {
  content: "\ebd1";
}
.bx-volume-mute:before {
  content: "\ebd2";
}
.bx-walk:before {
  content: "\ebd3";
}
.bx-wallet:before {
  content: "\ebd4";
}
.bx-wallet-alt:before {
  content: "\ebd5";
}
.bx-water:before {
  content: "\ebd6";
}
.bx-webcam:before {
  content: "\ebd7";
}
.bx-wifi:before {
  content: "\ebd8";
}
.bx-wifi-0:before {
  content: "\ebd9";
}
.bx-wifi-1:before {
  content: "\ebda";
}
.bx-wifi-2:before {
  content: "\ebdb";
}
.bx-wifi-off:before {
  content: "\ebdc";
}
.bx-wind:before {
  content: "\ebdd";
}
.bx-window:before {
  content: "\ebde";
}
.bx-window-alt:before {
  content: "\ebdf";
}
.bx-window-close:before {
  content: "\ebe0";
}
.bx-window-open:before {
  content: "\ebe1";
}
.bx-windows:before {
  content: "\ebe2";
}
.bx-wine:before {
  content: "\ebe3";
}
.bx-wink-smile:before {
  content: "\ebe4";
}
.bx-wink-tongue:before {
  content: "\ebe5";
}
.bx-won:before {
  content: "\ebe6";
}
.bx-world:before {
  content: "\ebe7";
}
.bx-wrench:before {
  content: "\ebe8";
}
.bx-x:before {
  content: "\ebe9";
}
.bx-x-circle:before {
  content: "\ebea";
}
.bx-yen:before {
  content: "\ebeb";
}
.bx-zoom-in:before {
  content: "\ebec";
}
.bx-zoom-out:before {
  content: "\ebed";
}
.bxs-add-to-queue:before {
  content: "\ebee";
}
.bxs-adjust:before {
  content: "\ebef";
}
.bxs-adjust-alt:before {
  content: "\ebf0";
}
.bxs-alarm:before {
  content: "\ebf1";
}
.bxs-alarm-add:before {
  content: "\ebf2";
}
.bxs-alarm-exclamation:before {
  content: "\ebf3";
}
.bxs-alarm-off:before {
  content: "\ebf4";
}
.bxs-alarm-snooze:before {
  content: "\ebf5";
}
.bxs-album:before {
  content: "\ebf6";
}
.bxs-ambulance:before {
  content: "\ebf7";
}
.bxs-analyse:before {
  content: "\ebf8";
}
.bxs-angry:before {
  content: "\ebf9";
}
.bxs-arch:before {
  content: "\ebfa";
}
.bxs-archive:before {
  content: "\ebfb";
}
.bxs-archive-in:before {
  content: "\ebfc";
}
.bxs-archive-out:before {
  content: "\ebfd";
}
.bxs-area:before {
  content: "\ebfe";
}
.bxs-arrow-from-bottom:before {
  content: "\ebff";
}
.bxs-arrow-from-left:before {
  content: "\ec00";
}
.bxs-arrow-from-right:before {
  content: "\ec01";
}
.bxs-arrow-from-top:before {
  content: "\ec02";
}
.bxs-arrow-to-bottom:before {
  content: "\ec03";
}
.bxs-arrow-to-left:before {
  content: "\ec04";
}
.bxs-arrow-to-right:before {
  content: "\ec05";
}
.bxs-arrow-to-top:before {
  content: "\ec06";
}
.bxs-award:before {
  content: "\ec07";
}
.bxs-baby-carriage:before {
  content: "\ec08";
}
.bxs-backpack:before {
  content: "\ec09";
}
.bxs-badge:before {
  content: "\ec0a";
}
.bxs-badge-check:before {
  content: "\ec0b";
}
.bxs-badge-dollar:before {
  content: "\ec0c";
}
.bxs-ball:before {
  content: "\ec0d";
}
.bxs-band-aid:before {
  content: "\ec0e";
}
.bxs-bank:before {
  content: "\ec0f";
}
.bxs-bar-chart-alt-2:before {
  content: "\ec10";
}
.bxs-bar-chart-square:before {
  content: "\ec11";
}
.bxs-barcode:before {
  content: "\ec12";
}
.bxs-baseball:before {
  content: "\ec13";
}
.bxs-basket:before {
  content: "\ec14";
}
.bxs-basketball:before {
  content: "\ec15";
}
.bxs-bath:before {
  content: "\ec16";
}
.bxs-battery:before {
  content: "\ec17";
}
.bxs-battery-charging:before {
  content: "\ec18";
}
.bxs-battery-full:before {
  content: "\ec19";
}
.bxs-battery-low:before {
  content: "\ec1a";
}
.bxs-bed:before {
  content: "\ec1b";
}
.bxs-been-here:before {
  content: "\ec1c";
}
.bxs-beer:before {
  content: "\ec1d";
}
.bxs-bell:before {
  content: "\ec1e";
}
.bxs-bell-minus:before {
  content: "\ec1f";
}
.bxs-bell-off:before {
  content: "\ec20";
}
.bxs-bell-plus:before {
  content: "\ec21";
}
.bxs-bell-ring:before {
  content: "\ec22";
}
.bxs-bible:before {
  content: "\ec23";
}
.bxs-binoculars:before {
  content: "\ec24";
}
.bxs-blanket:before {
  content: "\ec25";
}
.bxs-bolt:before {
  content: "\ec26";
}
.bxs-bolt-circle:before {
  content: "\ec27";
}
.bxs-bomb:before {
  content: "\ec28";
}
.bxs-bone:before {
  content: "\ec29";
}
.bxs-bong:before {
  content: "\ec2a";
}
.bxs-book:before {
  content: "\ec2b";
}
.bxs-book-add:before {
  content: "\ec2c";
}
.bxs-book-alt:before {
  content: "\ec2d";
}
.bxs-book-bookmark:before {
  content: "\ec2e";
}
.bxs-book-content:before {
  content: "\ec2f";
}
.bxs-book-heart:before {
  content: "\ec30";
}
.bxs-bookmark:before {
  content: "\ec31";
}
.bxs-bookmark-alt:before {
  content: "\ec32";
}
.bxs-bookmark-alt-minus:before {
  content: "\ec33";
}
.bxs-bookmark-alt-plus:before {
  content: "\ec34";
}
.bxs-bookmark-heart:before {
  content: "\ec35";
}
.bxs-bookmark-minus:before {
  content: "\ec36";
}
.bxs-bookmark-plus:before {
  content: "\ec37";
}
.bxs-bookmarks:before {
  content: "\ec38";
}
.bxs-bookmark-star:before {
  content: "\ec39";
}
.bxs-book-open:before {
  content: "\ec3a";
}
.bxs-book-reader:before {
  content: "\ec3b";
}
.bxs-bot:before {
  content: "\ec3c";
}
.bxs-bowling-ball:before {
  content: "\ec3d";
}
.bxs-box:before {
  content: "\ec3e";
}
.bxs-brain:before {
  content: "\ec3f";
}
.bxs-briefcase:before {
  content: "\ec40";
}
.bxs-briefcase-alt:before {
  content: "\ec41";
}
.bxs-briefcase-alt-2:before {
  content: "\ec42";
}
.bxs-brightness:before {
  content: "\ec43";
}
.bxs-brightness-half:before {
  content: "\ec44";
}
.bxs-brush:before {
  content: "\ec45";
}
.bxs-brush-alt:before {
  content: "\ec46";
}
.bxs-bug:before {
  content: "\ec47";
}
.bxs-bug-alt:before {
  content: "\ec48";
}
.bxs-building:before {
  content: "\ec49";
}
.bxs-building-house:before {
  content: "\ec4a";
}
.bxs-buildings:before {
  content: "\ec4b";
}
.bxs-bulb:before {
  content: "\ec4c";
}
.bxs-bullseye:before {
  content: "\ec4d";
}
.bxs-buoy:before {
  content: "\ec4e";
}
.bxs-bus:before {
  content: "\ec4f";
}
.bxs-business:before {
  content: "\ec50";
}
.bxs-bus-school:before {
  content: "\ec51";
}
.bxs-cabinet:before {
  content: "\ec52";
}
.bxs-cake:before {
  content: "\ec53";
}
.bxs-calculator:before {
  content: "\ec54";
}
.bxs-calendar:before {
  content: "\ec55";
}
.bxs-calendar-alt:before {
  content: "\ec56";
}
.bxs-calendar-check:before {
  content: "\ec57";
}
.bxs-calendar-edit:before {
  content: "\ec58";
}
.bxs-calendar-event:before {
  content: "\ec59";
}
.bxs-calendar-exclamation:before {
  content: "\ec5a";
}
.bxs-calendar-heart:before {
  content: "\ec5b";
}
.bxs-calendar-minus:before {
  content: "\ec5c";
}
.bxs-calendar-plus:before {
  content: "\ec5d";
}
.bxs-calendar-star:before {
  content: "\ec5e";
}
.bxs-calendar-week:before {
  content: "\ec5f";
}
.bxs-calendar-x:before {
  content: "\ec60";
}
.bxs-camera:before {
  content: "\ec61";
}
.bxs-camera-home:before {
  content: "\ec62";
}
.bxs-camera-movie:before {
  content: "\ec63";
}
.bxs-camera-off:before {
  content: "\ec64";
}
.bxs-camera-plus:before {
  content: "\ec65";
}
.bxs-capsule:before {
  content: "\ec66";
}
.bxs-captions:before {
  content: "\ec67";
}
.bxs-car:before {
  content: "\ec68";
}
.bxs-car-battery:before {
  content: "\ec69";
}
.bxs-car-crash:before {
  content: "\ec6a";
}
.bxs-card:before {
  content: "\ec6b";
}
.bxs-caret-down-circle:before {
  content: "\ec6c";
}
.bxs-caret-down-square:before {
  content: "\ec6d";
}
.bxs-caret-left-circle:before {
  content: "\ec6e";
}
.bxs-caret-left-square:before {
  content: "\ec6f";
}
.bxs-caret-right-circle:before {
  content: "\ec70";
}
.bxs-caret-right-square:before {
  content: "\ec71";
}
.bxs-caret-up-circle:before {
  content: "\ec72";
}
.bxs-caret-up-square:before {
  content: "\ec73";
}
.bxs-car-garage:before {
  content: "\ec74";
}
.bxs-car-mechanic:before {
  content: "\ec75";
}
.bxs-carousel:before {
  content: "\ec76";
}
.bxs-cart:before {
  content: "\ec77";
}
.bxs-cart-add:before {
  content: "\ec78";
}
.bxs-cart-alt:before {
  content: "\ec79";
}
.bxs-cart-download:before {
  content: "\ec7a";
}
.bxs-car-wash:before {
  content: "\ec7b";
}
.bxs-category:before {
  content: "\ec7c";
}
.bxs-category-alt:before {
  content: "\ec7d";
}
.bxs-cctv:before {
  content: "\ec7e";
}
.bxs-certification:before {
  content: "\ec7f";
}
.bxs-chalkboard:before {
  content: "\ec80";
}
.bxs-chart:before {
  content: "\ec81";
}
.bxs-chat:before {
  content: "\ec82";
}
.bxs-checkbox:before {
  content: "\ec83";
}
.bxs-checkbox-checked:before {
  content: "\ec84";
}
.bxs-check-circle:before {
  content: "\ec85";
}
.bxs-check-shield:before {
  content: "\ec86";
}
.bxs-check-square:before {
  content: "\ec87";
}
.bxs-chess:before {
  content: "\ec88";
}
.bxs-chevron-down:before {
  content: "\ec89";
}
.bxs-chevron-down-circle:before {
  content: "\ec8a";
}
.bxs-chevron-down-square:before {
  content: "\ec8b";
}
.bxs-chevron-left:before {
  content: "\ec8c";
}
.bxs-chevron-left-circle:before {
  content: "\ec8d";
}
.bxs-chevron-left-square:before {
  content: "\ec8e";
}
.bxs-chevron-right:before {
  content: "\ec8f";
}
.bxs-chevron-right-circle:before {
  content: "\ec90";
}
.bxs-chevron-right-square:before {
  content: "\ec91";
}
.bxs-chevrons-down:before {
  content: "\ec92";
}
.bxs-chevrons-left:before {
  content: "\ec93";
}
.bxs-chevrons-right:before {
  content: "\ec94";
}
.bxs-chevrons-up:before {
  content: "\ec95";
}
.bxs-chevron-up:before {
  content: "\ec96";
}
.bxs-chevron-up-circle:before {
  content: "\ec97";
}
.bxs-chevron-up-square:before {
  content: "\ec98";
}
.bxs-chip:before {
  content: "\ec99";
}
.bxs-church:before {
  content: "\ec9a";
}
.bxs-circle:before {
  content: "\ec9b";
}
.bxs-city:before {
  content: "\ec9c";
}
.bxs-clinic:before {
  content: "\ec9d";
}
.bxs-cloud:before {
  content: "\ec9e";
}
.bxs-cloud-download:before {
  content: "\ec9f";
}
.bxs-cloud-lightning:before {
  content: "\eca0";
}
.bxs-cloud-rain:before {
  content: "\eca1";
}
.bxs-cloud-upload:before {
  content: "\eca2";
}
.bxs-coffee:before {
  content: "\eca3";
}
.bxs-coffee-alt:before {
  content: "\eca4";
}
.bxs-coffee-togo:before {
  content: "\eca5";
}
.bxs-cog:before {
  content: "\eca6";
}
.bxs-coin:before {
  content: "\eca7";
}
.bxs-coin-stack:before {
  content: "\eca8";
}
.bxs-collection:before {
  content: "\eca9";
}
.bxs-color-fill:before {
  content: "\ecaa";
}
.bxs-comment:before {
  content: "\ecab";
}
.bxs-comment-add:before {
  content: "\ecac";
}
.bxs-comment-check:before {
  content: "\ecad";
}
.bxs-comment-detail:before {
  content: "\ecae";
}
.bxs-comment-dots:before {
  content: "\ecaf";
}
.bxs-comment-edit:before {
  content: "\ecb0";
}
.bxs-comment-error:before {
  content: "\ecb1";
}
.bxs-comment-minus:before {
  content: "\ecb2";
}
.bxs-comment-x:before {
  content: "\ecb3";
}
.bxs-compass:before {
  content: "\ecb4";
}
.bxs-component:before {
  content: "\ecb5";
}
.bxs-confused:before {
  content: "\ecb6";
}
.bxs-contact:before {
  content: "\ecb7";
}
.bxs-conversation:before {
  content: "\ecb8";
}
.bxs-cookie:before {
  content: "\ecb9";
}
.bxs-cool:before {
  content: "\ecba";
}
.bxs-copy:before {
  content: "\ecbb";
}
.bxs-copy-alt:before {
  content: "\ecbc";
}
.bxs-copyright:before {
  content: "\ecbd";
}
.bxs-coupon:before {
  content: "\ecbe";
}
.bxs-credit-card:before {
  content: "\ecbf";
}
.bxs-credit-card-alt:before {
  content: "\ecc0";
}
.bxs-credit-card-front:before {
  content: "\ecc1";
}
.bxs-crop:before {
  content: "\ecc2";
}
.bxs-crown:before {
  content: "\ecc3";
}
.bxs-cube:before {
  content: "\ecc4";
}
.bxs-cube-alt:before {
  content: "\ecc5";
}
.bxs-cuboid:before {
  content: "\ecc6";
}
.bxs-customize:before {
  content: "\ecc7";
}
.bxs-cylinder:before {
  content: "\ecc8";
}
.bxs-dashboard:before {
  content: "\ecc9";
}
.bxs-data:before {
  content: "\ecca";
}
.bxs-detail:before {
  content: "\eccb";
}
.bxs-devices:before {
  content: "\eccc";
}
.bxs-diamond:before {
  content: "\eccd";
}
.bxs-dice-1:before {
  content: "\ecce";
}
.bxs-dice-2:before {
  content: "\eccf";
}
.bxs-dice-3:before {
  content: "\ecd0";
}
.bxs-dice-4:before {
  content: "\ecd1";
}
.bxs-dice-5:before {
  content: "\ecd2";
}
.bxs-dice-6:before {
  content: "\ecd3";
}
.bxs-direction-left:before {
  content: "\ecd4";
}
.bxs-direction-right:before {
  content: "\ecd5";
}
.bxs-directions:before {
  content: "\ecd6";
}
.bxs-disc:before {
  content: "\ecd7";
}
.bxs-discount:before {
  content: "\ecd8";
}
.bxs-dish:before {
  content: "\ecd9";
}
.bxs-dislike:before {
  content: "\ecda";
}
.bxs-dizzy:before {
  content: "\ecdb";
}
.bxs-dock-bottom:before {
  content: "\ecdc";
}
.bxs-dock-left:before {
  content: "\ecdd";
}
.bxs-dock-right:before {
  content: "\ecde";
}
.bxs-dock-top:before {
  content: "\ecdf";
}
.bxs-dollar-circle:before {
  content: "\ece0";
}
.bxs-donate-blood:before {
  content: "\ece1";
}
.bxs-donate-heart:before {
  content: "\ece2";
}
.bxs-door-open:before {
  content: "\ece3";
}
.bxs-doughnut-chart:before {
  content: "\ece4";
}
.bxs-down-arrow:before {
  content: "\ece5";
}
.bxs-down-arrow-alt:before {
  content: "\ece6";
}
.bxs-down-arrow-circle:before {
  content: "\ece7";
}
.bxs-down-arrow-square:before {
  content: "\ece8";
}
.bxs-download:before {
  content: "\ece9";
}
.bxs-downvote:before {
  content: "\ecea";
}
.bxs-drink:before {
  content: "\eceb";
}
.bxs-droplet:before {
  content: "\ecec";
}
.bxs-droplet-half:before {
  content: "\eced";
}
.bxs-dryer:before {
  content: "\ecee";
}
.bxs-duplicate:before {
  content: "\ecef";
}
.bxs-edit:before {
  content: "\ecf0";
}
.bxs-edit-alt:before {
  content: "\ecf1";
}
.bxs-edit-location:before {
  content: "\ecf2";
}
.bxs-eject:before {
  content: "\ecf3";
}
.bxs-envelope:before {
  content: "\ecf4";
}
.bxs-envelope-open:before {
  content: "\ecf5";
}
.bxs-eraser:before {
  content: "\ecf6";
}
.bxs-error:before {
  content: "\ecf7";
}
.bxs-error-alt:before {
  content: "\ecf8";
}
.bxs-error-circle:before {
  content: "\ecf9";
}
.bxs-ev-station:before {
  content: "\ecfa";
}
.bxs-exit:before {
  content: "\ecfb";
}
.bxs-extension:before {
  content: "\ecfc";
}
.bxs-eyedropper:before {
  content: "\ecfd";
}
.bxs-face:before {
  content: "\ecfe";
}
.bxs-face-mask:before {
  content: "\ecff";
}
.bxs-factory:before {
  content: "\ed00";
}
.bxs-fast-forward-circle:before {
  content: "\ed01";
}
.bxs-file:before {
  content: "\ed02";
}
.bxs-file-archive:before {
  content: "\ed03";
}
.bxs-file-blank:before {
  content: "\ed04";
}
.bxs-file-css:before {
  content: "\ed05";
}
.bxs-file-doc:before {
  content: "\ed06";
}
.bxs-file-export:before {
  content: "\ed07";
}
.bxs-file-find:before {
  content: "\ed08";
}
.bxs-file-gif:before {
  content: "\ed09";
}
.bxs-file-html:before {
  content: "\ed0a";
}
.bxs-file-image:before {
  content: "\ed0b";
}
.bxs-file-import:before {
  content: "\ed0c";
}
.bxs-file-jpg:before {
  content: "\ed0d";
}
.bxs-file-js:before {
  content: "\ed0e";
}
.bxs-file-json:before {
  content: "\ed0f";
}
.bxs-file-md:before {
  content: "\ed10";
}
.bxs-file-pdf:before {
  content: "\ed11";
}
.bxs-file-plus:before {
  content: "\ed12";
}
.bxs-file-png:before {
  content: "\ed13";
}
.bxs-file-txt:before {
  content: "\ed14";
}
.bxs-film:before {
  content: "\ed15";
}
.bxs-filter-alt:before {
  content: "\ed16";
}
.bxs-first-aid:before {
  content: "\ed17";
}
.bxs-flag:before {
  content: "\ed18";
}
.bxs-flag-alt:before {
  content: "\ed19";
}
.bxs-flag-checkered:before {
  content: "\ed1a";
}
.bxs-flame:before {
  content: "\ed1b";
}
.bxs-flask:before {
  content: "\ed1c";
}
.bxs-florist:before {
  content: "\ed1d";
}
.bxs-folder:before {
  content: "\ed1e";
}
.bxs-folder-minus:before {
  content: "\ed1f";
}
.bxs-folder-open:before {
  content: "\ed20";
}
.bxs-folder-plus:before {
  content: "\ed21";
}
.bxs-food-menu:before {
  content: "\ed22";
}
.bxs-fridge:before {
  content: "\ed23";
}
.bxs-game:before {
  content: "\ed24";
}
.bxs-gas-pump:before {
  content: "\ed25";
}
.bxs-ghost:before {
  content: "\ed26";
}
.bxs-gift:before {
  content: "\ed27";
}
.bxs-graduation:before {
  content: "\ed28";
}
.bxs-grid:before {
  content: "\ed29";
}
.bxs-grid-alt:before {
  content: "\ed2a";
}
.bxs-group:before {
  content: "\ed2b";
}
.bxs-guitar-amp:before {
  content: "\ed2c";
}
.bxs-hand-down:before {
  content: "\ed2d";
}
.bxs-hand-left:before {
  content: "\ed2e";
}
.bxs-hand-right:before {
  content: "\ed2f";
}
.bxs-hand-up:before {
  content: "\ed30";
}
.bxs-happy:before {
  content: "\ed31";
}
.bxs-happy-alt:before {
  content: "\ed32";
}
.bxs-happy-beaming:before {
  content: "\ed33";
}
.bxs-happy-heart-eyes:before {
  content: "\ed34";
}
.bxs-hdd:before {
  content: "\ed35";
}
.bxs-heart:before {
  content: "\ed36";
}
.bxs-heart-circle:before {
  content: "\ed37";
}
.bxs-heart-square:before {
  content: "\ed38";
}
.bxs-help-circle:before {
  content: "\ed39";
}
.bxs-hide:before {
  content: "\ed3a";
}
.bxs-home:before {
  content: "\ed3b";
}
.bxs-home-circle:before {
  content: "\ed3c";
}
.bxs-home-heart:before {
  content: "\ed3d";
}
.bxs-home-smile:before {
  content: "\ed3e";
}
.bxs-hot:before {
  content: "\ed3f";
}
.bxs-hotel:before {
  content: "\ed40";
}
.bxs-hourglass:before {
  content: "\ed41";
}
.bxs-hourglass-bottom:before {
  content: "\ed42";
}
.bxs-hourglass-top:before {
  content: "\ed43";
}
.bxs-id-card:before {
  content: "\ed44";
}
.bxs-image:before {
  content: "\ed45";
}
.bxs-image-add:before {
  content: "\ed46";
}
.bxs-image-alt:before {
  content: "\ed47";
}
.bxs-inbox:before {
  content: "\ed48";
}
.bxs-info-circle:before {
  content: "\ed49";
}
.bxs-info-square:before {
  content: "\ed4a";
}
.bxs-institution:before {
  content: "\ed4b";
}
.bxs-joystick:before {
  content: "\ed4c";
}
.bxs-joystick-alt:before {
  content: "\ed4d";
}
.bxs-joystick-button:before {
  content: "\ed4e";
}
.bxs-key:before {
  content: "\ed4f";
}
.bxs-keyboard:before {
  content: "\ed50";
}
.bxs-label:before {
  content: "\ed51";
}
.bxs-landmark:before {
  content: "\ed52";
}
.bxs-landscape:before {
  content: "\ed53";
}
.bxs-laugh:before {
  content: "\ed54";
}
.bxs-layer:before {
  content: "\ed55";
}
.bxs-layer-minus:before {
  content: "\ed56";
}
.bxs-layer-plus:before {
  content: "\ed57";
}
.bxs-layout:before {
  content: "\ed58";
}
.bxs-left-arrow:before {
  content: "\ed59";
}
.bxs-left-arrow-alt:before {
  content: "\ed5a";
}
.bxs-left-arrow-circle:before {
  content: "\ed5b";
}
.bxs-left-arrow-square:before {
  content: "\ed5c";
}
.bxs-left-down-arrow-circle:before {
  content: "\ed5d";
}
.bxs-left-top-arrow-circle:before {
  content: "\ed5e";
}
.bxs-like:before {
  content: "\ed5f";
}
.bxs-location-plus:before {
  content: "\ed60";
}
.bxs-lock:before {
  content: "\ed61";
}
.bxs-lock-alt:before {
  content: "\ed62";
}
.bxs-lock-open:before {
  content: "\ed63";
}
.bxs-lock-open-alt:before {
  content: "\ed64";
}
.bxs-log-in:before {
  content: "\ed65";
}
.bxs-log-in-circle:before {
  content: "\ed66";
}
.bxs-log-out:before {
  content: "\ed67";
}
.bxs-log-out-circle:before {
  content: "\ed68";
}
.bxs-low-vision:before {
  content: "\ed69";
}
.bxs-magic-wand:before {
  content: "\ed6a";
}
.bxs-magnet:before {
  content: "\ed6b";
}
.bxs-map:before {
  content: "\ed6c";
}
.bxs-map-alt:before {
  content: "\ed6d";
}
.bxs-map-pin:before {
  content: "\ed6e";
}
.bxs-mask:before {
  content: "\ed6f";
}
.bxs-medal:before {
  content: "\ed70";
}
.bxs-megaphone:before {
  content: "\ed71";
}
.bxs-meh:before {
  content: "\ed72";
}
.bxs-meh-alt:before {
  content: "\ed73";
}
.bxs-meh-blank:before {
  content: "\ed74";
}
.bxs-memory-card:before {
  content: "\ed75";
}
.bxs-message:before {
  content: "\ed76";
}
.bxs-message-add:before {
  content: "\ed77";
}
.bxs-message-alt:before {
  content: "\ed78";
}
.bxs-message-alt-add:before {
  content: "\ed79";
}
.bxs-message-alt-check:before {
  content: "\ed7a";
}
.bxs-message-alt-detail:before {
  content: "\ed7b";
}
.bxs-message-alt-dots:before {
  content: "\ed7c";
}
.bxs-message-alt-edit:before {
  content: "\ed7d";
}
.bxs-message-alt-error:before {
  content: "\ed7e";
}
.bxs-message-alt-minus:before {
  content: "\ed7f";
}
.bxs-message-alt-x:before {
  content: "\ed80";
}
.bxs-message-check:before {
  content: "\ed81";
}
.bxs-message-detail:before {
  content: "\ed82";
}
.bxs-message-dots:before {
  content: "\ed83";
}
.bxs-message-edit:before {
  content: "\ed84";
}
.bxs-message-error:before {
  content: "\ed85";
}
.bxs-message-minus:before {
  content: "\ed86";
}
.bxs-message-rounded:before {
  content: "\ed87";
}
.bxs-message-rounded-add:before {
  content: "\ed88";
}
.bxs-message-rounded-check:before {
  content: "\ed89";
}
.bxs-message-rounded-detail:before {
  content: "\ed8a";
}
.bxs-message-rounded-dots:before {
  content: "\ed8b";
}
.bxs-message-rounded-edit:before {
  content: "\ed8c";
}
.bxs-message-rounded-error:before {
  content: "\ed8d";
}
.bxs-message-rounded-minus:before {
  content: "\ed8e";
}
.bxs-message-rounded-x:before {
  content: "\ed8f";
}
.bxs-message-square:before {
  content: "\ed90";
}
.bxs-message-square-add:before {
  content: "\ed91";
}
.bxs-message-square-check:before {
  content: "\ed92";
}
.bxs-message-square-detail:before {
  content: "\ed93";
}
.bxs-message-square-dots:before {
  content: "\ed94";
}
.bxs-message-square-edit:before {
  content: "\ed95";
}
.bxs-message-square-error:before {
  content: "\ed96";
}
.bxs-message-square-minus:before {
  content: "\ed97";
}
.bxs-message-square-x:before {
  content: "\ed98";
}
.bxs-message-x:before {
  content: "\ed99";
}
.bxs-meteor:before {
  content: "\ed9a";
}
.bxs-microchip:before {
  content: "\ed9b";
}
.bxs-microphone:before {
  content: "\ed9c";
}
.bxs-microphone-alt:before {
  content: "\ed9d";
}
.bxs-microphone-off:before {
  content: "\ed9e";
}
.bxs-minus-circle:before {
  content: "\ed9f";
}
.bxs-minus-square:before {
  content: "\eda0";
}
.bxs-mobile:before {
  content: "\eda1";
}
.bxs-mobile-vibration:before {
  content: "\eda2";
}
.bxs-moon:before {
  content: "\eda3";
}
.bxs-mouse:before {
  content: "\eda4";
}
.bxs-mouse-alt:before {
  content: "\eda5";
}
.bxs-movie:before {
  content: "\eda6";
}
.bxs-movie-play:before {
  content: "\eda7";
}
.bxs-music:before {
  content: "\eda8";
}
.bxs-navigation:before {
  content: "\eda9";
}
.bxs-network-chart:before {
  content: "\edaa";
}
.bxs-news:before {
  content: "\edab";
}
.bxs-no-entry:before {
  content: "\edac";
}
.bxs-note:before {
  content: "\edad";
}
.bxs-notepad:before {
  content: "\edae";
}
.bxs-notification:before {
  content: "\edaf";
}
.bxs-notification-off:before {
  content: "\edb0";
}
.bxs-offer:before {
  content: "\edb1";
}
.bxs-package:before {
  content: "\edb2";
}
.bxs-paint:before {
  content: "\edb3";
}
.bxs-paint-roll:before {
  content: "\edb4";
}
.bxs-palette:before {
  content: "\edb5";
}
.bxs-paper-plane:before {
  content: "\edb6";
}
.bxs-parking:before {
  content: "\edb7";
}
.bxs-paste:before {
  content: "\edb8";
}
.bxs-pen:before {
  content: "\edb9";
}
.bxs-pencil:before {
  content: "\edba";
}
.bxs-phone:before {
  content: "\edbb";
}
.bxs-phone-call:before {
  content: "\edbc";
}
.bxs-phone-incoming:before {
  content: "\edbd";
}
.bxs-phone-outgoing:before {
  content: "\edbe";
}
.bxs-photo-album:before {
  content: "\edbf";
}
.bxs-piano:before {
  content: "\edc0";
}
.bxs-pie-chart:before {
  content: "\edc1";
}
.bxs-pie-chart-alt:before {
  content: "\edc2";
}
.bxs-pie-chart-alt-2:before {
  content: "\edc3";
}
.bxs-pin:before {
  content: "\edc4";
}
.bxs-pizza:before {
  content: "\edc5";
}
.bxs-plane:before {
  content: "\edc6";
}
.bxs-plane-alt:before {
  content: "\edc7";
}
.bxs-plane-land:before {
  content: "\edc8";
}
.bxs-planet:before {
  content: "\edc9";
}
.bxs-plane-take-off:before {
  content: "\edca";
}
.bxs-playlist:before {
  content: "\edcb";
}
.bxs-plug:before {
  content: "\edcc";
}
.bxs-plus-circle:before {
  content: "\edcd";
}
.bxs-plus-square:before {
  content: "\edce";
}
.bxs-pointer:before {
  content: "\edcf";
}
.bxs-polygon:before {
  content: "\edd0";
}
.bxs-printer:before {
  content: "\edd1";
}
.bxs-purchase-tag:before {
  content: "\edd2";
}
.bxs-purchase-tag-alt:before {
  content: "\edd3";
}
.bxs-pyramid:before {
  content: "\edd4";
}
.bxs-quote-alt-left:before {
  content: "\edd5";
}
.bxs-quote-alt-right:before {
  content: "\edd6";
}
.bxs-quote-left:before {
  content: "\edd7";
}
.bxs-quote-right:before {
  content: "\edd8";
}
.bxs-quote-single-left:before {
  content: "\edd9";
}
.bxs-quote-single-right:before {
  content: "\edda";
}
.bxs-radiation:before {
  content: "\eddb";
}
.bxs-radio:before {
  content: "\eddc";
}
.bxs-receipt:before {
  content: "\eddd";
}
.bxs-rectangle:before {
  content: "\edde";
}
.bxs-rename:before {
  content: "\eddf";
}
.bxs-report:before {
  content: "\ede0";
}
.bxs-rewind-circle:before {
  content: "\ede1";
}
.bxs-right-arrow:before {
  content: "\ede2";
}
.bxs-right-arrow-alt:before {
  content: "\ede3";
}
.bxs-right-arrow-circle:before {
  content: "\ede4";
}
.bxs-right-arrow-square:before {
  content: "\ede5";
}
.bxs-right-down-arrow-circle:before {
  content: "\ede6";
}
.bxs-right-top-arrow-circle:before {
  content: "\ede7";
}
.bxs-rocket:before {
  content: "\ede8";
}
.bxs-ruler:before {
  content: "\ede9";
}
.bxs-sad:before {
  content: "\edea";
}
.bxs-save:before {
  content: "\edeb";
}
.bxs-school:before {
  content: "\edec";
}
.bxs-search:before {
  content: "\eded";
}
.bxs-search-alt-2:before {
  content: "\edee";
}
.bxs-select-multiple:before {
  content: "\edef";
}
.bxs-send:before {
  content: "\edf0";
}
.bxs-server:before {
  content: "\edf1";
}
.bxs-shapes:before {
  content: "\edf2";
}
.bxs-share:before {
  content: "\edf3";
}
.bxs-share-alt:before {
  content: "\edf4";
}
.bxs-shield:before {
  content: "\edf5";
}
.bxs-shield-alt-2:before {
  content: "\edf6";
}
.bxs-shield-x:before {
  content: "\edf7";
}
.bxs-ship:before {
  content: "\edf8";
}
.bxs-shocked:before {
  content: "\edf9";
}
.bxs-shopping-bag:before {
  content: "\edfa";
}
.bxs-shopping-bag-alt:before {
  content: "\edfb";
}
.bxs-shopping-bags:before {
  content: "\edfc";
}
.bxs-show:before {
  content: "\edfd";
}
.bxs-skip-next-circle:before {
  content: "\edfe";
}
.bxs-skip-previous-circle:before {
  content: "\edff";
}
.bxs-skull:before {
  content: "\ee00";
}
.bxs-sleepy:before {
  content: "\ee01";
}
.bxs-slideshow:before {
  content: "\ee02";
}
.bxs-smile:before {
  content: "\ee03";
}
.bxs-sort-alt:before {
  content: "\ee04";
}
.bxs-spa:before {
  content: "\ee05";
}
.bxs-spray-can:before {
  content: "\ee06";
}
.bxs-spreadsheet:before {
  content: "\ee07";
}
.bxs-square:before {
  content: "\ee08";
}
.bxs-square-rounded:before {
  content: "\ee09";
}
.bxs-star:before {
  content: "\ee0a";
}
.bxs-star-half:before {
  content: "\ee0b";
}
.bxs-sticker:before {
  content: "\ee0c";
}
.bxs-stopwatch:before {
  content: "\ee0d";
}
.bxs-store:before {
  content: "\ee0e";
}
.bxs-store-alt:before {
  content: "\ee0f";
}
.bxs-sun:before {
  content: "\ee10";
}
.bxs-tachometer:before {
  content: "\ee11";
}
.bxs-tag:before {
  content: "\ee12";
}
.bxs-tag-alt:before {
  content: "\ee13";
}
.bxs-tag-x:before {
  content: "\ee14";
}
.bxs-taxi:before {
  content: "\ee15";
}
.bxs-tennis-ball:before {
  content: "\ee16";
}
.bxs-terminal:before {
  content: "\ee17";
}
.bxs-thermometer:before {
  content: "\ee18";
}
.bxs-time:before {
  content: "\ee19";
}
.bxs-time-five:before {
  content: "\ee1a";
}
.bxs-timer:before {
  content: "\ee1b";
}
.bxs-tired:before {
  content: "\ee1c";
}
.bxs-toggle-left:before {
  content: "\ee1d";
}
.bxs-toggle-right:before {
  content: "\ee1e";
}
.bxs-tone:before {
  content: "\ee1f";
}
.bxs-torch:before {
  content: "\ee20";
}
.bxs-to-top:before {
  content: "\ee21";
}
.bxs-traffic:before {
  content: "\ee22";
}
.bxs-traffic-barrier:before {
  content: "\ee23";
}
.bxs-traffic-cone:before {
  content: "\ee24";
}
.bxs-train:before {
  content: "\ee25";
}
.bxs-trash:before {
  content: "\ee26";
}
.bxs-trash-alt:before {
  content: "\ee27";
}
.bxs-tree:before {
  content: "\ee28";
}
.bxs-trophy:before {
  content: "\ee29";
}
.bxs-truck:before {
  content: "\ee2a";
}
.bxs-t-shirt:before {
  content: "\ee2b";
}
.bxs-tv:before {
  content: "\ee2c";
}
.bxs-up-arrow:before {
  content: "\ee2d";
}
.bxs-up-arrow-alt:before {
  content: "\ee2e";
}
.bxs-up-arrow-circle:before {
  content: "\ee2f";
}
.bxs-up-arrow-square:before {
  content: "\ee30";
}
.bxs-upside-down:before {
  content: "\ee31";
}
.bxs-upvote:before {
  content: "\ee32";
}
.bxs-user:before {
  content: "\ee33";
}
.bxs-user-account:before {
  content: "\ee34";
}
.bxs-user-badge:before {
  content: "\ee35";
}
.bxs-user-check:before {
  content: "\ee36";
}
.bxs-user-circle:before {
  content: "\ee37";
}
.bxs-user-detail:before {
  content: "\ee38";
}
.bxs-user-minus:before {
  content: "\ee39";
}
.bxs-user-pin:before {
  content: "\ee3a";
}
.bxs-user-plus:before {
  content: "\ee3b";
}
.bxs-user-rectangle:before {
  content: "\ee3c";
}
.bxs-user-voice:before {
  content: "\ee3d";
}
.bxs-user-x:before {
  content: "\ee3e";
}
.bxs-vector:before {
  content: "\ee3f";
}
.bxs-vial:before {
  content: "\ee40";
}
.bxs-video:before {
  content: "\ee41";
}
.bxs-video-off:before {
  content: "\ee42";
}
.bxs-video-plus:before {
  content: "\ee43";
}
.bxs-video-recording:before {
  content: "\ee44";
}
.bxs-videos:before {
  content: "\ee45";
}
.bxs-virus:before {
  content: "\ee46";
}
.bxs-virus-block:before {
  content: "\ee47";
}
.bxs-volume:before {
  content: "\ee48";
}
.bxs-volume-full:before {
  content: "\ee49";
}
.bxs-volume-low:before {
  content: "\ee4a";
}
.bxs-volume-mute:before {
  content: "\ee4b";
}
.bxs-wallet:before {
  content: "\ee4c";
}
.bxs-wallet-alt:before {
  content: "\ee4d";
}
.bxs-washer:before {
  content: "\ee4e";
}
.bxs-watch:before {
  content: "\ee4f";
}
.bxs-watch-alt:before {
  content: "\ee50";
}
.bxs-webcam:before {
  content: "\ee51";
}
.bxs-widget:before {
  content: "\ee52";
}
.bxs-window-alt:before {
  content: "\ee53";
}
.bxs-wine:before {
  content: "\ee54";
}
.bxs-wink-smile:before {
  content: "\ee55";
}
.bxs-wink-tongue:before {
  content: "\ee56";
}
.bxs-wrench:before {
  content: "\ee57";
}
.bxs-x-circle:before {
  content: "\ee58";
}
.bxs-x-square:before {
  content: "\ee59";
}
.bxs-yin-yang:before {
  content: "\ee5a";
}
.bxs-zap:before {
  content: "\ee5b";
}
.bxs-zoom-in:before {
  content: "\ee5c";
}
.bxs-zoom-out:before {
  content: "\ee5d";
}
.bxl-500px:before {
  content: "\ee5e";
}
.bxl-adobe:before {
  content: "\ee5f";
}
.bxl-airbnb:before {
  content: "\ee60";
}
.bxl-algolia:before {
  content: "\ee61";
}
.bxl-amazon:before {
  content: "\ee62";
}
.bxl-android:before {
  content: "\ee63";
}
.bxl-angular:before {
  content: "\ee64";
}
.bxl-apple:before {
  content: "\ee65";
}
.bxl-audible:before {
  content: "\ee66";
}
.bxl-baidu:before {
  content: "\ee67";
}
.bxl-behance:before {
  content: "\ee68";
}
.bxl-bing:before {
  content: "\ee69";
}
.bxl-bitcoin:before {
  content: "\ee6a";
}
.bxl-blender:before {
  content: "\ee6b";
}
.bxl-blogger:before {
  content: "\ee6c";
}
.bxl-bootstrap:before {
  content: "\ee6d";
}
.bxl-chrome:before {
  content: "\ee6e";
}
.bxl-codepen:before {
  content: "\ee6f";
}
.bxl-c-plus-plus:before {
  content: "\ee70";
}
.bxl-creative-commons:before {
  content: "\ee71";
}
.bxl-css3:before {
  content: "\ee72";
}
.bxl-dailymotion:before {
  content: "\ee73";
}
.bxl-deviantart:before {
  content: "\ee74";
}
.bxl-dev-to:before {
  content: "\ee75";
}
.bxl-digg:before {
  content: "\ee76";
}
.bxl-digitalocean:before {
  content: "\ee77";
}
.bxl-discord:before {
  content: "\ee78";
}
.bxl-discourse:before {
  content: "\ee79";
}
.bxl-django:before {
  content: "\ee7a";
}
.bxl-dribbble:before {
  content: "\ee7b";
}
.bxl-dropbox:before {
  content: "\ee7c";
}
.bxl-drupal:before {
  content: "\ee7d";
}
.bxl-ebay:before {
  content: "\ee7e";
}
.bxl-edge:before {
  content: "\ee7f";
}
.bxl-etsy:before {
  content: "\ee80";
}
.bxl-facebook:before {
  content: "\ee81";
}
.bxl-facebook-circle:before {
  content: "\ee82";
}
.bxl-facebook-square:before {
  content: "\ee83";
}
.bxl-figma:before {
  content: "\ee84";
}
.bxl-firebase:before {
  content: "\ee85";
}
.bxl-firefox:before {
  content: "\ee86";
}
.bxl-flickr:before {
  content: "\ee87";
}
.bxl-flickr-square:before {
  content: "\ee88";
}
.bxl-foursquare:before {
  content: "\ee89";
}
.bxl-git:before {
  content: "\ee8a";
}
.bxl-github:before {
  content: "\ee8b";
}
.bxl-gitlab:before {
  content: "\ee8c";
}
.bxl-google:before {
  content: "\ee8d";
}
.bxl-google-cloud:before {
  content: "\ee8e";
}
.bxl-google-plus:before {
  content: "\ee8f";
}
.bxl-google-plus-circle:before {
  content: "\ee90";
}
.bxl-html5:before {
  content: "\ee91";
}
.bxl-imdb:before {
  content: "\ee92";
}
.bxl-instagram:before {
  content: "\ee93";
}
.bxl-instagram-alt:before {
  content: "\ee94";
}
.bxl-internet-explorer:before {
  content: "\ee95";
}
.bxl-invision:before {
  content: "\ee96";
}
.bxl-javascript:before {
  content: "\ee97";
}
.bxl-joomla:before {
  content: "\ee98";
}
.bxl-jquery:before {
  content: "\ee99";
}
.bxl-jsfiddle:before {
  content: "\ee9a";
}
.bxl-kickstarter:before {
  content: "\ee9b";
}
.bxl-kubernetes:before {
  content: "\ee9c";
}
.bxl-less:before {
  content: "\ee9d";
}
.bxl-linkedin:before {
  content: "\ee9e";
}
.bxl-linkedin-square:before {
  content: "\ee9f";
}
.bxl-magento:before {
  content: "\eea0";
}
.bxl-mailchimp:before {
  content: "\eea1";
}
.bxl-markdown:before {
  content: "\eea2";
}
.bxl-mastercard:before {
  content: "\eea3";
}
.bxl-medium:before {
  content: "\eea4";
}
.bxl-medium-old:before {
  content: "\eea5";
}
.bxl-medium-square:before {
  content: "\eea6";
}
.bxl-messenger:before {
  content: "\eea7";
}
.bxl-microsoft:before {
  content: "\eea8";
}
.bxl-microsoft-teams:before {
  content: "\eea9";
}
.bxl-nodejs:before {
  content: "\eeaa";
}
.bxl-ok-ru:before {
  content: "\eeab";
}
.bxl-opera:before {
  content: "\eeac";
}
.bxl-patreon:before {
  content: "\eead";
}
.bxl-paypal:before {
  content: "\eeae";
}
.bxl-periscope:before {
  content: "\eeaf";
}
.bxl-pinterest:before {
  content: "\eeb0";
}
.bxl-pinterest-alt:before {
  content: "\eeb1";
}
.bxl-play-store:before {
  content: "\eeb2";
}
.bxl-pocket:before {
  content: "\eeb3";
}
.bxl-product-hunt:before {
  content: "\eeb4";
}
.bxl-python:before {
  content: "\eeb5";
}
.bxl-quora:before {
  content: "\eeb6";
}
.bxl-react:before {
  content: "\eeb7";
}
.bxl-redbubble:before {
  content: "\eeb8";
}
.bxl-reddit:before {
  content: "\eeb9";
}
.bxl-redux:before {
  content: "\eeba";
}
.bxl-sass:before {
  content: "\eebb";
}
.bxl-shopify:before {
  content: "\eebc";
}
.bxl-skype:before {
  content: "\eebd";
}
.bxl-slack:before {
  content: "\eebe";
}
.bxl-slack-old:before {
  content: "\eebf";
}
.bxl-snapchat:before {
  content: "\eec0";
}
.bxl-soundcloud:before {
  content: "\eec1";
}
.bxl-spotify:before {
  content: "\eec2";
}
.bxl-spring-boot:before {
  content: "\eec3";
}
.bxl-squarespace:before {
  content: "\eec4";
}
.bxl-stack-overflow:before {
  content: "\eec5";
}
.bxl-stripe:before {
  content: "\eec6";
}
.bxl-telegram:before {
  content: "\eec7";
}
.bxl-trello:before {
  content: "\eec8";
}
.bxl-tumblr:before {
  content: "\eec9";
}
.bxl-tux:before {
  content: "\eeca";
}
.bxl-twitch:before {
  content: "\eecb";
}
.bxl-twitter:before {
  content: "\eecc";
}
.bxl-unsplash:before {
  content: "\eecd";
}
.bxl-vimeo:before {
  content: "\eece";
}
.bxl-visa:before {
  content: "\eecf";
}
.bxl-vk:before {
  content: "\eed0";
}
.bxl-vuejs:before {
  content: "\eed1";
}
.bxl-whatsapp:before {
  content: "\eed2";
}
.bxl-whatsapp-square:before {
  content: "\eed3";
}
.bxl-wikipedia:before {
  content: "\eed4";
}
.bxl-windows:before {
  content: "\eed5";
}
.bxl-wix:before {
  content: "\eed6";
}
.bxl-wordpress:before {
  content: "\eed7";
}
.bxl-yahoo:before {
  content: "\eed8";
}
.bxl-yelp:before {
  content: "\eed9";
}
.bxl-youtube:before {
  content: "\eeda";
}
.bxl-zoom:before {
  content: "\eedb";
}
@font-face {
  font-family: Flaticon;
  src: url(../../fonts/Flaticon.html);
  src: url(../../fonts/Flaticond41d.html?#iefix) format("embedded-opentype"),
    url(../../fonts/Flaticon-2.html) format("woff2"),
    url(../../fonts/Flaticon-3.html) format("woff"),
    url(../../fonts/Flaticon-4.html) format("truetype"),
    url(../../fonts/Flaticon-5.html#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url(../../fonts/Flaticon-5.html#Flaticon) format("svg");
  }
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-cloud:before {
  content: "\f100";
}
.flaticon-data:before {
  content: "\f101";
}
.flaticon-vps:before {
  content: "\f102";
}
.flaticon-shield:before {
  content: "\f103";
}
.flaticon-team:before {
  content: "\f104";
}
.flaticon-rocket:before {
  content: "\f105";
}
.flaticon-diamond:before {
  content: "\f106";
}
.flaticon-money:before {
  content: "\f107";
}
.flaticon-data-1:before {
  content: "\f108";
}
.flaticon-dashboard:before {
  content: "\f109";
}
.flaticon-support:before {
  content: "\f10a";
}
.flaticon-star:before {
  content: "\f10b";
}
.flaticon-star-1:before {
  content: "\f10c";
}
.flaticon-star-2:before {
  content: "\f10d";
}
.flaticon-plus:before {
  content: "\f10e";
}
.flaticon-line:before {
  content: "\f10f";
}
.flaticon-monitor:before {
  content: "\f110";
}
.flaticon-idea:before {
  content: "\f111";
}
.flaticon-layout:before {
  content: "\f112";
}
.flaticon-hard-disk:before {
  content: "\f113";
}
.flaticon-smartphone:before {
  content: "\f114";
}
.flaticon-reload:before {
  content: "\f115";
}
.flaticon-laptop:before {
  content: "\f116";
}
.flaticon-update-arrows:before {
  content: "\f117";
}
.flaticon-handshake:before {
  content: "\f118";
}
.flaticon-repair:before {
  content: "\f119";
}
.flaticon-delivery-truck:before {
  content: "\f11a";
}
.flaticon-left-quote:before {
  content: "\f11b";
}
.flaticon-software:before {
  content: "\f11c";
}
.flaticon-gear:before {
  content: "\f11d";
}
.flaticon-skyline:before {
  content: "\f11e";
}
.flaticon-car-insurance:before {
  content: "\f11f";
}
.flaticon-factory:before {
  content: "\f120";
}
.flaticon-chip:before {
  content: "\f121";
}
.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__button {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
}
.accordion__button:hover {
  background-color: #ddd;
}
.accordion__button:before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion__button[aria-expanded="true"]:before,
.accordion__button[aria-selected="true"]:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[hidden] {
  display: none;
}
.accordion__panel {
  padding: 20px;
  -webkit-animation: fadein 0.35s ease-in;
  animation: fadein 0.35s ease-in;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: "BentonSans" !important;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
:root {
  scroll-behavior: inherit;
}
img {
  max-width: 100%;
}
a {
  color: #0e314c !important;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #44ce6f;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
p {
  color: #6084a4;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e314c;
  font-weight: 500;
}
.text-right {
  text-align: end;
}
:focus {
  outline: 0 !important;
}
.ptb-80 {
  padding-bottom: 80px;
}
.pt-80,
.ptb-80 {
  padding-top: 80px;
}
.pb-50 {
  padding-bottom: 50px;
}
.bg-f7fafd {
  background-color: #f7fafd;
}
.bg-f9f6f6 {
  background-color: #f9f6f6;
}
.bg-f9fafb {
  background-color: #f9fafb;
}
.bg-0f054b {
  background-color: #0f054b;
}
.bg-eef6fd {
  background-color: #eef6fd;
}
.pb-80 {
  padding-bottom: 80px;
}
textarea.form-control {
  height: auto !important;
}
.owl-theme-style.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme-style.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  line-height: 0.01;
}
.owl-theme-style.owl-theme .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}
.owl-theme-style.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #d6d6d6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.owl-theme-style.owl-theme .owl-dots .owl-dot.active span,
.owl-theme-style.owl-theme .owl-dots .owl-dot:hover span {
  background: #44ce6f;
}
.btn-primary {
  color: #fff;
  background-color: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary.focus,
.btn-primary .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.btn-primary .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #44ce6f !important;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  opacity: 1;
}
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background: #0e314c;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
}
.btn,
.btn:after,
.btn:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* .btn:after,
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background: #c679e3;
  z-index: -1;
}
.btn:after {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.btn:before {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.btn:hover:after,
.btn:hover:before {
  width: 50%;
} */
.btn.btn-secondary {
  text-transform: capitalize;
  border-radius: 0;
  background-color: #44ce6f;
  padding: 13px 30px;
  -webkit-box-shadow: 5px 5px 5px #a6f5be;
  box-shadow: 5px 5px 5px #a6f5be;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-secondary:after,
.btn.btn-secondary:before {
  border-radius: 0;
  background: #c679e3;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 5px 5px 5px #e9caf5;
  box-shadow: 5px 5px 5px #e9caf5;
}
.btn.btn-secondary:focus {
  color: #fff;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  -webkit-box-shadow: 5px 5px 5px #e9caf5;
  box-shadow: 5px 5px 5px #e9caf5;
}
.form-group {
  margin-bottom: 18px;
}
label {
  color: #0e314c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  background: #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-control:focus {
  outline: 0;
  background: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #44ce6f;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  font-family: "BentonSans-bold";
}
/* .section-title p {
  max-width: 520px;
  margin: 0 auto;
} */
.section-title .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}
.section-title .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.section-title .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.section-title.text-left {
  text-align: left;
}
.section-title.text-left h2 {
  font-weight: 500;
}
.section-title.text-left h2 span {
  display: inline-block;
  font-weight: 700;
}
.section-title.text-left p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
@-webkit-keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #44ce6f;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s ease-in-out infinite;
  animation: sk-rotateplane 1.2s ease-in-out infinite;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  top: 50%;
  margin: -75px auto 0;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.startp-responsive-nav {
  display: none;
}
#header.headroom {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 15px;
}
#header.headroom.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.headroom.navbar-style-two {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.startp-nav {
  background: transparent;
}
.startp-nav nav {
  padding: 0;
}
.startp-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.startp-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}
.startp-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  color: #4a6f8a;
  padding: 0;
  margin-left: 14px;
  margin-right: 14px;
}
.startp-nav nav .navbar-nav .nav-item a.active,
.startp-nav nav .navbar-nav .nav-item a:focus,
.startp-nav nav .navbar-nav .nav-item a:hover {
  color: #44ce6f;
}
.startp-nav nav .navbar-nav .nav-item a svg {
  width: 14px;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  display: block;
  z-index: 99;
  padding: 15px 5px;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #4a6f8a;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #44ce6f;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a i,
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li a svg {
  float: right;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active,
.startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover {
  color: #44ce6f;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -10px !important;
}
.startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #44ce6f;
}
.startp-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.startp-nav nav .others-option {
  margin-left: 20px;
}
.startp-nav nav .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 30px;
}
.startp-nav nav .others-option .cart-wrapper-btn svg {
  width: 15px;
}
.startp-nav nav .others-option .cart-wrapper-btn i {
  font-size: 20px;
}
.startp-nav nav .others-option .cart-wrapper-btn span {
  background-color: red;
  color: #fff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -9px;
}
.startp-nav nav .others-option .btn.btn-light {
  background: transparent;
  border: 2px dashed #cdf1d8;
  padding: 12px 33px;
  margin-right: 10px;
}
.startp-nav nav .others-option .btn.btn-light:focus {
  color: #0e314c !important;
}
.startp-nav nav .others-option .btn.btn-light:focus,
.startp-nav nav .others-option .btn.btn-light:hover {
  color: #fff;
  border-color: #44ce6f;
}
.startp-nav nav .others-option .btn.btn-light:after,
.startp-nav nav .others-option .btn.btn-light:before {
  background: #44ce6f;
}
.startp-nav nav .others-option .btn.btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.startp-nav nav .others-option .btn.btn-primary:after,
.startp-nav nav .others-option .btn.btn-primary:before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.navbar-style-three .startp-nav {
  padding-left: 25px;
  padding-right: 25px;
}
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a {
  color: #4a6f8a;
}
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a.active,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:focus,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:hover {
  color: #44ce6f;
}
.navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
  color: #fff;
}
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary:after,
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary:before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.navbar-color-white#header.headroom.is-sticky {
  background-color: #ffffff !important;
}
.navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
}
.navbar-toggler:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler .icon-bar {
  width: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #221638;
  height: 3px;
  display: block;
  border-radius: 3px;
}
.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  left: 4px;
  position: relative;
}
.navbar-toggler .middle-bar {
  opacity: 0;
  margin: 5px 0;
}
.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  left: 4px;
  position: relative;
}
.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
}
@media only screen and (max-width: 991px) {
  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header.headroom {
    border-bottom: 1px solid #eee;
  }
  #header.headroom.is-sticky {
    border-bottom: none;
  }
}
.main-banner {
  position: relative;
  height: 910px;
  z-index: 1;
  background: transparent url(../../images/banner-bg1.html) 100% 0 no-repeat;
}
.main-banner .hero-content h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-banner .hero-content p {
  margin-bottom: 30px;
}
.main-banner .banner-form {
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 30px;
  border-radius: 5px;
}
.main-banner .banner-form form .form-control {
  padding-left: 15px;
}
.main-banner .banner-form form .btn {
  display: block;
  width: 100%;
  -webkit-transform: unset;
  transform: unset;
  margin-top: 25px;
}
.main-banner .banner-image {
  position: relative;
}
.main-banner .banner-image img {
  position: absolute;
}
.main-banner .banner-image img:first-child {
  z-index: 3;
  top: -130px;
  left: -45px;
}
.main-banner .banner-image img:nth-child(2) {
  right: 145px;
  top: -287px;
}
.main-banner .banner-image img:nth-child(3) {
  left: 25px;
  top: -20px;
}
.main-banner .banner-image img:nth-child(4) {
  right: 12%;
  top: 118px;
  z-index: 1;
}
.main-banner .banner-image img:nth-child(5) {
  left: 28%;
  top: -120px;
  z-index: 2;
}
.main-banner .banner-image img:nth-child(6) {
  right: 35%;
  z-index: 1;
  top: -150px;
}
.main-banner .banner-image img:nth-child(7) {
  right: 20px;
  top: -110px;
}
.main-banner .banner-image img:nth-child(8) {
  right: 25px;
  top: -140px;
}
.main-banner .banner-image img:nth-child(9) {
  right: 30%;
  z-index: 1;
  top: -35px;
}
.main-banner .banner-image img:nth-child(10) {
  left: 37%;
  top: -28px;
  z-index: 1;
}
.main-banner .banner-image img:nth-child(11) {
  left: 37%;
  top: -160px;
  z-index: 1;
}
.main-banner .banner-image img:nth-child(12) {
  left: 90px;
  top: -110px;
}
.main-banner .banner-image img:nth-child(13) {
  left: 56%;
  top: -25px;
  z-index: 2;
}
.main-banner .banner-image img:nth-child(14) {
  right: 105px;
  top: -28px;
}
.main-banner .banner-image img:last-child {
  display: none;
}
.main-banner .banner-image.single-banner-image img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hosting-main-banner {
  position: relative;
  z-index: 1;
  background-color: #032b8d;
  padding-top: 250px;
  padding-bottom: 190px;
}
.hosting-main-banner .hosting-banner-content h1 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.hosting-main-banner .hosting-banner-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.hosting-main-banner .hosting-banner-content ul li {
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.hosting-main-banner .hosting-banner-content ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #44ce6f;
  content: "";
}
.hosting-main-banner .hosting-banner-content ul li:last-child {
  margin-bottom: 0;
}
.hosting-main-banner .hosting-banner-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.hosting-main-banner .hosting-banner-content p span {
  text-decoration: line-through;
}
.hosting-main-banner .hosting-banner-image {
  position: relative;
}
.hosting-main-banner .hosting-banner-image img {
  position: absolute;
}
.hosting-main-banner .hosting-banner-image img:first-child {
  top: -175px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(2) {
  top: 184px;
  left: 21%;
}
.hosting-main-banner .hosting-banner-image img:nth-child(3) {
  top: 177px;
  right: 38px;
}
.hosting-main-banner .hosting-banner-image img:nth-child(4) {
  left: 29%;
  right: 0;
  top: -15px;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(5) {
  right: 8px;
  top: -107px;
}
.hosting-main-banner .hosting-banner-image img:nth-child(6) {
  left: 18%;
  top: -175px;
  z-index: -1;
}
.hosting-main-banner .hosting-banner-image img:nth-child(7) {
  top: -235px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(8) {
  left: 27%;
  top: -200px;
}
.hosting-main-banner .hosting-banner-image img:nth-child(9) {
  z-index: -2;
  top: 40px;
  left: 80px;
  right: 0;
  margin: 0 auto;
}
.hosting-main-banner .hosting-banner-image img:nth-child(10) {
  display: none;
}
.hosting-main-banner .hosting-banner-image.single-hosting-banner-image img {
  display: block;
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
}
.shape1 {
  top: 20%;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}
.shape1,
.shape2 {
  position: absolute;
  z-index: -1;
}
.shape2 {
  top: 60%;
  left: 15%;
}
.shape3 {
  left: 25%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.shape3,
.shape4 {
  position: absolute;
  bottom: 15%;
  z-index: -1;
}
.shape4 {
  right: 25%;
  -webkit-animation: animationFramesOne 20s linear infinite;
  animation: animationFramesOne 20s linear infinite;
}
.shape5 {
  right: 5%;
  top: 10%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  opacity: 0.2;
}
.shape5,
.shape6 {
  position: absolute;
  z-index: -1;
}
.shape6 {
  top: 40%;
  right: 10%;
}
.shape7 {
  left: 25%;
  -webkit-animation: animationFramesOne 20s linear infinite;
  animation: animationFramesOne 20s linear infinite;
}
.shape7,
.shape8 {
  position: absolute;
  top: 15%;
  z-index: -1;
}
.shape8 {
  right: 10%;
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
  }
}
.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: -130px;
  z-index: 1;
}
.hosting-boxes-area {
  background-color: #032b8d;
  margin-top: 0;
}
.hosting-boxes-area .single-box {
  padding-left: 15px;
  padding-right: 15px;
}
.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
}
.single-box,
.single-box .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
}
.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-box h3 a:hover {
  text-decoration: underline;
}
.single-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.single-box:before,
.single-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-box.bg-f78acb {
  border-color: rgba(247, 138, 203, 0.3);
}
.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}
.single-box.bg-c679e3 {
  border-color: #edc3fc;
}
.single-box.bg-c679e3 .icon {
  color: #c679e3;
  background: #edc3fc;
}
.single-box.bg-eb6b3d {
  border-color: rgba(235, 107, 61, 0.3);
}
.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-box:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: transparent;
}
.single-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-box:hover .icon {
  background: #fff;
  color: #44ce6f;
}
.single-box:hover a,
.single-box:hover h3,
.single-box:hover p {
  color: #fff;
}
.single-box:hover.bg-f78acb .icon {
  color: #f78acb;
}
.single-box:hover.bg-c679e3 .icon {
  color: #c679e3;
}
.single-box:hover.bg-eb6b3d .icon {
  color: #eb6b3d;
}
.about-content .section-title {
  text-align: left;
  margin-bottom: 18px;
}
.about-content .section-title .bar {
  margin-right: 0;
  margin-left: 0;
}
.about-content .section-title p {
  margin: 0;
}
.about-inner-area {
  margin-top: 60px;
}
.about-inner-area .about-text h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.why-choose-us {
  background: transparent url(../../images/banner-bg1.html) 100% 0 no-repeat;
  position: relative;
  z-index: 1;
}
.why-choose-us .section-title {
  text-align: left;
}
.why-choose-us .section-title .bar,
.why-choose-us .section-title p {
  margin-left: 0;
  margin-right: 0;
}
.why-choose-us-image {
  position: relative;
  text-align: center;
}
.why-choose-us-image .main-pic {
  display: none;
}
.why-choose-us-image img:first-child {
  position: relative;
  left: -20px;
}
.why-choose-us-image img:nth-child(3) {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.why-choose-us-image.single-why-choose-us-image img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.col-lg-6 .col-lg-6:first-child .single-why-choose-us {
  margin-top: 60px;
}
.col-lg-6 .col-lg-6:nth-child(2) .single-why-choose-us {
  margin-top: 0;
}
.col-lg-6 .col-lg-6:nth-child(4) .single-why-choose-us {
  margin-top: -30px;
}
.single-why-choose-us {
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}
.single-why-choose-us .icon {
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-why-choose-us .icon i:before {
  font-size: 45px;
}
.single-why-choose-us h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-why-choose-us:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.single-why-choose-us:before,
.single-why-choose-us p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-why-choose-us:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: transparent;
}
.single-why-choose-us:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-why-choose-us:hover .icon,
.single-why-choose-us:hover h3,
.single-why-choose-us:hover p {
  color: #fff;
}
.services-area {
  overflow: hidden;
}
.services-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.services-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.services-content .section-title p {
  margin: 0;
}
.services-content .row {
  margin-left: -8px;
  margin-right: -8px;
}
.services-content .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.services-content .box {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 12px 15px 45px;
  color: #6084a4;
  font-weight: 500;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}
.services-content .box,
.services-content .box:before {
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-content .box:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.services-content .box svg {
  margin-right: 5px;
  display: inline-block;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}
.services-content .box:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.services-content .box:hover:before {
  opacity: 1;
  visibility: visible;
}
.services-content .box:hover svg {
  color: #fff;
}
.services-right-image {
  position: relative;
}
.services-right-image img {
  position: absolute;
}

.services-right-image img:first-child {
  left: 0% !important;
  top: -262px;
  z-index: 1;
}

.services-right-image img:nth-child(2) {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -52px;
}
.services-right-image img:nth-child(3) {
  left: 44%;
  top: -33px;
  z-index: 1;
}
.services-right-image img:nth-child(4) {
  right: 38%;
  z-index: 1;
  top: -220px;
}
.services-right-image img:nth-child(5) {
  z-index: 1;
  right: 24%;
  top: 8px;
}
.services-right-image img:nth-child(6) {
  left: 29%;
  top: 0;
  z-index: 1;
}
.services-right-image img:nth-child(7) {
  right: 44%;
  top: -78px;
  z-index: 1;
}
.services-right-image img:nth-child(8) {
  right: 30%;
  top: -134px;
  z-index: 1;
}
.services-right-image img:nth-child(9) {
  right: 31%;
  top: -21px;
  z-index: 1;
}
.services-right-image img:nth-child(10) {
  right: 24%;
  top: -80px;
}
.services-right-image img:nth-child(11) {
  left: 27%;
  top: -60px;
  z-index: 2;
}
.services-right-image img:nth-child(12) {
  right: 28%;
  z-index: 1;
  top: -54px;
}
.services-right-image img:nth-child(13) {
  left: 31%;
  top: -105px;
  z-index: 1;
}
.services-right-image img.bg-image {
  top: -217px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-right-image img:last-child {
  display: none;
}
.services-right-image.single-right-image img {
  display: block;
}
.services-right-image.single-right-image img:first-child {
  top: -60px;
}
.services-right-image.single-right-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}
.services-left-image {
  position: relative;
}
.services-left-image img {
  position: absolute;
}
.services-left-image img:first-child {
  left: 15%;
  top: -98px;
}
.services-left-image img:nth-child(2) {
  left: 0;
  top: -200px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.services-left-image img:nth-child(3) {
  left: 36%;
  z-index: 12;
  top: -55px;
}
.services-left-image img:nth-child(4) {
  left: 55px;
  top: -38px;
  z-index: 1;
}
.services-left-image img:nth-child(5) {
  z-index: 3;
  right: 26%;
  top: -66px;
}
.services-left-image img:nth-child(6) {
  right: 19%;
  top: -41px;
  z-index: 2;
}
.services-left-image img:nth-child(7) {
  right: 97px;
  top: 40px;
  z-index: 1;
}
.services-left-image img:nth-child(8) {
  right: 23%;
  top: -175px;
  z-index: 2;
}
.services-left-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-left-image img:last-child {
  display: none;
}
.services-left-image.single-left-image img {
  display: block;
}
.services-left-image.single-left-image img:first-child {
  top: -60px;
}
.services-left-image.single-left-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}
.single-services-box {
  position: relative;
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-services-box .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}
.single-services-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-services-box:after,
.single-services-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #44ce6f;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box:before {
  left: 0;
}
.single-services-box:after {
  right: 0;
}
.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-services-box:hover .icon {
  background: #44ce6f;
  color: #fff;
}
.single-services-box:hover .icon.bg-c679e3 {
  background: #c679e3;
}
.single-services-box:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-services-box:hover:after,
.single-services-box:hover:before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.single-services-box-item {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 90px 35px 70px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.single-services-box-item .icon {
  width: 90px;
  height: 90px;
  position: relative;
  background-color: #80c54d;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
}
.single-services-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}
.single-services-box-item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.single-services-box-item h3 a {
  display: inline-block;
}
.single-services-box-item .shape {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
}
.single-services-box-item .learn-more-btn {
  color: #44ce6f;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  padding-left: 28px;
}
.single-services-box-item .learn-more-btn svg {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box-item .learn-more-btn:hover {
  color: #0e314c;
  padding-left: 0;
  padding-right: 5px;
}
.single-services-box-item .learn-more-btn:hover svg {
  left: 100%;
  color: #44ce6f;
}
.single-services-box-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.col-lg-4:nth-child(2) .single-services-box-item .icon {
  background-color: #4267d1;
}
.col-lg-4:nth-child(3) .single-services-box-item .icon {
  background-color: #ca8220;
}
.col-lg-4:nth-child(4) .single-services-box-item .icon {
  background-color: #b92fb1;
}
.col-lg-4:nth-child(5) .single-services-box-item .icon {
  background-color: #de6742;
}
.col-lg-4:nth-child(6) .single-services-box-item .icon {
  background-color: #59eed0;
}
.services-details-desc h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
  border: none;
}
.services-details-desc .services-details-accordion .accordion .accordion__item {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 10px;
  border: none;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__item:last-child {
  margin-bottom: 0;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__button {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__button
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #44ce6f;
  color: #fff;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__button
  i:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__button.active {
  border-bottom-color: #e1e1e1;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__button.active
  i:before {
  content: "\f10f";
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion__panel {
  padding: 15px;
  border-top: 1px solid #e1e1e1;
}
.services-details-area .separate {
  margin-top: 80px;
}
.services-details-image {
  text-align: center;
}
.features-area-two {
  overflow: hidden;
}
.single-features {
  position: relative;
  background: #fff;
  padding: 30px 20px 30px 95px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-features h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  left: 20px;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-features .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}
.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-features:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-features:hover .icon {
  background: #44ce6f;
  color: #fff;
}
.single-features:hover .icon.bg-c679e3 {
  background: #c679e3;
}
.single-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-hosting-features {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-hosting-features h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-hosting-features .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  display: inline-block;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-hosting-features .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}
.single-hosting-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-hosting-features:after,
.single-hosting-features:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #44ce6f;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-hosting-features:before {
  left: 0;
}
.single-hosting-features:after {
  right: 0;
}
.single-hosting-features:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-hosting-features:hover .icon {
  background: #44ce6f;
  color: #fff;
}
.single-hosting-features:hover .icon.bg-c679e3 {
  background: #c679e3;
}
.single-hosting-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-hosting-features:hover:after,
.single-hosting-features:hover:before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.features-details-desc h3 {
  font-size: 22px;
  margin-bottom: 13px;
}
.features-details-desc .features-details-list {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}
.features-details-desc .features-details-list li {
  margin-bottom: 12px;
  color: #6084a4;
  position: relative;
  padding-left: 15px;
}
.features-details-desc .features-details-list li:before {
  background: #44ce6f;
  width: 8px;
  height: 8px;
  left: 0;
  top: 6px;
  position: absolute;
  content: "";
}
.features-details-desc .features-details-list li:last-child {
  margin-bottom: 0;
}
.features-details-desc .features-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
  border: none;
}
.features-details-desc .features-details-accordion .accordion .accordion__item {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 10px;
  border: none;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__item:last-child {
  margin-bottom: 0;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__button {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__button
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #44ce6f;
  color: #fff;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__button
  i:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__button.active {
  border-bottom-color: #e1e1e1;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__button.active
  i:before {
  content: "\f10f";
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion__panel {
  padding: 15px;
  border-top: 1px solid #e1e1e1;
}
.features-details-area .separate {
  margin-top: 80px;
}
.features-details-image,
.single-team {
  text-align: center;
}
.single-team {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.single-team .team-image {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 35px;
}
.single-team .team-image img {
  border: 3px solid #cdf1d8;
  width: auto !important;
  border-radius: 50%;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #f9f6f6;
  height: 10px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-content {
  padding-left: 35px;
  padding-right: 35px;
}
.single-team .team-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-team .team-content ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-team .team-content ul li a {
  color: #c679e3;
}
.single-team .team-content ul li a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #44ce6f;
}
.single-team .team-content ul li a svg {
  width: 19px;
}
.single-team .team-content p {
  margin-top: 15px;
  margin-bottom: 0;
}
.single-team .team-info {
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  padding: 10px 15px;
  border-radius: 75px;
  margin: 25px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.single-team .team-info span {
  color: #fff;
  font-size: 13px;
}
.single-team:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-team:hover .team-image:before {
  height: 0;
}
.single-team:hover .team-image img {
  border-color: #44ce6f;
}
.single-team:hover .team-info {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
.works-area {
  position: relative;
  z-index: 1;
}
.single-works {
  position: relative;
  margin-bottom: 30px;
}
.single-works:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.single-works .icon,
.single-works:before {
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-works .icon {
  border-radius: 50%;
  right: 25px;
  background: #fff;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
}
.single-works .icon svg {
  width: 19px;
}
.single-works .icon:hover {
  background: #0e314c;
  color: #fff;
}
.single-works .works-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-works .works-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-works .works-content h3 a {
  color: #fff;
}
.single-works .works-content h3 a:hover {
  text-decoration: underline;
}
.single-works .works-content p {
  color: #fff;
}
.single-works:hover:before {
  opacity: 0.9;
  visibility: visible;
  z-index: 1;
}
.single-works:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 25px;
  z-index: 5;
}
.single-works:hover .works-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 5;
}
.funfacts-area {
  position: relative;
  z-index: 1;
}
.funfacts-area .section-title h2 {
  max-width: 570px;
  margin: 0 auto;
  line-height: 37px;
}
.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.funfact {
  text-align: center;
}
.funfact h3 {
  color: #44ce6f;
  font-size: 32px;
  margin-bottom: 7px;
}
.funfact p {
  line-height: normal;
}
.contact-cta-box {
  margin: 80px auto 0;
  max-width: 700px;
  border: 1px dashed #ebebeb;
  padding: 30px 210px 30px 30px;
  border-radius: 5px;
  position: relative;
}
.contact-cta-box h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-cta-box p {
  margin-bottom: 0;
}
.contact-cta-box .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -27px;
}
.contact-cta-box .btn:after,
.contact-cta-box .btn:before {
  background: #44ce6f;
}
.contact-cta-box .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.contact-cta-box .btn-primary:focus,
.contact-cta-box .btn-primary:hover {
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.funfacts-area.bg-image {
  position: relative;
  z-index: 1;
  background-image: url(../../images/bigdata-analytics/funfacts-bg.html);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.funfacts-area.bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #011f43;
  opacity: 0.86;
}
.funfacts-area.bg-image .section-title h2,
.funfacts-area.bg-image .section-title p {
  color: #fff;
}
.funfacts-area.bg-image .contact-cta-box {
  border-color: #406883;
}
.funfacts-area.bg-image .contact-cta-box h3,
.funfacts-area.bg-image .contact-cta-box p {
  color: #fff;
}
.single-funfact {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 5px;
}
.single-funfact h3 {
  color: #44ce6f;
  font-size: 32px;
  margin-bottom: 7px;
}
.single-funfact p {
  line-height: normal;
  color: #fff;
}
.pricing-area {
  position: relative;
  z-index: 1;
}
.pricing-table {
  text-align: center;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
}
.pricing-table,
.pricing-table .pricing-header {
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}
.pricing-table .pricing-header {
  position: relative;
  padding: 30px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eee;
  z-index: 1;
}
.pricing-table .pricing-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.pricing-table .pricing-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}
.pricing-table .price {
  margin-bottom: 15px;
}
.pricing-table .price span {
  color: #44ce6f;
  font-size: 30px;
  font-weight: 600;
}
.pricing-table .price span sup {
  font-weight: 500;
}
.pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}
.pricing-table .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.pricing-table .pricing-features ul li {
  color: #b5b5b5;
  margin-bottom: 12px;
  text-decoration: line-through;
}
.pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}
.pricing-table .pricing-features ul li.active {
  color: #6084a4;
  text-decoration: none;
}
.pricing-table:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pricing-table:hover .pricing-header:before {
  opacity: 1;
  visibility: visible;
}
.pricing-table:hover .pricing-header h3 {
  color: #fff;
}
.pricing-table.active-plan .pricing-header:before {
  opacity: 1;
  visibility: visible;
}
.pricing-table.active-plan .pricing-header h3 {
  color: #fff;
}
.pricing-table.active-plan .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.pricing-table.active-plan .btn-primary:after,
.pricing-table.active-plan .btn-primary:before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.single-pricing-table {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 35px;
  margin-bottom: 30px;
}
.single-pricing-table,
.single-pricing-table .pricing-header i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-pricing-table .pricing-header i:before {
  font-size: 45px;
}
.single-pricing-table .pricing-header h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0 20px;
}
.single-pricing-table .price {
  margin-bottom: 20px;
}
.single-pricing-table .price span {
  color: #44ce6f;
  font-size: 30px;
  font-weight: 600;
}
.single-pricing-table .price span sup {
  font-weight: 500;
}
.single-pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}
.single-pricing-table .pricing-features ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.single-pricing-table .pricing-features ul li {
  color: #6084a4;
  margin-bottom: 12px;
}
.single-pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}
.single-pricing-table .pricing-features ul li svg {
  width: 15px;
}
.single-pricing-table.active-plan .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.single-pricing-table.active-plan .btn-primary:after,
.single-pricing-table.active-plan .btn-primary:before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
.tab .tabs_item:nth-child(2) .pricing-box {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  background: linear-gradient(
    to right top,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}
.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}
.pricing-tab .tabs li {
  display: inline-block;
  padding: 10px 30px 9.5px;
  cursor: pointer;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 500;
  font-size: 15px;
}
.pricing-tab .tabs li,
.pricing-tab .tabs li:hover {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: -webkit-linear-gradient(
    right top,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}
.pricing-tab .tabs li:hover {
  color: #0e314c;
}
.pricing-tab .tabs li.current {
  color: #fff;
  background: #0e314c;
}
.pricing-tab .tabs li:first-child,
.pricing-tab .tabs li:first-child:before {
  border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2),
.pricing-tab .tabs li:nth-child(2):before {
  border-radius: 0 5px 5px 0;
}
.pricing-box {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: -webkit-linear-gradient(
    right top,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  text-align: center;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}
.pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.pricing-box .pricing-header p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}
.pricing-box .price {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
.pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}
.pricing-box .buy-btn {
  margin-bottom: 30px;
}
.pricing-box .buy-btn .btn {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.pricing-box .buy-btn .btn-primary {
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#a3a3a3),
    color-stop(#9a9a9a),
    color-stop(#909090),
    color-stop(#878787),
    to(#7e7e7e)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
  background: linear-gradient(
    to right top,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
  text-transform: capitalize;
  padding: 11px 30px;
  font-weight: 500;
}
.pricing-box .buy-btn .btn-primary:after {
  border-radius: 30px;
  background: #44ce6f;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.pricing-box .buy-btn .btn-primary:before {
  display: none;
}
.pricing-box
  .buy-btn
  .btn-primary
  .show
  > .pricing-box
  .buy-btn
  .btn-primary.dropdown-toggle,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled).active,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled):active {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#a3a3a3),
    color-stop(#9a9a9a),
    color-stop(#909090),
    color-stop(#878787),
    to(#7e7e7e)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
  background: linear-gradient(
    to right top,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
}
.pricing-box .buy-btn .btn-primary:focus:after,
.pricing-box .buy-btn .btn-primary:hover:after {
  opacity: 0;
  visibility: hidden;
}
.pricing-box .pricing-features {
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #495771;
  position: relative;
  padding-left: 27px;
}
.pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-box .pricing-features li svg {
  color: #44ce6f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.domain-search-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.domain-search-content h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.domain-search-content form {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
}
.domain-search-content form .form-control {
  background-color: #fff;
  border: none;
  height: 55px;
  padding-left: 20px;
  float: left;
  width: 63%;
}
.domain-search-content form .domain-select {
  float: left;
  width: 15%;
  padding-right: 20px;
}
.domain-search-content form .domain-select .form-select {
  padding: 0;
  float: unset;
  width: 100%;
  cursor: pointer;
  height: 55px;
  border: none;
}
.domain-search-content form .domain-select .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.domain-search-content form button {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  float: left;
  width: 22%;
  height: 55px;
  border-radius: 30px;
  background-color: #44ce6f;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.domain-search-content form button:focus,
.domain-search-content form button:hover {
  background-color: #c679e3;
}
.domain-search-content ul {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
}
.domain-search-content ul li {
  display: block;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  flex: 1 1;
  font-weight: 500;
  border-left: 1px solid #eee;
}
.domain-search-content ul li:first-child {
  border-left: none;
}
.feedback-area {
  position: relative;
  z-index: 1;
}
.feedback-slides {
  max-width: 750px;
  margin: 0 auto;
}
.feedback-slides,
.feedback-slides .client-feedback {
  position: relative;
}
.feedback-slides .client-feedback .single-feedback {
  background: #fff;
  border-radius: 5px;
  padding: 40px 40px 40px 170px;
  margin-bottom: 60px;
  position: relative;
}
.feedback-slides .client-feedback .single-feedback .client-img {
  position: absolute;
  left: 40px;
  top: 40px;
}
.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 3px;
  width: auto !important;
  display: inline-block !important;
  width: 95px;
  height: 95px;
}
.feedback-slides .client-feedback .single-feedback h3 {
  font-size: 19px;
  margin: 0;
}
.feedback-slides .client-feedback .single-feedback span {
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
  color: #c679e3;
}
.feedback-slides .client-feedback .single-feedback p {
  font-size: 15px;
}
.feedback-slides .client-feedback .single-feedback:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.feedback-slides .client-thumbnails {
  position: relative;
  margin: 0 85px;
}
.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid #44ce6f;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}
.feedback-slides .client-thumbnails .item.slick-center .img-fill img,
.feedback-slides .client-thumbnails .item:hover .img-fill img,
.feedback-slides .client-thumbnails .slick-center .img-fill img {
  opacity: 1;
}
.client-thumbnails .next-arrow,
.client-thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: #5e5e5e;
  border: 2px solid #5e5e5e;
  z-index: 1;
  border-radius: 50%;
  line-height: 30px;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.client-thumbnails .next-arrow:before,
.client-thumbnails .prev-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
.client-thumbnails .next-arrow:hover,
.client-thumbnails .prev-arrow:hover {
  color: #fff;
  border-color: #44ce6f;
}
.client-thumbnails .next-arrow:hover:before,
.client-thumbnails .prev-arrow:hover:before {
  opacity: 1;
  visibility: visible;
}
.client-thumbnails .next-arrow svg,
.client-thumbnails .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}
.client-thumbnails .next-arrow {
  right: -20px;
}
.client-thumbnails .prev-arrow {
  left: -20px;
}
.testimonials-slides {
  background-color: #f7fbfe;
  max-width: 850px;
  margin: 90px auto 30px;
  position: relative;
  z-index: 1;
}
.testimonials-slides:before {
  left: -30px;
  top: -30px;
}
.testimonials-slides:after,
.testimonials-slides:before {
  position: absolute;
  width: 260px;
  height: 260px;
  content: "";
  z-index: -1;
  background-image: url(../../images/layer.html);
}
.testimonials-slides:after {
  right: -30px;
  bottom: -30px;
}
.testimonials-slides .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: transparent !important;
  border: 2px solid #d6d6d6;
  position: relative;
  margin: 0 3px;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span:before {
  background: #d6d6d6;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #44ce6f;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span:before,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span:before {
  background: #44ce6f;
}
.single-feedback-item {
  padding: 40px 130px 90px;
  text-align: center;
  background-color: #f7fbfe;
  position: relative;
}
.single-feedback-item .client-info {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  text-align: left;
  max-width: 280px;
  margin: 0 auto 25px;
}
.single-feedback-item .client-info .image {
  padding-right: 20px;
}
.single-feedback-item .client-info .image img {
  display: inline-block !important;
  width: 75px;
  border-radius: 50%;
  border: 3px solid #44ce6f;
}
.single-feedback-item .client-info .title h3 {
  font-size: 18px;
  margin: 0;
}
.single-feedback-item .client-info .title span {
  display: block;
  margin-top: 8px;
  color: #c679e3;
}
.single-feedback-item p {
  font-size: 16px;
  font-style: italic;
}
.single-feedback-item:before {
  content: "\f11b";
  color: #d9dcde;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
  position: absolute;
  top: 0;
  left: 25px;
}
.agency-portfolio-feedback-slides {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.agency-portfolio-feedback-slides.owl-theme .owl-dots {
  line-height: 1;
}
.agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #d6d6d6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot.active span,
.agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.agency-portfolio-feedback-item {
  margin-bottom: 20px;
  text-align: center;
}
.agency-portfolio-feedback-item img {
  width: auto !important;
  display: inline-block !important;
  border-radius: 50%;
  border: 3px solid #999;
}
.agency-portfolio-feedback-item p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}
.bigdata-feedback-area {
  background-color: #eef6fd;
}
.single-feedback-box {
  position: relative;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.single-feedback-box .feedback-desc {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 40px 30px 30px;
}
.single-feedback-box .feedback-desc p {
  margin-bottom: 0;
  position: relative;
  color: #0e314c;
}
.single-feedback-box .feedback-desc p:before {
  content: '"';
  position: relative;
  display: inline-block;
  left: 0;
  color: #0e314c;
}
.single-feedback-box .feedback-desc p:after {
  content: '"';
  position: relative;
  display: inline-block;
  right: 0;
  color: #0e314c;
}
.single-feedback-box .feedback-desc:before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-feedback-box:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\f11b";
  position: absolute;
  left: 0;
  top: -25px;
  left: -25px;
  color: #fff;
  background: -webkit-linear-gradient(315deg, #43e794, #23bdb8);
  background: linear-gradient(135deg, #43e794, #23bdb8);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  font-family: Flaticon;
  font-size: 30px;
}
.single-feedback-box .client-info {
  position: relative;
  padding-left: 65px;
  margin-top: 32px;
  margin-bottom: 25px;
  margin-left: 27px;
}
.single-feedback-box .client-info img {
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-feedback-box .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.single-feedback-box .client-info span {
  display: block;
  color: #6084a4;
  margin-top: 6px;
}
.ready-to-talk {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.ready-to-talk h3 {
  font-size: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.ready-to-talk p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}
.ready-to-talk .btn:after,
.ready-to-talk .btn:before {
  background: #fff;
}
.ready-to-talk .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
}
.ready-to-talk .btn-primary:focus,
.ready-to-talk .btn-primary:hover {
  color: #0e314c;
  -webkit-box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
}
.ready-to-talk span a {
  margin-left: 15px;
  color: #fff;
  text-decoration: underline;
}

.bigdata-analytics-content {
  max-width: 50% !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bigdata-analytics-content .bnr_content {
  padding-top: 5rem;
}
.bigdata-analytics-content h1 {
  color: #0e314cff;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 700;
  font-family: "BentonSans-bold";
}
.bigdata-analytics-content p {
  color: #6084a4;
  /* max-width: 470px; */
  font-size: 15px;
}
.bigdata-analytics-content .btn {
  margin-top: 18px;
}
.banner-boxes-area {
  margin-top: 230px;
}
.single-banner-boxes {
  margin-bottom: 30px;
  border: 1px dashed #687b6f;
  position: relative;
  padding: 25px 25px 25px 95px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.key_ftr {
  position: relative;
  padding-left: 15px;
}
.key_ftr:before {
  background: #44ce6f;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
  position: absolute;
  content: "";
}
.single-banner-boxes,
.single-banner-boxes:before {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-banner-boxes:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  z-index: -1;
  opacity: 0;
  margin: -1px;
  visibility: hidden;
}
.single-banner-boxes .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 20px;
  top: 25px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-banner-boxes h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.single-banner-boxes p {
  color: #dadada;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-banner-boxes:hover {
  background-color: transparent;
  border-color: transparent;
}
.single-banner-boxes:hover .icon {
  color: #44ce6f;
  background-color: #fff;
}
.single-banner-boxes:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-banner-boxes:hover p {
  color: #fff;
}
.col-lg-4:nth-child(2) .single-banner-boxes .icon {
  color: #f78acb;
  background: #f9f4f7;
}
.col-lg-4:nth-child(2) .single-banner-boxes:hover .icon {
  background-color: #fff;
  color: #f78acb;
}
.col-lg-4:nth-child(3) .single-banner-boxes .icon {
  color: #c679e3;
  background: #edc3fc;
}
.col-lg-4:nth-child(3) .single-banner-boxes:hover .icon {
  background-color: #fff;
  color: #c679e3;
}
.what-we-do-area {
  padding-bottom: 50px;
}
.single-what-we-do-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 88px;
}
.single-what-we-do-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.single-what-we-do-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.single-what-we-do-box .icon i:before {
  font-size: 40px;
}
.single-what-we-do-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-what-we-do-box .link {
  display: block;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
}
.single-what-we-do-box .read-more-btn {
  display: inline-block;
  font-weight: 600;
  padding-top: 10px;
  padding-left: -4px;
}
.single-what-we-do-box .read-more-btn svg {
  margin-right: 5px;
}
.discover-area {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(315deg, #43e794, #23bdb8);
  background: linear-gradient(135deg, #43e794, #23bdb8);
}
.discover-image {
  position: relative;
  padding-bottom: 100px;
  margin-right: 15px;
}
.discover-image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.discover-content {
  padding-left: 15px;
}
.discover-content h2 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
.discover-content p {
  color: #fff;
}
.discover-content .btn-primary {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  margin-top: 15px;
  background-color: #fff;
  color: #0e314c;
}
.discover-content .btn-primary:hover {
  color: #fff;
}
.analytics-shape1 {
  left: 0;
}
.analytics-shape1,
.analytics-shape2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.analytics-shape2 {
  right: 0;
}
.partner-section {
  text-align: center;
  position: relative;
  /* margin-top: -120px; */
  background: transparent;
}
.partner-section h5 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.partner-section .partner-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 3px;
  margin-top: 0;
}
.partner-section .partner-inner a {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  /* margin: 0 auto; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.industries-serve-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(315deg, #43e794, #23bdb8);
  background: linear-gradient(135deg, #43e794, #23bdb8);
}
.industries-serve-area .section-title h2,
.industries-serve-area .section-title p {
  color: #fff;
}
.industries-serve-area .section-title .bar:before {
  background: #fff;
}
.single-industries-serve-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #0e314c;
  border-radius: 5px;
  background-color: #f4f4fb;
  padding: 20px 15px 20px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}
.single-industries-serve-box .icon {
  position: absolute;
  left: -15px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c3c3c9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 55px;
  font-weight: 400;
}
.single-industries-serve-box:before {
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0e314c;
}
.single-industries-serve-box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 2;
}
.single-industries-serve-box:hover,
.single-industries-serve-box:hover .icon {
  color: #fff;
}
.single-industries-serve-box:hover:before {
  width: 100%;
}
.blog-area {
  position: relative;
  z-index: 1;
}
.single-blog-post {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}
.single-blog-post .blog-image {
  position: relative;
}
.single-blog-post .blog-image a {
  display: block;
}
.single-blog-post .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -20px;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 50px;
}
.single-blog-post .blog-image .date svg {
  width: 15px;
  margin-right: 3px;
}
.single-blog-post .blog-post-content {
  padding: 40px 20px 20px;
  background: #f7fafd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-blog-post .blog-post-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-blog-post .blog-post-content span {
  display: block;
  color: #0e314c;
  margin: 15px 0;
}
.single-blog-post .blog-post-content span a {
  color: #6084a4;
}
.single-blog-post .blog-post-content span a:hover {
  color: #44ce6f;
}
.single-blog-post .blog-post-content .read-more-btn {
  color: #0e314c;
}
.single-blog-post .blog-post-content .read-more-btn svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 15px;
}
.single-blog-post .blog-post-content .read-more-btn:hover {
  color: #44ce6f;
}
.single-blog-post .blog-post-content .read-more-btn:hover svg {
  margin-left: 5px;
}
.single-blog-post:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-blog-post:hover .blog-post-content {
  background: #fff;
}
.single-blog-post-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.single-blog-post-box .entry-thumbnail a {
  display: block;
}
.single-blog-post-box .entry-thumbnail a img {
  border-radius: 5px 5px 0 0;
}
.single-blog-post-box .entry-post-content {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  padding: 20px;
}
.single-blog-post-box .entry-post-content .entry-meta {
  margin-bottom: 10px;
}
.single-blog-post-box .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-blog-post-box .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 16px;
  color: #6084a4;
  font-size: 14px;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
  transform: rotate(14deg) translateY(-50%);
  background: #6084a4;
  width: 1px;
  height: 13px;
}
.single-blog-post-box .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #6084a4;
}
.single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
  color: #44ce6f;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:last-child:before {
  display: none;
}
.single-blog-post-box .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 18px;
}
.single-blog-post-box .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}
.single-blog-post-box .entry-post-content .learn-more-btn {
  margin-top: 15px;
  font-weight: 600;
}
.single-blog-post-box .entry-post-content .learn-more-btn svg {
  width: 15px;
}
.single-blog-item {
  margin-bottom: 30px;
}
.single-blog-item .post-image {
  text-align: center;
}
.single-blog-item .post-image a {
  display: block;
}
.single-blog-item .post-content {
  margin-top: 20px;
}
.single-blog-item .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
.single-blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.single-blog-item .post-content .post-meta li:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 1px;
  background-color: #6084a4;
}
.single-blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-item .post-content .post-meta li:last-child:before {
  display: none;
}
.single-blog-item .post-content h3 {
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.blog-slides.owl-theme .owl-dots {
  line-height: 1;
}
.blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #d6d6d6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.blog-slides.owl-theme .owl-dots .owl-dot.active span,
.blog-slides.owl-theme .owl-dots .owl-dot:hover span {
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.single-blog-post-item {
  margin-bottom: 30px;
}
.single-blog-post-item .post-image {
  border-radius: 5px;
  overflow: hidden;
}
.single-blog-post-item .post-image a {
  display: block;
  border-radius: 5px;
}
.single-blog-post-item .post-image a img {
  border-radius: 5px;
}
.single-blog-post-item .post-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  position: relative;
  border-radius: 5px;
  padding: 30px 25px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}
.single-blog-post-item .post-content .post-meta {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0;
}
.single-blog-post-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #6084a4;
}
.single-blog-post-item .post-content .post-meta li a {
  color: #6084a4;
}
.single-blog-post-item .post-content .post-meta li a:hover {
  color: #44ce6f;
}
.single-blog-post-item .post-content .post-meta li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  height: 12px;
  background-color: #6084a4;
  width: 1px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.single-blog-post-item .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-post-item .post-content .post-meta li:last-child:before {
  display: none;
}
.single-blog-post-item .post-content h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-blog-post-item .post-content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 25px;
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post-item .post-content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}
.single-blog-post-item .post-content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
  color: #fff;
}
.single-blog-post-item:hover .post-content {
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}
.single-blog-post-item:hover .post-content .post-meta,
.single-blog-post-item:hover .post-content h3 {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.single-blog-post-item:hover .post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}
.single-blog-post-box.bg-f4faff .entry-post-content {
  background: #f4faff;
}
.woocommerce-topbar {
  background-color: #fcfbfb;
  padding: 10px 40px;
  margin-bottom: 30px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-select {
  cursor: pointer;
  background-color: transparent;
  border-color: #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-products {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.single-products .products-content {
  margin-top: 20px;
}
.single-products .products-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-products .products-content ul {
  padding: 0;
  margin: 10px 0 12px;
  list-style-type: none;
}
.single-products .products-content ul li {
  display: inline-block;
  color: #eac11d;
}
.single-products .products-content ul li i {
  margin: 0 2px;
}
.single-products .products-content ul li i:before {
  font-size: 15px;
}
.single-products .products-content .add-to-cart-btn {
  display: block;
  width: 100%;
  color: #0e314c;
  border: 1px solid #0e314c;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-products .sale-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}
.single-products .products-image {
  overflow: hidden;
  position: relative;
}
.single-products .products-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}
.single-products .products-image:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: "";
  z-index: 1;
}
.single-products .products-image:before,
.single-products .products-image ul {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-products .products-image ul li {
  display: inline-block;
}
.single-products .products-image ul li a {
  display: block;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.single-products .products-image ul li a svg {
  width: 20px;
}
.single-products .products-image ul li a:focus,
.single-products .products-image ul li a:hover {
  background-color: #44ce6f;
  color: #fff;
}
.single-products .products-image ul li a:first-child {
  margin-left: -15px;
}
.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}
.single-products:focus .products-content .add-to-cart-btn,
.single-products:hover .products-content .add-to-cart-btn {
  background-color: #0e314c;
  color: #fff;
}
.single-products:focus .products-image img,
.single-products:hover .products-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-products:focus .products-image:before,
.single-products:hover .products-image:before {
  opacity: 0.4;
  visibility: visible;
}
.single-products:focus .products-image ul,
.single-products:hover .products-image ul {
  opacity: 1;
  visibility: visible;
}
.single-products:focus .products-image ul li a:first-child,
.single-products:hover .products-image ul li a:first-child {
  margin-left: 0;
}
.single-products:focus .products-image ul li a:nth-child(3),
.single-products:hover .products-image ul li a:nth-child(3) {
  margin-right: 0;
}
#productsModalCenter .modal-dialog {
  max-width: 900px;
}
#productsModalCenter .modal-content {
  border: none;
  border-radius: 0;
}
#productsModalCenter .modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eee;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#productsModalCenter .modal-content button.close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#productsModalCenter .modal-content button.close:focus,
#productsModalCenter .modal-content button.close:hover {
  background-color: #44ce6f;
  color: #fff;
}
#productsModalCenter .modal-content button.close:focus span,
#productsModalCenter .modal-content button.close:hover span {
  color: #fff;
}
#productsModalCenter .modal-content .products-image {
  overflow: hidden;
}
#productsModalCenter .modal-content .products-image img {
  width: 100%;
}
#productsModalCenter .modal-content .products-content p {
  margin-bottom: 20px;
}
#productsModalCenter .modal-content .products-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#productsModalCenter .modal-content .products-content .price {
  margin-bottom: 15px;
}
#productsModalCenter .modal-content .products-content .price span {
  text-decoration: line-through;
  color: #6084a4;
}
#productsModalCenter .modal-content .products-content form .quantity {
  display: inline-block;
  margin-right: 8px;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  position: relative;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #6084a4;
  width: 40px;
  height: 100%;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span.minus-btn {
  left: 0;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span.plus-btn {
  right: 0;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span
  svg {
  width: 20px;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span:hover {
  color: #44ce6f;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input {
  height: 47px;
  color: #0e314c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #0e314c;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #0e314c;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input::-moz-placeholder {
  color: #0e314c;
}
#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input::placeholder {
  color: #0e314c;
}
#productsModalCenter .modal-content .products-content form button {
  background: #44ce6f;
  color: #fff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -2px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#productsModalCenter .modal-content .products-content form button:focus,
#productsModalCenter .modal-content .products-content form button:hover {
  background-color: #c679e3;
  color: #fff;
}
#productsModalCenter .modal-content .products-content .product-meta {
  margin-top: 15px;
}
#productsModalCenter .modal-content .products-content .product-meta span {
  display: inline-block;
  margin-right: 8px;
}
.products-details-image img {
  width: 100%;
}
.products-details-image.owl-theme .owl-nav [class*="owl-"] {
  color: #0e314c;
  font-size: 45px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: transparent !important;
  border-radius: 0;
  position: absolute;
  padding: 0;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.products-details-image.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 15px;
}
.products-details-image.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}
.products-details h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.products-details .price {
  margin-bottom: 15px;
}
.products-details .price span {
  text-decoration: line-through;
  color: #6084a4;
  margin-right: 5px;
}
.products-details .rating {
  padding: 0;
  margin: 0 0 12px;
  list-style-type: none;
}
.products-details .rating li {
  display: inline-block;
  color: #eac11d;
}
.products-details .rating li i {
  margin-right: 3px;
}
.products-details .rating li i:before {
  font-size: 15px;
}
.products-details .payment-methods img {
  margin-right: 5px;
}
.products-details .payment-methods img:last-child {
  margin-right: 0;
}
.products-details .availability {
  margin-bottom: 20px;
}
.products-details .availability span {
  color: #44ce6f;
}
.products-details form .quantity {
  margin-bottom: 20px;
}
.products-details form .quantity span {
  padding-right: 10px;
}
.products-details form .quantity .input-counter {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.products-details form .quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #6084a4;
  width: 40px;
  height: 100%;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
.products-details form .quantity .input-counter span.minus-btn {
  left: 0;
}
.products-details form .quantity .input-counter span.plus-btn {
  right: 0;
}
.products-details form .quantity .input-counter span svg {
  width: 20px;
}
.products-details form .quantity .input-counter span:hover {
  color: #44ce6f;
}
.products-details form .quantity .input-counter input {
  height: 47px;
  color: #0e314c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}
.products-details
  form
  .quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #0e314c;
}
.products-details form .quantity .input-counter input:-ms-input-placeholder {
  color: #0e314c;
}
.products-details form .quantity .input-counter input::-moz-placeholder {
  color: #0e314c;
}
.products-details form .quantity .input-counter input::placeholder {
  color: #0e314c;
}
.products-details form button {
  background: #44ce6f;
  color: #fff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.products-details form button:focus,
.products-details form button:hover {
  background-color: #c679e3;
  color: #fff;
}
.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: transparent;
  color: #0e314c;
  border: 1px solid #eee;
  position: relative;
  top: -2px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.products-details form .add-to-wishlist-btn:focus,
.products-details form .add-to-wishlist-btn:hover {
  background-color: #c679e3;
  color: #fff;
  border-color: #c679e3;
}
.products-details form .buy-btn {
  margin-top: 20px;
}
.products-details form .buy-btn .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.products-details form .buy-btn .btn-primary:after,
.products-details form .buy-btn .btn-primary:before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.products-details .custom-payment-options {
  margin-top: 20px;
}
.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 10px;
}
.products-details .products-share-social {
  margin-top: 25px;
}
.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
}
.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.products-details .products-share-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.products-details .products-share-social ul li:last-child {
  margin-right: 0;
}
.products-details .products-share-social ul li a {
  width: 30px;
  text-align: center;
  line-height: 27px;
  height: 30px;
  border: 1px solid #44ce6f;
  border-radius: 50%;
  color: #44ce6f;
}
.products-details .products-share-social ul li a svg {
  width: 15px;
}
.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}
.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #fff;
}
.products-details .products-share-social ul li a.twitter {
  border-color: #38a1f3;
  color: #38a1f3;
}
.products-details .products-share-social ul li a.twitter:hover {
  background: #38a1f3;
  color: #fff;
}
.products-details .products-share-social ul li a.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}
.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}
.products-details .products-share-social ul li a.instagram {
  border-color: #231f20;
  color: #231f20;
}
.products-details .products-share-social ul li a.instagram:hover {
  background: #231f20;
  color: #fff;
}
.products-details .products-share-social ul li a:hover {
  background: #44ce6f;
  color: #fff;
}
.products-details-tabs {
  margin-top: 40px;
  text-align: center;
}
.products-details-tabs .react-tabs__tab-list {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.products-details-tabs .react-tabs__tab-list li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  margin-right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eaeaea;
  font-weight: 500;
}
.products-details-tabs .react-tabs__tab-list li.active,
.products-details-tabs .react-tabs__tab-list li.react-tabs__tab--selected {
  background-color: #fff;
  position: relative;
}
.products-details-tabs .react-tabs__tab-list li.active:before,
.products-details-tabs
  .react-tabs__tab-list
  li.react-tabs__tab--selected:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #44ce6f;
}
.products-details-tabs .react-tabs__tab-list li.inactive {
  background-color: #eee;
  padding: 12px 50px;
}
.products-details-tabs .react-tabs__tab-panel h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
.products-details-tabs .react-tabs__tab-panel .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tabs .react-tabs__tab-panel .additional-information li {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px;
  color: #6084a4;
}
.products-details-tabs
  .react-tabs__tab-panel
  .additional-information
  li:last-child {
  border-bottom: 1px solid #eee;
}
.products-details-tabs .react-tabs__tab-panel .additional-information li span {
  display: inline-block;
  width: 45%;
}
.products-details-tabs .react-tabs__tab-panel .products-reviews {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
.products-details-tabs .react-tabs__tab-panel .products-reviews p {
  margin-bottom: 0;
}
.products-details-tabs .react-tabs__tab-panel .products-reviews .review-form {
  margin-top: 20px;
  max-width: 620px;
}
.products-details-tabs .react-tabs__tab-panel .products-reviews .review-form p {
  margin-bottom: 0;
}
.products-details-tabs
  .react-tabs__tab-panel
  .products-reviews
  .review-form
  .form-control {
  background: transparent;
}
.products-details-tabs .react-tabs__tab-panel .products-reviews .star-rating {
  margin-bottom: 10px;
}
.products-details-tabs .react-tabs__tab-panel .products-reviews .star-rating i {
  color: #eac11d;
}
@-webkit-keyframes scaleup {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleup {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes starred {
  0% {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}
@keyframes starred {
  0% {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  vertical-align: middle;
  font-weight: 500;
  padding: 15px 0;
  font-size: 15px;
  border: none;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #6084a4;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name a {
  color: #6084a4;
  font-weight: 500;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #44ce6f;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  margin-left: 25px;
  position: relative;
  top: -1px;
  float: right;
}
.cart-table table tbody tr td.product-subtotal .remove svg {
  width: 19px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #6084a4;
  width: 40px;
  height: 100%;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span svg {
  width: 20px;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #44ce6f;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #0e314c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #0e314c;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #0e314c;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-moz-placeholder {
  color: #0e314c;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #0e314c;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .btn-light {
  background-color: #eaedff;
}
.cart-buttons .btn-light:focus,
.cart-buttons .btn-light:focus .show > .btn-light.dropdown-toggle,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active,
.cart-buttons .btn-light:hover,
.cart-buttons .btn-light:hover .show > .btn-light.dropdown-toggle,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active {
  color: #fff;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}
.cart-totals h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #0e314c;
  overflow: hidden;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #6084a4;
}
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #44ce6f;
}
.user-actions svg {
  color: #44ce6f;
  margin-right: 4px;
  width: 16px;
}
.user-actions span {
  display: inline-block;
  color: #44ce6f;
}
.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #0e314c;
}
.user-actions span a:focus,
.user-actions span a:hover {
  color: #44ce6f;
}
.checkout-area .title {
  font-size: 18px;
  margin-bottom: 25px;
}
.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}
.billing-details .form-check-input {
  margin-top: 3px;
}
.billing-details .form-group label {
  display: block;
  color: #6084a4;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .form-control {
  background: transparent;
}
.billing-details .form-group select {
  cursor: pointer;
}
.billing-details .form-check {
  margin-bottom: 15px;
}
.billing-details .form-check .form-check-label {
  color: #6084a4;
}
.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}
.billing-details .form-select {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}
.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  font-weight: 500;
  border-color: #eaedff;
  padding: 15px 20px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #6084a4;
  border-color: #eaedff;
  font-size: 14px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #6084a4;
  display: inline-block;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #44ce6f;
}
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
  color: #0e314c;
  font-weight: 500;
}
.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}
.order-details .payment-method p {
  font-size: 14px;
}
.order-details .payment-method p [type="radio"]:checked,
.order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}
.order-details .payment-method p [type="radio"]:checked + label,
.order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #0e314c;
  position: relative;
  margin-bottom: 8px;
  font-weight: 500;
}
.order-details .payment-method p [type="radio"]:checked + label:before,
.order-details .payment-method p [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
.order-details .payment-method p [type="radio"]:checked + label:after,
.order-details .payment-method p [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #44ce6f;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.order-details .payment-method p [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.order-details .payment-method p [type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}
.page-title-area {
  position: relative;
  z-index: 1;
  background: transparent url(../../images/banner-bg1.html) 100% 0 no-repeat;
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}
.page-title-area h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "BentonSans-bold";
  margin: 0;
}
.faq-accordion {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
}
.faq-accordion .accordion .accordion__item {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 15px;
  border: none;
}
.faq-accordion .accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion__button {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.faq-accordion .accordion .accordion__button i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #44ce6f;
  color: #fff;
}
.faq-accordion .accordion .accordion__button i:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.faq-accordion .accordion .accordion__button.active {
  border-bottom-color: #e1e1e1;
}
.faq-accordion .accordion .accordion__button.active i:before {
  content: "\f10f";
}
.faq-accordion .accordion .accordion__panel {
  padding: 15px;
  border-top: 1px solid #e1e1e1;
}
.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #fff;
}
.faq-contact h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.faq-contact form .btn {
  margin-top: 10px;
}
.pagination-area {
  text-align: center;
  margin-top: 30px;
}
.pagination-area ul {
  padding: 0;
  margin: 0;
}
.pagination-area ul .page-item .page-link {
  padding: 11px 20px;
  margin: 0 -1px;
  color: #6f8ba4;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area ul .page-item .page-link:focus,
.pagination-area ul .page-item .page-link:hover {
  color: #fff;
  background-color: #44ce6f;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.pagination-area ul .page-item .page-link svg {
  width: 16px;
}
.pagination-area ul .page-item.active .page-link {
  color: #fff;
  background-color: #44ce6f;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: 10px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #0e314c;
  margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6084a4;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #44ce6f;
}
.blog-details-desc .article-content .entry-meta ul li svg {
  color: #c679e3;
  margin-right: 2px;
  position: relative;
  top: -1px;
  width: 15px;
}
.blog-details-desc .article-content .entry-meta ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #44ce6f;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child:before {
  display: none;
}
.blog-details-desc .article-content h1,
.blog-details-desc .article-content h2,
.blog-details-desc .article-content h3,
.blog-details-desc .article-content h4,
.blog-details-desc .article-content h5 {
  margin-bottom: 15px;
}
.blog-details-desc .article-content h1 {
  font-size: 30px;
}
.blog-details-desc .article-content h2 {
  font-size: 28px;
}
.blog-details-desc .article-content h3 {
  font-size: 25px;
}
.blog-details-desc .article-content h4 {
  font-size: 22px;
}
.blog-details-desc .article-content h5 {
  font-size: 20px;
}
.blog-details-desc .article-content .block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.blog-details-desc .article-content .block-gallery.columns-3 li {
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  color: #6084a4;
}
.blog-details-desc .article-content .features-list li svg {
  color: #44ce6f;
  display: inline-block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #fff;
  background-color: #c679e3;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: #fff;
  background-color: #44ce6f;
}
.comments-area {
  margin-top: 25px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: normal;
  font-size: 20px;
}
.comments-area .comment-list,
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eee;
  padding-left: 65px;
  color: #0e314c;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #0e314c;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
}
.comments-area .comment-body .reply a:hover {
  color: #fff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}
.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 500;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #6084a4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  color: #6084a4;
}
.comments-area .comment-metadata a:hover {
  color: #44ce6f;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 20px;
}
.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: block;
  color: #0e314c;
  margin-bottom: 5px;
  font-size: 14px;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #44ce6f;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6084a4;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #44ce6f;
  border: none;
  color: #fff;
  padding: 11px 25px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.comments-area .comment-respond .form-submit input:focus,
.comments-area .comment-respond .form-submit input:hover {
  color: #fff;
  background-color: #c679e3;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.startp-post-navigation {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.prev-link-wrapper {
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.prev-link-wrapper a {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title,
.prev-link-wrapper a:hover .image-prev:after {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #44ce6f;
}
.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}
.prev-link-wrapper .image-prev:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 5px;
  background-color: #44ce6f;
}
.prev-link-wrapper .image-prev .post-nav-title,
.prev-link-wrapper .image-prev:after {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev .post-nav-title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.prev-link-wrapper .prev-link-info-wrapper {
  color: #0e314c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #6084a4;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
.next-link-wrapper {
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}
.next-link-wrapper a {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.next-link-wrapper a:hover .image-next .post-nav-title,
.next-link-wrapper a:hover .image-next:after {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #44ce6f;
}
.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.next-link-wrapper .image-next img {
  border-radius: 5px;
}
.next-link-wrapper .image-next:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 5px;
  background-color: #44ce6f;
}
.next-link-wrapper .image-next .post-nav-title,
.next-link-wrapper .image-next:after {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.next-link-wrapper .image-next .post-nav-title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0e314c;
}
.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
  display: block;
  color: #6084a4;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
.blockquote,
blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blockquote p,
blockquote p {
  color: #0e314c;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}
.blockquote cite,
blockquote cite {
  display: none;
}
.blockquote:after,
blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #44ce6f;
  margin-top: 20px;
  margin-bottom: 20px;
}
.widget-area .widget {
  margin-top: 35px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  font-size: 19px;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  background: #44ce6f;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  -webkit-box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, 0.1);
  box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, 0.1);
  background-color: #fff;
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #44ce6f;
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.widget-area .widget_search form button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
.widget-area .widget_search form button:hover {
  background-color: #c679e3;
  color: #fff;
}
.widget-area .widget_startp_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_startp_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_startp_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_startp_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_startp_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% !important;
}
.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../images/blog-image/blog7.html);
}
.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../images/blog-image/blog8.html);
}
.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../images/blog-image/blog9.html);
}
.widget-area .widget_startp_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_startp_posts_thumb .item .info time {
  display: block;
  color: #6084a4;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}
.widget-area .widget_startp_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_startp_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0e314c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li:before {
  background: #44ce6f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}
.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #0e314c;
}
.widget-area .widget_recent_entries ul li a:hover {
  color: #44ce6f;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #6084a4;
  margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6084a4;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li:before {
  background: #44ce6f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}
.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #0e314c;
}
.widget-area .widget_recent_comments ul li a:hover {
  color: #44ce6f;
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #0e314c;
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li:before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #0e314c;
}
.widget-area .widget_archive ul li a:hover {
  color: #44ce6f;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6084a4;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li:before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 6px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #0e314c;
  display: block;
}
.widget-area .widget_categories ul li a:hover {
  color: #44ce6f;
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0e314c;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li:before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #0e314c;
}
.widget-area .widget_meta ul li a:hover {
  color: #44ce6f;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #0e314c;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eee;
  margin-top: 8px;
  margin-right: 8px;
}
.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
  color: #fff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}
.project-details-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.project-details-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e314c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project-details-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin: 25px auto 0;
}
.project-details-image a:hover {
  color: #44ce6f;
}
.project-details-desc h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.project-details-desc .project-details-information {
  overflow: hidden;
}
.project-details-desc .project-details-information .single-info-box {
  float: left;
  width: 20%;
  margin-top: 30px;
}
.project-details-desc .project-details-information .single-info-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.project-details-desc .project-details-information .single-info-box p {
  margin-bottom: 0;
}
.project-details-desc .project-details-information .single-info-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.project-details-desc .project-details-information .single-info-box ul li {
  display: inline-block;
}
.project-details-desc .project-details-information .single-info-box ul li a {
  margin-right: 10px;
  color: #6084a4;
}
.project-details-desc
  .project-details-information
  .single-info-box
  ul
  li
  a
  svg {
  width: 18px;
}
.project-details-desc
  .project-details-information
  .single-info-box
  ul
  li
  a:hover {
  color: #44ce6f;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 62px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #44ce6f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact-info-box h3 {
  font-size: 20px;
  margin: 25px 0 15px;
}
.contact-info-box p {
  margin-bottom: 0;
}
.contact-info-box p a {
  color: #6084a4;
}
.contact-info-box p a:hover {
  color: #44ce6f;
}
.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  color: #fff;
  background: #44ce6f;
}
#map {
  height: 500px;
  width: 100%;
}
#contactForm .help-block ul {
  margin: 0;
}
#contactForm .help-block ul li {
  color: red;
}
#contactForm .btn {
  margin-top: 10px;
}
#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../../images/coming-soon.html);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.coming-soon-area:before {
  z-index: -1;
  background: -webkit-linear-gradient(99deg, #6a82fb, #6a82fb 40%, #fc5c7d);
  background: linear-gradient(-9deg, #6a82fb, #6a82fb 40%, #fc5c7d);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
}
.coming-soon-area .social-list {
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}
.coming-soon-area .social-list li {
  display: inline-block;
}
.coming-soon-area .social-list li.list-heading {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.coming-soon-area .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #44ce6f;
  color: #fff;
  border-radius: 50%;
  margin: 0 2px;
}
.coming-soon-area .social-list li a svg {
  width: 15px;
}
.coming-soon-area .social-list li a.facebook {
  background-color: #3b5998;
}
.coming-soon-area .social-list li a.twitter {
  background-color: #1da1f2;
}
.coming-soon-area .social-list li a.linkedin {
  background-color: #0077b5;
}
.coming-soon-area .social-list li a.instagram {
  background-color: #c13584;
}
.coming-soon-area .social-list li a:focus,
.coming-soon-area .social-list li a:hover {
  background-color: #44ce6f;
}
.coming-soon-content {
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
}
.coming-soon-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}
.coming-soon-content p {
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 620px;
}
.coming-soon-content form {
  position: relative;
  margin: 35px auto 55px;
  max-width: 520px;
}
.coming-soon-content form .email-input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
    0 0 0 5px hsla(0, 0%, 100%, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px hsla(0, 0%, 100%, 0.3);
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 16px;
  outline: 0 !important;
  background: #f1f2f3;
}
.coming-soon-content form .submit-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  background: #44ce6f;
  color: #fff;
  border: none;
  border-radius: 40px;
  width: 130px;
  outline: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content form .submit-btn:focus,
.coming-soon-content form .submit-btn:hover {
  background-color: #c679e3;
}
.coming-soon-content #timer div {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  color: #c679e3;
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.5);
  margin: 0 10px;
  padding-top: 18px;
  font-size: 35px;
  font-weight: 500;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -4px;
  color: #6084a4;
  font-size: 15px;
}
.error-area {
  height: 100vh;
}
.error-content {
  text-align: center;
  margin-top: -70px;
}
.error-content .notfound-404 {
  position: relative;
  height: 280px;
  z-index: -1;
  margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
  font-size: 230px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../../images/oops-bg.html) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: 50%;
}
.error-content h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}
.error-content p {
  max-width: 550px;
  margin: 0 auto 25px;
}
.cta-area {
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.cta-area .container {
  max-width: 945px;
}
.cta-content h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.cta-right-content {
  text-align: right;
}
.cta-right-content .hosting-price {
  display: inline-block;
}
.cta-right-content .hosting-price span {
  color: #f6fe6a;
  display: block;
}
.cta-right-content .hosting-price h4 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 20px;
}
.cta-right-content .buy-btn {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  top: -15px;
}
.cta-right-content .buy-btn .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.cta-right-content .buy-btn .btn-primary:after,
.cta-right-content .buy-btn .btn-primary:before {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.cta-right-content .buy-btn .btn-primary:focus,
.cta-right-content .buy-btn .btn-primary:hover {
  color: #44ce6f;
}
.repair-main-banner {
  overflow-x: hidden;
  padding-top: 130px;
  padding-bottom: 140px;
}
.repair-banner-content h1 {
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: 500;
  font-family: "BentonSans-bold";
}
.repair-banner-content p {
  margin-bottom: 30px;
}
.repair-banner-image {
  position: relative;
  text-align: center;
}
.repair-banner-image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: -65px;
  right: -30px;
  margin: 0 auto;
  z-index: -1;
}
.repair-banner-image img:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -69px;
  z-index: -2;
}
.repair-banner-image img:nth-child(4) {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  margin: 0 auto;
}
.repair-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}
.single-repair-partner {
  text-align: center;
}
.single-repair-partner a {
  display: block;
  position: relative;
}
.single-repair-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-repair-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-repair-partner a:focus img:last-child,
.single-repair-partner a:hover img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.partner-slides.owl-theme .owl-dots {
  margin-top: 0;
}
.repair-about-content .sub-title {
  text-transform: uppercase;
  color: #44ce6f;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.repair-about-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "BentonSans-bold";
}
.repair-about-content ul {
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.repair-about-content ul li {
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-top: 25px;
  color: #6084a4;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.repair-about-content ul li span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.repair-about-content ul li span svg {
  margin-right: 5px;
  display: inline-block;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
}
.repair-about-content ul li span:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.repair-about-content ul li span:focus,
.repair-about-content ul li span:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.repair-about-content ul li span:focus:before,
.repair-about-content ul li span:hover:before {
  opacity: 1;
  visibility: visible;
}
.repair-about-content ul li span:focus svg,
.repair-about-content ul li span:hover svg {
  color: #fff;
}
.repair-about-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.repair-about-image img {
  position: absolute;
}
.repair-about-image img:first-child {
  left: 0;
  top: 0;
  z-index: 1;
}
.repair-about-image img:nth-child(2) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  border: 5px solid #f8fbff;
  width: 350px;
}
.repair-about-image img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.repair-about-image img:nth-child(4) {
  right: 0;
  top: 0;
}
.repair-about-image img:nth-child(5) {
  left: 0;
  bottom: 0;
}
.repair-services-area {
  padding-bottom: 50px;
}
.single-repair-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-repair-services.bg1 {
  background-image: url(../../images/repair-services-img/repair-services-img1.html);
}
.single-repair-services.bg2 {
  background-image: url(../../images/repair-services-img/repair-services-img2.html);
}
.single-repair-services.bg3 {
  background-image: url(../../images/repair-services-img/repair-services-img3.html);
}
.single-repair-services.bg4 {
  background-image: url(../../images/repair-services-img/repair-services-img4.html);
}
.single-repair-services.bg5 {
  background-image: url(../../images/repair-services-img/repair-services-img5.html);
}
.single-repair-services.bg6 {
  background-image: url(../../images/repair-services-img/repair-services-img6.html);
}
.single-repair-services:before {
  background: #fff;
}
.single-repair-services:after,
.single-repair-services:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px dashed #cdf1d8;
}
.single-repair-services:after {
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  opacity: 0;
  visibility: hidden;
}
.single-repair-services h3 {
  font-size: 19px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
  margin-top: 22px;
  margin-bottom: 12px;
}
.single-repair-services .icon {
  display: inline-block;
  color: #44ce6f;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-repair-services .icon i:before {
  font-size: 35px;
}
.single-repair-services p {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-repair-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}
.single-repair-services a svg {
  width: 15px;
}
.single-repair-services:focus:before,
.single-repair-services:hover:before {
  opacity: 0;
  visibility: hidden;
}
.single-repair-services:focus:after,
.single-repair-services:hover:after {
  opacity: 0.85;
  visibility: visible;
}
.single-repair-services:focus h3,
.single-repair-services:focus p,
.single-repair-services:hover h3,
.single-repair-services:hover p {
  color: #fff;
}
.single-repair-services:focus .icon,
.single-repair-services:hover .icon {
  border-color: #fff;
  color: #fff;
}
.single-repair-services:focus a,
.single-repair-services:hover a {
  background-color: #fff;
  color: #44ce6f;
}
.repair-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cta-repair-content {
  padding: 30px 0;
}
.cta-repair-content h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 17px;
}
.cta-repair-content p {
  color: #fff;
  opacity: 0.95;
  margin-bottom: 25px;
}
.cta-repair-img {
  text-align: right;
}
.circle-box {
  top: 0;
  left: 0;
}
.circle-box,
.cta-shape {
  position: absolute;
  z-index: -1;
}
.cta-shape {
  bottom: 0;
  right: 0;
}
.repair-team-area .container {
  max-width: 1175px;
}
.repair-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}
.repair-why-choose-us {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.repair-why-choose-us .section-title h2 {
  color: #fff;
}
.repair-why-choose-us .section-title .bar:before {
  background: #fff;
}
.repair-why-choose-us .section-title p {
  color: #fff;
  opacity: 0.95;
}
.repair-why-choose-us:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.single-repair-box {
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-repair-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-repair-box p {
  margin-bottom: 25px;
}
.single-repair-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
}
.single-repair-box a svg {
  width: 18px;
}
.single-repair-box .icon {
  display: inline-block;
  border: 1px solid #6ee9fa;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  z-index: 1;
}
.single-repair-box .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#1fa2ff),
    color-stop(#00c0ff),
    color-stop(#00d9f2),
    color-stop(#53eedd),
    to(#a6ffcb)
  );
  background: -webkit-linear-gradient(
    left top,
    #1fa2ff,
    #00c0ff,
    #00d9f2,
    #53eedd,
    #a6ffcb
  );
  background: linear-gradient(
    to right bottom,
    #1fa2ff,
    #00c0ff,
    #00d9f2,
    #53eedd,
    #a6ffcb
  );
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-repair-box .icon i:before {
  font-size: 35px;
}
.single-repair-box .back-icon {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #4457c3;
  opacity: 0.06;
  z-index: -1;
}
.single-repair-box .back-icon i:before {
  font-size: 200px;
}
.single-repair-box:focus,
.single-repair-box:hover {
  border-color: #44ce6f;
}
.single-repair-box:focus a,
.single-repair-box:hover a {
  background-color: #44ce6f;
  color: #fff;
}
.single-repair-feedback {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
  padding: 40px;
}
.single-repair-feedback .client-img {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 108px;
  padding-top: 18px;
}
.single-repair-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}
.single-repair-feedback .client-img h3 {
  font-size: 18px;
  margin: 0;
}
.single-repair-feedback .client-img span {
  display: block;
  color: #c679e3;
  margin-top: 8px;
}
.single-repair-feedback p {
  font-size: 15px;
}
.single-repair-feedback:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-repair-feedback:after {
  content: "\f11b";
  color: #d9dcde;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
  position: absolute;
  top: 0;
  left: 25px;
}
.iot-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 215px;
  padding-bottom: 150px;
}
.iot-banner-content {
  max-width: 445px;
}
.iot-banner-content span {
  color: #44ce6f;
  font-size: 15px;
  display: block;
}
.iot-banner-content h2 {
  font-size: 40px;
  margin-top: 7px;
  margin-bottom: 17px;
  line-height: 1.3;
}
.iot-banner-content .btn {
  margin-top: 10px;
}
.iot-banner-image {
  position: absolute;
  text-align: center;
  right: 30px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iot-banner-image img:first-child {
  max-width: 730px;
}
.iot-banner-image img:last-child {
  position: absolute;
  left: -118px;
  right: 0;
  margin: 0 auto;
  top: 39px;
  z-index: -1;
}
.animate-border span {
  position: absolute;
  display: block;
  width: 5%;
  padding-bottom: 5%;
  top: 51%;
  left: 67%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  border-radius: 50%;
  z-index: -2;
}
.animate-border span:first-child {
  -webkit-animation: pulsei 4.2s ease-out 0.5s infinite normal none running;
  animation: pulsei 4.2s ease-out 0.5s infinite normal none running;
}
.animate-border span:nth-child(2) {
  -webkit-animation: pulsei 4.2s ease-out 1.5s infinite normal none running;
  animation: pulsei 4.2s ease-out 1.5s infinite normal none running;
}
.animate-border span:nth-child(3) {
  -webkit-animation: pulsei 4.2s ease-out 2.5s infinite normal none running;
  animation: pulsei 4.2s ease-out 2.5s infinite normal none running;
}
.animate-border span:nth-child(4) {
  -webkit-animation: pulsei 4.2s ease-out 3.5s infinite normal none running;
  animation: pulsei 4.2s ease-out 3.5s infinite normal none running;
}
@-webkit-keyframes pulsei {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    border: 1.5px solid #b3eaf8;
    opacity: 1;
    width: 5%;
    padding-bottom: 5%;
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
    width: 50%;
    border: 1.5px solid #b3eaf8;
    padding-bottom: 50%;
  }
}
@keyframes pulsei {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    border: 1.5px solid #b3eaf8;
    opacity: 1;
    width: 5%;
    padding-bottom: 5%;
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
    width: 50%;
    border: 1.5px solid #b3eaf8;
    padding-bottom: 50%;
  }
}
.iot-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}
.single-iot-partner {
  text-align: center;
}
.single-iot-partner a {
  display: block;
  position: relative;
}
.single-iot-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-iot-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-iot-partner a:focus img:last-child,
.single-iot-partner a:hover img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.single-iot-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
}
.single-iot-services:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.single-iot-services h3 {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
  line-height: 1.5;
}
.single-iot-services .icon {
  display: inline-block;
  color: #44ce6f;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-iot-services .icon i:before {
  font-size: 35px;
}
.single-iot-services p {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-iot-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}
.single-iot-services a svg {
  width: 15px;
}
.single-iot-services:focus:after,
.single-iot-services:hover:after {
  opacity: 1;
  visibility: visible;
}
.single-iot-services:focus h3,
.single-iot-services:focus p,
.single-iot-services:hover h3,
.single-iot-services:hover p {
  color: #fff;
}
.single-iot-services:focus .icon,
.single-iot-services:hover .icon {
  border-color: #fff;
  color: #fff;
}
.single-iot-services:focus a,
.single-iot-services:hover a {
  background-color: #fff;
  color: #44ce6f;
}
.iot-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cta-iot-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cta-iot-content h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 17px;
}
.cta-iot-content p {
  color: #fff;
  opacity: 0.95;
  margin-bottom: 25px;
}
.cta-iot-img {
  text-align: center;
}
.iot-features-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.iot-features-content .btn {
  margin-top: 15px;
}
.iot-features-image {
  position: relative;
  text-align: center;
}
.iot-team-area .container {
  max-width: 1175px;
}
.iot-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}
.iot-why-choose-us {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
}
.iot-why-choose-us .section-title h2 {
  color: #fff;
}
.iot-why-choose-us .section-title .bar:before {
  background: #fff;
}
.iot-why-choose-us .section-title p {
  color: #fff;
  opacity: 0.95;
}
.iot-why-choose-us:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.single-iot-box {
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-iot-box h3 {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-iot-box p {
  margin-bottom: 25px;
}
.single-iot-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
}
.single-iot-box a svg {
  width: 18px;
}
.single-iot-box .icon {
  display: inline-block;
  border: 1px solid #f3f8fd;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.single-iot-box .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: #f7fafd;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-iot-box .icon i:before {
  font-size: 35px;
}
.single-iot-box .icon img {
  width: 45px;
}
.single-iot-box:focus,
.single-iot-box:hover {
  border-color: #44ce6f;
}
.single-iot-box:focus a,
.single-iot-box:hover a {
  background-color: #44ce6f;
  color: #fff;
}
.ml-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 140px;
  background-image: url(../../images/banner-bg.html);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ml-main-banner .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.ml-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}
.ml-banner-content p {
  font-size: 15px;
  max-width: 490px;
}
.ml-banner-content .btn {
  margin-top: 5px;
}
.ml-banner-single-image {
  text-align: center;
}
.ml-main-section {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 240px;
  background-image: url(../../images/banner-bg.html);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ml-main-section .ml-banner-content h1 {
  font-size: 37px;
}
.ml-main-section .ml-banner-content p {
  max-width: 100%;
}
.ml-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 140px;
}
.ml-banner-image img {
  position: absolute;
}
.ml-banner-image img:first-child {
  left: 195px;
  top: -125px;
  z-index: 2;
}
.ml-banner-image img:nth-child(2) {
  top: -83px;
  left: 153px;
  z-index: 1;
}
.ml-banner-image img:nth-child(3) {
  top: 40px;
  left: 90px;
}
.ml-banner-image img:nth-child(4) {
  top: 0;
  right: 165px;
  z-index: 3;
}
.ml-banner-image img:nth-child(5) {
  top: -260px;
  left: 110px;
}
.ml-banner-image img:nth-child(6) {
  right: 130px;
  top: -240px;
}
.ml-banner-image img:nth-child(7) {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ml-banner-image img:nth-child(8) {
  right: 10px;
  bottom: 205px;
  z-index: 1;
}
.ml-banner-image img:nth-child(9) {
  left: 15px;
  top: -185px;
  z-index: 1;
}
.ml-banner-image img:nth-child(10) {
  left: 1px;
  bottom: -2px;
  z-index: 2;
}
.ml-banner-image img:nth-child(11) {
  left: 0;
  top: -20px;
}
.ml-banner-image img:nth-child(12) {
  display: none;
}
.ml-partner-area.mt-minus-top {
  margin-top: -80px;
}
.single-ml-partner {
  text-align: center;
}
.single-ml-partner a {
  display: block;
  position: relative;
}
.single-ml-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-ml-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-ml-partner a:focus img:last-child,
.single-ml-partner a:hover img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.solutions-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.single-solutions-box {
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border: 1px solid #c5fffd;
  border-radius: 5px;
}
.single-solutions-box .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.single-solutions-box .icon img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-solutions-box .icon:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: #f0fdfe;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  width: 60px;
  height: 60px;
}
.single-solutions-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.single-solutions-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
}
.single-solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.single-solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.single-solutions-box .learn-more-btn:hover {
  color: #44ce6f;
}
.single-solutions-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-solutions-box:hover .icon img {
  -webkit-transform: rotateY(-1turn);
  transform: rotateY(-1turn);
}
.about-area {
  position: relative;
  z-index: 1;
}
.ml-about-img {
  text-align: center;
}
.ml-about-content {
  max-width: 540px;
}
.ml-about-content .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.ml-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "BentonSans-bold";
}
.ml-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}
.ml-about-content .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.ml-about-content p {
  margin-bottom: 12px;
}
.ml-about-content .btn {
  margin-top: 10px;
}
.ml-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: -webkit-linear-gradient(
    right top,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}
.single-ml-services-box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 25px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-ml-services-box .image {
  margin-bottom: 25px;
}
.single-ml-services-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.single-ml-services-box p {
  margin-bottom: 0;
}
.single-ml-services-box:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #44ce6f;
  visibility: hidden;
  opacity: 0;
}
.single-ml-services-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.ml-feedback-area {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: -webkit-linear-gradient(
    left bottom,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  position: relative;
  z-index: 1;
}
.single-ml-feedback-item {
  -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 60px 70px 60px 190px;
  border-radius: 5px;
}
.single-ml-feedback-item .client-info {
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.single-ml-feedback-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
}
.single-ml-feedback-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 17px;
}
.single-ml-feedback-item .client-info span {
  display: block;
  color: #c679e3;
  margin-top: 5px;
  font-size: 13px;
}
.single-ml-feedback-item p {
  margin-bottom: 0;
  color: #4a6f8a;
}
.single-ml-feedback-item .rating {
  margin-top: 10px;
}
.single-ml-feedback-item .rating svg {
  color: #ff612f;
  width: 18px;
  margin-right: 2px;
}
.single-ml-feedback-item .rating svg:last-child {
  margin-right: 0;
}
.single-ml-feedback-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}
.ml-feedback-slides {
  max-width: 750px;
  margin: -40px auto 0;
}
.ml-feedback-slides .single-ml-feedback-item {
  margin-top: 40px;
}
.ml-feedback-slides .owl-item {
  padding-left: 50px;
  padding-right: 50px;
}
.ml-feedback-slides.owl-theme .owl-dots {
  margin-top: 10px;
  line-height: 1;
}
.ml-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}
.ml-feedback-slides.owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #44ce6f;
  margin: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ml-feedback-slides.owl-theme .owl-dots .owl-dot.active span,
.ml-feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #44ce6f;
  background-color: transparent;
}
.ml-feedback-slides.owl-theme .owl-dots .owl-dot.active span:before,
.ml-feedback-slides.owl-theme .owl-dots .owl-dot:hover span:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.free-trial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.free-trial-area:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: -30%;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d5fefd),
    color-stop(#e1fdff),
    color-stop(#effdff),
    color-stop(#fafdff),
    to(#fff)
  );
  background: -webkit-linear-gradient(
    left,
    #d5fefd,
    #e1fdff,
    #effdff,
    #fafdff,
    #fff
  );
  background: linear-gradient(90deg, #d5fefd, #e1fdff, #effdff, #fafdff, #fff);
}
.free-trial-area .shape6 {
  top: 75%;
}
.free-trial-image {
  text-align: center;
}
.free-trial-content {
  max-width: 540px;
}
.free-trial-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}
.free-trial-content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.free-trial-content form .input-newsletter {
  display: block;
  width: 99%;
  height: 50px;
  color: #fff;
  border: none;
  outline: 0;
  background-color: #0e314c;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 20px;
}
.free-trial-content form .input-newsletter::-webkit-input-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter:-ms-input-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter::-moz-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter::placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.free-trial-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #44ce6f;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
}
.free-trial-content form button:hover {
  background-color: #c679e3;
  color: #fff;
}
.free-trial-content p {
  margin-bottom: 0;
}
.newsletter-area {
  position: relative;
  z-index: 1;
}
.newsletter-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.newsletter-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.newsletter-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.newsletter-area:before {
  content: "";
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  background: -webkit-linear-gradient(315deg, #43e794, #23bdb8);
  background: linear-gradient(135deg, #43e794, #23bdb8);
}
.newsletter-image img {
  width: 100%;
}
.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
}
.newsletter-content h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}
.newsletter-content .newsletter-form {
  position: relative;
  padding-right: 160px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.newsletter-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  border: none;
  outline: 0;
  background-color: #333;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 2px;
}
.newsletter-content
  .newsletter-form
  .input-newsletter::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.newsletter-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.newsletter-content .newsletter-form .input-newsletter::-moz-placeholder {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.newsletter-content .newsletter-form .input-newsletter::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.newsletter-content
  .newsletter-form
  .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter-content
  .newsletter-form
  .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}
.newsletter-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.newsletter-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0e314c;
  font-size: 14px;
  font-weight: 600;
}
.newsletter-content .newsletter-form button:hover {
  background-color: #0e314c;
  color: #fff;
}
.newsletter-content p {
  color: #fff;
  max-width: 400px;
}
.newsletter-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  display: none;
}
.ml-projects-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 50px;
}
.ml-projects-area .section-title {
  text-align: left;
  max-width: 530px;
}
.ml-projects-area .section-title h2 {
  max-width: 470px;
  line-height: 1.3;
}
.ml-projects-area .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.ml-projects-area .container-fluid {
  position: relative;
}
.single-ml-projects-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
.single-ml-projects-box img {
  border-radius: 5px;
}
.single-ml-projects-box .plus-icon a {
  background-color: #44ce6f;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}
.single-ml-projects-box .plus-icon a span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-ml-projects-box .plus-icon a span:after,
.single-ml-projects-box .plus-icon a span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-ml-projects-box .plus-icon a span:after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-ml-projects-box .plus-icon a:hover {
  background-color: #c679e3;
}
.single-ml-projects-box:hover .plus-icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ml-projects-slides.owl-theme .owl-dots {
  position: absolute;
  right: 12.5%;
  top: -100px;
  z-index: 1;
  margin-top: 0;
}
.ml-projects-slides.owl-theme .owl-dots:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#dee4f3),
    color-stop(#e7eaf6),
    color-stop(#f0f1f9),
    color-stop(#f8f8fc),
    to(#fff)
  );
  background: -webkit-linear-gradient(
    right top,
    #dee4f3,
    #e7eaf6,
    #f0f1f9,
    #f8f8fc,
    #fff
  );
  background: linear-gradient(
    to left bottom,
    #dee4f3,
    #e7eaf6,
    #f0f1f9,
    #f8f8fc,
    #fff
  );
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  width: 80px;
  height: 70px;
  z-index: -1;
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #44ce6f;
  margin: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot.active span,
.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #44ce6f;
  background-color: transparent;
}
.ml-projects-slides.owl-theme .owl-dots .owl-dot.active span:before,
.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.agency-main-banner {
  position: relative;
  z-index: 1;
}
.agency-main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.agency-main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.agency-main-banner .shape2 {
  left: 5%;
}
.agency-main-banner .shape4,
.agency-main-banner .shape8 {
  right: 50%;
}
.agency-banner-content {
  margin-left: auto;
  max-width: 650px;
}
.agency-banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #6084a4;
  margin-bottom: 8px;
}
.agency-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 500;
}
.agency-banner-content p {
  font-size: 15px;
  max-width: 450px;
}
.agency-banner-content .btn {
  margin-top: 5px;
}
.agency-banner-image {
  text-align: right;
}
.solutions-area .shape2 {
  left: 5%;
}
.solutions-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.solutions-box,
.solutions-box .icon {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.solutions-box .icon {
  color: #44ce6f;
  padding-left: 20px;
}
.solutions-box .icon i {
  font-size: 45px;
}
.solutions-box .icon img {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -25px;
}
.solutions-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.solutions-box .learn-more-btn:hover {
  color: #44ce6f;
}
.agency-about-area {
  position: relative;
  z-index: 1;
}
.agency-about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.agency-about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.agency-about-img {
  padding-right: 100px;
}
.agency-about-img img {
  width: 100%;
}
.agency-about-content {
  max-width: 540px;
}
.agency-about-content .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.agency-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.agency-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}
.agency-about-content .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.agency-about-content p {
  margin-bottom: 12px;
}
.agency-about-content .btn {
  margin-top: 10px;
}
.shape10 {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}
.agency-services-area {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d5fefd),
    color-stop(#e1fdff),
    color-stop(#effdff),
    color-stop(#fafdff),
    to(#fff)
  );
  background: -webkit-linear-gradient(
    bottom,
    #d5fefd,
    #e1fdff,
    #effdff,
    #fafdff,
    #fff
  );
  background: linear-gradient(0deg, #d5fefd, #e1fdff, #effdff, #fafdff, #fff);
}
.agency-services-box {
  margin-bottom: 30px;
  text-align: center;
}
.agency-services-box img {
  border-radius: 7px;
}
.agency-services-box .content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  position: relative;
  border-radius: 7px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}
.agency-services-box .content h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-family: "BentonSans-bold";
  margin-bottom: 0;
}
.agency-services-box .content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}
.agency-services-box .content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}
.agency-services-box .content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
  color: #fff;
}
.agency-services-box:hover .content {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.agency-services-box:hover .content h3 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.agency-services-box:hover .content .read-more-btn {
  opacity: 1;
  visibility: visible;
}
.single-testimonials-item {
  -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 110px 65px 60px;
  border-radius: 5px;
  text-align: center;
}
.single-testimonials-item p {
  margin-bottom: 0;
  color: #4a6f8a;
  font-size: 15px;
}
.single-testimonials-item .client-info {
  text-align: left;
  position: relative;
  padding-left: 95px;
  margin-top: 25px;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonials-item .client-info img {
  /* border-radius: 5px; */
  /* border: 2px solid #f4f5fe; */
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-testimonials-item .client-info .rating svg {
  color: #ff612f;
  width: 16px;
  margin-right: 3px;
}
.single-testimonials-item .client-info .rating svg:last-child {
  margin-right: 0;
}
.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 17px;
}
.single-testimonials-item .client-info span {
  display: block;
  color: #c679e3;
  margin-top: 5px;
  font-size: 13px;
}
.single-testimonials-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}
.single-testimonials-item:before {
  content: "\f11b";
  color: #d9dcde;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Flaticon;
  font-style: normal;
  font-size: 65px;
}
.ml-feedback-slides .single-testimonials-item {
  margin-top: 40px;
}
.user-shape1 {
  top: 12%;
  left: 10%;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}
.user-shape1,
.user-shape2 {
  position: absolute;
  z-index: -1;
}
.user-shape2 {
  left: 7%;
  -webkit-animation: moveleftbounce 7s linear infinite;
  animation: moveleftbounce 7s linear infinite;
  top: 47%;
}
.user-shape3 {
  bottom: 12%;
  left: 15%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.user-shape3,
.user-shape4 {
  position: absolute;
  z-index: -1;
}
.user-shape4 {
  top: 12%;
  right: 10%;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}
.user-shape5 {
  right: 7%;
  top: 45%;
  -webkit-animation: moveleftbounce 7s linear infinite;
  animation: moveleftbounce 7s linear infinite;
}
.user-shape5,
.user-shape6 {
  position: absolute;
  z-index: -1;
}
.user-shape6 {
  bottom: 12%;
  right: 15%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.shape9 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.shape9 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}
.agency-cta-area {
  position: relative;
  z-index: 1;
  background-image: url(../../images/agency-image/agency-gradient-bg.html);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.agency-cta-content {
  text-align: center;
}
.agency-cta-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
.btn-gradient {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: -webkit-linear-gradient(left, #ee0979, #ff6a00);
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.btn-gradient:after {
  display: none;
}
.btn-gradient:before {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: -webkit-linear-gradient(315deg, #23bdb8, #43e794);
  background: linear-gradient(135deg, #23bdb8, #43e794);
  left: 0;
  border-radius: 4px;
}
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: -webkit-linear-gradient(left, #ee0979, #ff6a00);
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.btn-gradient:active:before,
.btn-gradient:focus:before,
.btn-gradient:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-gradient .show > .btn-primary.dropdown-toggle,
.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient:not(:disabled):not(.disabled):active {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: -webkit-linear-gradient(left, #ee0979, #ff6a00);
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.btn-gradient .show > .btn-primary.dropdown-toggle:before,
.btn-gradient:not(:disabled):not(.disabled).active:before,
.btn-gradient:not(:disabled):not(.disabled):active:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-gradient.disabled,
.btn-gradient:disabled {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: -webkit-linear-gradient(left, #ee0979, #ff6a00);
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.btn-gradient.disabled:before,
.btn-gradient:disabled:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.agency-portfolio-main-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.agency-portfolio-main-banner.portfolio-banner-bg1 {
  background-image: url(../../images/agency-portfolio-main-banner/ap-main-banner-img1.html);
}
.agency-portfolio-main-banner.portfolio-banner-bg2 {
  background-image: url(../../images/agency-portfolio-main-banner/ap-main-banner-img2.html);
}
.agency-portfolio-main-banner.portfolio-banner-bg3 {
  background-image: url(../../images/agency-portfolio-main-banner/ap-main-banner-img3.html);
}
.portfolio-banner-content {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}
.portfolio-banner-content .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6084a4;
  margin-bottom: 10px;
}
.portfolio-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}
.portfolio-banner-content p {
  font-size: 15px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-banner-content .btn {
  margin-top: 5px;
}
.agency-portfolio-home-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  background-color: #e1e1e1;
  color: #0e314c;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  position: absolute;
  left: 40px;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
  padding: 0;
}
.agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #44ce6f;
  color: #fff;
}
.agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 40px;
}
.agency-portfolio-home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.our-latest-projects {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.single-latest-projects {
  margin-bottom: 30px;
  position: relative;
}
.single-latest-projects img {
  width: 100%;
}
.single-latest-projects .link-btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.single-latest-projects .content {
  position: absolute;
  left: -5%;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 25px;
  margin-top: 20px;
}
.single-latest-projects .content span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}
.single-latest-projects .content h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.single-latest-projects:hover .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.shorting-menu {
  text-align: right;
}
.shorting-menu button {
  background-color: transparent;
  cursor: pointer;
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 15px;
  padding: 0;
  outline: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
}
.shorting-menu button.active,
.shorting-menu button:hover {
  color: #0e314c;
}
.shorting-menu button:last-child {
  margin-right: 0;
}
.agency-portfolio-about-area {
  background-color: #f4f4f4;
}
.single-text-box {
  margin-bottom: 30px;
}
.single-text-box h3 {
  margin-bottom: 12px;
  margin-top: 25px;
  font-weight: 600;
  font-size: 22px;
}
.single-text-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.single-text-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.single-text-box .learn-more-btn:hover {
  color: #44ce6f;
}
.agency-portfolio-partner-area {
  background-color: #0e314c;
}
.single-agency-portfolio-partner {
  text-align: center;
}
.single-agency-portfolio-partner a {
  display: block;
}
.single-agency-portfolio-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.creative-area {
  height: 650px;
  background-image: url(../../images/creative-bg.html);
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.creative-area .container {
  position: relative;
}
.creative-area .d-table-cell {
  vertical-align: bottom;
}
.creative-inner-area {
  max-width: 600px;
  margin-left: auto;
}
.creative-inner-area .single-counter {
  background-color: #0e314c;
  padding: 60px;
}
.creative-inner-area .single-counter h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}
.creative-inner-area .single-counter h3 .odometer-formatting-mark {
  display: none;
}
.creative-inner-area .single-counter p {
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.creative-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}
.creative-inner-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.creative-inner-area .col-lg-6:first-child .single-counter {
  background-color: #44ce6f;
}
.creative-inner-area .col-lg-6:nth-child(2) .single-counter {
  background-color: #0e314c;
}
.footer-area {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.footer-area .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
  opacity: 0.7;
}
.single-footer-widget .logo {
  margin-bottom: 20px;
}
.single-footer-widget .logo a {
  display: block;
}
.single-footer-widget h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget ul.list li {
  margin-bottom: 10px;
}
.single-footer-widget ul.list li a {
  color: #6084a4 !important;
}
.single-footer-widget ul.list li a:hover {
  color: #44ce6f !important;
  padding-left: 7px;
}
.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul.footer-contact-info {
  margin-bottom: 20px;
}
.single-footer-widget ul.footer-contact-info li {
  position: relative;
  color: #6084a4;
  margin-bottom: 8px;
  padding-left: 25px;
}
.single-footer-widget ul.footer-contact-info li svg {
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
}
.single-footer-widget ul.footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul.footer-contact-info li a {
  color: #6084a4;
}
.single-footer-widget ul.footer-contact-info li a:hover {
  color: #44ce6f;
}
.single-footer-widget ul.social-links li {
  display: inline-block;
  margin-right: 8px;
}
.single-footer-widget ul.social-links li:last-child {
  margin-right: 0;
}
.single-footer-widget ul.social-links li a {
  width: 32px;
  text-align: center;
  line-height: 29px;
  height: 32px;
  border: 1px solid #44ce6f;
  border-radius: 50%;
  color: #44ce6f;
}
.single-footer-widget ul.social-links li a svg {
  width: 15px;
}
.single-footer-widget ul.social-links li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}
.single-footer-widget ul.social-links li a.facebook:hover {
  background: #4267b2;
  color: #fff;
}
.single-footer-widget ul.social-links li a.twitter {
  border-color: #38a1f3;
  color: #38a1f3;
}
.single-footer-widget ul.social-links li a.twitter:hover {
  background: #38a1f3;
  color: #fff;
}
.single-footer-widget ul.social-links li a.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}
.single-footer-widget ul.social-links li a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}
.single-footer-widget ul.social-links li a.instagram {
  border-color: #231f20;
  color: #231f20;
}
.single-footer-widget ul.social-links li a.instagram:hover {
  background: #231f20;
  color: #fff;
}
.single-footer-widget ul.social-links li a:hover {
  background: #44ce6f;
  color: #fff;
}
.copyright-area {
  margin-top: 80px;
  border-top: 1px solid #d8ebfd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: -100%;
  color: #fff;
  background-color: #c679e3;
  z-index: 1;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
.go-top:hover {
  color: #fff;
  background: #44ce6f;
}
.go-top.active {
  right: 0;
}
.main-text-area h1,
.main-text-area h2,
.main-text-area h3,
.main-text-area h4,
.main-text-area h5,
.main-text-area h6 {
  margin-bottom: 15px;
}
.auth-form {
  text-align: center;
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #eee;
  box-shadow: 0 0 10px #eee;
  margin: auto;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid #edf2f9;
}
.auth-form .auth-head {
  margin-bottom: 15px;
}
.auth-form .auth-head img {
  margin-bottom: 10px;
}
.auth-form form .form-label {
  text-align: left;
  display: block;
}
.auth-form form .btn {
  display: block;
  width: 100%;
  padding: 12px 15px;
  margin-top: 20px;
}
.auth-form .foot {
  margin-top: 20px;
}
.auth-form .foot ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.auth-form .foot ul li {
  display: inline-block;
}
.auth-form .foot ul li a i,
.auth-form .foot ul li a svg {
  border: 1px solid #edf2f9;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 5px;
  margin: 0 10px;
}
.key_feature_widget {
  display: flex;
  align-items: center;
}
.key_feature_text {
  flex: 1 1 60%;
}
.key_feature_img {
  flex: 1 1 40%;
  position: relative;
  display: flex;
  align-items: center;
}
.keyFtr_topImg {
  position: absolute;
  z-index: 1;
}
.xs-human-os {
  display: none;
}
@media only screen and (max-width: 767px) {
  .key_feature_widget {
    flex-direction: column;
  }
  .key_feature_img {
    padding: 4rem 0 2rem;
  }
  .xs-human-os {
    display: block;
  }
  .md-human-os {
    display: none;
  }
  .btn {
    font-size: 13px;
    padding: 13px 33px;
  }
  .ptb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 20px;
  }
  .owl-theme .owl-dots {
    margin-top: 5px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .main-banner {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 80px;
    background-position: 50%;
  }
  .main-banner .hero-content {
    margin-bottom: 45px;
    text-align: center;
  }
  .main-banner .hero-content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main-banner .banner-image {
    text-align: center;
  }
  .main-banner .banner-image img {
    display: none;
    position: relative;
  }
  .main-banner .banner-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main-banner .banner-form {
    padding: 30px 20px;
    margin: 0 !important;
  }
  .hosting-main-banner {
    height: 100%;
    padding-top: 170px;
    padding-bottom: 75px;
  }
  .hosting-main-banner .hosting-banner-content h1 {
    font-size: 25px;
  }
  .hosting-main-banner .hosting-banner-content ul li {
    font-size: 13px;
  }
  .hosting-main-banner .hosting-banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .hosting-main-banner .hosting-banner-image {
    text-align: center;
    margin-top: 50px;
  }
  .hosting-main-banner .hosting-banner-image img {
    display: none;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(10) {
    display: block;
    position: relative;
  }
  .shape1,
  .shape2,
  .shape3,
  .shape4,
  .shape5,
  .shape6,
  .shape7,
  .shape8,
  .shape9,
  .shape10 {
    display: none;
  }
  .boxes-area {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .single-box {
    margin-bottom: 30px;
  }
  .single-box h3 {
    font-size: 17px;
  }
  .domain-search-content h2 {
    font-size: 20px;
  }
  .domain-search-content form {
    border-radius: 0;
  }
  .domain-search-content form .form-control {
    width: 75%;
  }
  .domain-search-content form .domain-select {
    width: 25%;
    padding-right: 0;
  }
  .domain-search-content form button {
    float: unset;
    width: unset;
    height: unset;
    padding: 13px 40px;
  }
  .domain-search-content ul {
    display: block;
    margin-top: 15px;
  }
  .domain-search-content ul li {
    display: inline-block;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    flex: unset;
    padding: 0 15px;
    margin-top: 15px;
  }
  .why-choose-us-image {
    margin-bottom: 15px;
  }
  .why-choose-us-image img {
    display: none;
  }
  .why-choose-us-image img:last-child {
    display: inline-block;
  }
  .single-why-choose-us {
    margin-top: 30px !important;
  }
  .single-why-choose-us .icon i:before {
    font-size: 35px;
  }
  .single-why-choose-us h3 {
    font-size: 17px;
  }
  .services-content .box {
    margin-top: 20px;
  }
  .services-right-image {
    text-align: center;
    margin-top: 45px;
  }
  .services-right-image img {
    /* display: none; */
    position: relative;
  }
  .services-right-image img:first-child {
    top: auto;
  }
  .services-right-image img:last-child {
    display: inline-block;
  }
  .services-right-image.single-right-image img.bg-image {
    display: none;
  }
  .services-left-image {
    text-align: center;
    margin-bottom: 45px;
  }
  .services-left-image img {
    display: none;
    position: relative;
  }
  .services-left-image img:last-child {
    display: inline-block;
  }
  .services-left-image.single-left-image img.bg-image {
    display: none;
  }
  .single-services-box h3 {
    font-size: 17px;
  }
  .single-features {
    padding-left: 20px;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .single-features h3,
  .single-hosting-features h3 {
    font-size: 17px;
  }
  .cta-content {
    text-align: center;
    margin-bottom: 25px;
  }
  .cta-content h3 {
    font-size: 20px;
  }
  .cta-right-content {
    text-align: center;
  }
  .cta-right-content .buy-btn {
    display: block;
    top: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .single-team {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-team .team-content,
  .single-team .team-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-team .team-content .team-info {
    margin-right: 10px;
    margin-left: 10px;
  }
  .single-team .team-content .team-info h3 {
    font-size: 17px;
  }
  .funfact {
    margin-bottom: 30px;
  }
  .funfact h3 {
    font-size: 25px;
    margin-bottom: 3px;
  }
  .contact-cta-box {
    text-align: center;
    margin: 20px 0 0;
    max-width: 100%;
    padding: 30px 20px;
  }
  .contact-cta-box h3 {
    font-size: 17px;
  }
  .contact-cta-box .btn {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }
  .single-works .icon {
    right: 10px;
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .single-works .icon svg {
    width: 15px;
  }
  .single-works .works-content {
    padding: 15px;
  }
  .single-works .works-content h3 {
    font-size: 17px;
  }
  .single-works:hover .icon {
    top: 10px;
  }
  .pricing-area {
    padding-bottom: 20px;
  }
  .pricing-table {
    padding-bottom: 30px;
  }
  .pricing-table .pricing-header h3 {
    font-size: 17px;
  }
  .pricing-table .price {
    margin-bottom: 25px;
  }
  .pricing-table .price span {
    font-size: 27px;
  }
  .single-pricing-table {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 17px;
  }
  .single-pricing-table .pricing-header i:before {
    font-size: 40px;
  }
  .single-pricing-table .price span {
    font-size: 27px;
  }
  .feedback-slides .client-feedback .single-feedback {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .feedback-slides .client-feedback .single-feedback .client-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .feedback-slides .client-feedback .single-feedback h3 {
    font-size: 17px;
  }
  .feedback-slides .client-feedback .single-feedback p {
    font-size: 14px;
  }
  .feedback-slides .client-feedback .single-feedback:before {
    display: none;
  }
  .feedback-slides .client-thumbnails {
    margin: 0;
  }
  .feedback-slides .client-thumbnails .next-arrow {
    right: 0;
  }
  .feedback-slides .client-thumbnails .prev-arrow {
    left: 0;
  }
  .feedback-slides .client-thumbnails .next-arrow,
  .feedback-slides .client-thumbnails .prev-arrow {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
  }
  .testimonials-slides {
    max-width: 100%;
    margin: 0;
  }
  .testimonials-slides:after,
  .testimonials-slides:before {
    display: none;
  }
  .testimonials-slides .client-info .image {
    padding-right: 15px;
  }
  .testimonials-slides .client-info .title h3 {
    font-size: 17px;
  }
  .testimonials-slides p {
    font-size: 14px;
  }
  .single-feedback-item {
    padding: 40px 20px 90px;
  }
  .single-feedback-item:before {
    font-size: 30px;
    left: 15px;
  }
  .ready-to-talk {
    padding-top: 50px;
    padding-bottom: 145px;
  }
  .ready-to-talk h3 {
    font-size: 20px;
  }
  .ready-to-talk span {
    display: block;
    margin-top: 25px;
  }
  .partner-section h5 {
    font-size: 17px;
    line-height: 23px;
  }
  .partner-section .partner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-area .widget-area {
    margin-top: 30px;
  }
  .single-blog-post .blog-post-content h3 {
    font-size: 17px;
  }
  .single-blog-post .blog-image a img {
    width: 100%;
  }
  .page-title-area {
    background-position: 50%;
    padding-top: 150px;
    padding-bottom: 65px;
  }
  .page-title-area .shape8 {
    top: auto;
    right: auto;
    left: 15px;
    display: block;
    bottom: 20px;
  }
  .page-title-area .shape7 {
    left: 15%;
    top: 29%;
    display: block;
  }
  .about-image {
    margin-bottom: 45px;
  }
  .about-inner-area {
    margin-top: 0;
  }
  .about-inner-area .about-text {
    margin-top: 30px;
  }
  .about-inner-area .about-text h3 {
    font-size: 17px;
  }
  .project-details-desc h3 {
    font-size: 17px;
    margin-top: 0;
  }
  .project-details-desc .project-details-information .single-info-box {
    float: left;
    width: 50%;
    margin-top: 20px;
  }
  .project-details-desc .project-details-information .single-info-box h4 {
    font-size: 17px;
  }
  .faq-accordion {
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .faq-accordion .accordion .accordion-item .accordion-title {
    font-size: 15px;
  }
  .faq-contact {
    padding: 30px 20px;
  }
  .faq-contact h3 {
    font-size: 20px;
  }
  .pagination-area {
    margin-top: 15px;
  }
  .blog-details-desc .article-content h1,
  .blog-details-desc .article-content h2,
  .blog-details-desc .article-content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog-details-desc .article-content h4,
  .blog-details-desc .article-content h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  .blog-details-desc .article-footer {
    margin-top: 25px;
  }
  .blog-details-desc .article-footer .article-tags a {
    margin-top: 5px;
  }
  .blockquote,
  blockquote {
    padding: 20px !important;
  }
  .blockquote p,
  blockquote p {
    font-size: 16px !important;
  }
  .comments-area .comments-title {
    font-size: 17px;
  }
  .comments-area .comment-author {
    font-size: 14px;
  }
  .comments-area .comment-content p {
    font-size: 13px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 17px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .prev-link-wrapper {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .prev-link-wrapper .prev-title {
    font-size: 14px;
  }
  .prev-link-wrapper .meta-wrapper {
    font-size: 13px;
  }
  .next-link-wrapper {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .next-link-wrapper .next-title {
    font-size: 14px;
  }
  .next-link-wrapper .meta-wrapper {
    font-size: 13px;
  }
  .contact-info-area {
    padding-bottom: 20px;
  }
  .contact-info-box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .contact-info-box h3 {
    font-size: 17px;
  }
  #contactForm {
    margin-top: 45px;
  }
  .coming-soon-area {
    height: 100%;
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .coming-soon-area .social-list {
    bottom: 20px;
  }
  .coming-soon-content h1 {
    font-size: 30px;
  }
  .coming-soon-content p {
    font-size: 14px;
  }
  .coming-soon-content form .submit-btn {
    position: relative;
    right: 0;
    top: 0;
    height: 45px;
    border-radius: 40px;
    width: 130px;
    font-size: 14px;
    margin-top: 18px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
      0 0 0 4px hsla(0, 0%, 100%, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
      0 0 0 4px hsla(0, 0%, 100%, 0.3);
  }
  .coming-soon-content #timer div {
    width: 100px;
    height: 100px;
    padding-top: 18px;
    font-size: 30px;
    margin: 0 10px 25px;
  }
  .coming-soon-content #timer div span {
    font-size: 13px;
  }
  .error-content {
    margin-top: 0;
  }
  .error-content .notfound-404 {
    height: 95px;
    margin-bottom: 25px;
  }
  .error-content .notfound-404 h1 {
    font-size: 75px;
  }
  .error-content h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .error-content p {
    font-size: 13px;
  }
  .woocommerce-topbar {
    text-align: center;
  }
  .woocommerce-topbar .woocommerce-result-count {
    margin-bottom: 10px;
  }
  .woocommerce-topbar .woocommerce-topbar-ordering .form-select {
    height: 40px;
    font-size: 12px;
    text-align: center;
  }
  .single-products .products-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .single-products .products-content .add-to-cart-btn {
    font-size: 13px;
  }
  #productsModalCenter {
    z-index: 999999;
  }
  #productsModalCenter .modal-content button.close {
    z-index: 2;
  }
  #productsModalCenter .modal-content .products-content {
    text-align: center;
    padding: 25px 10px;
  }
  #productsModalCenter .modal-content .products-content h3 {
    font-size: 17px;
  }
  .products-details {
    margin-top: 20px;
  }
  .products-details h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .products-details form button {
    padding: 0 13px;
  }
  .products-details form .quantity {
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .products-details form .quantity input {
    height: 45px;
  }
  .products-details form .add-to-wishlist-btn {
    width: 40px;
  }
  .products-details-tabs .react-tabs__tab-list li {
    display: block;
    margin-bottom: 2px;
  }
  .cart-table table thead tr th {
    padding: 15px;
    white-space: nowrap;
  }
  .cart-table table tbody tr td {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-table table tbody tr td.product-subtotal .remove {
    float: unset;
  }
  .cart-buttons {
    text-align: center;
  }
  .cart-buttons .continue-shopping-box {
    margin-bottom: 12px;
  }
  .cart-buttons .text-right {
    text-align: center !important;
  }
  .cart-totals {
    padding: 20px;
    margin: 35px auto 0;
  }
  .cart-totals h3,
  .checkout-area .title {
    font-size: 17px;
  }
  .billing-details {
    padding: 20px;
  }
  .order-details {
    padding: 20px;
    margin-top: 30px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 17px;
  }
  .widget-area .widget_startp_posts_thumb .item .info .title {
    font-size: 14px;
  }
  .widget-area .widget_archive ul li,
  .widget-area .widget_categories ul li,
  .widget-area .widget_meta ul li {
    font-size: 13px;
  }
  .widget-area .tagcloud a {
    font-size: 13px !important;
  }
  .services-details-desc h3 {
    font-size: 18px;
  }
  .services-details-image {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 30px;
  }
  .services-details {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .services-details-area .separate {
    margin-top: 30px;
  }
  .features-details-desc h3 {
    font-size: 18px;
  }
  .features-details-image {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 30px;
  }
  .features-details {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .features-details-area .separate {
    margin-top: 30px;
  }
  .repair-main-banner {
    padding-top: 150px;
    padding-bottom: 85px;
  }
  .repair-banner-content {
    text-align: center;
  }
  .repair-banner-content h1 {
    line-height: 1.4;
    margin-bottom: 17px;
    font-size: 25px;
  }
  .repair-banner-image {
    margin-top: 60px;
  }
  .repair-banner-image img:nth-child(2) {
    top: 0;
    right: 0;
  }
  .repair-banner-image img:nth-child(3) {
    top: -35px;
  }
  .repair-banner-image img:nth-child(4) {
    display: none;
  }
  .repair-about-content {
    margin-bottom: 40px;
  }
  .repair-about-content .sub-title {
    font-size: 14px;
  }
  .repair-about-content h2 {
    font-size: 20px;
  }
  .repair-about-content ul li {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .repair-about-image {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .repair-about-image img:nth-child(2) {
    width: 250px;
    position: relative;
  }
  .repair-about-image img:nth-child(4),
  .repair-about-image img:nth-child(5) {
    display: none;
  }
  .repair-services-area {
    padding-bottom: 20px;
  }
  .single-repair-services {
    padding: 30px 20px;
  }
  .single-repair-services h3 {
    font-size: 17px;
  }
  .single-repair-services .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .single-repair-services .icon i:before {
    font-size: 25px;
  }
  .repair-cta-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-repair-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .cta-repair-content h3 {
    font-size: 21px;
    margin-bottom: 17px;
  }
  .cta-repair-content p {
    font-size: 13px;
  }
  .cta-repair-img {
    text-align: center;
  }
  .single-repair-feedback {
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .single-repair-feedback:after {
    font-size: 30px;
    left: 10px;
  }
  .single-repair-feedback .client-img {
    margin-bottom: 29px;
    padding-left: 85px;
    padding-top: 13px;
  }
  .single-repair-feedback .client-img img {
    width: 70px;
    height: 70px;
  }
  .single-repair-feedback .client-img span {
    margin-top: 5px;
  }
  .single-repair-feedback .client-img h3 {
    font-size: 17px;
  }
  .single-repair-feedback p {
    font-size: 14px;
  }
  .single-repair-box {
    padding: 20px;
  }
  .single-repair-box .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .single-repair-box .icon i:before {
    font-size: 25px;
  }
  .single-repair-box .icon h3 {
    font-size: 17px;
  }
  .single-repair-box .back-icon i:before {
    font-size: 170px;
  }
  .iot-main-banner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .iot-banner-content {
    text-align: center;
    max-width: 100%;
  }
  .iot-banner-content span {
    font-size: 14px;
  }
  .iot-banner-content h2 {
    font-size: 25px;
    margin-bottom: 17px;
    line-height: 1.4;
  }
  .iot-banner-image {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 50px;
  }
  .iot-banner-image img:first-child {
    max-width: 100%;
  }
  .iot-banner-image img:last-child {
    display: none;
  }
  .animate-border span {
    top: 78%;
    left: 41%;
  }
  .single-iot-services {
    padding: 30px 20px;
  }
  .single-iot-services .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .single-iot-services .icon i:before {
    font-size: 25px;
  }
  .single-iot-services h3 {
    font-size: 17px;
  }
  .iot-cta-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-iot-content {
    text-align: center;
    margin-top: 35px;
  }
  .cta-iot-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .iot-features-content {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 30px;
  }
  .iot-features-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .iot-features-image {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .single-iot-box {
    padding: 20px;
  }
  .single-iot-box .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
  .single-iot-box .icon img {
    width: 40px;
  }
  .single-iot-box .icon i:before {
    font-size: 25px;
  }
  .single-iot-box h3 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .ml-main-banner {
    background-position: 50%;
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ml-main-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-banner-content {
    text-align: center;
  }
  .ml-banner-content h1 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .ml-banner-content p {
    max-width: 100%;
    font-size: 13px;
  }
  .ml-banner-single-image {
    margin-top: 30px;
  }
  .ml-main-section {
    background-position: 50%;
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ml-main-section .ml-banner-content h1 {
    font-size: 25px;
  }
  .ml-banner-image {
    height: auto;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
  .ml-banner-image img {
    display: none;
    position: relative;
  }
  .ml-banner-image img:nth-child(12) {
    display: inline-block;
  }
  .ml-partner-area.mt-minus-top {
    margin-top: -125px;
  }
  .solutions-area {
    padding-bottom: 20px;
  }
  .single-solutions-box h3 {
    font-size: 17px;
  }
  .single-solutions-box .learn-more-btn {
    font-size: 13px;
  }
  .single-solutions-box .learn-more-btn svg {
    width: 15px;
  }
  .section-title .sub-title {
    margin-bottom: 15px;
    padding: 4px 15px 3px;
    font-size: 12px;
  }
  .ml-about-content {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .ml-about-content h2 {
    font-size: 20px;
  }
  .ml-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-services-area {
    padding-bottom: 20px;
  }
  .single-ml-services-box {
    padding: 25px 20px;
  }
  .single-ml-services-box h3 {
    font-size: 17px;
  }
  .ml-projects-area {
    padding-bottom: 20px;
  }
  .ml-projects-area .section-title {
    text-align: center;
    max-width: 100%;
  }
  .ml-projects-area .section-title h2 {
    max-width: 100%;
  }
  .ml-projects-area .section-title .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-projects-slides.owl-theme .owl-dots {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .ml-projects-slides.owl-theme .owl-dots:before {
    display: none;
  }
  .pricing-tab .tabs {
    margin-bottom: 30px;
  }
  .pricing-tab .tabs li {
    padding: 10px 25px 9.5px;
    font-size: 14px;
  }
  .pricing-box {
    padding: 25px;
  }
  .pricing-box .pricing-header h3 {
    font-size: 18px;
  }
  .pricing-box .price {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .pricing-box .pricing-features {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing-box .pricing-features li {
    padding-left: 24px;
    font-size: 13px;
  }
  .pricing-box .pricing-features li svg {
    width: 17px;
  }
  .ml-feedback-slides {
    max-width: 100%;
    margin: -40px 0 0;
  }
  .ml-feedback-slides.owl-theme .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
  .single-ml-feedback-item {
    padding: 20px;
    text-align: center;
  }
  .single-ml-feedback-item .client-info {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    text-align: center;
    margin-bottom: 15px;
  }
  .single-ml-feedback-item .client-info h3 {
    font-size: 17px;
  }
  .single-ml-feedback-item p {
    font-size: 13px;
  }
  .single-ml-feedback-item:after {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single-blog-post-box .entry-post-content h3 {
    font-size: 17px;
  }
  .single-blog-post-box .entry-post-content .learn-more-btn {
    font-size: 13px;
  }
  .funfacts-area .section-title h2 {
    line-height: 30px;
  }
  .free-trial-area {
    padding-bottom: 50px;
  }
  .free-trial-area:before {
    display: none;
  }
  .free-trial-content {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .free-trial-content h2 {
    font-size: 20px;
  }
  .free-trial-content form {
    margin-top: 20px;
  }
  .free-trial-content form .input-newsletter {
    width: 100%;
  }
  .free-trial-content form button {
    position: relative;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 15px;
  }
  .agency-main-banner {
    padding-top: 120px;
  }
  .agency-main-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-banner-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .agency-banner-content .sub-title {
    font-size: 13px;
  }
  .agency-banner-content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .agency-banner-content p {
    font-size: 14px;
    max-width: 100%;
  }
  .solutions-box {
    margin-bottom: 40px;
  }
  .solutions-box .icon {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .solutions-box .icon i {
    font-size: 40px;
  }
  .solutions-box .icon img {
    width: 80px;
  }
  .solutions-box h3 {
    font-size: 17px;
  }
  .solutions-box .learn-more-btn {
    font-size: 13px;
  }
  .agency-about-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-about-img {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .agency-about-content {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .agency-about-content h2 {
    font-size: 20px;
  }
  .agency-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .agency-services-box .content {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
  }
  .agency-services-box .content h3 {
    font-size: 17px;
  }
  .agency-services-box:hover .content h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .agency-services-box:hover .content .read-more-btn,
  .user-shape1,
  .user-shape2,
  .user-shape3,
  .user-shape4,
  .user-shape5,
  .user-shape6 {
    display: none;
  }
  .single-testimonials-item {
    padding: 64px 20px 20px;
    text-align: center;
  }
  .single-testimonials-item p {
    font-size: 13px;
  }
  .single-testimonials-item:before {
    top: 8px;
    font-size: 35px;
  }
  .single-testimonials-item .client-info {
    margin-top: 20px;
    max-width: 200px;
  }
  .single-testimonials-item .client-info .rating svg {
    width: 14px;
  }
  .single-testimonials-item .client-info span {
    font-size: 12px;
  }
  .single-testimonials-item .client-info h3 {
    margin-top: 5px;
    font-size: 15px;
  }
  .single-blog-post-item .post-content {
    padding: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
  }
  .single-blog-post-item .post-content h3 {
    font-size: 17px;
    line-height: 25px;
  }
  .agency-cta-content h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .agency-portfolio-main-banner {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .portfolio-banner-content {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
  }
  .portfolio-banner-content .sub-title {
    font-size: 14px;
  }
  .portfolio-banner-content h1 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .portfolio-banner-content p {
    max-width: 100%;
    font-size: 13px;
  }
  .agency-portfolio-home-slides.owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"] {
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 15px;
    top: auto;
    -webkit-transform: unset;
    transform: unset;
    font-size: 22px;
    bottom: 15px;
  }
  .agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 15px;
  }
  .section-title.text-left {
    text-align: center !important;
  }
  .section-title.text-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .shorting-menu {
    text-align: center;
    margin-bottom: 25px;
  }
  .shorting-menu button {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 5px;
  }
  .shorting-menu button:first-child {
    margin-left: 0;
  }
  .our-latest-projects {
    padding-bottom: 20px;
  }
  .single-latest-projects .content {
    left: 5%;
  }
  .single-latest-projects .content h3 {
    font-size: 17px;
  }
  .single-latest-projects .content span {
    font-size: 12px;
  }
  .agency-portfolio-about-area {
    padding-bottom: 20px;
  }
  .single-text-box {
    text-align: center;
  }
  .single-text-box h3 {
    font-size: 17px;
  }
  .agency-portfolio-feedback-slides {
    max-width: 100%;
  }
  .agency-portfolio-feedback-item p {
    font-size: 14px;
  }
  .single-blog-item .post-content h3 {
    line-height: 28px;
    font-size: 17px;
  }
  .creative-inner-area .single-counter {
    padding: 30px;
    text-align: center;
  }
  .creative-inner-area .single-counter h3 {
    font-size: 26px;
  }
  .creative-inner-area .single-counter p {
    font-size: 14px;
  }
  .footer-area {
    padding-top: 50px;
  }
  .single-footer-widget {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .single-footer-widget h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .copyright-area {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-color-white#header.headroom {
    border-color: #4a4545;
  }
  .bigdata-analytics-banner {
    padding-top: 170px;
    padding-bottom: 20px;
  }
  .bigdata-analytics-content {
    text-align: center;
    max-width: 100%;
  }
  .bigdata-analytics-content h1 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .bigdata-analytics-content p {
    max-width: 100%;
    font-size: 14px;
  }
  .bigdata-analytics-content .btn {
    margin-top: 10px;
  }
  .banner-boxes-area {
    margin-top: 100px;
  }
  .single-banner-boxes {
    padding: 20px 20px 20px 85px;
  }
  .single-banner-boxes h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .single-banner-boxes .icon {
    width: 50px;
    height: 50px;
    left: 15px;
    top: 20px;
    line-height: 50px;
  }
  .single-what-we-do-box {
    padding-left: 70px;
  }
  .single-what-we-do-box .icon {
    width: 50px;
    height: 50px;
  }
  .single-what-we-do-box .icon i:before {
    font-size: 30px;
  }
  .single-what-we-do-box h3 {
    margin-bottom: 9px;
    font-size: 17px;
  }
  .discover-image {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .discover-image img {
    width: 100%;
  }
  .discover-image img:nth-child(2) {
    position: relative;
    margin-top: 20px;
  }
  .discover-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .discover-content h2 {
    font-size: 20px;
  }
  .analytics-shape1 {
    display: none;
  }
  .single-services-box-item {
    padding: 70px 20px 50px;
  }
  .single-services-box-item .icon {
    width: 65px;
    height: 65px;
  }
  .single-services-box-item .icon img {
    max-width: 40px;
  }
  .single-services-box-item h3 {
    font-size: 17px;
  }
  .repair-team-area .container {
    max-width: 100%;
  }
  .single-funfact {
    padding: 20px;
    margin-bottom: 30px;
  }
  .single-funfact h3 {
    font-size: 30px;
    line-height: 1;
  }
  .single-feedback-box {
    margin-left: 15px;
    margin-top: 15px;
  }
  .single-feedback-box .client-info h3 {
    font-size: 16px;
  }
  .single-feedback-box .feedback-desc {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .single-feedback-box:before {
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .industries-serve-area {
    padding-bottom: 20px;
  }
  .single-industries-serve-box {
    text-align: center;
    padding: 15px 8px;
    font-size: 14px;
  }
  .single-industries-serve-box .icon {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .newsletter-area {
    padding-bottom: 50px;
  }
  .newsletter-area:before {
    display: none;
  }
  .newsletter-area .container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter-content {
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }
  .newsletter-content:before {
    display: block;
  }
  .newsletter-content h2 {
    font-size: 20px;
  }
  .newsletter-content .newsletter-form {
    padding-right: 0;
  }
  .newsletter-content .newsletter-form .input-newsletter {
    height: 45px;
    padding-left: 15px;
    font-size: 12px;
  }
  .newsletter-content .newsletter-form button {
    position: relative;
    height: auto;
    padding: 14px 30px 12px;
    margin-top: 15px;
    line-height: normal;
    display: block;
    width: 100%;
    font-size: 13px;
  }
  .newsletter-content p {
    max-width: 100%;
  }
  #header.headroom {
    background-color: #fff;
  }
  .startp-nav nav .navbar-collapse {
    max-height: 70vh;
    overflow-y: scroll;
  }
  .startp-nav nav .navbar-collapse::-webkit-scrollbar {
    width: 8px;
  }
  .startp-nav nav .navbar-collapse::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .startp-nav nav .navbar-collapse::-webkit-scrollbar-thumb {
    background: #a5a2a2;
    border-radius: 30px;
  }
  .startp-nav nav .navbar-collapse::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .startp-nav nav .navbar-nav .nav-item {
    padding: 5px 0;
  }
  .startp-nav nav .navbar-nav .nav-item > a {
    margin: 0 0 5px;
  }
  .startp-nav nav .navbar-nav .nav-item > a svg {
    display: none;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown-menu {
    padding: 10px 0;
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 95%;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    padding: 6px 15px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    padding: 10px 0;
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    left: 15px;
    top: 0;
    width: 90%;
    border: 1px solid #f3f3f3;
  }
  .startp-nav nav .others-option {
    position: absolute;
    right: 45px;
    top: 9px;
  }
  .startp-nav nav .others-option .btn.btn-light {
    border: 1px dashed #cdf1d8;
    display: none;
  }
  .startp-nav nav .others-option .btn,
  .startp-nav nav .others-option .btn.btn-light {
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 10px;
  }
  .startp-nav nav .others-option .cart-wrapper-btn {
    margin-right: 25px;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .go-top {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
  .go-top svg {
    width: 18px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .navbar-style-three .startp-nav {
    padding-left: 0;
    padding-right: 0;
  }
  #header.headroom.navbar-style-four {
    background-color: #e8ecef;
  }
  #header.headroom.navbar-style-four .navbar-toggler .icon-bar {
    background: #000;
  }
  .bigdata-analytics-content {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .startp-nav nav .others-option .btn.btn-light {
    display: inline-block;
  }
  .repair-about-content ul li {
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-feedback-item:before,
  .single-repair-feedback:after {
    font-size: 65px;
  }
  .woocommerce-topbar {
    text-align: left;
  }
  .woocommerce-topbar .woocommerce-result-count {
    margin-bottom: 0;
  }
  #productsModalCenter .modal-content .products-content {
    text-align: left;
  }
  .products-details form .quantity {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .cart-buttons {
    text-align: left;
  }
  .cart-buttons .text-right {
    text-align: right !important;
  }
  .cart-buttons .continue-shopping-box {
    margin-bottom: 0;
  }
  .iot-why-choose-us:before,
  .repair-why-choose-us:before {
    height: 45%;
  }
  .about-area .container-fluid,
  .free-trial-area .container-fluid,
  .ml-main-banner .container-fluid {
    max-width: 540px;
  }
  .free-trial-content form button {
    position: absolute;
    border-radius: 0 30px 30px 0;
    margin-top: 0;
  }
  .agency-about-area .container-fluid,
  .agency-main-banner .container-fluid,
  .repair-team-area .container {
    max-width: 540px;
  }
  .single-banner-boxes {
    padding: 20px;
  }
  .single-banner-boxes .icon {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-banner {
    height: 100%;
    padding-top: 185px;
    padding-bottom: 165px;
  }
  .main-banner .banner-image {
    text-align: center;
    margin-top: 45px;
  }
  .main-banner .banner-image img {
    position: relative;
    display: none;
  }
  .main-banner .banner-image img:last-child {
    display: block;
  }
  .main-banner .hero-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .main-banner .banner-form {
    padding: 50px;
    margin: 45px 0 !important;
  }
  .hosting-main-banner {
    height: 100%;
    padding-top: 185px;
    padding-bottom: 165px;
  }
  .hosting-main-banner .hosting-banner-content h1 {
    font-size: 30px;
  }
  .hosting-main-banner .hosting-banner-content ul li {
    font-size: 13px;
  }
  .hosting-main-banner .hosting-banner-content p {
    font-size: 16px;
  }
  .hosting-main-banner .hosting-banner-image {
    margin-top: 50px;
  }
  .hosting-main-banner .hosting-banner-image img {
    position: relative;
    display: none;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(10) {
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .shape1,
  .shape2,
  .shape3,
  .shape4,
  .shape5,
  .shape7 {
    display: none;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .boxes-area {
    padding-bottom: 50px;
    margin-top: -65px;
  }
  .single-box {
    margin-bottom: 30px;
  }
  .why-choose-us-image {
    margin-bottom: 65px;
  }
  .why-choose-us-image img {
    display: none;
  }
  .why-choose-us-image img:nth-child(3) {
    display: block;
  }
  .why-choose-us-image img:last-child {
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .services-right-image {
    text-align: center;
    margin-top: 45px;
  }
  .services-right-image img {
    display: none;
    position: relative;
  }
  .services-right-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .services-right-image.single-right-image img.bg-image {
    display: none;
  }
  .services-left-image {
    text-align: center;
    margin-bottom: 45px;
  }
  .services-left-image img {
    display: none;
    position: relative;
  }
  .services-left-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .services-left-image.single-left-image img.bg-image {
    display: none;
  }
  .single-features {
    padding-left: 20px;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .about-image {
    margin-bottom: 45px;
  }
  .about-inner-area,
  .about-inner-area .about-text {
    margin-top: 30px;
  }
  .single-feedback-item {
    padding: 40px 80px 90px;
  }
  .cta-content h3 {
    line-height: 1.5;
  }
  .pricing-area {
    padding-bottom: 50px;
  }
  .single-pricing-table {
    margin-bottom: 30px;
  }
  .page-title-area {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .page-title-area .shape8 {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 20px;
  }
  .project-details-desc .project-details-information .single-info-box {
    width: 33.3333%;
  }
  .contact-info-area {
    padding-bottom: 50px;
  }
  .contact-info-box {
    margin-bottom: 30px;
  }
  #contactForm {
    margin-top: 45px;
  }
  .coming-soon-content h1 {
    font-size: 35px;
  }
  .coming-soon-content p {
    font-size: 15px;
  }
  .coming-soon-content #timer div {
    padding-top: 20px;
    font-size: 30px;
  }
  .coming-soon-content #timer div span {
    font-size: 14px;
  }
  .error-content .notfound-404 {
    height: 205px;
  }
  .error-content .notfound-404 h1 {
    font-size: 170px;
  }
  .products-details {
    margin-top: 25px;
  }
  .services-details {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .services-details-image {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 40px;
  }
  .services-details-area .separate {
    margin-top: 40px;
  }
  .features-details {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .features-details-image {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 40px;
  }
  .features-details-area .separate {
    margin-top: 40px;
  }
  .repair-main-banner {
    padding-top: 155px;
  }
  .repair-banner-content {
    text-align: center;
    margin-bottom: 115px;
  }
  .repair-banner-content h1 {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .repair-banner-image img:nth-child(4) {
    left: 0;
    top: -40px;
    margin: 0 auto;
  }
  .repair-about-content {
    margin-bottom: 45px;
  }
  .repair-about-image {
    text-align: center;
    padding: 35px 0;
  }
  .repair-about-image img:nth-child(2) {
    position: relative;
  }
  .repair-about-image img:nth-child(4),
  .repair-about-image img:nth-child(5) {
    display: none;
  }
  .repair-cta-area {
    padding-top: 80px;
  }
  .cta-repair-content {
    margin-bottom: 30px;
  }
  .repair-why-choose-us:before {
    height: 40%;
  }
  .iot-main-banner {
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .iot-banner-content span {
    font-size: 14px;
  }
  .iot-banner-content h2 {
    font-size: 30px;
  }
  .iot-banner-image {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 80px;
  }
  .iot-banner-image img:first-child {
    max-width: 100%;
  }
  .animate-border span {
    top: 70%;
    left: 42%;
  }
  .iot-cta-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta-iot-content {
    text-align: center;
    margin-top: 40px;
  }
  .iot-features-content {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .iot-features-image {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    margin-top: 40px;
  }
  .iot-why-choose-us:before {
    height: 40%;
  }
  .blog-area .widget-area {
    margin-top: 30px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .single-footer-widget {
    margin-bottom: 30px;
  }
  .copyright-area {
    margin-top: 50px;
  }
  .ml-main-banner {
    background-position: 50%;
    padding-top: 150px;
  }
  .ml-main-banner .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-banner-single-image {
    margin-top: 30px;
  }
  .ml-banner-content {
    text-align: center;
  }
  .ml-banner-content h1 {
    font-size: 30px;
  }
  .ml-banner-content p {
    max-width: 100%;
    font-size: 14px;
  }
  .ml-main-section {
    background-position: 50%;
    padding-top: 150px;
    padding-bottom: 140px;
  }
  .ml-main-section .ml-banner-content h1 {
    font-size: 30px;
  }
  .ml-banner-image {
    height: auto;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
  .ml-banner-image img {
    display: none;
    position: relative;
  }
  .ml-banner-image img:nth-child(12) {
    display: inline-block;
  }
  .ml-partner-area.mt-minus-top {
    margin-top: -120px;
  }
  .about-area .container-fluid {
    max-width: 720px;
  }
  .ml-about-content {
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  .ml-about-content h2 {
    font-size: 25px;
  }
  .ml-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-projects-slides.owl-theme .owl-dots {
    right: 2.5%;
  }
  .ml-projects-slides.owl-theme .owl-dots:before {
    left: -8px;
  }
  .free-trial-area {
    padding-bottom: 80px;
  }
  .free-trial-area .container-fluid {
    max-width: 720px;
  }
  .free-trial-area:before {
    display: none;
  }
  .free-trial-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .free-trial-content h2 {
    font-size: 25px;
  }
  .free-trial-content form {
    margin-top: 20px;
  }
  .agency-main-banner {
    padding-top: 120px;
  }
  .agency-main-banner .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-main-banner .shape8 {
    display: none;
  }
  .agency-banner-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .agency-banner-content .sub-title {
    font-size: 14px;
  }
  .agency-banner-content h1 {
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .agency-banner-content p {
    font-size: 15px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .agency-about-area .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-about-img {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .agency-about-content {
    max-width: 540px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .agency-about-content h2 {
    font-size: 25px;
  }
  .agency-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .shape9,
  .user-shape1,
  .user-shape2,
  .user-shape3,
  .user-shape4,
  .user-shape5,
  .user-shape6 {
    display: none;
  }
  .agency-portfolio-main-banner {
    height: 100%;
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .portfolio-banner-content {
    text-align: center;
    margin-top: 0;
  }
  .portfolio-banner-content .sub-title {
    font-size: 15px;
  }
  .portfolio-banner-content h1 {
    font-size: 30px;
  }
  .portfolio-banner-content p {
    font-size: 14px;
  }
  .our-latest-projects .section-title {
    margin-bottom: 40px;
  }
  .section-title.text-left {
    text-align: center !important;
  }
  .section-title.text-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .shorting-menu {
    text-align: center;
    margin-bottom: 30px;
  }
  .navbar-color-white#header.headroom {
    border-color: #4a4545;
  }
  .bigdata-analytics-banner {
    padding-top: 230px;
  }
  .bigdata-analytics-content {
    max-width: 614px;
  }
  .bigdata-analytics-content h1 {
    font-size: 40px;
  }
  .banner-boxes-area {
    margin-top: 200px;
  }
  .discover-image {
    margin-right: 0;
  }
  .discover-content {
    text-align: center;
    max-width: 540px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
  .single-services-box-item {
    padding: 80px 30px 60px;
  }
  .repair-team-area .container {
    max-width: 720px;
  }
  .single-funfact {
    padding: 20px;
  }
  .newsletter-area {
    padding-bottom: 80px;
  }
  .newsletter-area:before {
    display: none;
  }
  .newsletter-area .container-fluid {
    max-width: 720px;
  }
  .newsletter-content {
    padding: 40px;
    max-width: 100%;
    text-align: center;
  }
  .newsletter-content:before {
    display: block;
  }
  .newsletter-content .newsletter-form {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter-content p {
    margin-left: auto;
    margin-right: auto;
  }
  #header.headroom {
    padding: 10px 0;
  }
  #header.headroom.is-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .startp-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown-menu {
    width: 200px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    padding: 6px 15px;
    font-size: 13.5px;
  }
  .startp-nav nav .others-option .btn.btn-light {
    border: 1px dashed #cdf1d8;
    display: none;
  }
  .startp-nav nav .others-option .btn,
  .startp-nav nav .others-option .btn.btn-light {
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 10px;
  }
  .startp-nav nav .others-option .cart-wrapper-btn {
    margin-right: 25px;
  }
  .iot-banner-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner .hero-content h1 {
    font-size: 35px;
  }
  .main-banner .banner-image img:first-child {
    top: -140px;
    left: -120px;
  }
  .main-banner .banner-image img:nth-child(2) {
    right: 160px;
    top: -286px;
  }
  .main-banner .banner-image img:nth-child(3) {
    left: -30px;
    top: -15px;
  }
  .main-banner .banner-image img:nth-child(4) {
    right: 15%;
    top: 105px;
  }
  .main-banner .banner-image img:nth-child(5) {
    left: 15%;
    top: -120px;
  }
  .main-banner .banner-image img:nth-child(6) {
    right: 37%;
    top: -160px;
  }
  .main-banner .banner-image img:nth-child(7) {
    right: 20px;
    top: -110px;
  }
  .main-banner .banner-image img:nth-child(8) {
    right: 25px;
    top: -140px;
  }
  .main-banner .banner-image img:nth-child(9) {
    right: 28%;
    top: -25px;
  }
  .main-banner .banner-image img:nth-child(10) {
    left: 29%;
    top: -35px;
  }
  .main-banner .banner-image img:nth-child(11) {
    left: 26%;
    top: -160px;
  }
  .main-banner .banner-image img:nth-child(12) {
    left: 15px;
    top: -110px;
  }
  .main-banner .banner-image img:nth-child(13) {
    left: 50%;
    top: -18px;
  }
  .main-banner .banner-image img:nth-child(14) {
    right: 98px;
    top: -20px;
  }
  .hosting-main-banner .hosting-banner-content h1 {
    font-size: 35px;
  }
  .hosting-main-banner .hosting-banner-image img:first-child {
    top: -85px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(2) {
    top: 175px;
    left: 30px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(3) {
    top: 170px;
    right: 30px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(4) {
    left: 18%;
    top: -23px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(5) {
    right: 0;
    top: -115px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(6) {
    left: 2%;
    top: -173px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(7) {
    top: -244px;
    left: -73px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(8) {
    left: 11%;
    top: -200px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(9) {
    top: 40px;
    left: 0;
  }
  .shape1 {
    display: none;
  }
  .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-style-three .startp-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .services-left-image.single-left-image img:first-child,
  .services-right-image.single-right-image img:first-child {
    top: -30px;
  }
  .repair-main-banner {
    padding-top: 185px;
    padding-bottom: 110px;
  }
  .repair-banner-image img:nth-child(4) {
    display: none;
  }
  .repair-banner-image img:nth-child(3) {
    top: -35px;
  }
  .repair-banner-image img:nth-child(2) {
    top: -30px;
  }
  .repair-team-area .single-team .team-content {
    padding-left: 0;
    padding-right: 0;
  }
  .iot-main-banner {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .iot-banner-image img:first-child {
    max-width: 470px;
  }
  .iot-banner-image img:last-child {
    top: -10px;
  }
  .iot-team-area .single-team .team-content {
    padding-left: 0;
    padding-right: 0;
  }
  .ml-projects-slides.owl-theme .owl-dots {
    right: 4.5%;
  }
  .ml-main-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ml-main-section .ml-banner-content h1 {
    font-size: 40px;
  }
  .ml-main-section .row {
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .ml-banner-image {
    height: auto;
    top: 0;
    text-align: center;
  }
  .ml-banner-image img {
    display: none;
    position: relative;
  }
  .ml-banner-image img:nth-child(12) {
    display: inline-block;
  }
  .agency-banner-content {
    max-width: 465px;
    position: relative;
    top: 50px;
  }
  .agency-banner-content h1 {
    font-size: 40px;
  }
  .agency-about-img {
    padding-right: 30px;
  }
  .agency-about-content {
    max-width: 475px;
  }
  .single-banner-boxes {
    padding-left: 83px;
    padding-right: 15px;
  }
  .single-banner-boxes .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 15px;
  }
  .single-services-box-item {
    padding: 80px 25px 60px;
  }
  .newsletter-content {
    max-width: 465px;
  }
  .startp-nav nav .others-option .btn,
  .startp-nav nav .others-option .btn.btn-light {
    padding: 8px 20px;
    font-size: 13px;
  }
  .startp-nav nav .others-option .btn.btn-light {
    padding: 6px 20px !important;
  }
  .single-box {
    padding: 20px;
  }
  .single-box h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1550px) {
  .iot-banner-image {
    right: 90px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .iot-banner-image img:first-child {
    max-width: 90%;
  }
  .iot-banner-image img:last-child {
    left: -128px;
    top: 50px;
  }
  .animate-border span {
    top: 51%;
    left: 70%;
  }
  .navbar-style-three .startp-nav {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ml-main-banner .container-fluid {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media only screen and (min-width: 1350px) {
  .container {
    max-width: 1250px;
  }
}
[dir="rtl"] {
  text-align: right;
}
[dir="rtl"] .owl-carousel,
[dir="rtl"] .preloader .spinner {
  direction: ltr;
}
[dir="rtl"] .owl-carousel .owl-item {
  direction: rtl;
}
[dir="rtl"] .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
[dir="rtl"] .mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
[dir="rtl"] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir="rtl"] .mr-auto.ml-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
[dir="rtl"] .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}
[dir="rtl"] .startp-nav nav .navbar-nav .nav-item .dropdown-menu {
  left: auto;
  right: 0;
}
[dir="rtl"] .startp-nav nav .navbar-nav .nav-item .dropdown-menu li {
  text-align: right;
}
[dir="rtl"] .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a svg {
  float: left;
}
[dir="rtl"]
  .startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu {
  left: auto;
  right: 100%;
}
[dir="rtl"] .startp-nav nav .others-option {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .startp-nav nav .others-option .cart-wrapper-btn {
  margin-left: 20px;
  margin-right: 0;
}
[dir="rtl"] .startp-nav nav .others-option .cart-wrapper-btn span {
  right: auto;
  left: -7px;
}
[dir="rtl"] .startp-nav nav .others-option .btn.btn-light {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .main-banner .banner-form.ml-3 {
  margin-left: auto !important;
  margin-right: 1rem;
}
[dir="rtl"] .offset-lg-1 {
  margin-left: auto;
  margin-right: 8.333333%;
}
[dir="rtl"] .hosting-main-banner .hosting-banner-content ul li {
  padding-left: 0;
  padding-right: 30px;
}
[dir="rtl"] .hosting-main-banner .hosting-banner-content ul li:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .iot-banner-image {
  right: auto;
  left: 65px;
}
[dir="rtl"] .animate-border span {
  left: 25%;
}
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"],
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"] {
  direction: rtl;
}
[dir="rtl"] .pl-5,
[dir="rtl"] .px-5 {
  padding-right: 3rem !important;
  padding-left: 0 !important;
}
[dir="rtl"] .contact-cta-box {
  padding-left: 210px;
  padding-right: 30px;
}
[dir="rtl"] .contact-cta-box .btn {
  right: auto;
  left: 30px;
}
[dir="rtl"] .services-content .section-title {
  text-align: right;
}
[dir="rtl"] .services-content .box {
  padding: 15px 45px 15px 12px;
}
[dir="rtl"] .services-content .box svg {
  left: auto;
  right: 15px;
}
[dir="rtl"] .repair-about-content ul li span svg {
  margin-right: 0;
  margin-left: 5px;
}
[dir="rtl"] .single-repair-feedback:after {
  left: auto;
  right: 25px;
}
[dir="rtl"] .single-repair-feedback .client-img {
  padding-left: 0;
  padding-right: 108px;
}
[dir="rtl"] .shape9,
[dir="rtl"] .single-repair-feedback .client-img img {
  left: auto;
  right: 0;
}
[dir="rtl"] .agency-banner-content {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .single-features {
  padding-left: 20px;
  padding-right: 95px;
}
[dir="rtl"] .single-features .icon {
  left: auto;
  right: 20px;
}
[dir="rtl"] .products-details-image.owl-theme .owl-nav [class*="owl-"] {
  left: auto;
  right: 15px;
}
[dir="rtl"]
  .products-details-image.owl-theme
  .owl-nav
  [class*="owl-"].owl-next {
  left: 15px;
  right: auto;
}
[dir="rtl"] .features-details-desc .features-details-list li {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .features-details-desc .features-details-list li:before {
  left: auto;
  right: 0;
}
[dir="rtl"]
  .features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title {
  padding-left: 20px;
  padding-right: 51px;
}
[dir="rtl"]
  .features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title
  i {
  left: auto;
  right: 0;
}
[dir="rtl"]
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title {
  padding-left: 20px;
  padding-right: 51px;
}
[dir="rtl"]
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i {
  left: auto;
  right: 0;
}
[dir="rtl"]
  .project-details-desc
  .project-details-information
  .single-info-box {
  float: right;
}
[dir="rtl"] .domain-search-content form .form-control {
  float: right;
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .domain-search-content form .domain-select {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
[dir="rtl"] .domain-search-content form .domain-search-content form button {
  float: right;
}
[dir="rtl"] .domain-search-content ul li:first-child {
  border-left: 1px solid #eee;
}
[dir="rtl"] .domain-search-content ul li:last-child {
  border: none;
}
[dir="rtl"] .why-choose-us-image img:first-child {
  left: auto;
  right: -20px;
}
[dir="rtl"] .solutions-box .icon {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .solutions-box .icon img {
  left: auto;
  right: 0;
}
[dir="rtl"] .solutions-box .learn-more-btn svg {
  margin-right: 0;
  margin-left: 3px;
}
[dir="rtl"] .single-works .icon {
  right: auto;
  left: 25px;
}
[dir="rtl"] .agency-about-img {
  padding-left: 100px;
  padding-right: 0;
}
[dir="rtl"] .single-testimonials-item .client-info {
  padding-left: 0;
  padding-right: 95px;
}
[dir="rtl"] .single-testimonials-item .client-info img {
  left: auto;
  right: 0;
}
[dir="rtl"] .testimonials-slides:before {
  left: auto;
  right: -30px;
}
[dir="rtl"] .testimonials-slides:after {
  left: -30px;
  right: auto;
}
[dir="rtl"] .single-blog-post-item .post-content .post-meta {
  padding-right: 0;
}
[dir="rtl"] .single-blog-post-item .post-content .post-meta li {
  margin-right: 0;
  margin-left: 15px;
}
[dir="rtl"]
  .single-blog-post-item
  .post-content
  .post-meta
  li:first-child:before {
  display: none;
}
[dir="rtl"]
  .single-blog-post-item
  .post-content
  .post-meta
  li:last-child:before {
  display: block;
}
[dir="rtl"] .single-blog-post-item .post-content .read-more-btn {
  left: auto;
  right: 25px;
}
[dir="rtl"] .single-feedback-item .client-info .image {
  padding-left: 20px;
  padding-right: 0;
}
[dir="rtl"] .single-feedback-item:before {
  left: auto;
  right: 25px;
}
[dir="rtl"] .cta-right-content .buy-btn {
  padding-left: 0;
  padding-right: 35px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
[dir="rtl"] .feedback-slides .client-feedback .single-feedback {
  padding-left: 40px;
  padding-right: 170px;
}
[dir="rtl"] .feedback-slides .client-feedback .single-feedback .client-img {
  left: auto;
  right: 40px;
}
[dir="rtl"] .faq-accordion .accordion .accordion-item .accordion-title {
  padding-left: 20px;
  padding-right: 51px;
}
[dir="rtl"] .faq-accordion .accordion .accordion-item .accordion-title i {
  left: auto;
  right: 0;
}
[dir="rtl"] .ready-to-talk span a {
  margin-left: 0;
  margin-right: 15px;
}
[dir="rtl"] .coming-soon-content form .submit-btn {
  right: auto;
  left: 3px;
}
[dir="rtl"] .single-blog-post .blog-image .date {
  left: auto;
  right: 20px;
}
[dir="rtl"] .single-blog-post .blog-image .date svg {
  margin-right: 0;
  margin-left: 3px;
}
[dir="rtl"] .single-footer-widget ul.list li a:hover {
  padding-left: 0;
  padding-right: 7px;
}
[dir="rtl"] .single-footer-widget ul.footer-contact-info li {
  padding-left: 0;
  padding-right: 25px;
}
[dir="rtl"] .single-footer-widget ul.footer-contact-info li svg {
  left: auto;
  right: 0;
}
[dir="rtl"] .single-footer-widget ul.social-links li {
  margin-right: 0;
  margin-left: 8px;
}
[dir="rtl"] #productsModalCenter .modal-content button.close {
  right: auto;
  left: 2%;
}
[dir="rtl"]
  #productsModalCenter
  .modal-content
  .products-content
  .product-meta
  span,
[dir="rtl"]
  #productsModalCenter
  .modal-content
  .products-content
  form
  .quantity {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .products-details form .quantity,
[dir="rtl"] .products-details form .quantity span {
  padding-left: 10px;
  padding-right: 0;
}
[dir="rtl"] .products-details form .add-to-wishlist-btn {
  margin-left: 0;
  margin-right: 5px;
}
[dir="rtl"] .products-details .products-share-social span {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .cart-table table tbody tr td.product-subtotal .remove {
  float: left;
  margin-left: 0;
  margin-right: 25px;
}
[dir="rtl"] .cart-totals ul li span {
  float: left;
}
[dir="rtl"] .user-actions svg {
  margin-right: 0;
  margin-left: 4px;
}
[dir="rtl"] .order-details .payment-method p [type="radio"]:checked + label,
[dir="rtl"]
  .order-details
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label {
  padding-left: 0;
  padding-right: 27px;
}
[dir="rtl"]
  .order-details
  .payment-method
  p
  [type="radio"]:checked
  + label:before,
[dir="rtl"]
  .order-details
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label:before {
  left: auto;
  right: 0;
}
[dir="rtl"]
  .order-details
  .payment-method
  p
  [type="radio"]:checked
  + label:after,
[dir="rtl"]
  .order-details
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label:after {
  left: auto;
  right: 3px;
}
[dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}
[dir="rtl"] .form-check-input {
  margin-left: 0;
  margin-right: -1.25rem;
}
[dir="rtl"] .widget-area .widget .widget-title:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .widget-area .widget_search form button {
  right: auto;
  left: 0;
}
[dir="rtl"] .widget-area .widget_startp_posts_thumb .item .thumb {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
[dir="rtl"] .widget-area .widget_categories ul {
  padding-right: 0;
}
[dir="rtl"] .widget-area .widget_categories ul li {
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .widget-area .widget_categories ul li:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .widget-area .widget_archive ul {
  padding-right: 0;
}
[dir="rtl"] .widget-area .widget_archive ul li {
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .widget-area .widget_archive ul li:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .widget-area .widget_meta ul {
  padding-right: 0;
}
[dir="rtl"] .widget-area .widget_meta ul li {
  padding-left: 0;
  padding-right: 14px;
}
[dir="rtl"] .widget-area .widget_meta ul li:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .blog-details-desc .article-content .entry-meta ul {
  padding-right: 0;
}
[dir="rtl"] .blog-details-desc .article-content .entry-meta ul li:first-child {
  margin-right: 0;
}
[dir="rtl"]
  .blog-details-desc
  .article-content
  .entry-meta
  ul
  li:first-child:before {
  display: none;
}
[dir="rtl"] .blog-details-desc .article-content .entry-meta ul li svg {
  margin-left: 2px;
  margin-right: 0;
}
[dir="rtl"] .blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 20px;
}
[dir="rtl"]
  .blog-details-desc
  .article-content
  .entry-meta
  ul
  li:last-child:before {
  display: block;
}
[dir="rtl"] .blog-details-desc .article-content .features-list {
  padding-right: 0;
}
[dir="rtl"] .blog-details-desc .article-content .features-list li {
  padding-left: 0;
  padding-right: 25px;
}
[dir="rtl"] .blog-details-desc .article-content .features-list li svg {
  left: auto;
  right: 0;
}
[dir="rtl"] .blog-details-desc .article-footer .article-tags a {
  margin-right: 0;
  margin-left: 3px;
}
[dir="rtl"] .blockquote:after,
[dir="rtl"] blockquote:after {
  left: auto;
  right: 0;
}
[dir="rtl"] .prev-link-wrapper {
  padding-right: 0;
  padding-left: 15px;
}
[dir="rtl"] .prev-link-wrapper .image-prev {
  margin-right: 0;
  margin-left: 20px;
}
[dir="rtl"] .next-link-wrapper {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .next-link-wrapper .image-next {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .comments-area .comment-body {
  padding-left: 0;
  padding-right: 65px;
}
[dir="rtl"] .comments-area .comment-author .avatar {
  left: auto;
  right: -65px;
}
[dir="rtl"] .comments-area .comment-respond .comment-form-comment {
  float: right;
}
[dir="rtl"] .comments-area .comment-respond .comment-form-author {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}
[dir="rtl"] .comments-area .comment-respond .comment-form-email {
  float: right;
  padding-left: 0;
  padding-right: 10px;
}
[dir="rtl"] .comments-area .comment-respond .comment-form-url {
  float: right;
}
[dir="rtl"] .comments-area .comment-respond .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"]
  .comments-area
  .comment-respond
  .comment-form-cookies-consent
  input {
  left: auto;
  right: 0;
}
[dir="rtl"] #contactForm .help-block ul {
  padding-right: 0;
}
[dir="rtl"] .ml-projects-slides.owl-theme .owl-dots {
  right: auto;
  left: 12.5%;
}
[dir="rtl"] .single-ml-projects-box .plus-icon a {
  right: auto;
  left: 20px;
}
[dir="rtl"] .pricing-tab .tabs {
  padding-right: 0;
}
[dir="rtl"] .pricing-tab .tabs li:first-child a {
  border-radius: 0 5px 5px 0;
}
[dir="rtl"] .pricing-tab .tabs li:nth-child(2) a {
  border-radius: 5px 0 0 5px;
}
[dir="rtl"] .pricing-box .pricing-features li {
  padding-left: 0;
  padding-right: 27px;
}
[dir="rtl"] .pricing-box .pricing-features li svg {
  left: auto;
  right: 0;
}
[dir="rtl"] .single-ml-feedback-item {
  padding-left: 70px;
  padding-right: 190px;
}
[dir="rtl"] .single-ml-feedback-item .client-info {
  left: auto;
  right: 60px;
}
[dir="rtl"] .single-blog-post-box .entry-post-content .entry-meta ul {
  padding-right: 0;
}
[dir="rtl"]
  .single-blog-post-box
  .entry-post-content
  .entry-meta
  ul
  li:first-child {
  margin-right: 0;
}
[dir="rtl"]
  .single-blog-post-box
  .entry-post-content
  .entry-meta
  ul
  li:first-child:before {
  display: none;
}
[dir="rtl"]
  .single-blog-post-box
  .entry-post-content
  .entry-meta
  ul
  li:last-child {
  margin-right: 12px;
}
[dir="rtl"]
  .single-blog-post-box
  .entry-post-content
  .entry-meta
  ul
  li:last-child:before {
  display: block;
}
[dir="rtl"] .free-trial-content form button {
  right: auto;
  left: 0;
  border-radius: 0 30px 30px 0;
}
[dir="rtl"] .free-trial-content form .input-newsletter {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .go-top {
  left: 0;
  right: auto;
  border-radius: 0 10px 10px 0;
}
[dir="rtl"] .shorting-menu button {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .shorting-menu button:last-child {
  margin-left: 0;
}
[dir="rtl"] .projects-items .single-latest-projects .content {
  left: auto;
  right: -5%;
}
[dir="rtl"] .single-blog-item .post-content .post-meta {
  padding-right: 0;
}
[dir="rtl"] .single-blog-item .post-content .post-meta li {
  margin-right: 0;
  margin-left: 25px;
}
[dir="rtl"] .single-blog-item .post-content .post-meta li:last-child {
  margin-left: 0;
}
[dir="rtl"] .single-blog-item .post-content .post-meta li:before {
  right: auto;
  left: -20px;
}
[dir="rtl"] .creative-inner-area {
  margin-left: 0;
  margin-right: auto;
}
[dir="rtl"] .single-banner-boxes {
  padding-right: 95px;
  padding-left: 25px;
}
[dir="rtl"] .single-banner-boxes .icon {
  left: auto;
  right: 20px;
}
[dir="rtl"] .single-what-we-do-box {
  padding-left: 0;
  padding-right: 88px;
}
[dir="rtl"] .single-what-we-do-box .icon {
  left: auto;
  right: 0;
}
[dir="rtl"] .discover-content {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .discover-image {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .discover-image img:nth-child(2) {
  right: auto;
  left: 0;
}
[dir="rtl"] .analytics-shape1 {
  left: auto;
  right: 0;
}
[dir="rtl"] .analytics-shape2 {
  left: 0;
  right: auto;
}
[dir="rtl"] .single-services-box-item {
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
[dir="rtl"] .single-services-box-item .learn-more-btn {
  padding-left: 0;
  padding-right: 28px;
}
[dir="rtl"] .single-services-box-item .learn-more-btn svg {
  left: auto;
  right: 0;
}
[dir="rtl"] .single-services-box-item .learn-more-btn:hover {
  padding-left: 5px;
  padding-right: 0;
}
[dir="rtl"] .single-services-box-item .learn-more-btn:hover svg {
  left: auto;
  right: 100%;
}
[dir="rtl"] .single-services-box-item .shape {
  right: auto;
  left: 0;
}
[dir="rtl"] .single-feedback-box {
  margin-left: 0;
  margin-right: 25px;
}
[dir="rtl"] .single-feedback-box:before {
  left: auto;
  right: -25px;
}
[dir="rtl"] .single-feedback-box .feedback-desc:before {
  left: auto;
  right: 35px;
}
[dir="rtl"] .single-feedback-box .client-info {
  padding-left: 0;
  padding-right: 65px;
  margin-left: 0;
  margin-right: 27px;
}
[dir="rtl"] .single-feedback-box .client-info img {
  left: auto;
  right: 0;
}
[dir="rtl"] .single-industries-serve-box {
  padding-left: 15px;
  padding-right: 50px;
}
[dir="rtl"] .single-industries-serve-box:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .single-industries-serve-box .icon {
  left: auto;
  right: -15px;
}
[dir="rtl"] .newsletter-area:before {
  right: auto;
  left: 0;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}
[dir="rtl"] .newsletter-content .newsletter-form {
  padding-right: 0;
  padding-left: 160px;
}
[dir="rtl"] .newsletter-content .newsletter-form .input-newsletter {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .newsletter-content .newsletter-form button {
  right: auto;
  left: 0;
}
[dir="rtl"] .section-title.text-left {
  text-align: right;
}
[dir="rtl"] .about-content .section-title,
[dir="rtl"] .order-details .order-table table {
  text-align: revert;
}
[dir="rtl"] .form-check-input {
  float: right;
}
[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}
[dir="rtl"] .accordion__button {
  text-align: right;
}
[dir="rtl"] .accordion__button:before {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .auth-form form .form-label {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  [dir="rtl"]
    .startp-nav
    nav
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    .dropdown-menu {
    right: 15px;
  }
  [dir="rtl"] .startp-nav nav .others-option {
    right: auto;
    left: 45px;
  }
  [dir="rtl"] .single-features {
    padding-right: 20px;
  }
  [dir="rtl"] .single-works .icon {
    right: auto !important;
    left: 10px;
  }
  [dir="rtl"] .feedback-slides .client-feedback .single-feedback .client-img {
    right: 0;
  }
  [dir="rtl"] .offset-lg-1 {
    margin-right: 0;
  }
  [dir="rtl"] .contact-cta-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  [dir="rtl"] .contact-cta-box .btn {
    right: 0;
  }
  [dir="rtl"] .feedback-slides .client-feedback .single-feedback {
    padding-left: 20px;
    padding-right: 20px;
  }
  [dir="rtl"] .pl-5,
  [dir="rtl"] .px-5 {
    padding-right: 0 !important;
  }
  [dir="rtl"] .domain-search-content form .domain-select {
    padding-left: 0;
  }
  [dir="rtl"] .single-ml-feedback-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  [dir="rtl"] .single-industries-serve-box {
    padding-left: 8px;
    padding-right: 8px;
  }
  [dir="rtl"] .testimonials-slides .client-info .image {
    padding-right: 0 !important;
    padding-left: 15px;
  }
  [dir="rtl"] .single-feedback-item:before {
    left: auto !important;
    right: 15px;
  }
  [dir="rtl"] .cta-right-content .buy-btn {
    padding-right: 0;
  }
  [dir="rtl"] .single-repair-feedback .client-img {
    padding-right: 85px;
    padding-left: 0 !important;
  }
  [dir="rtl"] .single-repair-feedback:after {
    left: auto !important;
    right: 10px;
  }
  [dir="rtl"] .single-ml-feedback-item .client-info {
    right: 0;
  }
  [dir="rtl"] .solutions-box .icon {
    padding-left: 0 !important;
    padding-right: 15px;
  }
  [dir="rtl"] .agency-about-img {
    padding-left: 0;
  }
  [dir="rtl"] .projects-items .single-latest-projects .content {
    left: auto !important;
    right: 5%;
  }
  [dir="rtl"] .single-banner-boxes {
    padding-left: 20px !important;
    padding-right: 85px !important;
  }
  [dir="rtl"] .single-banner-boxes .icon {
    left: auto !important;
    right: 15px;
  }
  [dir="rtl"] .single-what-we-do-box {
    padding-left: 0 !important;
    padding-right: 70px;
  }
  [dir="rtl"] .discover-image {
    margin-left: 0;
  }
  [dir="rtl"] .discover-content {
    padding-right: 0;
  }
  [dir="rtl"] .single-feedback-box {
    margin-left: 0 !important;
    margin-right: 15px;
  }
  [dir="rtl"] .single-feedback-box:before {
    left: auto !important;
    right: -15px;
  }
  [dir="rtl"] .single-industries-serve-box .icon {
    right: 0;
  }
  [dir="rtl"] .newsletter-content .newsletter-form {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  [dir="rtl"] .single-banner-boxes {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="rtl"] .single-features {
    padding-right: 20px;
  }
  [dir="rtl"] .offset-lg-1 {
    margin-right: 0;
  }
  [dir="rtl"] .agency-about-img {
    padding-left: 0;
  }
  [dir="rtl"] .discover-image {
    margin-left: 0;
  }
  [dir="rtl"] .discover-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="rtl"] .main-banner .banner-image {
    left: 100px;
  }
  [dir="rtl"] .single-banner-boxes {
    padding-left: 15px !important;
    padding-right: 83px !important;
  }
  [dir="rtl"] .single-banner-boxes .icon {
    left: auto !important;
    right: 15px;
  }
}
@media only screen and (min-width: 1550px) {
  [dir="rtl"] .iot-banner-image {
    right: auto !important;
    left: 110px;
  }
  [dir="rtl"] .animate-border span {
    left: 25% !important;
  }
}
[dir="rtl"] .slick-slide {
  float: left;
}
