@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root{
    --iqlex: #1B222C;
}
/*!
 * Bootstrap v5.0.0-beta2 (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)
 */
:root {
  --bs-primary: #ff5722;
  --bs-secondary: #5034fc;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-boulder: #747474;
  --bs-link-water: #f2f5fb;
  --bs-green: green;
  --bs-coral: #ff8d52;
  --bs-anakiwaap: #a9d2ff;
  --bs-orange: #ff5200;
  --bs-java: #15cda8;
  --bs-java-2: #1de2cf;
  --bs-ice-cold: #96f7d2;
  --bs-purple-heart: #6a26da;
  --bs-blue-ribbon: #2b59ff;
  --bs-blue-ribbon-2: #0041ff;
  --bs-blue: #7984ee;
  --bs-green-2: #22cc74;
  --bs-tree-poppy: #ff971d;
  --bs-ebony-clay: #25373f;
  --bs-electric-violet: #5338fc;
  --bs-electric-violet-2: #5034fc;
  --bs-radical-red: #ff4057;
  --bs-golden-tainoi: #ffd166;
  --bs-oxford-blue: #3b4656;
  --bs-royal-blue: #3e49f3;
  --bs-victoria: #494ca2;
  --bs-dodger-blue: #0f89ff;
  --bs-caribbean-green: #0cd68a;
  --bs-gorse: #fee856;
  --bs-yellow: #fcdc00;
  --bs-yellow-2: #ffce3e;
  --bs-yellow-3: #ffd700;
  --bs-shark: #262729;
  --bs-torch-red: #ff1e38;
  --bs-watermelon: #fd5284;
  --bs-niagara: #099a97;
  --bs-bittersweet: #ff7272;
  --bs-lavender: #be79df;
  --bs-cod-gray: #161616;
  --bs-half-baked: #82c4c3;
  --bs-primary: #ff5722;
  --bs-secondary: #5034fc;
  --bs-custom-color: #900;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-texts);
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-headings);
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: calc(1.3375rem + 1.05vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.125rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.3125rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-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;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ff5722;
  text-decoration: none;
}

a:hover {
  color: #cc461b;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #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;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.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: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-xs, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-xs, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.3125rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.3125rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.625rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.625rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.0666rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.0666rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.25rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.25rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.875rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.875rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 2.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3.125rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3.125rem;
}

@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1.0666rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1.0666rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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.3125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.0666rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.0666rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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.3125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.0666rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.0666rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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.3125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.0666rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.0666rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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.3125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.0666rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.0666rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .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.3125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.0666rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.0666rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3.125rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: var(--color-texts);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--color-texts);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--color-texts);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--color-texts);
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ffddd3;
  --bs-table-striped-bg: #f2d2c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6c7be;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecccc3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6c7be;
}

.table-secondary {
  --bs-table-bg: #dcd6fe;
  --bs-table-striped-bg: #d1cbf1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c6c1e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ccc6eb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c6c1e5;
}

.table-success {
  --bs-table-bg: #cce6cc;
  --bs-table-striped-bg: #c2dbc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cfb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd5bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cfb8;
}

.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: #fef8cc;
  --bs-table-striped-bg: #f1ecc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5dfb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebe5bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5dfb8;
}

.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: 479.98px) {
  .table-responsive-xs {
    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.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.88;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.88;
  color: gray;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(128, 138, 142, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: gray;
  background-color: #fff;
  border-color: rgba(128, 138, 142, 0.2);
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-date-and-time-value {
  height: 1.88em;
}

.form-control::-moz-placeholder {
  color: rgba(37, 55, 63, 0.7);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(37, 55, 63, 0.7);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(37, 55, 63, 0.7);
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.75rem 0.9375rem;
  margin: -0.75rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
  color: gray;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0.9375rem;
  margin: -0.75rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
  color: gray;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -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.75rem 0;
  margin-bottom: 0;
  line-height: 1.88;
  color: var(--color-texts);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm {
  min-height: calc(1.88em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  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;
          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: 4.4375rem;
  padding: 0.5rem 1.5625rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1.5625rem;
  margin: -0.5rem -1.5625rem;
  -webkit-margin-end: 1.5625rem;
          margin-inline-end: 1.5625rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1.5625rem;
  margin: -0.5rem -1.5625rem;
  -webkit-margin-end: 1.5625rem;
          margin-inline-end: 1.5625rem;
}

textarea.form-control {
  min-height: 4.375rem;
}

textarea.form-control-sm {
  min-height: calc(1.88em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: 4.4375rem;
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.75rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.88em;
  border-radius: 0.3125rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.88em;
  border-radius: 0.3125rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.8125rem 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.88;
  color: gray;
  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.9375rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(128, 138, 142, 0.2);
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select:focus {
  border-color: rgba(128, 138, 142, 0.2);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

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

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 gray;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5625rem;
  font-size: 1.125rem;
}

.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: center;
  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 {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: rgba(128, 138, 142, 0.2);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

.form-check-input:checked {
  background-color: #5034fc;
  border-color: #5034fc;
}

.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: #ff5722;
  border-color: #ff5722;
  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;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

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

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28128, 138, 142, 0.2%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff5722;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #ffcdbd;
}

.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: #ff5722;
  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: #ffcdbd;
}

.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: calc(3.5rem + 2px);
  padding: 1rem 0.9375rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.9375rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

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

.form-floating > .form-control::-moz-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:not(:-ms-input-placeholder) {
  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:not(:-ms-input-placeholder) ~ 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;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.88;
  color: gray;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(128, 138, 142, 0.2);
  border-radius: 0.3125rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1.5625rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  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: green;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: rgba(0, 128, 0, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: green;
  padding-right: calc(1.88em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='green' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.47em + 0.375rem) center;
  background-size: calc(0.94em + 0.75rem) calc(0.94em + 0.75rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: green;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: green;
  padding-right: 5.15625rem;
  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='green' 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.9375rem center, center right 2.8125rem;
  background-size: 16px 12px, calc(0.94em + 0.75rem) calc(0.94em + 0.75rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: green;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: green;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: green;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: green;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.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: .1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.88em + 1.5rem);
  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 calc(0.47em + 0.375rem) center;
  background-size: calc(0.94em + 0.75rem) calc(0.94em + 0.75rem);
}

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 5.15625rem;
  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.9375rem center, center right 2.8125rem;
  background-size: 16px 12px, calc(0.94em + 0.75rem) calc(0.94em + 0.75rem);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.btn {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.88;
  color: var(--color-texts);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5625rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: var(--color-texts);
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

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

.btn-primary {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-primary:hover {
  color: #000;
  background-color: #ff7043;
  border-color: #ff6838;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #ff7043;
  border-color: #ff6838;
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ff794e;
  border-color: #ff6838;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-secondary {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #442cd6;
  border-color: #402aca;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #442cd6;
  border-color: #402aca;
  box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #402aca;
  border-color: #3c27bd;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-custom-color {
  color: #fff;
  background-color: #900;
  border-color: #900;
}

.btn-custom-color:hover {
  color: #fff;
  background-color: #820000;
  border-color: #7a0000;
}

.btn-check:focus + .btn-custom-color, .btn-custom-color:focus {
  color: #fff;
  background-color: #820000;
  border-color: #7a0000;
  box-shadow: 0 0 0 0.2rem rgba(168, 38, 38, 0.5);
}

.btn-check:checked + .btn-custom-color,
.btn-check:active + .btn-custom-color, .btn-custom-color:active, .btn-custom-color.active,
.show > .btn-custom-color.dropdown-toggle {
  color: #fff;
  background-color: #7a0000;
  border-color: #730000;
}

.btn-check:checked + .btn-custom-color:focus,
.btn-check:active + .btn-custom-color:focus, .btn-custom-color:active:focus, .btn-custom-color.active:focus,
.show > .btn-custom-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 38, 38, 0.5);
}

.btn-custom-color:disabled, .btn-custom-color.disabled {
  color: #fff;
  background-color: #900;
  border-color: #900;
}

.btn-outline-primary {
  color: #ff5722;
  border-color: #ff5722;
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #ff5722;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #5034fc;
  border-color: #5034fc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 52, 252, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 52, 252, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #5034fc;
  background-color: transparent;
}

.btn-outline-custom-color {
  color: #900;
  border-color: #900;
}

.btn-outline-custom-color:hover {
  color: #fff;
  background-color: #900;
  border-color: #900;
}

.btn-check:focus + .btn-outline-custom-color, .btn-outline-custom-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5);
}

.btn-check:checked + .btn-outline-custom-color,
.btn-check:active + .btn-outline-custom-color, .btn-outline-custom-color:active, .btn-outline-custom-color.active, .btn-outline-custom-color.dropdown-toggle.show {
  color: #fff;
  background-color: #900;
  border-color: #900;
}

.btn-check:checked + .btn-outline-custom-color:focus,
.btn-check:active + .btn-outline-custom-color:focus, .btn-outline-custom-color:active:focus, .btn-outline-custom-color.active:focus, .btn-outline-custom-color.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.5);
}

.btn-outline-custom-color:disabled, .btn-outline-custom-color.disabled {
  color: #900;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #ff5722;
  text-decoration: none;
}

.btn-link:hover {
  color: #cc461b;
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: var(--color-texts);
  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] {
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 480px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-menu[data-bs-popper] {
  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 {
  top: 0;
  right: auto;
  left: 100%;
}

.dropend .dropdown-menu[data-bs-popper] {
  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 {
  top: 0;
  right: 100%;
  left: auto;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff5722;
}

.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.8125rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #ff5722;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

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

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

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

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

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #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: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff5722;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

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

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

.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

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

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 480px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

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

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

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.875rem 1.875rem;
}

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

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

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

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

.card-link + .card-link {
  margin-left: 1.875rem /* rtl:ignore */;
}

.card-header {
  padding: 0.9375rem 1.875rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.9375rem 1.875rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: var(--color-texts);
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

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

.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #e64e1f;
  background-color: #ffeee9;
}

.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='%23e64e1f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--color-texts%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

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

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgba(128, 138, 142, 0.2);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #ff5722;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.page-link:hover {
  z-index: 2;
  color: #cc461b;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #cc461b;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.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.8125rem;
}

.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 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: #993414;
  background-color: #ffddd3;
  border-color: #ffcdbd;
}

.alert-primary .alert-link {
  color: #7a2a10;
}

.alert-secondary {
  color: #301f97;
  background-color: #dcd6fe;
  border-color: #cbc2fe;
}

.alert-secondary .alert-link {
  color: #261979;
}

.alert-custom-color {
  color: #5c0000;
  background-color: #ebcccc;
  border-color: #e0b3b3;
}

.alert-custom-color .alert-link {
  color: #4a0000;
}

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5722;
  transition: width 0.6s ease;
}

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

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: var(--color-texts);
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  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: #ff5722;
  border-color: #ff5722;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 480px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    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: #993414;
  background-color: #ffddd3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #993414;
  background-color: #e6c7be;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #993414;
  border-color: #993414;
}

.list-group-item-secondary {
  color: #301f97;
  background-color: #dcd6fe;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #301f97;
  background-color: #c6c1e5;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #301f97;
  border-color: #301f97;
}

.list-group-item-custom-color {
  color: #5c0000;
  background-color: #ebcccc;
}

.list-group-item-custom-color.list-group-item-action:hover, .list-group-item-custom-color.list-group-item-action:focus {
  color: #5c0000;
  background-color: #d4b8b8;
}

.list-group-item-custom-color.list-group-item-action.active {
  color: #fff;
  background-color: #5c0000;
  border-color: #5c0000;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 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 {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  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: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 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-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  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: 479.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .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: 1070;
  display: block;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  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::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--color-headings);
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: var(--color-texts);
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #ff5722;
}

.link-primary:hover, .link-primary:focus {
  color: #ff794e;
}

.link-secondary {
  color: #5034fc;
}

.link-secondary:hover, .link-secondary:focus {
  color: #402aca;
}

.link-custom-color {
  color: #900;
}

.link-custom-color:hover, .link-custom-color:focus {
  color: #7a0000;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 480px) {
  .sticky-xs-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;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -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 {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #ff5722 !important;
}

.border-secondary {
  border-color: #5034fc !important;
}

.border-custom-color {
  border-color: #900 !important;
}

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.gap-1 {
  gap: 0.3125rem !important;
}

.gap-2 {
  gap: 0.625rem !important;
}

.gap-3 {
  gap: 1.0666rem !important;
}

.gap-4 {
  gap: 1.25rem !important;
}

.gap-5 {
  gap: 1.875rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-7 {
  gap: 3.125rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 2.5rem !important;
}

.m-7 {
  margin: 3.125rem !important;
}

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

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

.mx-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.mx-2 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-3 {
  margin-right: 1.0666rem !important;
  margin-left: 1.0666rem !important;
}

.mx-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !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.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.my-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3 {
  margin-top: 1.0666rem !important;
  margin-bottom: 1.0666rem !important;
}

.my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-5 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

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

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

.mt-1 {
  margin-top: 0.3125rem !important;
}

.mt-2 {
  margin-top: 0.625rem !important;
}

.mt-3 {
  margin-top: 1.0666rem !important;
}

.mt-4 {
  margin-top: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.875rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3.125rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.3125rem !important;
}

.me-2 {
  margin-right: 0.625rem !important;
}

.me-3 {
  margin-right: 1.0666rem !important;
}

.me-4 {
  margin-right: 1.25rem !important;
}

.me-5 {
  margin-right: 1.875rem !important;
}

.me-6 {
  margin-right: 2.5rem !important;
}

.me-7 {
  margin-right: 3.125rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.mb-2 {
  margin-bottom: 0.625rem !important;
}

.mb-3 {
  margin-bottom: 1.0666rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.875rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3.125rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.3125rem !important;
}

.ms-2 {
  margin-left: 0.625rem !important;
}

.ms-3 {
  margin-left: 1.0666rem !important;
}

.ms-4 {
  margin-left: 1.25rem !important;
}

.ms-5 {
  margin-left: 1.875rem !important;
}

.ms-6 {
  margin-left: 2.5rem !important;
}

.ms-7 {
  margin-left: 3.125rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3.125rem !important;
}

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

.px-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.px-2 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-3 {
  padding-right: 1.0666rem !important;
  padding-left: 1.0666rem !important;
}

.px-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

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

.py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.py-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3 {
  padding-top: 1.0666rem !important;
  padding-bottom: 1.0666rem !important;
}

.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-5 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

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

.pt-1 {
  padding-top: 0.3125rem !important;
}

.pt-2 {
  padding-top: 0.625rem !important;
}

.pt-3 {
  padding-top: 1.0666rem !important;
}

.pt-4 {
  padding-top: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.875rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3.125rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.3125rem !important;
}

.pe-2 {
  padding-right: 0.625rem !important;
}

.pe-3 {
  padding-right: 1.0666rem !important;
}

.pe-4 {
  padding-right: 1.25rem !important;
}

.pe-5 {
  padding-right: 1.875rem !important;
}

.pe-6 {
  padding-right: 2.5rem !important;
}

.pe-7 {
  padding-right: 3.125rem !important;
}

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

.pb-1 {
  padding-bottom: 0.3125rem !important;
}

.pb-2 {
  padding-bottom: 0.625rem !important;
}

.pb-3 {
  padding-bottom: 1.0666rem !important;
}

.pb-4 {
  padding-bottom: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.875rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3.125rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.3125rem !important;
}

.ps-2 {
  padding-left: 0.625rem !important;
}

.ps-3 {
  padding-left: 1.0666rem !important;
}

.ps-4 {
  padding-left: 1.25rem !important;
}

.ps-5 {
  padding-left: 1.875rem !important;
}

.ps-6 {
  padding-left: 2.5rem !important;
}

.ps-7 {
  padding-left: 3.125rem !important;
}

.fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-3 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: calc(1.25625rem + 0.075vw) !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;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #ff5722 !important;
}

.text-secondary {
  color: #5034fc !important;
}

.text-custom-color {
  color: #900 !important;
}

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

.text-body {
  color: var(--color-texts) !important;
}

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

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

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

.text-reset {
  color: inherit !important;
}

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

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

.bg-secondary {
  background-color: #5034fc !important;
}

.bg-custom-color {
  background-color: #900 !important;
}

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !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;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 480px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.3125rem !important;
  }
  .gap-xs-2 {
    gap: 0.625rem !important;
  }
  .gap-xs-3 {
    gap: 1.0666rem !important;
  }
  .gap-xs-4 {
    gap: 1.25rem !important;
  }
  .gap-xs-5 {
    gap: 1.875rem !important;
  }
  .gap-xs-6 {
    gap: 2.5rem !important;
  }
  .gap-xs-7 {
    gap: 3.125rem !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.3125rem !important;
  }
  .m-xs-2 {
    margin: 0.625rem !important;
  }
  .m-xs-3 {
    margin: 1.0666rem !important;
  }
  .m-xs-4 {
    margin: 1.25rem !important;
  }
  .m-xs-5 {
    margin: 1.875rem !important;
  }
  .m-xs-6 {
    margin: 2.5rem !important;
  }
  .m-xs-7 {
    margin: 3.125rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xs-3 {
    margin-right: 1.0666rem !important;
    margin-left: 1.0666rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xs-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xs-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xs-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xs-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xs-3 {
    margin-top: 1.0666rem !important;
    margin-bottom: 1.0666rem !important;
  }
  .my-xs-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xs-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xs-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.3125rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xs-3 {
    margin-top: 1.0666rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xs-5 {
    margin-top: 1.875rem !important;
  }
  .mt-xs-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-7 {
    margin-top: 3.125rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xs-2 {
    margin-right: 0.625rem !important;
  }
  .me-xs-3 {
    margin-right: 1.0666rem !important;
  }
  .me-xs-4 {
    margin-right: 1.25rem !important;
  }
  .me-xs-5 {
    margin-right: 1.875rem !important;
  }
  .me-xs-6 {
    margin-right: 2.5rem !important;
  }
  .me-xs-7 {
    margin-right: 3.125rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1.0666rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xs-3 {
    margin-left: 1.0666rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xs-5 {
    margin-left: 1.875rem !important;
  }
  .ms-xs-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xs-7 {
    margin-left: 3.125rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.3125rem !important;
  }
  .p-xs-2 {
    padding: 0.625rem !important;
  }
  .p-xs-3 {
    padding: 1.0666rem !important;
  }
  .p-xs-4 {
    padding: 1.25rem !important;
  }
  .p-xs-5 {
    padding: 1.875rem !important;
  }
  .p-xs-6 {
    padding: 2.5rem !important;
  }
  .p-xs-7 {
    padding: 3.125rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xs-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xs-3 {
    padding-right: 1.0666rem !important;
    padding-left: 1.0666rem !important;
  }
  .px-xs-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xs-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xs-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xs-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xs-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xs-3 {
    padding-top: 1.0666rem !important;
    padding-bottom: 1.0666rem !important;
  }
  .py-xs-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xs-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xs-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xs-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xs-3 {
    padding-top: 1.0666rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xs-5 {
    padding-top: 1.875rem !important;
  }
  .pt-xs-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-7 {
    padding-top: 3.125rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xs-3 {
    padding-right: 1.0666rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xs-5 {
    padding-right: 1.875rem !important;
  }
  .pe-xs-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xs-7 {
    padding-right: 3.125rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.0666rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 3.125rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xs-3 {
    padding-left: 1.0666rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xs-5 {
    padding-left: 1.875rem !important;
  }
  .ps-xs-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xs-7 {
    padding-left: 3.125rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.3125rem !important;
  }
  .gap-sm-2 {
    gap: 0.625rem !important;
  }
  .gap-sm-3 {
    gap: 1.0666rem !important;
  }
  .gap-sm-4 {
    gap: 1.25rem !important;
  }
  .gap-sm-5 {
    gap: 1.875rem !important;
  }
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  .gap-sm-7 {
    gap: 3.125rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 1.0666rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 1.875rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3.125rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.0666rem !important;
    margin-left: 1.0666rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-3 {
    margin-top: 1.0666rem !important;
    margin-bottom: 1.0666rem !important;
  }
  .my-sm-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.0666rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.625rem !important;
  }
  .me-sm-3 {
    margin-right: 1.0666rem !important;
  }
  .me-sm-4 {
    margin-right: 1.25rem !important;
  }
  .me-sm-5 {
    margin-right: 1.875rem !important;
  }
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  .me-sm-7 {
    margin-right: 3.125rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.0666rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.0666rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 1.0666rem !important;
  }
  .p-sm-4 {
    padding: 1.25rem !important;
  }
  .p-sm-5 {
    padding: 1.875rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3.125rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-3 {
    padding-right: 1.0666rem !important;
    padding-left: 1.0666rem !important;
  }
  .px-sm-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-3 {
    padding-top: 1.0666rem !important;
    padding-bottom: 1.0666rem !important;
  }
  .py-sm-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.0666rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.125rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.0666rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.0666rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.125rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.0666rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 3.125rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.3125rem !important;
  }
  .gap-md-2 {
    gap: 0.625rem !important;
  }
  .gap-md-3 {
    gap: 1.0666rem !important;
  }
  .gap-md-4 {
    gap: 1.25rem !important;
  }
  .gap-md-5 {
    gap: 1.875rem !important;
  }
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  .gap-md-7 {
    gap: 3.125rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .m-md-3 {
    margin: 1.0666rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .m-md-5 {
    margin: 1.875rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3.125rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-3 {
    margin-right: 1.0666rem !important;
    margin-left: 1.0666rem !important;
  }
  .mx-md-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-3 {
    margin-top: 1.0666rem !important;
    margin-bottom: 1.0666rem !important;
  }
  .my-md-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.625rem !important;
  }
  .mt-md-3 {
    margin-top: 1.0666rem !important;
  }
  .mt-md-4 {
    margin-top: 1.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.875rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7 {
    margin-top: 3.125rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.3125rem !important;
  }
  .me-md-2 {
    margin-right: 0.625rem !important;
  }
  .me-md-3 {
    margin-right: 1.0666rem !important;
  }
  .me-md-4 {
    margin-right: 1.25rem !important;
  }
  .me-md-5 {
    margin-right: 1.875rem !important;
  }
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  .me-md-7 {
    margin-right: 3.125rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.0666rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.625rem !important;
  }
  .ms-md-3 {
    margin-left: 1.0666rem !important;
  }
  .ms-md-4 {
    margin-left: 1.25rem !important;
  }
  .ms-md-5 {
    margin-left: 1.875rem !important;
  }
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  .ms-md-7 {
    margin-left: 3.125rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .p-md-3 {
    padding: 1.0666rem !important;
  }
  .p-md-4 {
    padding: 1.25rem !important;
  }
  .p-md-5 {
    padding: 1.875rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3.125rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-3 {
    padding-right: 1.0666rem !important;
    padding-left: 1.0666rem !important;
  }
  .px-md-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-3 {
    padding-top: 1.0666rem !important;
    padding-bottom: 1.0666rem !important;
  }
  .py-md-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.625rem !important;
  }
  .pt-md-3 {
    padding-top: 1.0666rem !important;
  }
  .pt-md-4 {
    padding-top: 1.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.875rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3.125rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.625rem !important;
  }
  .pe-md-3 {
    padding-right: 1.0666rem !important;
  }
  .pe-md-4 {
    padding-right: 1.25rem !important;
  }
  .pe-md-5 {
    padding-right: 1.875rem !important;
  }
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  .pe-md-7 {
    padding-right: 3.125rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.0666rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.125rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.625rem !important;
  }
  .ps-md-3 {
    padding-left: 1.0666rem !important;
  }
  .ps-md-4 {
    padding-left: 1.25rem !important;
  }
  .ps-md-5 {
    padding-left: 1.875rem !important;
  }
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  .ps-md-7 {
    padding-left: 3.125rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.3125rem !important;
  }
  .gap-lg-2 {
    gap: 0.625rem !important;
  }
  .gap-lg-3 {
    gap: 1.0666rem !important;
  }
  .gap-lg-4 {
    gap: 1.25rem !important;
  }
  .gap-lg-5 {
    gap: 1.875rem !important;
  }
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  .gap-lg-7 {
    gap: 3.125rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 1.0666rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 1.875rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3.125rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.0666rem !important;
    margin-left: 1.0666rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-3 {
    margin-top: 1.0666rem !important;
    margin-bottom: 1.0666rem !important;
  }
  .my-lg-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.0666rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.625rem !important;
  }
  .me-lg-3 {
    margin-right: 1.0666rem !important;
  }
  .me-lg-4 {
    margin-right: 1.25rem !important;
  }
  .me-lg-5 {
    margin-right: 1.875rem !important;
  }
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  .me-lg-7 {
    margin-right: 3.125rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.0666rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.0666rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 1.0666rem !important;
  }
  .p-lg-4 {
    padding: 1.25rem !important;
  }
  .p-lg-5 {
    padding: 1.875rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3.125rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-3 {
    padding-right: 1.0666rem !important;
    padding-left: 1.0666rem !important;
  }
  .px-lg-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-3 {
    padding-top: 1.0666rem !important;
    padding-bottom: 1.0666rem !important;
  }
  .py-lg-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.0666rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.125rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.0666rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.0666rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.125rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.0666rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 3.125rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xl-2 {
    gap: 0.625rem !important;
  }
  .gap-xl-3 {
    gap: 1.0666rem !important;
  }
  .gap-xl-4 {
    gap: 1.25rem !important;
  }
  .gap-xl-5 {
    gap: 1.875rem !important;
  }
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  .gap-xl-7 {
    gap: 3.125rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 1.0666rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 1.875rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3.125rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.0666rem !important;
    margin-left: 1.0666rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-3 {
    margin-top: 1.0666rem !important;
    margin-bottom: 1.0666rem !important;
  }
  .my-xl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.0666rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xl-3 {
    margin-right: 1.0666rem !important;
  }
  .me-xl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xl-5 {
    margin-right: 1.875rem !important;
  }
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xl-7 {
    margin-right: 3.125rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.0666rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.0666rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 1.0666rem !important;
  }
  .p-xl-4 {
    padding: 1.25rem !important;
  }
  .p-xl-5 {
    padding: 1.875rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3.125rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-3 {
    padding-right: 1.0666rem !important;
    padding-left: 1.0666rem !important;
  }
  .px-xl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-3 {
    padding-top: 1.0666rem !important;
    padding-bottom: 1.0666rem !important;
  }
  .py-xl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.0666rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.125rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.0666rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.0666rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.125rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.0666rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 3.125rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.3125rem !important;
  }
  .gap-xxl-2 {
    gap: 0.625rem !important;
  }
  .gap-xxl-3 {
    gap: 1.0666rem !important;
  }
  .gap-xxl-4 {
    gap: 1.25rem !important;
  }
  .gap-xxl-5 {
    gap: 1.875rem !important;
  }
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  .gap-xxl-7 {
    gap: 3.125rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.3125rem !important;
  }
  .m-xxl-2 {
    margin: 0.625rem !important;
  }
  .m-xxl-3 {
    margin: 1.0666rem !important;
  }
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  .m-xxl-5 {
    margin: 1.875rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3.125rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.0666rem !important;
    margin-left: 1.0666rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !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.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.0666rem !important;
    margin-bottom: 1.0666rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !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.3125rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.0666rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.3125rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.0666rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.0666rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.3125rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.0666rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.3125rem !important;
  }
  .p-xxl-2 {
    padding: 0.625rem !important;
  }
  .p-xxl-3 {
    padding: 1.0666rem !important;
  }
  .p-xxl-4 {
    padding: 1.25rem !important;
  }
  .p-xxl-5 {
    padding: 1.875rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3.125rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.0666rem !important;
    padding-left: 1.0666rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.0666rem !important;
    padding-bottom: 1.0666rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.0666rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3.125rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.0666rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3.125rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.0666rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3.125rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.3125rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.0666rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3.125rem !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: 3rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2.125rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-5 {
    font-size: 1.3125rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.bg-blue {
  background-color: #7984ee !important;
}

.bg-blue-ribbon {
  background-color: #2b59ff !important;
}

.bg-blue-ribbon-2 {
  background-color: #0041ff !important;
}

.bg-green-2 {
  background-color: #22cc74 !important;
}

.bg-coral {
  background-color: #ff8d52 !important;
}

.bg-orange {
  background-color: #ff5200 !important;
}

.bg-shark {
  background-color: #262729 !important;
}

.bg-java {
  background-color: #15cda8 !important;
}

.bg-victoria {
  background-color: #494ca2 !important;
}

.bg-java-2 {
  background-color: #1de2cf !important;
}

.bg-purple-heart {
  background-color: #6a26da !important;
}

.bg-electric-violet {
  background-color: #5338fc !important;
}

.bg-electric-violet-2 {
  background-color: #5034fc !important;
}

.bg-electric-violet-3 {
  background-color: #6001d3 !important;
}

.bg-dodger-blue {
  background-color: #0f89ff !important;
}

.bg-caribbean-green {
  background-color: #0cd68a !important;
}

.bg-gorse {
  background-color: #fee856 !important;
}

.bg-yellow {
  background-color: #fcdc00 !important;
}

.bg-yellow-3 {
  background-color: #ffd700 !important;
}

.bg-athens-gray {
  background-color: #F3F4F6 !important;
}

.bg-electric-violet-4 {
  background-color: #4f34fc !important;
}

.bg-flamingo {
  background-color: #ef4339 !important;
}

.bg-egg-blue {
  background-color: #0abfbc !important;
}

.bg-tree-poppy {
  background-color: #ff971d !important;
}

.bg-readical-red {
  background-color: #fd346e !important;
}

.bg-bittersweet {
  background-color: #ff7272 !important;
}

.bg-niagara {
  background-color: #099a97 !important;
}

.bg-torch-red {
  background-color: #ff1e38 !important;
}

.bg-half-baked {
  background-color: #82c4c3 !important;
}

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

.text-blue-ribbon {
  color: #2b59ff !important;
}

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

.text-radical-red {
  color: #ff4057 !important;
}

.text-green-2 {
  color: #22cc74 !important;
}

.text-shark {
  color: #262729 !important;
}

.text-java {
  color: #15cda8 !important;
}

.text-java-2 {
  color: #1de2cf !important;
}

.text-tree-poppy {
  color: #ff971d !important;
}

.text-ebony-clay {
  color: #25373f !important;
}

.text-torch-red {
  color: #ff1e38 !important;
}

.text-readical-red {
  color: #fd346e !important;
}

.text-victoria {
  color: #494ca2 !important;
}

.text-dodger-blue {
  color: #0f89ff !important;
}

.text-caribbean-green {
  color: #0cd68a !important;
}

.text-electric-violet-2 {
  color: #5034fc !important;
}

.text-electric-violet-3 {
  color: #6001d3 !important;
}

.text-gorse {
  color: #fee856 !important;
}

.text-egg-blue {
  color: #0abfbc !important;
}

.text-yellow-2 {
  color: #ffce3e !important;
}

.text-yellow-3 {
  color: #ffd700 !important;
}

.text-bittersweet {
  color: #ff7272 !important;
}

.text-yellow {
  color: #fcdc00 !important;
}

.text-coral {
  color: #ff8d52 !important;
}

.text-niagara {
  color: #099a97 !important;
}

.text-lavender {
  color: #be79df !important;
}

.text-royal-blue {
  color: #3e49f3 !important;
}

.bg-op2--blue-ribbon {
  background-color: rgba(43, 89, 255, 0.2);
}

.bg-op2--white {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-op2--primary {
  background-color: rgba(255, 87, 34, 0.2);
}

.bg-op2--radical-red {
  background-color: rgba(255, 64, 87, 0.2);
}

.bg-op2--green-2 {
  background-color: rgba(34, 204, 116, 0.2);
}

.bg-op2--java-2 {
  background-color: rgba(29, 226, 207, 0.2);
}

.bg-op2--tree-poppy {
  background-color: rgba(255, 151, 29, 0.2);
}

.bg-op2--ebony-clay {
  background-color: rgba(37, 55, 63, 0.2);
}

.bg-op2--victoria {
  background-color: rgba(73, 76, 162, 0.2);
}

.bg-op2--dodger-blue {
  background-color: rgba(15, 137, 255, 0.2);
}

.bg-op2--caribbean-green {
  background-color: rgba(12, 214, 138, 0.2);
}

.bg-op2--yellow {
  background-color: rgba(252, 220, 0, 0.2);
}

.bg-op2--orange {
  background-color: rgba(255, 82, 0, 0.2);
}

.bg-op2--blue-ribbon-2 {
  background-color: rgba(0, 65, 255, 0.2);
}

.bg-op2--electric-violet- {
  background-color: rgba(96, 1, 211, 0.2);
}

.bg-op2--torch-red {
  background-color: rgba(255, 30, 56, 0.2);
}

/*# sourceMappingURL=maps/bootstrap.css.map */

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs5/jq-3.7.0/dt-2.0.2
 *
 * Included libraries:
 *   jQuery 3 3.7.0, DataTables 2.0.2
 */

:root{--dt-row-selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable tr.dt-hasChild td.dt-control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}html.dark table.dataTable td.dt-control:before,:root[data-bs-theme=dark] table.dataTable td.dt-control:before{border-left-color:rgba(255, 255, 255, 0.5)}html.dark table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before{border-top-color:rgba(255, 255, 255, 0.5);border-left-color:transparent}div.dt-scroll-body thead tr,div.dt-scroll-body tfoot tr{height:0}div.dt-scroll-body thead tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body tfoot tr td{height:0 !important;padding-top:0px !important;padding-bottom:0px !important;border-top-width:0px !important;border-bottom-width:0px !important}div.dt-scroll-body thead tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body tfoot tr td div.dt-scroll-sizing{height:0 !important;overflow:hidden !important}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/""}table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/""}table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc,table.dataTable thead>tr>th.dt-ordering-asc,table.dataTable thead>tr>th.dt-ordering-desc,table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc,table.dataTable thead>tr>td.dt-ordering-asc,table.dataTable thead>tr>td.dt-ordering-desc{position:relative;padding-right:30px}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order{position:absolute;right:12px;top:0;bottom:0;width:12px}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{left:0;opacity:.125;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc,table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc{cursor:pointer}table.dataTable thead>tr>th.dt-orderable-asc:hover,table.dataTable thead>tr>th.dt-orderable-desc:hover,table.dataTable thead>tr>td.dt-orderable-asc:hover,table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(0, 0, 0, 0.05);outline-offset:-2px}table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before,table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dt-scroll-body>table.dataTable>thead>tr>th,div.dt-scroll-body>table.dataTable>thead>tr>td{overflow:hidden}:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(255, 255, 255, 0.05)}div.dt-processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-22px;text-align:center;padding:2px;z-index:10}div.dt-processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dt-processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgb(13, 110, 253);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dt-processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dt-processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th,table.dataTable td{box-sizing:border-box}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable th.dt-empty,table.dataTable td.dt-empty{text-align:center;vertical-align:top}table.dataTable th.dt-type-numeric,table.dataTable th.dt-type-date,table.dataTable td.dt-type-numeric,table.dataTable td.dt-type-date{text-align:right}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */table.table.dataTable{clear:both;margin-bottom:0;max-width:none;border-spacing:0}table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>*{box-shadow:none}table.table.dataTable>:not(caption)>*>*{background-color:transparent}table.table.dataTable>tbody>tr{background-color:transparent}table.table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgb(13, 110, 253);box-shadow:inset 0 0 0 9999px rgb(var(--dt-row-selected));color:rgb(255, 255, 255);color:rgb(var(--dt-row-selected-text))}table.table.dataTable>tbody>tr.selected a{color:rgb(9, 10, 11);color:rgb(var(--dt-row-selected-link))}table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05)}table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1).selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.95);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95)}table.table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075)}table.table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.975);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975)}div.dt-container div.dt-length label{font-weight:normal;text-align:left;white-space:nowrap}div.dt-container div.dt-length select{width:auto;display:inline-block;margin-right:.5em}div.dt-container div.dt-search{text-align:right}div.dt-container div.dt-search label{font-weight:normal;white-space:nowrap;text-align:left}div.dt-container div.dt-search input{margin-left:.5em;display:inline-block;width:auto}div.dt-container div.dt-info{padding-top:.85em}div.dt-container div.dt-paging{margin:0}div.dt-container div.dt-paging ul.pagination{margin:2px 0;flex-wrap:wrap}div.dt-container div.dt-row{position:relative}div.dt-scroll-head table.dataTable{margin-bottom:0 !important}div.dt-scroll-body{border-bottom-color:var(--bs-border-color);border-bottom-width:var(--bs-border-width);border-bottom-style:solid}div.dt-scroll-body>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dt-scroll-body>table>tbody>tr:first-child{border-top-width:0}div.dt-scroll-body>table>thead>tr{border-width:0 !important}div.dt-scroll-body>table>tbody>tr:last-child>*{border-bottom:none}div.dt-scroll-foot>.dt-scroll-footInner{box-sizing:content-box}div.dt-scroll-foot>.dt-scroll-footInner>table{margin-top:0 !important;border-top:none}div.dt-scroll-foot>.dt-scroll-footInner>table>tfoot>tr:first-child{border-top-width:0 !important}@media screen and (max-width: 767px){div.dt-container div.dt-length,div.dt-container div.dt-search,div.dt-container div.dt-info,div.dt-container div.dt-paging{text-align:center}div.dt-container .row{--bs-gutter-y: 0.5rem}div.dt-container div.dt-paging ul.pagination{justify-content:center !important}}table.dataTable.table-sm>thead>tr th.dt-orderable-asc,table.dataTable.table-sm>thead>tr th.dt-orderable-desc,table.dataTable.table-sm>thead>tr th.dt-ordering-asc,table.dataTable.table-sm>thead>tr th.dt-ordering-desc,table.dataTable.table-sm>thead>tr td.dt-orderable-asc,table.dataTable.table-sm>thead>tr td.dt-orderable-desc,table.dataTable.table-sm>thead>tr td.dt-ordering-asc,table.dataTable.table-sm>thead>tr td.dt-ordering-desc{padding-right:20px}table.dataTable.table-sm>thead>tr th.dt-orderable-asc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-orderable-desc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-ordering-asc span.dt-column-order,table.dataTable.table-sm>thead>tr th.dt-ordering-desc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-orderable-asc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-orderable-desc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-ordering-asc span.dt-column-order,table.dataTable.table-sm>thead>tr td.dt-ordering-desc span.dt-column-order{right:5px}div.dt-scroll-head table.table-bordered{border-bottom-width:0}div.table-responsive>div.dt-container>div.row{margin:0}div.table-responsive>div.dt-container>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dt-container>div.row>div[class^=col-]:last-child{padding-right:0}:root[data-bs-theme=dark]{--dt-row-hover: 255, 255, 255;--dt-row-stripe: 255, 255, 255;--dt-column-ordering: 255, 255, 255}



/*--------------------------------

Grayic Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Grayic';
  src: url('/fonts/Grayic.eot');
  src: url('/fonts/Grayic.eot') format('embedded-opentype'), url('/fonts/Grayic.woff2') format('woff2'), url('/fonts/Grayic.woff') format('woff'), url('/fonts/Grayic.ttf') format('truetype'), url('/fonts/Grayic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Grayic';
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
/*----------------------------------
  add a square/circle background
-----------------------------------*/
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
/*------------------------------------
  use icons as list item markers
-------------------------------------*/
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
	icons
-------------------------*/

.icon-tail-right::before {
  content: "\ea02";
}

.icon-tail-left::before {
  content: "\ea03";
}

.icon-small-up::before {
  content: "\ea04";
}

.icon-small-down::before {
  content: "\ea05";
}

.icon-small-right::before {
  content: "\ea06";
}

.icon-small-left::before {
  content: "\ea07";
}

.icon-triangle-right-17::before {
  content: "\ea08";
}

.icon-card-update::before {
  content: "\ea09";
}

.icon-tie-01::before {
  content: "\ea0a";
}

.icon-puzzle-10::before {
  content: "\ea0b";
}

.icon-plug::before {
  content: "\ea0c";
}

.icon-laptop-71::before {
  content: "\ea0d";
}

.icon-goal-65::before {
  content: "\ea0e";
}

.icon-handshake::before {
  content: "\ea0f";
}

.icon-archery-target::before {
  content: "\ea10";
}

.icon-connect::before {
  content: "\ea11";
}

.icon-bulb-63::before {
  content: "\ea12";
}

.icon-chess-knight::before {
  content: "\ea13";
}

.icon-shoe-woman::before {
  content: "\ea14";
}

.icon-plug-2::before {
  content: "\ea15";
}

.icon-roadmap::before {
  content: "\ea16";
}

.icon-roadmap-2::before {
  content: "\ea17";
}

.icon-cards::before {
  content: "\ea18";
}

.icon-cards-2::before {
  content: "\ea19";
}

.icon-mirror-2::before {
  content: "\ea1a";
}

.icon-layers-3::before {
  content: "\ea1b";
}

.icon-layers-3-2::before {
  content: "\ea1c";
}

.icon-code::before {
  content: "\ea1d";
}

.icon-code-2::before {
  content: "\ea1e";
}

.icon-code-editor::before {
  content: "\ea1f";
}

.icon-book-open-2::before {
  content: "\ea20";
}

.icon-app::before {
  content: "\ea21";
}

.icon-3d-model::before {
  content: "\ea22";
}

.icon-3d-model-2::before {
  content: "\ea23";
}

.icon-app-2::before {
  content: "\ea24";
}

.icon-apple::before {
  content: "\ea25";
}

.icon-android::before {
  content: "\ea26";
}

.icon-apple-2::before {
  content: "\ea27";
}

.icon-android-2::before {
  content: "\ea28";
}

.icon-palette::before {
  content: "\ea29";
}

.icon-palette-2::before {
  content: "\ea2a";
}

.icon-leaf-80::before {
  content: "\ea2b";
}

.icon-leaf-80-2::before {
  content: "\ea2c";
}

.icon-battery-83::before {
  content: "\ea2d";
}

.icon-battery-83-2::before {
  content: "\ea2e";
}

.icon-drop::before {
  content: "\ea2f";
}

.icon-drop-2::before {
  content: "\ea30";
}

.icon-popcorn::before {
  content: "\ea31";
}

.icon-bowling-pins::before {
  content: "\ea32";
}

.icon-popcorn-2::before {
  content: "\ea33";
}

.icon-bowling-pins-2::before {
  content: "\ea34";
}

.icon-theater::before {
  content: "\ea35";
}

.icon-theater-2::before {
  content: "\ea36";
}

.icon-music::before {
  content: "\ea37";
}

.icon-brush::before {
  content: "\ea38";
}

.icon-music-2::before {
  content: "\ea39";
}

.icon-brush-2::before {
  content: "\ea3a";
}

.icon-soup::before {
  content: "\ea3b";
}

.icon-soup-2::before {
  content: "\ea3c";
}

.icon-energy::before {
  content: "\ea3d";
}

.icon-energy-2::before {
  content: "\ea3e";
}

.icon-cupcake::before {
  content: "\ea3f";
}

.icon-cupcake-2::before {
  content: "\ea40";
}

.icon-watermelon::before {
  content: "\ea41";
}

.icon-watermelon-2::before {
  content: "\ea42";
}

.icon-opening-times::before {
  content: "\ea43";
}

.icon-mug::before {
  content: "\ea44";
}

.icon-pizza-slice::before {
  content: "\ea45";
}

.icon-opening-times-2::before {
  content: "\ea46";
}

.icon-mug-2::before {
  content: "\ea47";
}

.icon-pizza-slice-2::before {
  content: "\ea48";
}

.icon-bell-53::before {
  content: "\ea49";
}

.icon-bell-53-2::before {
  content: "\ea4a";
}

.icon-pin-3::before {
  content: "\ea4b";
}

.icon-pin-3-2::before {
  content: "\ea4c";
}

.icon-gps::before {
  content: "\ea4d";
}

.icon-gps-2::before {
  content: "\ea4e";
}

.icon-face-recognition::before {
  content: "\ea4f";
}

.icon-sound::before {
  content: "\ea50";
}

.icon-microphone::before {
  content: "\ea51";
}

.icon-business-agent::before {
  content: "\ea52";
}

.icon-cctv::before {
  content: "\ea53";
}

.icon-home::before {
  content: "\ea54";
}

.icon-office::before {
  content: "\ea55";
}

.icon-key::before {
  content: "\ea56";
}

.icon-handshake-2::before {
  content: "\ea57";
}

.icon-home-2::before {
  content: "\ea58";
}

.icon-cctv-2::before {
  content: "\ea59";
}

.icon-fav-property::before {
  content: "\ea5a";
}

.icon-fav-property-2::before {
  content: "\ea5b";
}

.icon-key-2::before {
  content: "\ea5c";
}

.icon-business-agent-2::before {
  content: "\ea5d";
}

.icon-bookmark-2::before {
  content: "\ea5e";
}

.icon-bookmark-2-2::before {
  content: "\ea5f";
}

.icon-pen-01::before {
  content: "\ea60";
}

.icon-pen-01-2::before {
  content: "\ea61";
}

.icon-hat-3::before {
  content: "\ea62";
}

.icon-hat-3-2::before {
  content: "\ea63";
}

.icon-tag::before {
  content: "\ea64";
}

.icon-tag-2::before {
  content: "\ea65";
}

.icon-gift-2::before {
  content: "\ea66";
}

.icon-gift-2-2::before {
  content: "\ea67";
}

.icon-receipt-list-43::before {
  content: "\ea68";
}

.icon-receipt-list-43-2::before {
  content: "\ea69";
}

.icon-maestro::before {
  content: "\ea6a";
}

.icon-maestro-2::before {
  content: "\ea6b";
}

.icon-cart-simple::before {
  content: "\ea6c";
}

.icon-cart-simple-2::before {
  content: "\ea6d";
}

.icon-bag-09::before {
  content: "\ea6e";
}

.icon-bag-09-2::before {
  content: "\ea6f";
}

.icon-bicep::before {
  content: "\ea70";
}

.icon-bicep-2::before {
  content: "\ea71";
}

.icon-cycling::before {
  content: "\ea72";
}

.icon-cycling-2::before {
  content: "\ea73";
}

.icon-distance::before {
  content: "\ea74";
}

.icon-distance-2::before {
  content: "\ea75";
}

.icon-trophy::before {
  content: "\ea76";
}

.icon-trophy-2::before {
  content: "\ea77";
}

.icon-cpu::before {
  content: "\ea78";
}

.icon-cpu-2::before {
  content: "\ea79";
}

.icon-voice-recognition::before {
  content: "\ea7a";
}

.icon-voice-recognition-2::before {
  content: "\ea7b";
}

.icon-phone-charging-3::before {
  content: "\ea7c";
}

.icon-phone-charging-3-2::before {
  content: "\ea7d";
}

.icon-phone-button::before {
  content: "\ea7e";
}

.icon-pc-monitor::before {
  content: "\ea7f";
}

.icon-headphones::before {
  content: "\ea80";
}

.icon-media-player::before {
  content: "\ea81";
}

.icon-screen-rotation::before {
  content: "\ea82";
}

.icon-screen-rotation-2::before {
  content: "\ea83";
}

.icon-headphones-2::before {
  content: "\ea84";
}

.icon-headphones-2-2::before {
  content: "\ea85";
}

.icon-headphones-2-3::before {
  content: "\ea86";
}

.icon-pc-monitor-2::before {
  content: "\ea87";
}

.icon-media-player-2::before {
  content: "\ea88";
}

.icon-touch-id::before {
  content: "\ea89";
}

.icon-touch-id-2::before {
  content: "\ea8a";
}

.icon-bike-bmx::before {
  content: "\ea8b";
}

.icon-bike-bmx-2::before {
  content: "\ea8c";
}

.icon-airplane::before {
  content: "\ea8d";
}

.icon-airplane-2::before {
  content: "\ea8e";
}

.icon-drink-2::before {
  content: "\ea8f";
}

.icon-drink-2-2::before {
  content: "\ea90";
}

.icon-verified::before {
  content: "\ea91";
}

.icon-verified-2::before {
  content: "\ea92";
}

.icon-at-sign::before {
  content: "\ea93";
}

.icon-at-sign-2::before {
  content: "\ea94";
}

.icon-zoom-2::before {
  content: "\ea95";
}

.icon-phone-2::before {
  content: "\ea96";
}

.icon-trash-simple::before {
  content: "\ea97";
}

.icon-simple-remove::before {
  content: "\ea98";
}

.icon-send-2::before {
  content: "\ea99";
}

.icon-signal-2::before {
  content: "\ea9a";
}

.icon-link-69::before {
  content: "\ea9b";
}

.icon-lock::before {
  content: "\ea9c";
}

.icon-unlocked::before {
  content: "\ea9d";
}

.icon-phone-2-2::before {
  content: "\ea9e";
}

.icon-fav-remove::before {
  content: "\ea9f";
}

.icon-chat-round::before {
  content: "\eaa0";
}

.icon-chat-46::before {
  content: "\eaa1";
}

.icon-chat-33::before {
  content: "\eaa2";
}

.icon-chat-45::before {
  content: "\eaa3";
}

.icon-attach-87::before {
  content: "\eaa4";
}

.icon-chart-bar-52::before {
  content: "\eaa5";
}

.icon-chat-round-content::before {
  content: "\eaa6";
}

.icon-check-2::before {
  content: "\eaa7";
}

.icon-pen::before {
  content: "\eaa8";
}

.icon-heart-2::before {
  content: "\eaa9";
}

.icon-fav-remove-2::before {
  content: "\eaaa";
}

.icon-ui-04::before {
  content: "\eaab";
}

.icon-phone-call::before {
  content: "\eaac";
}

.icon-lock-2::before {
  content: "\eaad";
}

.icon-unlocked-2::before {
  content: "\eaae";
}

.icon-heart-2-2::before {
  content: "\eaaf";
}

.icon-email-83::before {
  content: "\eab0";
}

.icon-pen-2::before {
  content: "\eab1";
}

.icon-check-2-2::before {
  content: "\eab2";
}

.icon-chat-round-2::before {
  content: "\eab3";
}

.icon-chat-round-content-2::before {
  content: "\eab4";
}

.icon-chat-33-2::before {
  content: "\eab5";
}

.icon-chat-45-2::before {
  content: "\eab6";
}

.icon-chart-bar-52-2::before {
  content: "\eab7";
}

.icon-bold-remove::before {
  content: "\eab8";
}

.icon-attach-87-2::before {
  content: "\eab9";
}

.icon-check-simple::before {
  content: "\eaba";
}

.icon-menu-dots::before {
  content: "\eabb";
}

.icon-settings-gear-64::before {
  content: "\eabc";
}

.icon-settings-gear-64-2::before {
  content: "\eabd";
}

.icon-settings::before {
  content: "\eabe";
}

.icon-settings-2::before {
  content: "\eabf";
}

.icon-trash::before {
  content: "\eac0";
}

.icon-time-3::before {
  content: "\eac1";
}

.icon-ui-04-2::before {
  content: "\eac2";
}

.icon-filter::before {
  content: "\eac3";
}

.icon-infinite::before {
  content: "\eac4";
}

.icon-infinite-2::before {
  content: "\eac5";
}

.icon-home-minimal::before {
  content: "\eac6";
}

.icon-home-minimal-2::before {
  content: "\eac7";
}

.icon-filter-2::before {
  content: "\eac8";
}

.icon-cloud-25::before {
  content: "\eaca";
}

.icon-cloud-25-2::before {
  content: "\eacb";
}

.icon-single-02::before {
  content: "\eacc";
}

.icon-single-02-2::before {
  content: "\eacd";
}

.icon-users-wm::before {
  content: "\eace";
}

.icon-users-wm-2::before {
  content: "\eacf";
}

.icon-camera-flash::before {
  content: "\ead0";
}

.icon-camera-flash-2::before {
  content: "\ead1";
}

.icon-ic_file_download_48px::before {
  content: "\ead2";
}

.icon-ic_thumb_up_48px::before {
  content: "\ead3";
}

.icon-ic_thumb_down_48px::before {
  content: "\ead4";
}

.icon-hourglass::before {
  content: "\ead5";
}

.icon-hourglass-2::before {
  content: "\ead6";
}

.icon-time-3-2::before {
  content: "\ead7";
}

.icon-time-3-3::before {
  content: "\ead8";
}

.icon-chat-46-2::before {
  content: "\ead9";
}

.icon-laptop-1::before {
  content: "\eada";
}

.icon-laptop-1-2::before {
  content: "\eadb";
}

.icon-grid-45::before {
  content: "\eadc";
}

.icon-grid-45-2::before {
  content: "\eadd";
}

.icon-layout-11::before {
  content: "\eade";
}

.icon-layout-11-2::before {
  content: "\eadf";
}

.icon-sidebar::before {
  content: "\eae0";
}

.icon-sidebar-2::before {
  content: "\eae1";
}

.icon-email-84::before {
  content: "\eae2";
}

.icon-email-84-2::before {
  content: "\eae3";
}

.icon-menu-right::before {
  content: "\eae4";
}

.icon-menu-left::before {
  content: "\eae5";
}

.icon-menu-34::before {
  content: "\eae6";
}

.icon-menu-dots-2::before {
  content: "\eae7";
}

.icon-minimal-left::before {
  content: "\eae8";
}

.icon-minimal-right::before {
  content: "\eae9";
}

.icon-stre-right::before {
  content: "\eaea";
}

.icon-stre-left::before {
  content: "\eaeb";
}

.icon-menu-left-2::before {
  content: "\eaec";
}

.icon-menu-right-2::before {
  content: "\eaed";
}

.icon-menu-34-2::before {
  content: "\eaee";
}

.icon-triangle-right-17-2::before {
  content: "\eaef";
}

.icon-puzzle-10-2::before {
  content: "\eaf0";
}

.icon-logo-facebook::before {
  content: "\eaf1";
}

.icon-logo-twitter::before {
  content: "\eaf2";
}

.icon-logo-linkedin::before {
  content: "\eaf3";
}

.icon-logo-pinterest::before {
  content: "\eaf4";
}

.icon-instant-camera-2::before {
  content: "\eaf5";
}

.icon-logo-instagram::before {
  content: "\eaf6";
}

.icon-logo-dribbble::before {
  content: "\eaf7";
}

.icon-logo-skype::before {
  content: "\eaf8";
}

.icon-logo-messenger::before {
  content: "\eaf9";
}

.icon-logo-slack::before {
  content: "\eafa";
}


/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400-.eot#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400-.eot#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900-.eot#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* File generated by shrinker.ch - DateTime: 2020-05-05, 10:19:33 */
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}

.slick-slider{position:relative;display:block;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;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,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}[dir=rtl] .slick-slide{float:right}.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}
/*# sourceMappingURL=slick.min.css.map */
/*********** CSS TABLE OF CONTENTS *******************

|--- 01.Component -> { Header }
|--- 01.Component -> { Menu }
|--- 01.Component -> { Button }
|--- 01.Component -> { Lists }
|--- 01.Component -> { Background }
|--- 01.Component -> { Form }
|--- 01.Component -> { Cards }
|--- 01.Component -> { Modal }
|--- 01.Component -> { Tab }
|--- 01.Component -> { Acccordion }
|--- 01.Component -> { Sidebar }
|--- THEME CUSTOM STYLES

******************************************************/
/*=== Media Query ===*/
body[data-theme='dark'], .dark-bg, .dark-mode-texts {
  --bg:                 #19191b;
  --bg-2:                 #19191b;
  --bg-3:                 #19191b;
  --bg-4:                 #19191b;
  --bg-5:                 #19191b;
  --bg-6:                 #19191b;
  --bg-7:                 #19191b;
  --bg-8:                 #19191b;
  --bg-9:                 #19191b;
  --color-headings:       #fff;
  --color-headings-2:     var(--iqlex);
  --color-headings-3:     #fff;
  --color-texts:          rgba(255,255,255, 0.7);
  --color-texts-2:        rgba(255,255,255, 1);
  --color-texts-3:        rgba(255,255,255, 0.7);
  --border-color:         rgba(255,255,255, 0.08);
  --border-color-2:       rgba(255,255,255, 0.08);
  --border-color-3:       rgba(255,255,255, 0.08);
  --border-color-4:       rgba(255,255,255, 0.08);
  --border-color-5:       rgba(255,255,255, 0.08);
  --border-color-6:       rgba(255,255,255, 0.08);
}

body[data-theme='light'], .light-bg, .light-mode-texts {
  --bg:                    #fff;
  --bg-2:                  #f8f9fc;
  --bg-3:                  #f3f4f6;
  --bg-4:                  rgba(169, 210, 255, 0.1);
  --bg-5:                  #f2f5fb;
  --bg-6:                  #f9fafc;
  --bg-7:                  #fdfdfd;
  --bg-8:                  #e6f8f9;
  --bg-9:                  rgba(230, 248, 249, 0.4);
  --color-headings:      #25373f;
  --color-headings-2:      #262729;
  --color-headings-3:      #000;
  --color-texts:        rgba(37, 55, 63, 0.7);
  --color-texts-2:       #3b4656;
  --color-texts-3:      rgba(38, 39, 41, 0.7);
  --border-color:       rgba(128, 138, 142, 0.2);
  --border-color-2:       rgba(37, 55, 63, 0.1);
  --border-color-3:      rgba(38, 39, 41, 0.1);
  --border-color-4:      rgba(181, 181, 181, 0.2);
  --border-color-5:     rgba(38, 39, 41, 0.3);
  --border-color-6:     rgba(130, 130, 136, 0.3);
}

body {
  --bg:                    #fff;
  --bg-2:                  #f8f9fc;
  --bg-3:                  #f3f4f6;
  --bg-4:                  rgba(169, 210, 255, 0.1);
  --bg-5:                  #f2f5fb;
  --bg-6:                  #f9fafc;
  --bg-7:                  #fdfdfd;
  --bg-8:                  #e6f8f9;
  --bg-9:                  rgba(230, 248, 249, 0.4);
  --color-headings:      #25373f;
  --color-headings-2:      #262729;
  --color-headings-3:      #000;
  --color-texts:        rgba(37, 55, 63, 0.7);
  --color-texts-2:       #3b4656;
  --color-texts-3:      rgba(38, 39, 41, 0.7);
  --border-color:       rgba(128, 138, 142, 0.2);
  --border-color-2:       rgba(37, 55, 63, 0.1);
  --border-color-3:      rgba(38, 39, 41, 0.1);
  --border-color-4:      rgba(181, 181, 181, 0.2);
  --border-color-5:     rgba(38, 39, 41, 0.3);
  --border-color-6:     rgba(130, 130, 136, 0.3);
}

p {
  color: var(--color-texts);
}

.default-logo, .default-shape {
  display: block;
}

.light-version-logo, .light-shape {
  display: none;
}

.dark-version-logo, .dark-shape {
  display: none;
}

.light-version-logo.default-logo {
  display: block;
}

.dark-version-logo.default-logo {
  display: block;
}

body[data-theme='dark'] .dark-version-logo, body[data-theme='dark'] .dark-shape, .dark-mode-texts .dark-version-logo, .dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme='dark'] .light-version-logo, .dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme='dark'] .light-version-logo.default-logo, .dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme='dark'] .light-shape, .dark-mode-texts .light-shape {
  display: none;
}

body[data-theme='dark'] .light-shape.default-shape, .dark-mode-texts .light-shape.default-shape {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .light-version-logo, body[data-theme='dark'] .light-mode-texts .light-shape, .dark-mode-texts .light-mode-texts .light-version-logo, .dark-mode-texts .light-mode-texts .light-shape {
  display: block;
}

body[data-theme='dark'] .light-mode-texts .dark-version-logo, .dark-mode-texts .light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .dark-version-logo.default-logo, .dark-mode-texts .light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .dark-shape, .dark-mode-texts .light-mode-texts .dark-shape {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .dark-shape.default-shape, .dark-mode-texts .light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme='light'] .light-version-logo, body[data-theme='light'] .light-shape, .light-mode-texts .light-version-logo, .light-mode-texts .light-shape {
  display: block;
}

body[data-theme='light'] .dark-version-logo, .light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme='light'] .dark-version-logo.default-logo, .light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme='light'] .dark-shape, .light-mode-texts .dark-shape {
  display: none;
}

body[data-theme='light'] .dark-shape.default-shape, .light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .dark-version-logo, body[data-theme='light'] .dark-mode-texts .dark-shape, .light-mode-texts .dark-mode-texts .dark-version-logo, .light-mode-texts .dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme='light'] .dark-mode-texts .light-version-logo, .light-mode-texts .dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .light-version-logo.default-logo, .light-mode-texts .dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .light-shape, .light-mode-texts .dark-mode-texts .light-shape {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .light-shape.default-shape, .light-mode-texts .dark-mode-texts .light-shape.default-shape {
  display: none;
}

.bg-default {
  background: var(--bg);
}

.bg-default-0 {
  background-color: #fbfbfb;
}

.bg-default-1 {
  background: var(--bg);
}

.bg-default-2 {
  background: var(--bg-2);
}

.bg-default-3 {
  background: var(--bg-3);
}

.bg-default-4 {
  background: var(--bg-4);
}

.bg-default-5 {
  background: var(--bg-5);
}

.bg-default-6 {
  background: var(--bg-6);
}

.text-default-color {
  color: var(--color-texts);
}

.text-default-color-2 {
  color: var(--color-texts-2);
}

.text-default-color-3 {
  color: var(--color-texts-3);
}

.heading-default-color {
  color: var(--color-headings);
}

.heading-default-color-2 {
  color: var(--color-headings-2);
}

.border-default-color {
  border-color: var(--border-color);
}

.border-default-color-2 {
  border-color: var(--border-color-2) !important;
}

.border-default-color-3 {
  border-color: var(--border-color-3) !important;
}

/*=== Media Query ===*/
.h-45 {
  height: 45px !important;
}

.h-100vh {
  height: 100vh;
}

.w-140 {
  width: 140px !important;
}

.min-w-163 {
  min-width: 163px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-50 {
  border-radius: 50px !important;
}

.rounded-55 {
  border-radius: 55px !important;
}

.rounded-56 {
  border-radius: 56px !important;
}

.bg-default-3 {
  background-color: var(--bg-3);
}

.bg-default-4 {
  background-color: var(--bg-4);
}

.bg-default-7 {
  background-color: var(--bg-7);
}

.bg-default-8 {
  background-color: var(--bg-8);
}

.bg-default-9 {
  background-color: var(--bg-9);
}

.hover-link--readical-red:hover {
  color: #fd346e !important;
}

.hover-link--yellow:hover {
  color: #fcdc00 !important;
}

.hover-link--primary:hover {
  color: var(--iqlex) !important;
}

.hover-link--java-2:hover {
  color: #1de2cf !important;
}

.hover-link--electric-violet-3:hover {
  color: #6001d3 !important;
}

.text-primary {
  color: var(--iqlex) !important;
}

.border-shark {
  border-color: #262729;
}

.review-star {
  margin-bottom: 40px;
  display: flex;
  font-size: 28px;
  color: #ff971d;
}

.review-star__single {
  color: inherit;
  margin-right: 5px;
  font-size: inherit;
  transition: 0.4s;
}

.review-star__single:hover, .review-star__single.active {
  text-decoration: none;
  color: rgba(37, 55, 63, 0.2);
}

.reviw-star--size-2 {
  font-size: 15px;
}

.section-title .sub-heading--electric-violet-3:before {
  background-color: #6001d3 !important;
}

.section-title .sub-heading--electric-violet-2:before {
  background-color: #5034fc !important;
}

@media (min-width: 768px) {
  .vh-md-100 {
    height: 100vh;
  }
}

.section-tl-shape {
  position: relative;
}

.section-tl-shape .shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
}

.shadow--primary {
  box-shadow: -12px 12px 50px rgba(253, 52, 110, 0.3);
}

.shadow--primary-2 {
  box-shadow: 4px 4px 56px rgba(255, 87, 34, 0.3);
}

.shadow--primary-3 {
  box-shadow: 4px 4px 65px rgba(255, 87, 34, 0.5);
}

.shadow--primary-4 {
  box-shadow: 0 4px 4px rgba(253, 100, 52, 0.3);
}

.shadow--primary-5 {
  box-shadow: 0 10px 20px rgba(255, 87, 34, 0.25);
}

.shadow--primary-6 {
  box-shadow: -12px 12px 50px rgba(255, 87, 34, 0.3);
}

.shadow--primary-7 {
  box-shadow: 0px 10px 20px rgba(255, 87, 34, 0.25);
}

.shadow--electric-violet-2 {
  box-shadow: -12px 12px 50px rgba(96, 1, 211, 0.3);
}

.shadow--electric-violet-2-2 {
  box-shadow: 4px 4px 56px rgba(80, 52, 252, 0.3);
}

.shadow--electric-violet-2-3 {
  box-shadow: 0 4px 4px rgba(96, 1, 211, 0.3);
}

.shadow--electric-violet-2-4 {
  box-shadow: -12px 20px 50px rgba(80, 52, 252, 0.3);
}

.shadow--electric-violet-3 {
  box-shadow: 4px 4px 50px rgba(80, 52, 252, 0.45);
}

.shadow--electric-violet-4 {
  box-shadow: 0 10px 20px rgba(96, 1, 211, 0.25);
}

.shadow--electric-violet-3-2 {
  box-shadow: -12px 12px 50px rgba(96, 1, 211, 0.3);
}

.shadow--flamingo {
  box-shadow: 4px 4px 50px rgba(239, 67, 57, 0.45);
}

.shadow--egg-blue {
  box-shadow: 0 4px 45px rgba(10, 191, 188, 0.45);
}

.shadow--egg-blue-2 {
  box-shadow: -12px 12px 50px rgba(10, 191, 188, 0.3);
}

.shadow--blue-ribbon-2 {
  box-shadow: 0 20px 20px rgba(0, 65, 255, 0.2);
}

.shadow--orange {
  box-shadow: 0 20px 20px #ffe8cd;
}

.shadow--torch-red {
  box-shadow: 0 20px 20px rgba(255, 30, 56, 0.2);
}

.shadow--torch-red-2 {
  box-shadow: -12px 12px 50px rgba(255, 30, 56, 0.3);
}

.shadow--torch-red-3 {
  box-shadow: 0 10px 20px rgba(255, 30, 56, 0.25);
}

.shadow--torch-red-4 {
  box-shadow: -12px 20px 50px rgba(255, 30, 56, 0.3);
}

.shadow--readical-red {
  box-shadow: 0 4px 44px rgba(249, 58, 112, 0.4);
}

.shadow--readical-red-2 {
  box-shadow: 0 4px 4px rgba(253, 52, 110, 0.3);
}

.shadow--readical-red-3 {
  box-shadow: 0 10px 20px rgba(253, 52, 110, 0.25);
}

.shadow--readical-red-4 {
  box-shadow: 0 20px 20px rgba(253, 52, 110, 0.3);
}

.shadow--java-2 {
  box-shadow: 0 20px 20px #d1fffb;
}

.shadow--yellow {
  box-shadow: 0 20px 20px rgba(252, 220, 0, 0.2);
}

.shadow--icon-readical-red {
  box-shadow: 0 20px 20px #fedbe5;
}

.shadow--icon-yellow {
  box-shadow: 0 20px 20px #fff9d3;
}

.shadow--icon-primary {
  box-shadow: 0 20px 20px #ffd9cd;
}

.shadow--icon-java-2 {
  box-shadow: 0 20px 20px #d1fffb;
}

.shadow--bittersweet {
  box-shadow: 0 4px 4px rgba(253, 52, 110, 0.3);
}

.shadow--bittersweet-2 {
  box-shadow: 0 10px 20px rgba(255, 114, 114, 0.6);
}

.shadow--niagara {
  box-shadow: 0 4px 4px #82c4c3;
}

.shadow--niagara-2 {
  box-shadow: 0 10px 20px rgba(9, 154, 151, 0.6);
}

.shadow--niagara-3 {
  box-shadow: -8px 10px 50px rgba(9, 154, 151, 0.3);
}

.bg-op1__readical-red {
  background-color: rgba(253, 52, 110, 0.1);
}

.bg-op1__electric-violet-3 {
  background-color: rgba(96, 1, 211, 0.1);
}

.bg-op1__java-2 {
  background-color: rgba(29, 226, 207, 0.1);
}

.bg-op1__yellow {
  background-color: rgba(252, 220, 0, 0.1);
}

.bg-op1__yellow-3 {
  background-color: rgba(255, 215, 0, 0.1);
}

.bg-op1__bittersweet {
  background-color: rgba(255, 114, 114, 0.1);
}

.bg-op1__niagara {
  background-color: rgba(9, 154, 151, 0.1);
}

.bg-op1__coral {
  background-color: rgba(255, 141, 82, 0.1);
}

.bg-op1__lavender {
  background-color: rgba(190, 121, 223, 0.1);
}

.content-skew-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform-origin: top left;
  margin: 0 10px;
  border-radius: 5px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .content-skew-img {
    width: 50%;
    transform: skewX(-15deg);
  }
}

@media (min-width: 992px) {
  .content-skew-img {
    margin-bottom: 0;
    width: 40%;
  }
}

.content-skew-img img {
  width: 100%;
  transform-origin: top left;
  height: 100%;
  position: relative;
  top: 0;
}

@media (min-width: 576px) {
  .content-skew-img img {
    left: -60%;
    width: 200%;
    transform: skewX(15deg);
  }
}

.card-hover__electric-violet-3:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #6001d3;
}

.card-hover__electric-violet-3:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__electric-violet-3:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__electric-violet-3:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__readical-red:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #fd346e;
}

.card-hover__readical-red:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__readical-red:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__readical-red:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__java-2:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #1de2cf;
}

.card-hover__java-2:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__java-2:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__java-2:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__yellow:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #fcdc00;
}

.card-hover__yellow:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__yellow:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__yellow:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__bittersweet:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #ff7272;
}

.card-hover__bittersweet:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__bittersweet:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__bittersweet:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__niagara:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #099a97;
}

.card-hover__niagara:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__niagara:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__niagara:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__lavender:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #be79df;
}

.card-hover__lavender:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__lavender:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__lavender:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.card-hover__coral:hover:hover {
  box-shadow: 0 8px 45px rgba(96, 1, 211, 0.25);
  border-radius: 10px;
  background-color: #ff8d52;
}

.card-hover__coral:hover:hover .card--services-l6__icon {
  background-color: #fff !important;
}

.card-hover__coral:hover:hover .card--services-l6__heading {
  color: #fff;
}

.card-hover__coral:hover:hover .card--services-l6__content {
  color: rgba(255, 255, 255, 0.9);
}

.hover-text--blue-ribbon-2:hover,
a.hover-text--blue-ribbon-2:hover {
  color: #0041ff;
}

.hover-text--orange:hover,
a.hover-text--orange:hover {
  color: #ff5200;
}

.hover-text--torch-red:hover,
a.hover-text--torch-red:hover {
  color: #ff1e38;
}

.hover-text--java-2:hover,
a.hover-text--java-2:hover {
  color: #1de2cf;
}

.hover-text--yellow:hover,
a.hover-text--yellow:hover {
  color: #fcdc00;
}

.hover-text--electric-violet-3:hover,
a.hover-text--electric-violet-3:hover {
  color: #6001d3;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-outline-readical-red:hover {
  color: #fff !important;
}

.card-hover-bg__electric-violet-3:hover .card--services-l9__icon {
  background-color: #6001d3 !important;
  color: #fff;
  box-shadow: -6px 8px 10px rgba(96, 1, 211, 0.25);
}

.card-hover-bg__electric-violet-3:hover .card--services-l9__icon i {
  color: #fff !important;
}

.card-hover-bg__readical-red:hover .card--services-l9__icon {
  background-color: #fd346e !important;
  color: #fff;
  box-shadow: -6px 8px 10px rgba(253, 52, 110, 0.25);
}

.card-hover-bg__readical-red:hover .card--services-l9__icon i {
  color: #fff !important;
}

.card-hover-bg__java-2:hover .card--services-l9__icon {
  background-color: #1de2cf !important;
  color: #fff;
  box-shadow: -6px 8px 10px rgba(29, 226, 207, 0.25);
}

.card-hover-bg__java-2:hover .card--services-l9__icon i {
  color: #fff !important;
}

.card-hover-bg__yellow-3:hover .card--services-l9__icon {
  background-color: #ffd700 !important;
  color: #fff;
  box-shadow: -6px 8px 10px rgba(255, 215, 0, 0.25);
}

.card-hover-bg__yellow-3:hover .card--services-l9__icon i {
  color: #fff !important;
}

@-webkit-keyframes rotation {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(180deg);
  }
}

@keyframes rotation {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(180deg);
  }
}

@-webkit-keyframes animateMark {
  0% {
    background-size: 0% 6px;
  }
  100% {
    background-size: 100% 6px;
  }
}

@keyframes animateMark {
  0% {
    background-size: 0% 6px;
  }
  100% {
    background-size: 100% 6px;
  }
}

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.btn {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  min-width: 137px;
  line-height: 28px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn--medium {
  width: 137px;
  height: 50px;
}

.btn.btn--medium-2 {
  width: 142px;
  height: 56px;
}

.btn.btn--medium-3 {
  width: 164px;
  height: 56px;
}

.btn.btn--medium-4 {
  min-width: 158px;
  height: 42px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 22px;
}

.btn.btn--medium-5 {
  min-width: 177px;
  height: 56px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 22px;
}

.btn.btn--lg {
  min-width: 172px;
  height: 50px;
  border-radius: 5px;
}

.btn.btn--lg-2 {
  min-width: 180px;
  height: 56px;
  border-radius: 5px;
  font-size: 15px;
}

.btn.btn--lg-3 {
  min-width: 183px;
  height: 56px;
  border-radius: 5px;
  font-size: 15px;
}

.btn.btn--xl {
  min-width: 194px;
  height: 45px;
}

.btn.btn--xxl {
  min-width: 194px;
  height: 60px;
  border-radius: 5px;
}

.btn.btn--190 {
  width: 190px;
  height: 60px;
}

.btn.btn--btn-header-7 {
  min-width: 172px;
  height: 42px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
}

.btn.btn--header-inner {
  min-width: 125px;
  height: 42px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
}

.btn.squer--btn {
  min-width: 44px;
  height: 45px;
  border-radius: 10px;
  background-color: rgba(38, 39, 41, 0.3);
  color: #fff;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn.with-icon-2 i {
  margin-left: -5px;
  margin-right: 7px;
  font-size: 21px;
}

.btn-reset {
  background: transparent;
  border: 0;
}

button:focus {
  outline: none;
}

.btn-link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-link--2 {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0 !important;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left !important;
  display: inline-flex;
  align-items: center;
}

.btn-link--2.with--line {
  border-bottom: 2px solid var(--border-color);
}

.btn-link--2.with--line.border--primary {
  border-color: var(--iqlex);
}

.bookmark-button:before {
  content: "\f02e";
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
}

.bookmark-button:hover:before, .bookmark-button.clicked:before {
  font-weight: 900;
  color: green;
}

.btn-primary {
  color: #000;
  background-color: var(--iqlex);
  border-color: var(--iqlex);
}

.btn-primary:hover {
  color: #000;
  background-color: #ff7043;
  border-color: #ff6838;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #ff7043;
  border-color: #ff6838;
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ff794e;
  border-color: #ff6838;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: var(--iqlex);
  border-color: var(--iqlex);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-check:checked + .btn-black,
.btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}

.btn-check:checked + .btn-white,
.btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}

.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-readical-red {
  color: #000;
  background-color: #fd346e;
  border-color: #fd346e;
}

.btn-readical-red:hover {
  color: #000;
  background-color: #fd5284;
  border-color: #fd487d;
}

.btn-check:focus + .btn-readical-red, .btn-readical-red:focus {
  color: #000;
  background-color: #fd5284;
  border-color: #fd487d;
  box-shadow: 0 0 0 0.2rem rgba(215, 44, 94, 0.5);
}

.btn-check:checked + .btn-readical-red,
.btn-check:active + .btn-readical-red, .btn-readical-red:active, .btn-readical-red.active,
.show > .btn-readical-red.dropdown-toggle {
  color: #000;
  background-color: #fd5d8b;
  border-color: #fd487d;
}

.btn-check:checked + .btn-readical-red:focus,
.btn-check:active + .btn-readical-red:focus, .btn-readical-red:active:focus, .btn-readical-red.active:focus,
.show > .btn-readical-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 44, 94, 0.5);
}

.btn-readical-red:disabled, .btn-readical-red.disabled {
  color: #000;
  background-color: #fd346e;
  border-color: #fd346e;
}

.btn-torch-red {
  color: #000;
  background-color: #ff1e38;
  border-color: #ff1e38;
}

.btn-torch-red:hover {
  color: #000;
  background-color: #ff4056;
  border-color: #ff354c;
}

.btn-check:focus + .btn-torch-red, .btn-torch-red:focus {
  color: #000;
  background-color: #ff4056;
  border-color: #ff354c;
  box-shadow: 0 0 0 0.2rem rgba(217, 26, 48, 0.5);
}

.btn-check:checked + .btn-torch-red,
.btn-check:active + .btn-torch-red, .btn-torch-red:active, .btn-torch-red.active,
.show > .btn-torch-red.dropdown-toggle {
  color: #000;
  background-color: #ff4b60;
  border-color: #ff354c;
}

.btn-check:checked + .btn-torch-red:focus,
.btn-check:active + .btn-torch-red:focus, .btn-torch-red:active:focus, .btn-torch-red.active:focus,
.show > .btn-torch-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 26, 48, 0.5);
}

.btn-torch-red:disabled, .btn-torch-red.disabled {
  color: #000;
  background-color: #ff1e38;
  border-color: #ff1e38;
}

.btn-purple-heart {
  color: #fff;
  background-color: #6a26da;
  border-color: #6a26da;
}

.btn-purple-heart:hover {
  color: #fff;
  background-color: #5a20b9;
  border-color: #551eae;
}

.btn-check:focus + .btn-purple-heart, .btn-purple-heart:focus {
  color: #fff;
  background-color: #5a20b9;
  border-color: #551eae;
  box-shadow: 0 0 0 0.2rem rgba(128, 71, 224, 0.5);
}

.btn-check:checked + .btn-purple-heart,
.btn-check:active + .btn-purple-heart, .btn-purple-heart:active, .btn-purple-heart.active,
.show > .btn-purple-heart.dropdown-toggle {
  color: #fff;
  background-color: #551eae;
  border-color: #501da4;
}

.btn-check:checked + .btn-purple-heart:focus,
.btn-check:active + .btn-purple-heart:focus, .btn-purple-heart:active:focus, .btn-purple-heart.active:focus,
.show > .btn-purple-heart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 71, 224, 0.5);
}

.btn-purple-heart:disabled, .btn-purple-heart.disabled {
  color: #fff;
  background-color: #6a26da;
  border-color: #6a26da;
}

.btn-electric-violet-2 {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-electric-violet-2:hover {
  color: #fff;
  background-color: #442cd6;
  border-color: #402aca;
}

.btn-check:focus + .btn-electric-violet-2, .btn-electric-violet-2:focus {
  color: #fff;
  background-color: #442cd6;
  border-color: #402aca;
  box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
}

.btn-check:checked + .btn-electric-violet-2,
.btn-check:active + .btn-electric-violet-2, .btn-electric-violet-2:active, .btn-electric-violet-2.active,
.show > .btn-electric-violet-2.dropdown-toggle {
  color: #fff;
  background-color: #402aca;
  border-color: #3c27bd;
}

.btn-check:checked + .btn-electric-violet-2:focus,
.btn-check:active + .btn-electric-violet-2:focus, .btn-electric-violet-2:active:focus, .btn-electric-violet-2.active:focus,
.show > .btn-electric-violet-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
}

.btn-electric-violet-2:disabled, .btn-electric-violet-2.disabled {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-electric-violet-3 {
  color: #fff;
  background-color: #6001d3;
  border-color: #6001d3;
}

.btn-electric-violet-3:hover {
  color: #fff;
  background-color: #5201b3;
  border-color: #4d01a9;
}

.btn-check:focus + .btn-electric-violet-3, .btn-electric-violet-3:focus {
  color: #fff;
  background-color: #5201b3;
  border-color: #4d01a9;
  box-shadow: 0 0 0 0.2rem rgba(120, 39, 218, 0.5);
}

.btn-check:checked + .btn-electric-violet-3,
.btn-check:active + .btn-electric-violet-3, .btn-electric-violet-3:active, .btn-electric-violet-3.active,
.show > .btn-electric-violet-3.dropdown-toggle {
  color: #fff;
  background-color: #4d01a9;
  border-color: #48019e;
}

.btn-check:checked + .btn-electric-violet-3:focus,
.btn-check:active + .btn-electric-violet-3:focus, .btn-electric-violet-3:active:focus, .btn-electric-violet-3.active:focus,
.show > .btn-electric-violet-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 39, 218, 0.5);
}

.btn-electric-violet-3:disabled, .btn-electric-violet-3.disabled {
  color: #fff;
  background-color: #6001d3;
  border-color: #6001d3;
}

.btn-bittersweet {
  color: #000;
  background-color: #ff7272;
  border-color: #ff7272;
}

.btn-bittersweet:hover {
  color: #000;
  background-color: #ff8787;
  border-color: #ff8080;
}

.btn-check:focus + .btn-bittersweet, .btn-bittersweet:focus {
  color: #000;
  background-color: #ff8787;
  border-color: #ff8080;
  box-shadow: 0 0 0 0.2rem rgba(217, 97, 97, 0.5);
}

.btn-check:checked + .btn-bittersweet,
.btn-check:active + .btn-bittersweet, .btn-bittersweet:active, .btn-bittersweet.active,
.show > .btn-bittersweet.dropdown-toggle {
  color: #000;
  background-color: #ff8e8e;
  border-color: #ff8080;
}

.btn-check:checked + .btn-bittersweet:focus,
.btn-check:active + .btn-bittersweet:focus, .btn-bittersweet:active:focus, .btn-bittersweet.active:focus,
.show > .btn-bittersweet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 97, 97, 0.5);
}

.btn-bittersweet:disabled, .btn-bittersweet.disabled {
  color: #000;
  background-color: #ff7272;
  border-color: #ff7272;
}

.btn-niagara {
  color: #000;
  background-color: #099a97;
  border-color: #099a97;
}

.btn-niagara:hover {
  color: #000;
  background-color: #2ea9a7;
  border-color: #22a4a1;
}

.btn-check:focus + .btn-niagara, .btn-niagara:focus {
  color: #000;
  background-color: #2ea9a7;
  border-color: #22a4a1;
  box-shadow: 0 0 0 0.2rem rgba(8, 131, 128, 0.5);
}

.btn-check:checked + .btn-niagara,
.btn-check:active + .btn-niagara, .btn-niagara:active, .btn-niagara.active,
.show > .btn-niagara.dropdown-toggle {
  color: #000;
  background-color: #3aaeac;
  border-color: #22a4a1;
}

.btn-check:checked + .btn-niagara:focus,
.btn-check:active + .btn-niagara:focus, .btn-niagara:active:focus, .btn-niagara.active:focus,
.show > .btn-niagara.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 131, 128, 0.5);
}

.btn-niagara:disabled, .btn-niagara.disabled {
  color: #000;
  background-color: #099a97;
  border-color: #099a97;
}

.btn-yellow {
  color: #000;
  background-color: #fcdc00;
  border-color: #fcdc00;
}

.btn-yellow:hover {
  color: #000;
  background-color: #fce126;
  border-color: #fce01a;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000;
  background-color: #fce126;
  border-color: #fce01a;
  box-shadow: 0 0 0 0.2rem rgba(214, 187, 0, 0.5);
}

.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #fde333;
  border-color: #fce01a;
}

.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 187, 0, 0.5);
}

.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000;
  background-color: #fcdc00;
  border-color: #fcdc00;
}

.btn-shark {
  color: #fff;
  background-color: #262729;
  border-color: #262729;
}

.btn-shark:hover {
  color: #fff;
  background-color: #202123;
  border-color: #1e1f21;
}

.btn-check:focus + .btn-shark, .btn-shark:focus {
  color: #fff;
  background-color: #202123;
  border-color: #1e1f21;
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 73, 0.5);
}

.btn-check:checked + .btn-shark,
.btn-check:active + .btn-shark, .btn-shark:active, .btn-shark.active,
.show > .btn-shark.dropdown-toggle {
  color: #fff;
  background-color: #1e1f21;
  border-color: #1d1d1f;
}

.btn-check:checked + .btn-shark:focus,
.btn-check:active + .btn-shark:focus, .btn-shark:active:focus, .btn-shark.active:focus,
.show > .btn-shark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 73, 0.5);
}

.btn-shark:disabled, .btn-shark.disabled {
  color: #fff;
  background-color: #262729;
  border-color: #262729;
}

.btn-link-water {
  color: #000;
  background-color: #f2f5fb;
  border-color: #f2f5fb;
}

.btn-link-water:hover {
  color: #000;
  background-color: #f4f7fc;
  border-color: #f3f6fb;
}

.btn-check:focus + .btn-link-water, .btn-link-water:focus {
  color: #000;
  background-color: #f4f7fc;
  border-color: #f3f6fb;
  box-shadow: 0 0 0 0.2rem rgba(206, 208, 213, 0.5);
}

.btn-check:checked + .btn-link-water,
.btn-check:active + .btn-link-water, .btn-link-water:active, .btn-link-water.active,
.show > .btn-link-water.dropdown-toggle {
  color: #000;
  background-color: #f5f7fc;
  border-color: #f3f6fb;
}

.btn-check:checked + .btn-link-water:focus,
.btn-check:active + .btn-link-water:focus, .btn-link-water:active:focus, .btn-link-water.active:focus,
.show > .btn-link-water.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 208, 213, 0.5);
}

.btn-link-water:disabled, .btn-link-water.disabled {
  color: #000;
  background-color: #f2f5fb;
  border-color: #f2f5fb;
}

.btn-egg-blue {
  color: #000;
  background-color: #0abfbc;
  border-color: #0abfbc;
}

.btn-egg-blue:hover {
  color: #000;
  background-color: #2fc9c6;
  border-color: #23c5c3;
}

.btn-check:focus + .btn-egg-blue, .btn-egg-blue:focus {
  color: #000;
  background-color: #2fc9c6;
  border-color: #23c5c3;
  box-shadow: 0 0 0 0.2rem rgba(9, 162, 160, 0.5);
}

.btn-check:checked + .btn-egg-blue,
.btn-check:active + .btn-egg-blue, .btn-egg-blue:active, .btn-egg-blue.active,
.show > .btn-egg-blue.dropdown-toggle {
  color: #000;
  background-color: #3bccc9;
  border-color: #23c5c3;
}

.btn-check:checked + .btn-egg-blue:focus,
.btn-check:active + .btn-egg-blue:focus, .btn-egg-blue:active:focus, .btn-egg-blue.active:focus,
.show > .btn-egg-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 162, 160, 0.5);
}

.btn-egg-blue:disabled, .btn-egg-blue.disabled {
  color: #000;
  background-color: #0abfbc;
  border-color: #0abfbc;
}

.btn-outline-primary {
  color: var(--iqlex);
  border-color: var(--iqlex);
}

.btn-outline-primary:hover {
  color: #000;
  background-color: var(--iqlex);
  border-color: var(--iqlex);
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: var(--iqlex);
  border-color: var(--iqlex);
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: var(--iqlex);
  background-color: transparent;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-readical-red {
  color: #fd346e;
  border-color: #fd346e;
}

.btn-outline-readical-red:hover {
  color: #000;
  background-color: #fd346e;
  border-color: #fd346e;
}

.btn-check:focus + .btn-outline-readical-red, .btn-outline-readical-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 52, 110, 0.5);
}

.btn-check:checked + .btn-outline-readical-red,
.btn-check:active + .btn-outline-readical-red, .btn-outline-readical-red:active, .btn-outline-readical-red.active, .btn-outline-readical-red.dropdown-toggle.show {
  color: #000;
  background-color: #fd346e;
  border-color: #fd346e;
}

.btn-check:checked + .btn-outline-readical-red:focus,
.btn-check:active + .btn-outline-readical-red:focus, .btn-outline-readical-red:active:focus, .btn-outline-readical-red.active:focus, .btn-outline-readical-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 52, 110, 0.5);
}

.btn-outline-readical-red:disabled, .btn-outline-readical-red.disabled {
  color: #fd346e;
  background-color: transparent;
}

.btn-outline-torch-red {
  color: #ff1e38;
  border-color: #ff1e38;
}

.btn-outline-torch-red:hover {
  color: #000;
  background-color: #ff1e38;
  border-color: #ff1e38;
}

.btn-check:focus + .btn-outline-torch-red, .btn-outline-torch-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 30, 56, 0.5);
}

.btn-check:checked + .btn-outline-torch-red,
.btn-check:active + .btn-outline-torch-red, .btn-outline-torch-red:active, .btn-outline-torch-red.active, .btn-outline-torch-red.dropdown-toggle.show {
  color: #000;
  background-color: #ff1e38;
  border-color: #ff1e38;
}

.btn-check:checked + .btn-outline-torch-red:focus,
.btn-check:active + .btn-outline-torch-red:focus, .btn-outline-torch-red:active:focus, .btn-outline-torch-red.active:focus, .btn-outline-torch-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 30, 56, 0.5);
}

.btn-outline-torch-red:disabled, .btn-outline-torch-red.disabled {
  color: #ff1e38;
  background-color: transparent;
}

.btn-outline-purple-heart {
  color: #6a26da;
  border-color: #6a26da;
}

.btn-outline-purple-heart:hover {
  color: #fff;
  background-color: #6a26da;
  border-color: #6a26da;
}

.btn-check:focus + .btn-outline-purple-heart, .btn-outline-purple-heart:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 38, 218, 0.5);
}

.btn-check:checked + .btn-outline-purple-heart,
.btn-check:active + .btn-outline-purple-heart, .btn-outline-purple-heart:active, .btn-outline-purple-heart.active, .btn-outline-purple-heart.dropdown-toggle.show {
  color: #fff;
  background-color: #6a26da;
  border-color: #6a26da;
}

.btn-check:checked + .btn-outline-purple-heart:focus,
.btn-check:active + .btn-outline-purple-heart:focus, .btn-outline-purple-heart:active:focus, .btn-outline-purple-heart.active:focus, .btn-outline-purple-heart.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 38, 218, 0.5);
}

.btn-outline-purple-heart:disabled, .btn-outline-purple-heart.disabled {
  color: #6a26da;
  background-color: transparent;
}

.btn-outline-electric-violet-2 {
  color: #5034fc;
  border-color: #5034fc;
}

.btn-outline-electric-violet-2:hover {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-check:focus + .btn-outline-electric-violet-2, .btn-outline-electric-violet-2:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 52, 252, 0.5);
}

.btn-check:checked + .btn-outline-electric-violet-2,
.btn-check:active + .btn-outline-electric-violet-2, .btn-outline-electric-violet-2:active, .btn-outline-electric-violet-2.active, .btn-outline-electric-violet-2.dropdown-toggle.show {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-check:checked + .btn-outline-electric-violet-2:focus,
.btn-check:active + .btn-outline-electric-violet-2:focus, .btn-outline-electric-violet-2:active:focus, .btn-outline-electric-violet-2.active:focus, .btn-outline-electric-violet-2.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 52, 252, 0.5);
}

.btn-outline-electric-violet-2:disabled, .btn-outline-electric-violet-2.disabled {
  color: #5034fc;
  background-color: transparent;
}

.btn-outline-electric-violet-3 {
  color: #6001d3;
  border-color: #6001d3;
}

.btn-outline-electric-violet-3:hover {
  color: #fff;
  background-color: #6001d3;
  border-color: #6001d3;
}

.btn-check:focus + .btn-outline-electric-violet-3, .btn-outline-electric-violet-3:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 1, 211, 0.5);
}

.btn-check:checked + .btn-outline-electric-violet-3,
.btn-check:active + .btn-outline-electric-violet-3, .btn-outline-electric-violet-3:active, .btn-outline-electric-violet-3.active, .btn-outline-electric-violet-3.dropdown-toggle.show {
  color: #fff;
  background-color: #6001d3;
  border-color: #6001d3;
}

.btn-check:checked + .btn-outline-electric-violet-3:focus,
.btn-check:active + .btn-outline-electric-violet-3:focus, .btn-outline-electric-violet-3:active:focus, .btn-outline-electric-violet-3.active:focus, .btn-outline-electric-violet-3.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 1, 211, 0.5);
}

.btn-outline-electric-violet-3:disabled, .btn-outline-electric-violet-3.disabled {
  color: #6001d3;
  background-color: transparent;
}

.btn-outline-bittersweet {
  color: #ff7272;
  border-color: #ff7272;
}

.btn-outline-bittersweet:hover {
  color: #000;
  background-color: #ff7272;
  border-color: #ff7272;
}

.btn-check:focus + .btn-outline-bittersweet, .btn-outline-bittersweet:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 114, 114, 0.5);
}

.btn-check:checked + .btn-outline-bittersweet,
.btn-check:active + .btn-outline-bittersweet, .btn-outline-bittersweet:active, .btn-outline-bittersweet.active, .btn-outline-bittersweet.dropdown-toggle.show {
  color: #000;
  background-color: #ff7272;
  border-color: #ff7272;
}

.btn-check:checked + .btn-outline-bittersweet:focus,
.btn-check:active + .btn-outline-bittersweet:focus, .btn-outline-bittersweet:active:focus, .btn-outline-bittersweet.active:focus, .btn-outline-bittersweet.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 114, 114, 0.5);
}

.btn-outline-bittersweet:disabled, .btn-outline-bittersweet.disabled {
  color: #ff7272;
  background-color: transparent;
}

.btn-outline-niagara {
  color: #099a97;
  border-color: #099a97;
}

.btn-outline-niagara:hover {
  color: #000;
  background-color: #099a97;
  border-color: #099a97;
}

.btn-check:focus + .btn-outline-niagara, .btn-outline-niagara:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 154, 151, 0.5);
}

.btn-check:checked + .btn-outline-niagara,
.btn-check:active + .btn-outline-niagara, .btn-outline-niagara:active, .btn-outline-niagara.active, .btn-outline-niagara.dropdown-toggle.show {
  color: #000;
  background-color: #099a97;
  border-color: #099a97;
}

.btn-check:checked + .btn-outline-niagara:focus,
.btn-check:active + .btn-outline-niagara:focus, .btn-outline-niagara:active:focus, .btn-outline-niagara.active:focus, .btn-outline-niagara.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 154, 151, 0.5);
}

.btn-outline-niagara:disabled, .btn-outline-niagara.disabled {
  color: #099a97;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #fcdc00;
  border-color: #fcdc00;
}

.btn-outline-yellow:hover {
  color: #000;
  background-color: #fcdc00;
  border-color: #fcdc00;
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 220, 0, 0.5);
}

.btn-check:checked + .btn-outline-yellow,
.btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000;
  background-color: #fcdc00;
  border-color: #fcdc00;
}

.btn-check:checked + .btn-outline-yellow:focus,
.btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 220, 0, 0.5);
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #fcdc00;
  background-color: transparent;
}

.btn-outline-shark {
  color: #262729;
  border-color: #262729;
}

.btn-outline-shark:hover {
  color: #fff;
  background-color: #262729;
  border-color: #262729;
}

.btn-check:focus + .btn-outline-shark, .btn-outline-shark:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 39, 41, 0.5);
}

.btn-check:checked + .btn-outline-shark,
.btn-check:active + .btn-outline-shark, .btn-outline-shark:active, .btn-outline-shark.active, .btn-outline-shark.dropdown-toggle.show {
  color: #fff;
  background-color: #262729;
  border-color: #262729;
}

.btn-check:checked + .btn-outline-shark:focus,
.btn-check:active + .btn-outline-shark:focus, .btn-outline-shark:active:focus, .btn-outline-shark.active:focus, .btn-outline-shark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 39, 41, 0.5);
}

.btn-outline-shark:disabled, .btn-outline-shark.disabled {
  color: #262729;
  background-color: transparent;
}

.btn-outline-link-water {
  color: #f2f5fb;
  border-color: #f2f5fb;
}

.btn-outline-link-water:hover {
  color: #000;
  background-color: #f2f5fb;
  border-color: #f2f5fb;
}

.btn-check:focus + .btn-outline-link-water, .btn-outline-link-water:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 245, 251, 0.5);
}

.btn-check:checked + .btn-outline-link-water,
.btn-check:active + .btn-outline-link-water, .btn-outline-link-water:active, .btn-outline-link-water.active, .btn-outline-link-water.dropdown-toggle.show {
  color: #000;
  background-color: #f2f5fb;
  border-color: #f2f5fb;
}

.btn-check:checked + .btn-outline-link-water:focus,
.btn-check:active + .btn-outline-link-water:focus, .btn-outline-link-water:active:focus, .btn-outline-link-water.active:focus, .btn-outline-link-water.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 245, 251, 0.5);
}

.btn-outline-link-water:disabled, .btn-outline-link-water.disabled {
  color: #f2f5fb;
  background-color: transparent;
}

.btn-outline-egg-blue {
  color: #0abfbc;
  border-color: #0abfbc;
}

.btn-outline-egg-blue:hover {
  color: #000;
  background-color: #0abfbc;
  border-color: #0abfbc;
}

.btn-check:focus + .btn-outline-egg-blue, .btn-outline-egg-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 191, 188, 0.5);
}

.btn-check:checked + .btn-outline-egg-blue,
.btn-check:active + .btn-outline-egg-blue, .btn-outline-egg-blue:active, .btn-outline-egg-blue.active, .btn-outline-egg-blue.dropdown-toggle.show {
  color: #000;
  background-color: #0abfbc;
  border-color: #0abfbc;
}

.btn-check:checked + .btn-outline-egg-blue:focus,
.btn-check:active + .btn-outline-egg-blue:focus, .btn-outline-egg-blue:active:focus, .btn-outline-egg-blue.active:focus, .btn-outline-egg-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 191, 188, 0.5);
}

.btn-outline-egg-blue:disabled, .btn-outline-egg-blue.disabled {
  color: #0abfbc;
  background-color: transparent;
}

.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked ~ .checkbox {
  background: var(--iqlex) !important;
  border-color: var(--iqlex);
}

.check-input-control input:checked ~ .checkbox::after {
  border-color: var(--iqlex);
  background-color: var(--iqlex);
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 2px;
  border: 1px solid gray;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox:after {
  content: "";
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

/* Newsletter One */
.newsletter-form__text {
  margin-top: 15px;
  margin-bottom: 0;
  color: rgba(38, 39, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}

.newsletter-form .btn {
  width: 100%;
  height: 70px;
  border-radius: 10px;
}

@media (min-width: 480px) {
  .newsletter-form .btn {
    width: 172px;
  }
}

.newsletter-form input {
  width: 100%;
  border-radius: 10px;
  border: 2px solid rgba(128, 138, 142, 0.2);
  color: rgba(37, 55, 63, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  padding: 5px 25px;
  margin-bottom: 10px;
  height: 70px;
}

@media (min-width: 480px) {
  .newsletter-form input {
    margin-right: 7px;
    margin-bottom: 0;
  }
}

/* Newsletter Two */
.newsletter--footer {
  max-width: 531px;
  margin-top: 45px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .newsletter--footer {
    margin-bottom: 155px;
  }
}

.newsletter--footer input {
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  width: 100%;
  border: none !important;
  padding: 0 25px;
}

.newsletter--footer input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter--footer input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter--footer input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter--footer input:focus {
  background-color: #fff !important;
}

.newsletter--footer input:focus::-moz-placeholder {
  color: #000;
}

.newsletter--footer input:focus:-ms-input-placeholder {
  color: #000;
}

.newsletter--footer input:focus::placeholder {
  color: #000;
}

.newsletter-form--l2,
.newsletter-form--countdown {
  border-radius: 75px;
  max-width: 516px;
}

@media (min-width: 480px) {
  .newsletter-form--l2,
  .newsletter-form--countdown {
    background-color: #f2f5fb;
    border: 2px solid #f8f9fc;
  }
}

.newsletter-form--l2 input,
.newsletter-form--countdown input {
  margin-left: 5px;
}

@media (min-width: 480px) {
  .newsletter-form--l2 input,
  .newsletter-form--countdown input {
    border: none;
    background-color: transparent;
  }
}

.newsletter-form--l2 input:focus,
.newsletter-form--countdown input:focus {
  background-color: transparent !important;
}

.newsletter-form--l2 input:focus::-moz-placeholder, .newsletter-form--countdown input:focus::-moz-placeholder {
  color: #000;
}

.newsletter-form--l2 input:focus:-ms-input-placeholder, .newsletter-form--countdown input:focus:-ms-input-placeholder {
  color: #000;
}

.newsletter-form--l2 input:focus::placeholder,
.newsletter-form--countdown input:focus::placeholder {
  color: #000;
}

.newsletter-form--l2 .btn,
.newsletter-form--countdown .btn {
  height: 50px !important;
}

@media (min-width: 480px) {
  .newsletter-form--l2 .btn,
  .newsletter-form--countdown .btn {
    margin-right: 10px;
  }
}

/*
  Home 3 : Footer
---------------------------------*/
.contact-form .form-floating label,
.contact-form-inner-2 .form-floating label {
  padding-left: 25px;
  font-size: 15px;
  min-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(38, 39, 41, 0.5);
}

.contact-form .form-floating textarea,
.contact-form-inner-2 .form-floating textarea {
  min-height: 175px;
}

.contact-form .form-floating textarea ~ label,
.contact-form-inner-2 .form-floating textarea ~ label {
  margin-top: 20px;
}

.contact-form .form-floating input ~ label,
.contact-form-inner-2 .form-floating input ~ label {
  display: flex;
  align-items: center;
}

.contact-form .form-control,
.contact-form-inner-2 .form-control {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
  font-size: 15px;
}

.contact-form input.form-control,
.contact-form-inner-2 input.form-control {
  border-radius: 500px;
  background: #fff;
  color: #262729;
  height: 45px !important;
}

.contact-form input.form-control::-moz-placeholder, .contact-form-inner-2 input.form-control::-moz-placeholder {
  color: transparent;
}

.contact-form input.form-control:-ms-input-placeholder, .contact-form-inner-2 input.form-control:-ms-input-placeholder {
  color: transparent;
}

.contact-form input.form-control::placeholder,
.contact-form-inner-2 input.form-control::placeholder {
  color: transparent;
}

.contact-form textarea,
.contact-form-inner-2 textarea {
  min-height: 175px;
  border-radius: 15px;
}

.contact-form .form-check input.form-check-input,
.contact-form-inner-2 .form-check input.form-check-input {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  border-radius: 3px;
  border: 0;
}

.contact-form .form-check input.form-check-input:checked[type="checkbox"],
.contact-form-inner-2 .form-check input.form-check-input:checked[type="checkbox"] {
  background-color: var(--bs-secondary) !important;
  box-shadow: none;
}

.contact-form .form-check input.form-check-input:focus,
.contact-form-inner-2 .form-check input.form-check-input:focus {
  box-shadow: none;
}

.contact-form .form-check .form-check-label,
.contact-form-inner-2 .form-check .form-check-label {
  margin-left: 8px;
  font-size: 13px;
}

/*
  Home 4 : Contact Form
---------------------------------*/
.contact-section__form-heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
  margin-bottom: 28px;
}

.contact-section .form-control,
.contact-section .form-check-input {
  border: 1px solid var(--border-color-3) !important;
}

.newsletter-form--rounded {
  position: relative;
}

.newsletter-form--rounded .form-control {
  height: 45px;
  border-radius: 50px;
  border: 1px solid rgba(38, 39, 41, 0.2);
  background-color: #fff;
  color: rgba(38, 39, 41, 0.8);
}

.newsletter-form--rounded .form-control::-moz-placeholder {
  color: rgba(38, 39, 41, 0.5);
}

.newsletter-form--rounded .form-control:-ms-input-placeholder {
  color: rgba(38, 39, 41, 0.5);
}

.newsletter-form--rounded .form-control::placeholder {
  color: rgba(38, 39, 41, 0.5);
}

.newsletter-form--rounded .btn-icon {
  width: 30px;
  height: 30px;
  box-shadow: 0 10px 30px rgba(253, 52, 110, 0.3);
  background-color: var(--iqlex);
  color: #fff;
  border-radius: 500px;
  position: absolute;
  right: 10px;
  top: 40%;
  border: 0;
  transform: translateY(-50%);
}

@media (min-width: 480px) {
  .newsletter-form--rounded .btn-icon {
    margin-bottom: 0;
    top: 50%;
    right: 16px;
  }
}

/*
  Home 6 : Promo Secion
---------------------------------*/
.promo--l6-newsletter {
  border-radius: 56px;
}

@media (min-width: 480px) {
  .promo--l6-newsletter {
    background-color: #fd5284;
  }
}

.promo--l6-newsletter input {
  background-color: #fd5284;
  border-radius: 56px;
  height: 60px;
  border: none;
  color: #fff !important;
}

@media (min-width: 480px) {
  .promo--l6-newsletter input {
    background-color: transparent;
  }
}

.promo--l6-newsletter input:placeholder {
  color: #fff !important;
  border-radius: 56px;
  background-color: #fd5284;
}

.promo--l6-newsletter .btn {
  min-width: 140px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 8px 55px rgba(96, 1, 211, 0.4);
}

@media (min-width: 480px) {
  .promo--l6-newsletter .btn {
    margin-right: 4px;
  }
}

.newsletter--l7 form {
  text-align: right;
}

.newsletter--l7 form input {
  width: 100%;
  border: none;
  height: 56px;
  border-radius: 50px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 20px;
}

.newsletter--l7 form input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter--l7 form .btn {
  width: 150px;
  height: 56px;
  border-radius: 50px;
  color: #fff;
  text-align: right;
  margin-right: auto;
}

/*
  Home 6 : Promo Secion
---------------------------------*/
.contact-section--inner-2 .contact-form input,
.contact-section--inner-2 .contact-form textarea,
.contact-section--inner-2 .contact-form .form-check-input {
  background-color: transparent !important;
}

.contact-section--inner-2 .form-check-label {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-texts-3);
}

/* Search Form */
.search-form {
  background-color: #fff;
  border-radius: 9px;
  padding: 0 40px;
}

.search-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-form form input {
  height: 75px;
  border: none;
  width: 100%;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: rgba(38, 39, 41, 0.7);
}

.search-form form input:focus {
  outline: none;
  box-shadow: none;
}

.search-form form button {
  border: none;
  background-color: transparent;
  color: #fd346e;
  font-size: 21px;
}

.search-form form button:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-form--countdown {
  max-width: inherit;
}

@media (min-width: 480px) {
  .newsletter-form--countdown {
    background-color: #fff;
  }
}

.newsletter--inner-career form {
  text-align: center;
  border-radius: 50px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .newsletter--inner-career form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    text-align: left;
  }
}

.newsletter--inner-career form .form-control {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  border: none;
  height: 72px;
  border-radius: 50px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .newsletter--inner-career form .form-control {
    background-color: transparent;
    margin-bottom: 0;
  }
}

.newsletter--inner-career form .form-control i {
  margin-right: 10px;
}

.newsletter--inner-career form .form-control input {
  height: 100%;
  background-color: transparent;
  border: none;
  width: 100%;
  display: block;
}

.newsletter--inner-career form .form-control input:focus {
  border: none;
  outline: none;
}

/*
  Home 9 : Promo Sections
---------------------------------*/
.promo--l9-newsletter form {
  border-radius: 35px;
}

@media (min-width: 480px) {
  .promo--l9-newsletter form {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.promo--l9-newsletter form input {
  height: 58px;
}

@media (min-width: 480px) {
  .promo--l9-newsletter form input {
    background-color: transparent;
  }
}

.promo--l9-newsletter form input:focus {
  background-color: transparent;
}

@media (min-width: 480px) {
  .promo--l9-newsletter form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .promo--l9-newsletter form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .promo--l9-newsletter form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}

.promo--l9-newsletter form .btn {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
}

.newsletter--l4 form {
  text-align: center;
  border-radius: 50px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .newsletter--l4 form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    text-align: left;
  }
}

.newsletter--l4 form .form-control {
  background-color: #fff !important;
  display: flex;
  align-items: center;
  border: none;
  height: 72px;
  border-radius: 50px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .newsletter--l4 form .form-control {
    background-color: transparent;
    margin-bottom: 0;
  }
}

.newsletter--l4 form .form-control i {
  margin-right: 10px;
  font-weight: 300;
  font-size: 18px;
}

.newsletter--l4 form .form-control input {
  height: 100%;
  background-color: transparent;
  border: none;
  width: 100%;
  display: block;
}

.newsletter--l4 form .form-control input:focus {
  border: none;
  outline: none;
}

.newsletter--l4 form .btn {
  min-width: 174px;
  height: 56px;
  border-radius: 50px;
}

.newsletter--l4__text {
  color: #828288;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-top: 25px;
}

/*Preloader css*/
div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

div#loading img {
  z-index: 9999;
  width: 25%;
}

@media (min-width: 576px) {
  div#loading img {
    width: 17%;
  }
}

@media (min-width: 768px) {
  div#loading img {
    width: 15%;
  }
}

@media (min-width: 992px) {
  div#loading img {
    width: 7%;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff !important;
}

.preloader img {
  width: 500px;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0px;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
    color: #262729;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
    color: var(--color-headings-2);
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-2px);
    left: 50%;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .sub-menu.megamenu {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.dynamic-sticky-bg.reveal-header {
  background: #fff;
}

.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
  color: #262729 !important;
}

.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
  color: var(--color-headings-2);
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.sticky-bg-white.reveal-header .dark-version-logo {
  display: none !important;
}

.sticky-bg-white.reveal-header .light-version-logo {
  display: block !important;
}

.sticky-bg-white.reveal-header .menu-sep-left {
  position: relative;
}

.sticky-bg-white.reveal-header .menu-sep-left::before {
  content: "";
  border-left: rgba(38, 39, 41, 0.5) !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  z-index: 9;
}

.notification-block {
  position: relative;
}

.notification-block .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  margin-right: -5px;
}

body[data-theme="dark"] .reveal-header .menu-social-share li a,
.dark-mode-texts .reveal-header .menu-social-share li a {
  color: #fff;
  transition: 0.4s;
}

body[data-theme="dark"] .reveal-header .menu-social-share li a:hover,
.dark-mode-texts .reveal-header .menu-social-share li a:hover {
  color: #5034fc;
}

body[data-theme="dark"] .reveal-header .nav-link-item,
.dark-mode-texts .reveal-header .nav-link-item {
  color: #262729 !important;
}

@media (min-width: 992px) {
  body[data-theme="dark"] .reveal-header .nav-link-item,
  .dark-mode-texts .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.menu-block-wrapper {
  position: relative;
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: var(--color-headings-2);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.6px;
  line-height: 1.75;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 25px !important;
    padding-bottom: 23px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (min-width: 1200px) {
  .site-menu-main .nav-link-item {
    padding-top: 25px !important;
    padding-bottom: 23px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.3s ease, top 0.3s ease, margin-top 0.3s ease, background-color 0.3s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  color: #262729 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
  transition: 0.4s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.site-menu-main .sub-menu--item > a > i {
  margin-top: 8px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu-main .sub-menu--item:hover > a {
  color: var(--iqlex);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item:first-child a {
    padding-top: 0;
    padding-bottom: 7px;
  }
}

.site-menu-main .sub-menu--item:last-child {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.site-menu-main .sub-menu--item:last-child a {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 925px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-16%, 10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-13%, 10px);
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, -10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 0);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-12%, 0);
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
  color: rgba(38, 39, 41, 0.5) !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  margin-left: 10px;
  padding-top: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a {
  color: #262729 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a:hover {
  color: var(--iqlex);
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: var(--iqlex) !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 15px 15px;
    border-top: 3px solid var(--iqlex);
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: var(--color-headings-2);
    width: 24px;
    position: relative;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-headings-2);
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main > li > a {
    display: block;
  }
}

@media (max-width: 991px) {
  .site-menu-main > li > a i {
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(-90deg);
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
    z-index: 99;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .site-header--menu-center .menu-block-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header .site-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 100%;
  }
}

.menu-block.active .nav-link-item {
  color: #262729 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-50%, 0) !important;
  }
}

@media (min-width: 1200px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-40%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-40%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-4 .megadropdown-center {
    transform: translate(-45%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-5 .megadropdown-center {
    transform: translate(-49%, 0) !important;
  }
}

.card--content {
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 24px 94px rgba(239, 67, 57, 0.4);
  border-radius: 5px;
  width: 70%;
}

@media (min-width: 480px) {
  .card--content {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .card--content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 53px;
    padding-right: 30px;
  }
}

.card--content .card-head {
  margin-bottom: 12px;
}

.card--content .card-head__count {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 0;
  margin-right: 12px;
}

@media (min-width: 576px) {
  .card--content .card-head__count {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .card--content .card-head__count {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .card--content .card-head__count {
    font-size: 70px;
  }
}

.card--content .card-head__icon {
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
  border-radius: 50%;
  background-color: #25373f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.card--content .card-body__description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .card--content .card-body__description {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .card--content .card-body__description {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .card--content .card-body__description {
    font-size: 24px;
  }
}

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

.card--content-2 {
  box-shadow: 0 24px 94px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1;
  padding-bottom: 22px;
  border: none;
}

@media (min-width: 992px) {
  .card--content-2 {
    margin: 0 15px;
  }
}

.card--content-2__currency {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.47619;
  color: #25373f;
  font-size: 32px;
}

@media (min-width: 768px) {
  .card--content-2__currency {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .card--content-2__currency {
    font-size: 42px;
  }
}

.card--content-2__text {
  color: rgba(37, 55, 63, 0.7);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.66666;
  margin-bottom: 0;
}

.card--content-2 .card--content-single {
  margin-left: 55px;
  margin-right: 55px;
  padding-bottom: 35px;
  padding-top: 30px;
}

.card--content-2 .card--content-single--highlight {
  box-shadow: 0 10px 20px rgba(34, 204, 116, 0.25);
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 22px;
  background-color: #fff;
}

.card--content-2 .card--content-single--highlight h2 {
  color: #fff;
}

.card--content-2 .card--content-single--highlight p {
  color: #fff;
}

/*
  Home 3 : Testimonial Area
---------------------------------*/
.card-testimonial--l3 {
  background: #fff;
  border: 0;
  color: #262729;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 15px;
  transition: 0.4s;
}

.card-testimonial--l3 .card-user-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 29px;
  border-top: 1px solid rgba(38, 39, 41, 0.1);
}

.card-testimonial--l3 .card-user-block .card-body__user,
.card-testimonial--l3 .card-user-block .review-star {
  padding-bottom: 15px;
}

.card-testimonial--l3 .card-user-block .card-body__user {
  padding-right: 15px;
}

.card-testimonial--l3 .card-image {
  width: 70px;
  height: 70px;
  border-radius: 500px;
  margin-top: -35px;
  width: 100%;
}

.card-testimonial--l3 .card-body {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.card-testimonial--l3 .card-body p {
  color: inherit;
}

.card-testimonial--l3 .card-description {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.card-testimonial--l3 .card-title {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 3px;
}

.card-testimonial--l3 .card-text--ext {
  color: inherit;
  opacity: 0.7;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.card-testimonial--l3:hover {
  background-color: #5034fc;
  color: #fff;
}

@media (min-width: 992px) {
  .card-testimonial--l3:hover {
    box-shadow: 0 23px 45px rgba(80, 52, 252, 0.25);
  }
}

.card-testimonial--l3:hover .card-user-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.card--service {
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 35px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  min-height: 265px;
  border-color: transparent;
}

.card--service:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card--service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

.card--service__title {
  color: #262729;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  display: block;
  height: 52px;
  margin-bottom: 26px;
  transition: 0.4s;
}

.card--service__content {
  opacity: 0.7;
  color: #262729;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}

.card--service-more {
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  min-height: 265px;
  position: relative;
}

.card--service-more:before {
  content: "";
  background-image: url("../image/home-3/services-more-shape.png");
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -60%;
}

.card--service-more .card--service__title {
  color: var(--color-headings);
  font-size: 28px;
  letter-spacing: normal;
  line-height: 1.57142;
  height: 40px;
}

.card--service-more .card--service__text {
  color: var(--color-headings);
  margin-bottom: 0;
}

.card--service-more .btn span i {
  color: #fff;
}

/*
  Home 4 : Services Area
---------------------------------*/
.card--services-l4 {
  border: none;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 51px;
  margin-bottom: 25px;
  border-radius: 15px;
  transition: 0.4s;
}

@media (min-width: 576px) {
  .card--services-l4 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .card--services-l4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .card--services-l4 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.card--services-l4__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.card--services-l4__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: #262729;
}

.card--services-l4__content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.86666;
  margin-bottom: 26px;
  color: rgba(38, 39, 41, 0.7);
}

.card--services-l4 .btn-link {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #262729;
  transition: 0.4s;
}

.card--services-l4 .btn-link i {
  margin-left: 10px;
}

.card--services-l4:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/*
  Home 4 : Pricing Table
---------------------------------*/
.card--table-single {
  padding-bottom: 45px;
  border: none;
  border-radius: 15px;
  transition: 0.4s;
  margin-bottom: 25px;
}

.card--table-single__list {
  margin-bottom: 38px;
  padding-left: 30px;
  padding-right: 30px;
}

.card--table-single__list li {
  color: rgba(38, 39, 41, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 5px;
}

.card--table-single .table-top {
  padding-bottom: 40px;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card--table-single .table-top__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  margin-bottom: 8px;
  color: #262729;
}

.card--table-single .table-top__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: rgba(38, 39, 41, 0.7);
}

.card--table-single .table-top .card--price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 35px;
}

.card--table-single .table-top .card--price__price {
  color: #262729;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 0;
  transition: 0.4s;
}

.card--table-single .table-top .card--price__price-time, .card--table-single .table-top .card--price__currency {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
  color: #262729;
  transition: 0.4s;
}

.card--table-single .table-top .card--price__currency {
  margin-top: 8px;
}

.card--table-single .btn {
  max-width: 180px;
  height: 56px;
  border-radius: 50px;
  margin: 0 auto;
  opacity: 0.7 !important;
  transition: 0.4s;
}

.card--table-single:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card--table-single:hover .btn {
  opacity: 1 !important;
}

.card--table-single:hover .card--price__price, .card--table-single:hover .card--price__price-time, .card--table-single:hover .card--price__currency {
  color: #6001d3;
}

/*
  Home 4 : Testimonial
---------------------------------*/
.card-testimonial--l4 {
  background: #fff;
  border: 0;
  color: #262729;
  border-radius: 15px;
  transition: 0.4s;
  margin: 0 20px;
}

@media (min-width: 576px) {
  .card-testimonial--l4 {
    margin: 0 0;
    margin-right: 30px;
  }
}

.card-testimonial--l4 .card-image {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 500px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .card-testimonial--l4 .card-image {
    margin-bottom: 0;
  }
}

.card-testimonial--l4 .card-image img {
  width: 100%;
}

.card-testimonial--l4 .card-icon {
  color: #6001d3;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  transition: 0.4s;
}

.card-testimonial--l4 .card-body {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .card-testimonial--l4 .card-body {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 40px;
  }
}

.card-testimonial--l4 .card-body__top {
  margin-bottom: 20px;
}

.card-testimonial--l4 .card-body p {
  color: inherit;
  margin-bottom: 0;
}

.card-testimonial--l4 .card-description {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.card-testimonial--l4 .card-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.73333;
  color: #262729;
  margin-bottom: 0;
  transition: 0.4s;
}

.card-testimonial--l4 .card-text--ext {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  color: rgba(38, 39, 41, 0.7);
}

.card-testimonial--l4:hover {
  background-color: #5034fc;
  color: #fff;
}

.card-testimonial--l4:hover .card-title,
.card-testimonial--l4:hover .card-icon {
  color: #fff;
}

@media (min-width: 992px) {
  .card-testimonial--l4:hover {
    box-shadow: 0 23px 45px rgba(80, 52, 252, 0.25);
  }
}

.card-testimonial--l4:hover .card-user-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*
  Home 5 : Services Area
---------------------------------*/
.card--services-l5 {
  border: none;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 31px;
  margin-bottom: 25px;
  border-radius: 15px;
  transition: 0.4s;
}

@media (min-width: 480px) {
  .card--services-l5 {
    padding-top: 35px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 51px;
  }
}

@media (min-width: 768px) {
  .card--services-l5 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 31px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .card--services-l5 {
    padding-top: 35px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 51px;
  }
}

.card--services-l5__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.card--services-l5__heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.666666;
  color: #262729;
  margin-bottom: 17px;
}

.card--services-l5__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 20px;
  color: rgba(38, 39, 41, 0.7);
}

.card--services-l5 .btn-link {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #262729;
  transition: 0.4s;
}

.card--services-l5 .btn-link i {
  margin-left: 10px;
}

.card--services-l5:hover {
  box-shadow: -3px 25px 50px rgba(23, 3, 48, 0.12);
}

/*
  Home 5 : Pricing Table
---------------------------------*/
.table-section--l5 .card--table-single,
.table-section--l6 .card--table-single,
.table-section--inner-2 .card--table-single {
  transition: 0.4s;
}

.table-section--l5 .card--table-single:hover,
.table-section--l6 .card--table-single:hover,
.table-section--inner-2 .card--table-single:hover {
  box-shadow: -3px 25px 50px rgba(23, 3, 48, 0.12);
}

.table-section--l5 .card--table-single .table-top,
.table-section--l6 .card--table-single .table-top,
.table-section--inner-2 .card--table-single .table-top {
  padding-bottom: 25px;
}

.table-section--l5 .card--table-single .table-top__title,
.table-section--l6 .card--table-single .table-top__title,
.table-section--inner-2 .card--table-single .table-top__title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3125;
  margin-bottom: 18px;
}

.table-section--l5 .card--table-single .table-top__text,
.table-section--l6 .card--table-single .table-top__text,
.table-section--inner-2 .card--table-single .table-top__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 0;
}

.table-section--l5 .card--table-single .table-top .card--price,
.table-section--l6 .card--table-single .table-top .card--price,
.table-section--inner-2 .card--table-single .table-top .card--price {
  position: relative;
}

.table-section--l5 .card--table-single .table-top .card--price::before,
.table-section--l6 .card--table-single .table-top .card--price::before,
.table-section--inner-2 .card--table-single .table-top .card--price::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 190px;
  height: 1px;
  transform: translateX(-50%);
}

.table-section--l5 .card--table-single .table-top .card--price__currency, .table-section--l5 .card--table-single .table-top .card--price__price-time,
.table-section--l6 .card--table-single .table-top .card--price__currency,
.table-section--l6 .card--table-single .table-top .card--price__price-time,
.table-section--inner-2 .card--table-single .table-top .card--price__currency,
.table-section--inner-2 .card--table-single .table-top .card--price__price-time {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}

.table-section--l5 .card--table-single .table-top .card--price__currency,
.table-section--l6 .card--table-single .table-top .card--price__currency,
.table-section--inner-2 .card--table-single .table-top .card--price__currency {
  margin-top: 20px !important;
}

.table-section--l5 .card--table-single .table-top .card--price__price-time,
.table-section--l6 .card--table-single .table-top .card--price__price-time,
.table-section--inner-2 .card--table-single .table-top .card--price__price-time {
  margin-bottom: 9px;
}

.table-section--l5 .card--table-single .table-top .card--price__price,
.table-section--l6 .card--table-single .table-top .card--price__price,
.table-section--inner-2 .card--table-single .table-top .card--price__price {
  color: #fff;
  padding-top: 0px;
}

.table-section--l5 .card--table-single__list,
.table-section--l6 .card--table-single__list,
.table-section--inner-2 .card--table-single__list {
  margin-bottom: 22px;
  margin-top: 45px;
}

.table-section--l5 .card--table-single__list li,
.table-section--l6 .card--table-single__list li,
.table-section--inner-2 .card--table-single__list li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 13px;
}

.table-section--l5 .card--table-single .btn,
.table-section--l6 .card--table-single .btn,
.table-section--inner-2 .card--table-single .btn {
  opacity: 1 !important;
}

.table-section--l5 .card--table-single .btn:hover,
.table-section--l6 .card--table-single .btn:hover,
.table-section--inner-2 .card--table-single .btn:hover {
  opacity: 0.7;
}

/*
  Home 5 : Testimonial Area
---------------------------------*/
.card-testimonial--l5 {
  background: #fff;
  border: 0;
  color: #262729;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 0;
  border-radius: 15px;
  transition: 0.4s;
  margin: 0 15px;
}

@media (min-width: 992px) {
  .card-testimonial--l5 {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 38px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .card-testimonial--l5 {
    margin: 0;
  }
}

.card-testimonial--l5 .card-user-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.card-testimonial--l5 .card-user-block .card-body__user,
.card-testimonial--l5 .card-user-block .review-star {
  padding-bottom: 15px;
}

.card-testimonial--l5 .card-user-block .card-body__user {
  padding-right: 15px;
}

.card-testimonial--l5 .card-image {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 500px;
  width: 100%;
}

.card-testimonial--l5 .card-body {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.card-testimonial--l5 .card-body .card-description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  margin-bottom: 20px;
  color: inherit;
}

@media (min-width: 1200px) {
  .card-testimonial--l5 .card-body .card-description {
    padding-right: 30px;
  }
}

.card-testimonial--l5 .card-body .card-title {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.388888;
  margin-bottom: 0px;
}

.card-testimonial--l5 .card-body .card-text--ext {
  color: inherit;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.866666;
  margin-bottom: 0;
}

.card-testimonial--l5 .card-body .review-star i {
  color: #fcdc00;
}

.card-testimonial--l5:hover {
  box-shadow: -3px 25px 50px rgba(23, 3, 48, 0.12);
}

/*
  Home 5 : Table Area
---------------------------------*/
.table-section--l5 .table-top .card--price__currency,
.table-section--inner-2 .table-top .card--price__currency {
  margin-top: 17px !important;
}

.table-section--l5 .table-top .card--price__price,
.table-section--inner-2 .table-top .card--price__price {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
}

.table-section--l5 .table-top .card--price__price-time,
.table-section--inner-2 .table-top .card--price__price-time {
  margin-bottom: 20px !important;
}

.table-section--l5 .card--table-single__list li,
.table-section--inner-2 .card--table-single__list li {
  line-height: 1.77777;
}

.table-section--l5 .btn:hover,
.table-section--inner-2 .btn:hover {
  opacity: 1 !important;
  transform: translateY(-5px);
}

/*
  Home 6 : Services Area
---------------------------------*/
.card--services-l6 {
  border: none;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 33px;
  margin-bottom: 25px;
  border-radius: 15px;
  transition: 0.4s;
  background-color: transparent;
}

.card--services-l6__icon {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  transition: 0.4s;
}

.card--services-l6__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings);
  transition: 0.4s;
  margin-bottom: 15px;
}

.card--services-l6__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.86666;
  margin-bottom: 30px;
  color: var(--color-texts-3);
  transition: 0.4s;
  margin-bottom: 0;
}

/*
  Home 6 : Pricing Table
---------------------------------*/
.table-section--l6 .card--table-single .table-top {
  padding-left: 0;
  padding-right: 0;
}

.table-section--l6 .card--table-single .table-top__title {
  font-size: 24px !important;
  line-height: 40px !important;
  margin-bottom: 2px;
}

.table-section--l6 .card--table-single .table-top .card--price {
  position: relative;
}

.table-section--l6 .card--table-single .table-top .card--price::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100% !important;
  height: 1px;
  transform: translateX(-50%);
}

.table-section--l6 .card--table-single .list-checked li {
  position: relative;
  text-align: left;
  padding-left: 55px;
}

.table-section--l6 .card--table-single .list-checked li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: 700;
  color: #fd346e;
}

.table-section--l6 .card--table-single:hover {
  box-shadow: 0 4px 55px rgba(0, 0, 0, 0.2);
}

.table-section--l6 .card--table-single .btn:hover {
  transform: translateY(-5px);
}

/*
  Home 6 : Testimonial
---------------------------------*/
.testimonial-section--l6 .card-testimonial--l4 .card-icon {
  color: #fd346e;
}

.testimonial-section--l6 .card-testimonial--l4:hover .card-icon {
  color: #fff;
}

/*
  Home 8 : Testimonial
---------------------------------*/
.testimonial-section--l8 .card-testimonial--l4 .card-icon {
  color: #099a97;
}

.testimonial-section--l8 .card-testimonial--l4:hover .card-icon {
  color: #fff;
}

/*
  Home 8 : Pricing Table
---------------------------------*/
.table-section--l8 .list-checked--bittersweet li:before {
  color: #ff7272 !important;
}

.table-section--l8 .list-checked--niagara li:before {
  color: #099a97 !important;
}

/*
 Career Details
---------------------------------*/
.card-jobs {
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  background-color: #fff;
  padding: 30px 30px;
}

@media (min-width: 576px) {
  .card-jobs {
    padding: 26px 50px;
  }
}

.card-jobs .card-jobs__content__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.38095;
  color: #262729;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .card-jobs .card-jobs__content__heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .card-jobs .card-jobs__content__heading {
    font-size: 42px;
  }
}

.card-jobs .card-jobs__content__details {
  margin: 0;
  padding: 0;
}

.card-jobs .card-jobs__content__details li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: rgba(38, 39, 41, 0.7);
  margin-right: 15px;
}

.card-jobs .card-jobs__content__details li a i {
  margin-right: 5px;
}

/*
  Home 9 : Services Area
---------------------------------*/
.card--services-l9 {
  background-color: transparent;
  border: none;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 33px;
  margin-bottom: 25px;
  border-radius: 15px;
  transition: 0.4s;
}

@media (min-width: 576px) {
  .card--services-l9 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .card--services-l9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .card--services-l9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .card--services-l9 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1600px) {
  .card--services-l9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card--services-l9__icon {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  transition: 0.4s;
}

.card--services-l9__icon i {
  transition: 0.4s;
}

.card--services-l9__heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  color: var(--color-headings);
  transition: 0.4s;
  margin-bottom: 15px;
}

.card--services-l9__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-texts-3);
  transition: 0.4s;
  margin-bottom: 0;
}

.testimonial-section--l9 .card {
  margin-top: 30px;
  margin-right: 30px;
  border: none;
  border-radius: 15px;
  position: relative;
  z-index: 0;
}

.testimonial-section--l9 .card-body {
  padding-top: 55px;
  padding-bottom: 25px;
  padding-left: 40px;
}

.testimonial-section--l9 .card__icon {
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #5034fc;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: -30px;
  z-index: 9;
}

.testimonial-section--l9 .card__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 25px;
  color: #262729;
}

.testimonial-section--l9 .card__meta__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonial-section--l9 .card__meta__image img {
  width: 100%;
}

.testimonial-section--l9 .card__meta__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 0;
  color: #262729;
}

.testimonial-section--l9 .card__meta__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
  color: rgba(38, 39, 41, 0.7);
}

.widget {
  display: flex;
}

.widget-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-icon--circle {
  border-radius: 500px;
}

/*
  Home 1 : widget -- content-section
-------------------------------------*/
.widget--contact {
  display: flex;
}

.widget--contact .widget-icon {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  margin-right: 30px;
  background-color: rgba(38, 39, 41, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
}

.widget--contact .widget-body--title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 5px;
}

.widget--contact .widget-body p {
  opacity: 0.7;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
}

.widget--contact.active .widget-icon {
  color: #5034fc;
  background-color: #fff;
}

/*
  Home 1 : widget -- Testimonial Section
------------------------------------------*/
.widget--testimonial {
  flex-direction: column;
}

.widget--testimonial__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 50px;
  color: var(--color-headings);
  margin-right: 50px;
}

@media (min-width: 992px) {
  .widget--testimonial__description {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .widget--testimonial__description {
    font-size: 21px;
  }
}

.widget--profile {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.widget--profile__image {
  margin-right: 15px;
  min-width: 67px;
  max-width: 67px;
  min-height: 67px;
  max-height: 67px;
  border-radius: 50%;
}

.widget--profile__name {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.619;
  margin-bottom: 0;
}

.widget--profile__position {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}

/*
  Home 1 : widget -- Counter Section
------------------------------------------*/
.widget--counter {
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 992px) {
  .widget--counter {
    margin-bottom: 0;
  }
}

.widget--counter__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.13461;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .widget--counter__title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .widget--counter__title {
    font-size: 52px;
  }
}

.widget--counter__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .widget--counter__text {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .widget--counter__text {
    font-size: 24px;
  }
}

/*
  Home 2 : widget -- Feature Section
------------------------------------------*/
.widget--feature-2 {
  flex-direction: column;
}

@media (min-width: 480px) {
  .widget--feature-2 {
    flex-direction: row;
    align-items: center;
  }
}

.widget--feature-2__icon {
  min-width: 69px;
  max-width: 69px;
  min-height: 69px;
  max-height: 69px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .widget--feature-2__icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.widget--feature-2__title {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.619;
}

.widget--feature-2__content {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.75;
}

.widgets--l3 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .widgets--l3 {
    padding-top: 75px;
  }
}

.widget--content-l3 {
  position: relative;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .widget--content-l3 {
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .widget--content-l3 {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .widget--content-l3 {
    padding: 0 60px;
  }
}

@media (min-width: 1600px) {
  .widget--content-l3 {
    padding: 0 90px;
  }
}

.widget--content-l3:before {
  position: absolute;
  right: 0;
  top: 15%;
  transform: translateX(50%);
  width: 200px;
  height: 1px;
  background-color: #262729;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .widget--content-l3:before {
    content: "";
  }
}

@media (min-width: 1200px) {
  .widget--content-l3:before {
    width: 250px;
  }
}

.widget--content-l3__circle-content {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 45px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.widget--content-l3__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.42857;
  margin-bottom: 25px;
}

.widget--content-l3__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 0;
}

.widget--service {
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 992px) {
  .widget--service {
    margin-bottom: 0;
  }
}

.widget--service .widget__icon {
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 65px;
}

.widget--service .widget__icon img {
  position: absolute;
  bottom: -18%;
  right: -22%;
}

.widget--service .widget__icon--golden-tainoi {
  background-color: #ffd166;
}

.widget--service .widget__icon--ice-cold {
  background-color: #96f7d2;
}

.widget--service .widget__icon--anakiwaap {
  background-color: #a9d2ff;
}

.widget--service .widget__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 16px;
}

.widget--service .widget__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}

/*
  Home 4 : widget -- Content One Section
------------------------------------------*/
.widgets__single {
  margin-bottom: 30px;
}

.widgets__single__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
}

.widgets__single__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  background-color: #ff1e38;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  box-shadow: 0 4px 65px rgba(249, 58, 112, 0.4);
}

.widgets__single__content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-texts-3);
}

/*
  Home 4 : widget -- Content Two Section
------------------------------------------*/
.widget--content-l4 {
  display: block;
  margin-bottom: 30px;
  transition: 0.4s;
}

@media (min-width: 992px) {
  .widget--content-l4 {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .widget--content-l4 {
    margin-left: 80px;
  }
}

.widget--content-l4 .widget--content-l3__circle-content {
  margin: 0 0;
  margin-bottom: 35px;
  transition: 0.4s;
}

.widget--content-l4__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 25px;
}

.widget--content-l4__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-texts-3);
}

.widget--content-l4:hover .widget--content-l3__circle-content, .widget--content-l4.active .widget--content-l3__circle-content {
  background-color: #ff1e38 !important;
  color: #fff !important;
}

/*
  Home 5 : widget -- Content One Section
------------------------------------------*/
.widgets--content-1-l5 {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .widgets--content-1-l5 {
    margin-bottom: 53px;
  }
}

.widgets--content-1-l5 .widgets__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--iqlex);
  margin-bottom: 13px;
}

.widgets--content-1-l5 .widgets__content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
}

@media (min-width: 1600px) {
  .widgets--content-1-l5 .widgets__content {
    font-size: 16px;
  }
}

/*
  Home 6 : widget -- About Us Section
------------------------------------------*/
.widget--about {
  display: block;
}

.widgets--about-l6 {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .widgets--about-l6 {
    margin-bottom: 60px;
  }
}

.widgets--about-l6 .widgets__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  background-color: #ffffff;
  color: #fd346e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.4s;
}

.widgets--about-l6 .widgets__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
}

.widgets--about-l6 .widgets__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
}

.widgets--about-l6:hover .widgets__icon {
  background-color: #fd346e;
  color: #fff;
}

.widgets-align-right .widgets__icon {
  order: 2 !important;
  margin-right: 0;
  margin-left: 15px;
}

.widgets-align-right .widgets__content {
  order: 1 !important;
  text-align: right;
}

/*
  Home 6 : widget -- Content One Section
------------------------------------------*/
.widget--content-l6 {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .widget--content-l6 {
    margin-bottom: 0;
  }
}

.widget--content-l6 .widget--content-l6__circle {
  margin: 0 0;
  margin-bottom: 32px;
  font-size: 20px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget--content-l6__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 5px;
}

.widget--content-l6__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-texts-3);
}

/*
  Home 7 : widget -- Services Sections
------------------------------------------*/
.service-area--l7 .widgets {
  background: #F3F4F6;
  margin-bottom: 25px;
  border-radius: 15px;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .service-area--l7 .widgets {
    padding-left: 55px;
    padding-right: 45px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.service-area--l7 .widgets__img {
  margin-right: 30px;
}

.service-area--l7 .widgets__heading {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #262729;
}

.service-area--l7 .widgets__text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: rgba(38, 39, 41, 0.7);
}

/*
  Home 9 : widget -- Content One
------------------------------------------*/
.widget--content-l9 {
  position: relative;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .widget--content-l9 {
    margin-right: 30px;
  }
}

.widget--content-l9__circle-content {
  min-width: 57px;
  max-width: 57px;
  min-height: 57px;
  max-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 45px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  transition: 0.4s;
}

.widget--content-l9__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.42857;
  margin-bottom: 25px;
}

.widget--content-l9__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 0;
}

.widget--content-l9:hover .widget--content-l9__circle-content, .widget--content-l9.active .widget--content-l9__circle-content {
  background-color: #ffd700 !important;
}

/*
  Home 1 : Content Section Two
---------------------------------*/
.content-image-group--l1_2 .content-image-group__image-1 {
  position: relative;
}

.content-image-group--l1_2 .content-image-group__image-1 {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 40%;
  transform: translateY(50%);
}

@media (min-width: 480px) {
  .content-image-group--l1_2 .content-image-group__image-1 {
    left: -15%;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_2 .content-image-group__image-1 {
    left: -15%;
  }
}

@media (min-width: 1200px) {
  .content-image-group--l1_2 .content-image-group__image-1 {
    left: -12%;
  }
}

.content-image-group--l1_2 .content-image-group__image-2 {
  position: absolute;
  right: -6%;
  top: -4%;
  width: 35%;
}

@media (min-width: 576px) {
  .content-image-group--l1_2 .content-image-group__image-2 {
    right: -6%;
    top: -6%;
  }
}

@media (min-width: 768px) {
  .content-image-group--l1_2 .content-image-group__image-2 {
    right: -7%;
    top: -7%;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_2 .content-image-group__image-2 {
    top: -6%;
    right: -4%;
  }
}

/* ==== Footer One === */
.cta-section--l1 {
  position: relative;
  padding-top: 50px;
  z-index: 0;
  border-radius: 0;
}

@media (min-width: 768px) {
  .cta-section--l1 {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .cta-section--l1 {
    padding-top: 120px;
  }
}

.cta-section--l1 .footer-widgets__title {
  opacity: 0.7;
}

.cta-section--l1 .newsletter-form {
  max-width: 521px;
}

.footer-copyright--l1 {
  margin-top: 16px;
  border-top: 1px solid var(--border-color);
}

@media (min-width: 768px) {
  .footer-copyright--l1 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .footer-copyright--l1 {
    margin-top: 95px;
  }
}

.newsletter--l1-2 {
  margin-top: 45px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .newsletter--l1-2 {
    margin-bottom: 155px;
  }
}

.newsletter--l1-2 input {
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  width: 100%;
  border: none;
  padding: 0 25px;
}

.newsletter--l1-2 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter--l1-2 input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter--l1-2 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter--l1-2 input:focus {
  background-color: #fff !important;
}

.newsletter--l1-2 input:focus::-moz-placeholder {
  color: #000;
}

.newsletter--l1-2 input:focus:-ms-input-placeholder {
  color: #000;
}

.newsletter--l1-2 input:focus::placeholder {
  color: #000;
}

.newsletter--l1-2 .btn {
  width: 100%;
  height: 70px;
  border-radius: 10px;
}

@media (min-width: 480px) {
  .newsletter--l1-2 .btn {
    width: 172px;
  }
}

.footer-widgets {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .footer-widgets {
    margin-bottom: 0;
  }
}

.footer-widgets__title {
  color: var(--color-texts);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 25px;
}

.footer-widgets__text {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: rgba(248, 249, 252, 0.7);
}

.footer-widgets--address {
  margin-top: 35px !important;
}

.footer-widgets--address li {
  margin-bottom: 20px;
}

.footer-widgets__list {
  padding: 0;
  margin: 0;
}

.footer-widgets__list li {
  list-style: none;
  color: var(--color-headings);
  display: flex;
}

.footer-widgets__list li a {
  color: var(--color-headings);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2.75;
  transition: 0.4s;
}

.footer-widgets__list li a:hover {
  text-decoration: underline;
}

.footer-widgets__list li i {
  margin-right: 5px;
  margin-top: 13px;
  font-size: 20px;
  width: 35px;
}

.footer-widgets__list li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright__text {
  margin-bottom: 0;
  opacity: 0.7;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}

.footer-social-share {
  padding-top: 11px;
  padding-bottom: 30px;
}

.footer-social-share ul {
  margin-bottom: 0;
}

.footer-social-share ul li a {
  position: relative;
  margin: 0 8px;
  color: var(--color-headings);
  transition: 0.4s;
}

.footer-social-share ul li a:hover {
  color: var(--iqlex);
}

.footer-social-share ul li a::before {
  content: ".";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-20px);
}

.footer-social-share ul li:first-child a:before {
  display: none;
}

.footer-social-share.dot-right ul li a::before {
  transform: translateX(-12px);
}

/* Footer 2 */
@media (min-width: 992px) {
  .footer-section--2 {
    padding-bottom: 120px;
  }
}

.footer-widgets--l2 .footer-widgets__text {
  color: var(--color-texts-2);
  opacity: 0.7;
}

.footer-widgets--l2 .footer-widgets__title {
  color: var(--color-texts-2);
  opacity: 0.4;
}

.footer-widgets--l2 .footer-widgets__list li a {
  color: var(--color-texts-2);
}

.footer-social-share--1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-share--1 ul li a {
  margin-left: 20px;
}

.footer-social-share--1.dot-right ul li a::before {
  transform: translateX(-20px);
}

.payment-gatway {
  padding-top: 40px;
}

.footer-social-share--2 ul li a {
  margin-left: 0;
}

.footer-social-share--2.dot-right ul li a::before {
  left: 7px;
  bottom: -2px;
  transform: translateX(-13px) !important;
}

/* Footer 2
________________________________ */
.footer-widgets--l2 h4 {
  opacity: 0.4;
}

/*
  Home 3 : Footer Section
---------------------------------*/
.footer-section--l3 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .footer-section--l3 {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {
  .footer-section--l3 {
    padding-top: 130px;
  }
}

.footer-section--l3 .footer-block-title {
  color: var(--color-headings-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-section--l3 .footer-list-block--2 {
    padding-right: 50px;
  }
}

.footer-widgets__list--l3 {
  margin-top: -8px;
}

.footer-widgets__list--l3 li {
  color: var(--color-texts-3);
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
}

.footer-widgets__list--l3 li a {
  color: var(--color-texts-3);
}

.footer-widgets__list--l3__address {
  margin-top: 0px;
}

.footer-widgets__list--l3__address li {
  padding-bottom: 20px;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .footer-brand-block--l3 {
    padding-right: 60px;
  }
}

.footer-brand-block--l3 .brand-logo {
  margin-bottom: 38px;
}

.footer-brand-block--l3__text {
  margin-bottom: 35px;
  color: #828288;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
}

.footer-insta-gallery {
  margin-bottom: -17px;
  margin-left: -8.5px;
  margin-right: -8.5px;
}

.footer-insta-gallery > div {
  padding-left: 8.5px;
  padding-right: 8.5px;
  padding-bottom: 17px;
}

.footer-social-share--rounded {
  display: inline-flex;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.footer-social-share--rounded > li,
.footer-social-share--rounded div {
  padding: 0 10px;
}

.footer-social-share--rounded a {
  min-width: 34px;
  min-height: 34px;
  border-radius: 500px;
  color: var(--color-headings-2);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.footer-social-share--rounded a:hover {
  box-shadow: 0 10px 20px rgba(253, 52, 110, 0.25);
  background-color: var(--iqlex);
  color: #fff;
}

.copyright-block--l3 {
  padding-top: 35px;
  padding-bottom: 40px;
}

.copyright-text--l3 {
  color: var(--color-texts-3);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

@media (min-width: 480px) {
  .copyright-text--l3 {
    margin-bottom: 0;
  }
}

/*
  Home 4 : Footer Section
---------------------------------*/
.footer-section--l4 .brand-logo img,
.footer-section--l9 .brand-logo img {
  display: inline-flex;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  display: inline-flex;
  align-items: center;
}

.footer-menu ul li a {
  color: var(--color-headings-2);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
}

@media (min-width: 768px) {
  .footer-menu ul li a {
    margin-right: -20%;
  }
}

/*
  Home 5 : Footer Section
---------------------------------*/
.footer-section--l5 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-section--l5 .brand-logo {
  margin-bottom: 25px;
}

.footer-section--l5 .brand-logo img {
  text-align: center;
  margin: 0 auto;
}

.footer-section--l5 .footer-brand-block__text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-texts-3);
}

.footer-section--l5 .footer-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
  transition: 0.4s;
}

.footer-section--l5 .footer-menu ul li a:hover {
  color: var(--iqlex);
}

.footer-section--l5 .footer-social-share {
  margin-bottom: 60px;
}

.footer-section--l5 .footer-social-share li a {
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #262729;
}

.footer-section--l5 .footer-social-share li a:hover {
  box-shadow: 0 2px 2px #e32900;
  background-color: var(--iqlex);
  color: #fff;
}

.footer-section--l5 .copyright-block--l3 {
  padding-top: 30px;
}

.footer-section--l5 .copyright-block--l3 .copyright-text--l3 {
  color: #828288;
}

/* Footer 7 */
.footer-section--7,
.footer-inner-1 {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-section--7,
  .footer-inner-1 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .footer-section--7,
  .footer-inner-1 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.footer-section--7 .copyright,
.footer-inner-1 .copyright {
  padding-top: 25px;
}

.footer-section--7 .copyright p,
.footer-inner-1 .copyright p {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}

@media (min-width: 992px) {
  .footer-section--7 .footer-top,
  .footer-inner-1 .footer-top {
    padding-bottom: 95px;
  }
}

.footer-widgets--l7 .footer-widgets__title {
  color: var(--color-headings-2);
  font-weight: 500;
}

.footer-widgets--l7 .footer-widgets__text {
  color: var(--color-texts-3);
}

.footer-widgets--l7 .footer-widgets__list li a,
.footer-widgets--l7 .footer-widgets__list li span {
  color: var(--color-texts-3) !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.866666;
}

.footer-widgets--l7 .footer-widgets__list li {
  margin-bottom: 15px;
}

.footer-widgets--l7 .footer-widgets__list li i {
  margin-top: 5px;
}

.footer-widgets--l7 .footer-social-share {
  margin-right: 70px;
}

.footer-widgets--l7 .footer-social-share li {
  display: inline-block;
}

.footer-widgets--l7 .footer-social-share li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  min-height: 25px;
  padding-left: 0;
}

.footer-inner-1 .footer-social-share--rounded li a:hover {
  background-color: transparent !important;
  color: #5034fc;
  box-shadow: none;
}

.footer-inner-2 .footer-menu ul {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .footer-inner-2 .footer-menu ul {
    margin-top: 0;
  }
}

.footer-inner-2 .footer-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 26px;
  color: var(--color-heading-2);
  transition: 0.4s;
}

.footer-inner-2 .footer-menu ul li a:hover {
  color: var(--iqlex);
}

.footer-inner-2 .footer-social-share li a:hover {
  background-color: transparent;
  box-shadow: none;
  color: var(--iqlex);
}

.footer-section--l9 .footer-social-share li a:hover {
  background-color: transparent;
  box-shadow: none;
  color: #fcdc00;
}

.footer-map {
  position: relative;
}

.footer-map .card {
  background-color: #6001d3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 10px 10px;
  max-width: 142px;
  height: 77px;
  border-radius: 5px;
}

.footer-map .card p {
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;
}

.footer-map .card--map-1 {
  top: 20%;
  left: -6%;
  transform: scale(0.7);
}

@media (min-width: 480px) {
  .footer-map .card--map-1 {
    left: 0;
  }
}

@media (min-width: 576px) {
  .footer-map .card--map-1 {
    top: 25%;
    left: 3%;
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .footer-map .card--map-1 {
    left: 8%;
  }
}

.footer-map .card--map-2 {
  bottom: -30px;
  right: -30px;
  transform: scale(0.7);
}

@media (min-width: 480px) {
  .footer-map .card--map-2 {
    bottom: -5%;
    right: 0;
  }
}

@media (min-width: 576px) {
  .footer-map .card--map-2 {
    bottom: -13%;
    right: 0;
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .footer-map .card--map-2 {
    bottom: -3%;
  }
}

@media (min-width: 992px) {
  .footer-map .card--map-2 {
    bottom: 7%;
    right: 5%;
    padding: 10px 15px;
  }
}

.footer-map .card--triangle-up::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #6001d3;
}

/*
  Home 1 : Counter Section
------------------------------------------*/
.counter-widgets-wrapper {
  padding-top: 45px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .counter-widgets-wrapper {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .counter-widgets-wrapper {
    padding-top: 125px;
    padding-bottom: 111px;
  }
}

.counter-widgets {
  box-shadow: 0 24px 50px rgba(96, 1, 211, 0.2);
  border-radius: 15px;
  background-color: rgba(80, 52, 252, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.counter-widgets__single {
  border: none !important;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .counter-widgets__single {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .counter-widgets__single {
    padding: 0 45px;
    width: calc(33.3333% - 10px);
    flex: 0 0 calc(33.3333% - 10px);
  }
}

@media (min-width: 992px) {
  .counter-widgets__single {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1600px) {
  .counter-widgets__single {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 320px) {
  .counter-widgets__single::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.counter-widgets__single:nth-child(2)::before {
  content: "";
  background-color: transparent;
}

@media (min-width: 768px) {
  .counter-widgets__single:nth-child(2)::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.counter-widgets__single:last-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 68px;
  background-color: transparent;
}

.counter-widgets__single .counter-content__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4761;
}

@media (min-width: 768px) {
  .counter-widgets__single .counter-content__heading {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .counter-widgets__single .counter-content__heading {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .counter-widgets__single .counter-content__heading {
    font-size: 42px;
  }
}

.counter-widgets__single .counter-content__text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .counter-widgets__single .counter-content__text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .counter-widgets__single .counter-content__text {
    font-size: 18px;
  }
}

/*
  Home 4 : Counter Section
------------------------------------------*/
.about-us-counter--l4 .counter-widgets {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  text-align: inherit;
}

.about-us-counter--l4 .counter-widgets__single {
  padding: 0;
}

@media (min-width: 480px) {
  .about-us-counter--l4 .counter-widgets__single:before {
    content: "";
    width: 2px;
    height: 67px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.about-us-counter--l4 .counter-widgets__single:nth-child(2):before {
  content: "";
  background-color: transparent;
}

@media (min-width: 768px) {
  .about-us-counter--l4 .counter-widgets__single:nth-child(2):before {
    content: "";
    width: 2px;
    height: 67px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.about-us-counter--l4 .counter-widgets__single:last-child:before {
  content: "";
  background-color: transparent;
}

.about-us-counter--l4 .counter-content__heading {
  color: #ff1e38;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-us-counter--l4 .counter-content__text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.8666666;
}

/*
  Home 7 : About us
------------------------------------------*/
.about-us-section--l7 .counter-widgets__single {
  position: relative;
}

.about-us-section--l7 .counter-widgets__single::before {
  content: "";
  background-color: transparent;
}

@media (min-width: 480px) {
  .about-us-section--l7 .counter-widgets__single::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 68px;
    background-color: #fd346e;
  }
}

@media (min-width: 576px) {
  .about-us-section--l7 .counter-widgets__single {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .about-us-section--l7 .counter-widgets__single {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}

.about-us-section--l7 .counter-widgets__single:nth-child(2)::before {
  background-color: transparent;
}

@media (min-width: 992px) {
  .about-us-section--l7 .counter-widgets__single:nth-child(2)::before {
    background-color: #fd346e;
  }
}

.about-us-section--l7 .counter-widgets__single:last-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 68px;
  background-color: transparent;
}

.about-us-section--l7 .counter-widgets__single .counter-content__heading {
  color: #fd346e;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 42px;
}

.about-us-section--l7 .counter-widgets__single .counter-content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
}

/* Section Title */
.section-title__heading {
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 35px;
}

@media (min-width: 576px) {
  .section-title__heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section-title__heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .section-title__heading {
    font-size: 60px;
  }
}

.section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.61904;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-title__description {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .section-title__description {
    margin-top: 0;
  }
}

/*
 =======> Home 2
---------------------------------*/
.section-title--2__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.20689;
  margin-bottom: 22px;
}

@media (min-width: 480px) {
  .section-title--2__heading {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .section-title--2__heading {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .section-title--2__heading {
    font-size: 58px;
  }
}

.section-title--2__description {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.66666;
}

.text-highlight {
  color: var(--iqlex);
  min-height: 50px;
  display: inline-block;
}

.text-highlight.text-highlight--underline {
  border-bottom: 6px solid var(--iqlex);
}

.typed-cursor {
  color: var(--iqlex);
}

/*
 =======> Home 3
---------------------------------*/
.section-title--l3 .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
}

.section-title--l3 .section-title__heading {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 30px;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l3 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .section-title--l3 .section-title__heading {
    font-size: 45px;
  }
}

.section-title--l3 .section-title__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  color: var(--color-texts-3);
}

/*
 =======> Home 4

---------------------------------*/
.section-title--l4 .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 26px;
}

.section-title--l4 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l4 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .section-title--l4 .section-title__heading {
    font-size: 48px;
  }
}

.section-title--l4 .section-title__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  color: var(--color-texts-3);
}

/*
 =======> Home 5

---------------------------------*/
.section-title--l5 .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
}

.section-title--l5 .section-title__sub-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 9px;
  width: 41px;
  height: 1px;
  background-color: var(--iqlex);
}

.section-title--l5 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.38095;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l5 .section-title__heading {
    font-size: 33px;
  }
}

@media (min-width: 1600px) {
  .section-title--l5 .section-title__heading {
    font-size: 32px;
  }
}

.section-title--l5 .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.77777;
  color: var(--color-texts-3);
}

/*
 =======> Home 6

---------------------------------*/
.section-title--l6 .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
}

.section-title--l6 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l6 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .section-title--l6 .section-title__heading {
    font-size: 48px;
  }
}

.section-title--l6 .section-title__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  color: var(--color-texts-3);
}

/*
  Home 7
---------------------------------*/
.section-title--l7 .section-title__sub-heading,
.section-title--l8 .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
}

.section-title--l7 .section-title__heading,
.section-title--l8 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l7 .section-title__heading,
  .section-title--l8 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .section-title--l7 .section-title__heading,
  .section-title--l8 .section-title__heading {
    font-size: 48px;
  }
}

.section-title--l7 .section-title__description,
.section-title--l8 .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.77777;
  color: var(--color-texts-3);
}

.heading-bottom-line {
  position: relative;
}

.heading-bottom-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 210px;
  height: 1px;
  background-color: #fd346e;
}

.heading-bottom-line--right {
  position: relative;
}

.heading-bottom-line--right:before {
  content: "";
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 210px;
  height: 1px;
  background-color: #fd346e;
}

@media (min-width: 992px) {
  .heading-bottom-line--right:before {
    right: 0;
  }
}

/*
  Home 7
---------------------------------*/
.section-title--l8 .section-title__sub-heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.866666;
}

/*
  Terms Area
---------------------------------*/
.terms-area .section-title {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .terms-area .section-title {
    margin-bottom: 42px;
  }
}

.terms-area .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4423;
  color: var(--color-headings-2);
}

@media (min-width: 576px) {
  .terms-area .section-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .terms-area .section-title__heading {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .terms-area .section-title__heading {
    font-size: 52px;
  }
}

/*
  Terms Area
---------------------------------*/
.page-title-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .page-title-content {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .page-title-content {
    padding-top: 102px;
    padding-bottom: 100px;
  }
}

.page-title-content__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4423;
  margin-bottom: 17px;
}

@media (min-width: 576px) {
  .page-title-content__heading {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .page-title-content__heading {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .page-title-content__heading {
    font-size: 52px;
  }
}

.page-title-content__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.61904;
}

@media (min-width: 576px) {
  .page-title-content__text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .page-title-content__text {
    font-size: 21px;
  }
}

.page-title-content .shape {
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 8%;
  display: none;
}

@media (min-width: 768px) {
  .page-title-content .shape {
    display: block;
  }
}

/*
 =======> inner page
---------------------------------*/
.section-title--innerpage {
  text-align: center;
}

@media (min-width: 992px) {
  .section-title--innerpage {
    text-align: left;
  }
}

.section-title--innerpage .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
}

.section-title--innerpage .section-title__heading {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 30px;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--innerpage .section-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .section-title--innerpage .section-title__heading {
    font-size: 45px;
  }
}

.section-title--innerpage .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  color: var(--color-texts-3);
}

@media (min-width: 992px) {
  .form-block .section-title {
    padding-bottom: 40px;
  }
}

.form-block .contact-form .form-control {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
}

/*
 =======> Home 9

---------------------------------*/
.section-title--l9 .section-title__sub-heading {
  color: var(--iqlex);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  display: inline-block;
}

.section-title--l9 .section-title__sub-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 9px;
  width: 41px;
  height: 1px;
  background-color: var(--iqlex);
}

.section-title--l9 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l9 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 1600px) {
  .section-title--l9 .section-title__heading {
    font-size: 45px;
  }
}

.section-title--l9 .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.77777;
  margin-bottom: 25px;
  color: var(--color-texts-3);
}

[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: var(--iqlex);
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}

[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.pricing-btn .btn-toggle {
  position: relative;
  width: 46px !important;
  height: 26px;
  border-radius: 15px;
  border: none;
  background-color: #fff !important;
  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");
}

.pricing-btn .btn-toggle:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #fff !important;
  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");
}

.pricing-btn .btn-toggle:checked {
  background-color: #5034fc !important;
  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");
}

.pricing-btn label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  color: var(--color-headings-2);
  margin: 0 15px;
}

.pricing-btn .badge {
  margin-bottom: 0;
  color: #262729;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 30px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 22px;
}

/*
  Home 1 : Feature Tab
------------------------------*/
@media (min-width: 992px) {
  .nav-tab--feature {
    margin-bottom: -50px;
  }
}

.nav-tab--feature .nav-item {
  margin-bottom: 30px;
  border: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  .nav-tab--feature .nav-item {
    margin-bottom: 50px;
  }
}

.nav-tab--feature .nav-item.active {
  background: #fff;
}

.nav-tab--feature .nav-item.active .widget-text {
  color: #2b59ff;
  opacity: 1;
}

.nav-tab--feature .nav-item.active i {
  opacity: 1;
  color: var(--iqlex);
}

/*
  Home 2 : Feature Tab
------------------------------*/
.nav-tab--feature-2 {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 51%;
  transition: 0.4s;
  border-bottom: 2px solid rgba(248, 249, 252, 0.2);
  margin-bottom: 60px;
  margin-left: -10px;
}

@media (min-width: 992px) {
  .nav-tab--feature-2 {
    margin-bottom: 115px;
    justify-content: space-between;
  }
}

.nav-tab--feature-2 .nav-link {
  border: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.66666;
  display: inline-flex;
  color: var(--color-texts);
  padding: 18px 0;
  transition: 0.4s;
  margin-right: 10px;
  border-bottom: 2px solid transparent;
  justify-content: space-around;
}

.nav-tab--feature-2 .nav-link.active {
  background-color: transparent;
  color: #ffd166;
  border-bottom: 2px solid #ffd166;
}

.nav-tab--feature-2 .nav-link:last-child {
  margin-right: 0;
}

.widget {
  display: flex;
}

.widget-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-icon--circle {
  border-radius: 500px;
}

/*
  Home 1 : widget -- content-section
-------------------------------------*/
.widget--contact {
  display: flex;
}

.widget--contact .widget-icon {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  margin-right: 30px;
  background-color: rgba(38, 39, 41, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
}

.widget--contact .widget-body--title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 5px;
}

.widget--contact .widget-body p {
  opacity: 0.7;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
}

.widget--contact.active .widget-icon {
  color: #5034fc;
  background-color: #fff;
}

/*
  Home 1 : widget -- Testimonial Section
------------------------------------------*/
.widget--testimonial {
  flex-direction: column;
}

.widget--testimonial__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 50px;
  color: var(--color-headings);
  margin-right: 50px;
}

@media (min-width: 992px) {
  .widget--testimonial__description {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .widget--testimonial__description {
    font-size: 21px;
  }
}

.widget--profile {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.widget--profile__image {
  margin-right: 15px;
  min-width: 67px;
  max-width: 67px;
  min-height: 67px;
  max-height: 67px;
  border-radius: 50%;
}

.widget--profile__name {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.619;
  margin-bottom: 0;
}

.widget--profile__position {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}

/*
  Home 1 : widget -- Counter Section
------------------------------------------*/
.widget--counter {
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 992px) {
  .widget--counter {
    margin-bottom: 0;
  }
}

.widget--counter__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.13461;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .widget--counter__title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .widget--counter__title {
    font-size: 52px;
  }
}

.widget--counter__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .widget--counter__text {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .widget--counter__text {
    font-size: 24px;
  }
}

/*
  Home 2 : widget -- Feature Section
------------------------------------------*/
.widget--feature-2 {
  flex-direction: column;
}

@media (min-width: 480px) {
  .widget--feature-2 {
    flex-direction: row;
    align-items: center;
  }
}

.widget--feature-2__icon {
  min-width: 69px;
  max-width: 69px;
  min-height: 69px;
  max-height: 69px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .widget--feature-2__icon {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.widget--feature-2__title {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.619;
}

.widget--feature-2__content {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.75;
}

.widgets--l3 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .widgets--l3 {
    padding-top: 75px;
  }
}

.widget--content-l3 {
  position: relative;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .widget--content-l3 {
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .widget--content-l3 {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .widget--content-l3 {
    padding: 0 60px;
  }
}

@media (min-width: 1600px) {
  .widget--content-l3 {
    padding: 0 90px;
  }
}

.widget--content-l3:before {
  position: absolute;
  right: 0;
  top: 15%;
  transform: translateX(50%);
  width: 200px;
  height: 1px;
  background-color: #262729;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .widget--content-l3:before {
    content: "";
  }
}

@media (min-width: 1200px) {
  .widget--content-l3:before {
    width: 250px;
  }
}

.widget--content-l3__circle-content {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 45px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.widget--content-l3__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.42857;
  margin-bottom: 25px;
}

.widget--content-l3__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 0;
}

.widget--service {
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 992px) {
  .widget--service {
    margin-bottom: 0;
  }
}

.widget--service .widget__icon {
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 65px;
}

.widget--service .widget__icon img {
  position: absolute;
  bottom: -18%;
  right: -22%;
}

.widget--service .widget__icon--golden-tainoi {
  background-color: #ffd166;
}

.widget--service .widget__icon--ice-cold {
  background-color: #96f7d2;
}

.widget--service .widget__icon--anakiwaap {
  background-color: #a9d2ff;
}

.widget--service .widget__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 16px;
}

.widget--service .widget__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}

/*
  Home 4 : widget -- Content One Section
------------------------------------------*/
.widgets__single {
  margin-bottom: 30px;
}

.widgets__single__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
}

.widgets__single__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  background-color: #ff1e38;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  box-shadow: 0 4px 65px rgba(249, 58, 112, 0.4);
}

.widgets__single__content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-texts-3);
}

/*
  Home 4 : widget -- Content Two Section
------------------------------------------*/
.widget--content-l4 {
  display: block;
  margin-bottom: 30px;
  transition: 0.4s;
}

@media (min-width: 992px) {
  .widget--content-l4 {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .widget--content-l4 {
    margin-left: 80px;
  }
}

.widget--content-l4 .widget--content-l3__circle-content {
  margin: 0 0;
  margin-bottom: 35px;
  transition: 0.4s;
}

.widget--content-l4__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 25px;
}

.widget--content-l4__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-texts-3);
}

.widget--content-l4:hover .widget--content-l3__circle-content, .widget--content-l4.active .widget--content-l3__circle-content {
  background-color: #ff1e38 !important;
  color: #fff !important;
}

/*
  Home 5 : widget -- Content One Section
------------------------------------------*/
.widgets--content-1-l5 {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .widgets--content-1-l5 {
    margin-bottom: 53px;
  }
}

.widgets--content-1-l5 .widgets__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--iqlex);
  margin-bottom: 13px;
}

.widgets--content-1-l5 .widgets__content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
}

@media (min-width: 1600px) {
  .widgets--content-1-l5 .widgets__content {
    font-size: 16px;
  }
}

/*
  Home 6 : widget -- About Us Section
------------------------------------------*/
.widget--about {
  display: block;
}

.widgets--about-l6 {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .widgets--about-l6 {
    margin-bottom: 60px;
  }
}

.widgets--about-l6 .widgets__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  background-color: #ffffff;
  color: #fd346e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.4s;
}

.widgets--about-l6 .widgets__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
}

.widgets--about-l6 .widgets__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
}

.widgets--about-l6:hover .widgets__icon {
  background-color: #fd346e;
  color: #fff;
}

.widgets-align-right .widgets__icon {
  order: 2 !important;
  margin-right: 0;
  margin-left: 15px;
}

.widgets-align-right .widgets__content {
  order: 1 !important;
  text-align: right;
}

/*
  Home 6 : widget -- Content One Section
------------------------------------------*/
.widget--content-l6 {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .widget--content-l6 {
    margin-bottom: 0;
  }
}

.widget--content-l6 .widget--content-l6__circle {
  margin: 0 0;
  margin-bottom: 32px;
  font-size: 20px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget--content-l6__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 5px;
}

.widget--content-l6__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-texts-3);
}

/*
  Home 7 : widget -- Services Sections
------------------------------------------*/
.service-area--l7 .widgets {
  background: #F3F4F6;
  margin-bottom: 25px;
  border-radius: 15px;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .service-area--l7 .widgets {
    padding-left: 55px;
    padding-right: 45px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.service-area--l7 .widgets__img {
  margin-right: 30px;
}

.service-area--l7 .widgets__heading {
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #262729;
}

.service-area--l7 .widgets__text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: rgba(38, 39, 41, 0.7);
}

/*
  Home 9 : widget -- Content One
------------------------------------------*/
.widget--content-l9 {
  position: relative;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .widget--content-l9 {
    margin-right: 30px;
  }
}

.widget--content-l9__circle-content {
  min-width: 57px;
  max-width: 57px;
  min-height: 57px;
  max-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 45px;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  transition: 0.4s;
}

.widget--content-l9__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.42857;
  margin-bottom: 25px;
}

.widget--content-l9__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 0;
}

.widget--content-l9:hover .widget--content-l9__circle-content, .widget--content-l9.active .widget--content-l9__circle-content {
  background-color: #ffd700 !important;
}

.slick-slide:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

@media (max-width: 991.98px) {
  .testimonial-mobile-slider--l3 .slick-slide {
    padding: 35px 11px 0;
  }
  .testimonial-mobile-slider--l3 .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .testimonial-mobile-slider--l3 .slick-dots li button {
    font-size: 0;
    border: 0;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.27);
    margin: 0 5px;
    width: 40px;
    position: relative;
    overflow: hidden;
    height: 4px;
  }
  .testimonial-mobile-slider--l3 .slick-dots li button::before {
    content: "";
    height: 100%;
    width: 0%;
    background: var(--iqlex);
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
  }
  .testimonial-mobile-slider--l3 .slick-dots li button:focus {
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .testimonial-mobile-slider--l3 .slick-dots li.slick-active button::before {
    left: 0;
    right: auto;
    width: 100%;
    transition: 3.5s linear;
  }
}

@media (min-width: 992px) {
  .skillbar-wrapper {
    padding-right: 15%;
  }
}

.skillbar {
  position: relative;
  display: inline-block;
  margin-bottom: 37px;
  width: 100%;
  border-radius: 3px;
  width: 100%;
}

.skillbar-lable {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 14px;
}

.skillbar-box {
  height: 2px;
  background-color: rgba(38, 39, 41, 0.1);
  border-radius: 3px;
  position: relative;
}

.skillbar-bar {
  height: 5px;
  width: 0px;
  background: #6adcfa;
  display: inline-block;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: -1.2px;
}

.skillbar-bar--java {
  background-color: #15cda8;
}

/* Sidebar */
.sidebar-area .widget {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 56px rgba(22, 22, 22, 0.05);
  margin-bottom: 25px;
  display: block;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 35px;
}

.sidebar-area .widget__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 20px;
  color: #262729;
}

.sidebar-area .widget__search form {
  border: 1px solid rgba(62, 73, 243, 0.1);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.sidebar-area .widget__search form i {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 22px;
}

.sidebar-area .widget__search form input {
  border: none;
  height: 60px;
  width: 100%;
  padding-left: 20px;
}

.sidebar-area .widget__search form input:focus {
  outline: none;
}

.sidebar-area .widget__recent-post__single {
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 20px;
  padding-bottom: 13px;
}

.sidebar-area .widget__recent-post__single:first-child {
  padding-top: 0;
}

.sidebar-area .widget__recent-post__single:last-child {
  border-bottom: 1px solid rgba(38, 39, 41, 0);
  padding-bottom: 0px;
}

.sidebar-area .widget__recent-post__single:hover a .widget__recent-post__title {
  color: var(--iqlex);
}

.sidebar-area .widget__recent-post__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  color: #262729;
  transition: 0.4s;
}

.sidebar-area .widget__recent-post__date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 0;
  color: rgba(38, 39, 41, 0.7);
}

.sidebar-area .widget__tweets {
  padding: 0;
  margin: 0;
}

.sidebar-area .widget__tweets li {
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 20px;
  padding-bottom: 13px;
  transition: 0.4s;
}

.sidebar-area .widget__tweets li span {
  color: #5034fc;
}

.sidebar-area .widget__tweets li:first-child {
  padding-top: 0;
}

.sidebar-area .widget__tweets li:last-child {
  border-bottom: 1px solid rgba(38, 39, 41, 0);
  padding-bottom: 0px;
  margin-bottom: 0;
}

.sidebar-area .widget__tweets li:hover a {
  color: var(--iqlex);
}

.sidebar-area .widget__tweets li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  color: #262729;
  margin-bottom: 5px;
  display: block;
}

.sidebar-area .widget__category ul li a {
  color: rgba(38, 39, 41, 0.7);
  margin-bottom: 17px;
}

.sidebar-area .widget__category ul li a h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  color: #262729;
}

@media (min-width: 576px) {
  .sidebar-area .widget__category ul li a h4 {
    width: 75%;
  }
}

.sidebar-area .widget__category ul li a span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: rgba(38, 39, 41, 0.7);
  display: block;
  position: relative;
  text-align: right;
}

.sidebar-area .widget__category ul li a span:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 50%;
  width: 51px;
  height: 1px;
  background-color: transparent;
}

@media (min-width: 576px) {
  .sidebar-area .widget__category ul li a span {
    width: 25%;
  }
  .sidebar-area .widget__category ul li a span:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 50%;
    width: 51px;
    height: 1px;
    background-color: rgba(38, 39, 41, 0.1);
  }
}

.sidebar-area .widget__category ul li:last-child a {
  margin-bottom: 0;
}

.grid--l6 {
  margin: 0 auto;
}

.grid--l6__single {
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .grid--l6__single {
    width: calc(50% - 25px);
  }
}

@media (min-width: 992px) {
  .grid--l6__single {
    width: calc(33.3333% - 25px);
  }
}

@media (min-width: 992px) {
  .grid--l6__single--big-img {
    width: calc(66.6667% - 25px);
    margin-right: 12.5px;
  }
}

.grid--l6__single--half-img {
  width: 47%;
}

.grid--l6__single a {
  width: 100%;
}

.grid--half {
  margin: 0 auto;
}

.grid--half__single {
  width: 100%;
  display: flex;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .grid--half__single {
    width: calc(50% - 25px);
    margin: 0 12.5px;
  }
}

.grid--half__single a {
  width: 100%;
}

.grid--half__single-no-gap {
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .grid--half__single-no-gap {
    width: 50%;
  }
}

.grid--half__single-no-gap a {
  width: 100%;
}

.grid--3__single {
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .grid--3__single {
    width: calc(50% - 25px);
    margin: 0 12.5px;
  }
}

@media (min-width: 992px) {
  .grid--3__single {
    width: calc(33.3333% - 25px);
    margin: 0 12.5px;
  }
}

.grid--3__single a {
  width: 100%;
}

.grid--4__single {
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .grid--4__single {
    width: calc(25% - 25px);
    margin: 0 12.5px;
  }
}

.grid--4__single a {
  width: 100%;
}

.grid--4__single .portfolio__hover__heading {
  font-size: 16px !important;
}

.grid--4__single .portfolio__hover__text {
  font-size: 13px !important;
}

.grid--4__single .portfolio__hover__link {
  display: none;
}

.grid--3__single--no-gap {
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .grid--3__single--no-gap {
    width: calc(33.3333%);
  }
}

.grid--3__single--no-gap a {
  width: 100%;
}

.grid--4__single--no-gap {
  margin: 0 auto;
  width: 100%;
  display: flex;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .grid--4__single--no-gap {
    width: 25%;
  }
}

.grid--4__single--no-gap a {
  width: 100%;
}

.grid--4__single--no-gap .portfolio__hover__heading {
  font-size: 16px !important;
}

.grid--4__single--no-gap .portfolio__hover__text {
  font-size: 13px !important;
}

.grid--4__single--no-gap .portfolio__hover__link {
  display: none;
}

.no-gap {
  margin: 0 !important;
  padding: 0 !important;
}

.portfolio-grid-1__full .portfolio__single {
  min-height: 728px;
}

/*
  Home 1 : Testimonial 
---------------------------------*/
.testimonial-area {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .testimonial-area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .testimonial-area {
    padding-top: 128px;
    padding-bottom: 95px;
  }
}

.testimonial-slider--l1 .slick-list {
  margin: 0 -40px;
}

.testimonial-slider--l1 .slick-slide {
  margin: 0 40px;
}

.testimonial-slider--l1 .testimonial-slider__single-slide:focus {
  outline: none;
  box-shadow: none;
}

/*
  Home 3 : Testimonial 
---------------------------------*/
.testimonial-section--l3 {
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 50px;
  padding-bottom: 35px;
}

@media (min-width: 576px) {
  .testimonial-section--l3 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l3 {
    padding-top: 120px;
    padding-bottom: 125px;
  }
}

@media (min-width: 576px) {
  .testimonial-section--l3 .section-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l3 .section-title {
    padding-bottom: 90px;
  }
}

.testimonial-section--l3 .section-title__sub-heading {
  margin-bottom: 30px;
}

/*
  Home 4 : Testimonial 
---------------------------------*/
.testimonial-section--l4,
.testimonial-section--l6,
.testimonial-section--l8,
.testimonial-inner-2 {
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .testimonial-section--l4,
  .testimonial-section--l6,
  .testimonial-section--l8,
  .testimonial-inner-2 {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .testimonial-section--l4,
  .testimonial-section--l6,
  .testimonial-section--l8,
  .testimonial-inner-2 {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l4,
  .testimonial-section--l6,
  .testimonial-section--l8,
  .testimonial-inner-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 576px) {
  .testimonial-section--l4 .section-title,
  .testimonial-section--l6 .section-title,
  .testimonial-section--l8 .section-title,
  .testimonial-inner-2 .section-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l4 .section-title,
  .testimonial-section--l6 .section-title,
  .testimonial-section--l8 .section-title,
  .testimonial-inner-2 .section-title {
    padding-bottom: 55px;
  }
}

.testimonial-section--l4 .section-title__sub-heading,
.testimonial-section--l6 .section-title__sub-heading,
.testimonial-section--l8 .section-title__sub-heading,
.testimonial-inner-2 .section-title__sub-heading {
  margin-bottom: 15px;
}

.testimonial-section--l4 .section-title__heading,
.testimonial-section--l6 .section-title__heading,
.testimonial-section--l8 .section-title__heading,
.testimonial-inner-2 .section-title__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .testimonial-section--l4 .section-title__heading,
  .testimonial-section--l6 .section-title__heading,
  .testimonial-section--l8 .section-title__heading,
  .testimonial-inner-2 .section-title__heading {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .testimonial-section--l4 .testimonial-slider--l4,
  .testimonial-section--l4 .testimonial-slider--l8,
  .testimonial-section--l6 .testimonial-slider--l4,
  .testimonial-section--l6 .testimonial-slider--l8,
  .testimonial-section--l8 .testimonial-slider--l4,
  .testimonial-section--l8 .testimonial-slider--l8,
  .testimonial-inner-2 .testimonial-slider--l4,
  .testimonial-inner-2 .testimonial-slider--l8 {
    width: 140%;
  }
}

/*
  Home 5 : Testimonial 
---------------------------------*/
.testimonial-section--l5 {
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 50px;
  padding-bottom: 35px;
}

@media (min-width: 576px) {
  .testimonial-section--l5 {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .testimonial-section--l5 {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l5 {
    padding-top: 115px;
    padding-bottom: 145px;
  }
}

@media (min-width: 576px) {
  .testimonial-section--l5 .section-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l5 .section-title {
    padding-bottom: 55px;
  }
}

.testimonial-section--l5 .section-title__sub-heading {
  margin-bottom: 18px;
}

/*
  Home 5 : Testimonial 
---------------------------------*/
.testimonial-section--l7,
.testimonial-section--inner-about-us {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .testimonial-section--l7,
  .testimonial-section--inner-about-us {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l7,
  .testimonial-section--inner-about-us {
    padding-top: 135px;
    padding-bottom: 110px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l7 .section-title,
  .testimonial-section--inner-about-us .section-title {
    margin-bottom: 10px !important;
  }
}

.testimonial-section--l7 .section-title__sub-heading,
.testimonial-section--inner-about-us .section-title__sub-heading {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .testimonial-section--l7 .section-title__heading,
  .testimonial-section--inner-about-us .section-title__heading {
    margin-bottom: 0;
  }
}

.testimonial-slider--l7 {
  position: relative;
}

.testimonial-slider--l7 .card--testimonial-l7 {
  margin: 15px 15px;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  cursor: all-scroll;
}

@media (min-width: 480px) {
  .testimonial-slider--l7 .card--testimonial-l7 {
    margin: 49px 15px;
  }
}

.testimonial-slider--l7 .card--testimonial-l7:focus, .testimonial-slider--l7 .card--testimonial-l7:active {
  outline: none;
  box-shadow: none;
}

.testimonial-slider--l7 .card--testimonial-l7 .card__hover {
  position: absolute;
  left: 0;
  bottom: -50%;
  background: linear-gradient(360deg, #fd346e 0%, rgba(253, 52, 110, 0.69) 38.45%, rgba(253, 52, 110, 0) 79.35%, rgba(253, 52, 110, 0) 111.11%);
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 0.5s;
}

.testimonial-slider--l7 .card--testimonial-l7 .card__hover .card__user-media {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 45px;
  margin-bottom: 10px;
}

.testimonial-slider--l7 .card--testimonial-l7 .card__hover .card__user-media__name {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.testimonial-slider--l7 .card--testimonial-l7 .card__hover .card__user-media__cat {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-slider--l7 .card--testimonial-l7 .card__hover .card__user-media .social-profile {
  margin-top: 15px;
}

.testimonial-slider--l7 .card--testimonial-l7:hover .card__hover {
  bottom: 0;
}

.testimonial-slider--l7 .card--testimonial-l7.slick-center {
  box-shadow: 0 8px 45px rgba(0, 0, 0, 0.3);
}

.testimonial-slider--l7 .slick-dots {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
}

.testimonial-slider--l7 .slick-dots li button {
  background-color: transparent;
  border: none;
  color: transparent;
  width: 22px;
  height: 5px;
  border-radius: 3px;
  background-color: #828288;
  margin: 0 5px;
  transition: 0.4s ease-in-out;
}

.testimonial-slider--l7 .slick-dots li.slick-active button {
  background-color: #fd346e;
}

.social-profile ul li a {
  color: #fff;
  padding-right: 20px;
  transition-duration: 0.4s;
}

.social-profile ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*
  Home 8 : Testimonial 
---------------------------------*/
@media (min-width: 992px) {
  .testimonial-btn {
    margin-bottom: 30px !important;
  }
}

.testimonial-btn button {
  background-color: transparent;
  border: none;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  color: #099a97;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  transition: 0.4s;
}

.testimonial-btn button:hover {
  box-shadow: 0 4px 4px #067775;
  background-color: #099a97;
  color: #fff;
}

@media (min-width: 768px) {
  .testimonial-slider--l8 {
    width: 140%;
  }
}

/*
  Innerpage : Testimonial -1  
---------------------------------*/
.testimonial-mobile-slider--inner-1 .card-testimonial--l3 {
  margin-top: 45px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-area--inner-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .testimonial-area--inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .testimonial-area--inner-1 {
    padding-top: 115px;
    padding-bottom: 100px;
  }
}

.testimonial-area--inner-1 .buttons {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .testimonial-area--inner-1 .buttons {
    margin-top: 35px;
  }
}

/*
  Innerpage : Testimonial -2  
---------------------------------*/
.testimonial-inner-2 .testimonial-btn button {
  color: #5034fc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.testimonial-inner-2 .testimonial-btn button:hover {
  box-shadow: 0 4px 4px #2f18be !important;
  background-color: #5034fc !important;
  color: #fff;
}

.testimonial-inner-2 .buttons {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .testimonial-inner-2 .buttons {
    margin-top: 45px;
  }
}

.testimonial-inner-2 .section-title {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .testimonial-inner-2 .section-title {
    padding-bottom: 50px;
  }
}

.testimonial-slider--inner-2 .card-testimonial--l4 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-section--inner-about-us .card--testimonial-l7 .card__hover {
  background-image: linear-gradient(360deg, var(--iqlex) 0%, rgba(255, 87, 34, 0.69) 35%, rgba(255, 87, 34, 0) 71%, rgba(255, 87, 34, 0) 100%);
}

.testimonial-section--inner-about-us .slick-dots li.slick-active button {
  background-color: var(--iqlex);
}

.testimonial-section--l9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .testimonial-section--l9 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l9 {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}

.testimonial-section--l9 .section-title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .testimonial-section--l9 .section-title {
    margin-bottom: 50px;
  }
}

.testimonial-section--l9 .section-title__sub-heading {
  padding-left: 0 !important;
}

.testimonial-section--l9 .section-title__sub-heading::before {
  display: none;
}

/*
  Home 1 : Welcome Section
------------------------------*/
.welcome-area--l1 {
  padding-top: 180px;
  padding-bottom: 55px;
}

@media (min-width: 576px) {
  .welcome-area--l1 {
    padding-top: 273px;
  }
}

@media (min-width: 768px) {
  .welcome-area--l1 {
    padding-top: 270px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l1 {
    padding-top: 210px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l1 {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1366px) {
  .welcome-area--l1 {
    padding-top: 216px;
    padding-bottom: 187px;
  }
}

.welcome-area--l1 .newsletter-form {
  max-width: 521px;
}

/* Welcome content */
.welcome-content--l1 {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .welcome-content--l1 {
    margin-top: 0;
  }
}

.welcome-content__title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.075;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .welcome-content__title {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .welcome-content__title {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .welcome-content__title {
    font-size: 80px;
  }
}

.welcome-content__descriptions {
  color: rgba(38, 39, 41, 0.7);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 53px;
}

@media (min-width: 992px) {
  .welcome-content__descriptions {
    font-size: 21px;
  }
}

.welcome-content__terms-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 0;
}

.welcome-image-group-wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .welcome-image-group-wrapper {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .welcome-image-group-wrapper {
    position: absolute;
    top: 55%;
    right: 2%;
    transform: translateY(-50%);
    width: 46%;
  }
}

@media (min-width: 1368px) {
  .welcome-image-group-wrapper {
    width: 46% !important;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1366px) {
  .welcome-image-group-wrapper {
    width: 40%;
    right: 5%;
    top: 55%;
  }
}

.welcome-image--group-01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.welcome-image--group-01 img {
  width: 110%;
}

@media (min-width: 992px) {
  .welcome-image--group-01 {
    margin-left: auto;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .welcome-image--group-01 {
    margin-left: auto;
    width: 90%;
  }
}

@media (min-width: 1600px) {
  .welcome-image--group-01 {
    width: 670px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.welcome-image--group-01__img-1 {
  position: absolute;
  left: -2%;
  top: -7%;
  width: 28%;
  box-shadow: 0 44px 54px rgba(37, 55, 63, 0.16);
  border-radius: 50%;
}

.welcome-image--group-01__img-2 {
  position: absolute;
  left: 45%;
  top: -30%;
  width: 33%;
  z-index: -1;
}

.welcome-image--group-01__img-3 {
  position: absolute;
  right: 12%;
  bottom: -12%;
  width: 28%;
  transform: translateX(-50%);
  z-index: -1;
}

.welcome-image--group-01__img-4 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 23%;
  z-index: -1;
  transform: translateY(-50%);
}

.welcome-image--group-01__img-5 {
  position: absolute;
  left: 31%;
  top: -50%;
  transform: translateX(-50%);
  width: 24%;
}

.welcome-image--group-01__img-6 {
  position: absolute;
  right: -15%;
  top: 50%;
  width: 27%;
  transform: translateY(-50%);
  z-index: -1;
}

.welcome-image--group-01__img-7 {
  position: absolute;
  right: -9%;
  bottom: -9%;
  width: 32%;
  z-index: -1;
}

/*
  Home 2 : Welcome Section
------------------------------*/
.welcome-area--l2 {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  .welcome-area--l2 {
    padding-top: 140px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .welcome-area--l2 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l2 {
    padding-top: 170px;
    padding-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .welcome-area--l2 {
    padding-top: 160px;
    padding-bottom: 0;
  }
}

.welcome-area--l2-shape-1 {
  position: absolute;
  right: -3.5%;
  bottom: 35%;
  z-index: 0;
  width: 9.7%;
}

.welcome-area--l2-shape-2 {
  position: absolute;
  left: -4%;
  bottom: 20%;
  z-index: 0;
  width: 10%;
}

.welcome-content--l2 {
  margin-bottom: 35px;
}

.welcome-content--l2__heading {
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}

@media (min-width: 480px) {
  .welcome-content--l2__heading {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .welcome-content--l2__heading {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l2__heading {
    font-size: 70px;
  }
}

.welcome-content--l2__descriptions {
  color: var(--color-texts-3);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
}

@media (min-width: 768px) {
  .welcome-content--l2__descriptions {
    font-size: 21px;
  }
}

.welcome-content--l2-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 18.5%;
}

@media (min-width: 768px) {
  .welcome-content--l2-shape {
    left: 5%;
    top: -5%;
  }
}

@media (min-width: 992px) {
  .welcome-content--l2-shape {
    left: 6%;
    top: -22%;
  }
}

.welcome-image--l2 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .welcome-image--l2 {
    margin-top: 70px;
  }
}

/*
  Home 3 : Welcome Section
------------------------------*/
.welcome-area--l3 {
  padding-top: 125px;
  position: relative;
}

@media (min-width: 768px) {
  .welcome-area--l3 {
    padding-top: 115px;
    padding-bottom: 38px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l3 {
    padding-top: 185px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l3 {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}

.welcome-content--l3 {
  margin-bottom: 40px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .welcome-content--l3 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l3 {
    margin-top: 0;
  }
}

.welcome-content--l3__sub-title {
  color: var(--iqlex);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

@media (min-width: 992px) {
  .welcome-content--l3__sub-title {
    margin-bottom: 28px;
  }
}

.welcome-content--l3__title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.2068;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .welcome-content--l3__title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l3__title {
    font-size: 58px;
  }
}

.welcome-content--l3__descriptions {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 10px;
}

.welcome-content--l3 .welcome-btn-group--l3 {
  padding-top: 15px;
  margin-bottom: -20px;
}

@media (min-width: 992px) {
  .welcome-content--l3 .welcome-btn-group--l3 {
    padding-top: 28px;
  }
}

.welcome-content--l3 .welcome-btn-group--l3 .btn {
  margin-bottom: 20px;
}

.welcome-content--l3 .welcome-btn-group--l3 .btn--lg-2 {
  min-width: 120px;
  height: 50px;
}

@media (min-width: 480px) {
  .welcome-content--l3 .welcome-btn-group--l3 .btn--lg-2 {
    min-width: 180px;
    height: 56px;
  }
}

.welcome-image-group-wrapper--l3 {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .welcome-image-group-wrapper--l3 {
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 11%;
  }
}

@media (min-width: 992px) {
  .welcome-image-group-wrapper--l3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: -10%;
  }
}

@media (min-width: 1200px) {
  .welcome-image-group-wrapper--l3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0%;
  }
}

@media (min-width: 992px) {
  .welcome-image-group-wrapper--l3 {
    max-width: 543px;
  }
}

@media (min-width: 1200px) {
  .welcome-image-group-wrapper--l3 {
    max-width: 695px;
  }
}

@media (min-width: 1400px) {
  .welcome-image-group-wrapper--l3 {
    max-width: 815px;
  }
}

.welcome-image-group--l3 {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .welcome-image-group--l3 {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  .welcome-image-group--l3 {
    max-width: 450px;
  }
}

@media (min-width: 1400px) {
  .welcome-image-group--l3 {
    max-width: 525px;
  }
}

.welcome-image-group--l3__img-1 {
  position: absolute;
  right: -55%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.welcome-image-group--l3__img-2 {
  position: absolute;
  left: 83%;
  top: 35%;
  width: 20%;
  z-index: -1;
}

@media (min-width: 1200px) {
  .welcome-image-group--l3__img-2 {
    max-width: 500px;
  }
}

.welcome-image-group--l3__img-3 {
  position: absolute;
  left: -10%;
  bottom: 8%;
  width: 61%;
  z-index: 1;
}

@media (min-width: 1200px) {
  .welcome-image-group--l3__img-3 {
    max-width: 500px;
  }
}

/*
  Home 4 : Welcome Section
------------------------------*/
.welcome-area--l4 {
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}

.welcome-area--l4::before {
  content: "";
  background-image: url("../image/home-4/hero-overlay.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 480px) {
  .welcome-area--l4 {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .welcome-area--l4 {
    padding-top: 105px;
    padding-bottom: 34px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l4 {
    padding-top: 150px;
    padding-bottom: 59px;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l4 {
    padding-top: 200px;
    padding-bottom: 107px;
  }
}

@media (min-width: 1600px) {
  .welcome-area--l4 {
    padding-top: 290px;
    padding-bottom: 187px;
  }
}

.welcome-area--l4 .welcome-content {
  z-index: 9;
}

.welcome-area--l4 .newsletter--l4 {
  margin-top: 40px;
  max-width: 522px;
}

/*
  Home 5 : Welcome Section
------------------------------*/
.welcome-area--l5 {
  padding-top: 130px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: right top;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .welcome-area--l5 {
    padding-top: 115px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l5 {
    padding-top: 205px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l5 {
    padding-top: 235px;
    padding-bottom: 220px;
  }
}

.welcome-area--l5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../image/home-5/hero-bg-overlay.png");
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-area--l5 .welcome-content--l3__sub-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 26px;
}

.welcome-area--l5 .popup-btn {
  display: flex;
  align-items: center;
}

.welcome-area--l5 .popup-btn .play-btn {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  box-shadow: -12px 12px 50px rgba(255, 30, 56, 0.3);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--iqlex);
  margin-right: 20px;
}

.welcome-area--l5 .popup-btn .btn-text {
  color: var(--iqlex);
  transition: 0.4s;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}

.welcome-area--l5 .popup-btn:hover .btn-text {
  text-decoration: underline;
}

/*
  Home 6 : Welcome Section
------------------------------*/
.welcome-area--l6 {
  padding-top: 100px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: right top;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .welcome-area--l6 {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l6 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

/*
  Home 7 : Welcome Section
------------------------------*/
.welcome-area--l7 {
  padding-top: 125px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: right top;
  position: relative;
  z-index: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .welcome-area--l7 {
    padding-top: 145px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l7 {
    padding-top: 260px;
    padding-bottom: 195px;
  }
}

.welcome-area--l7::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(261.26deg, rgba(253, 52, 110, 0.96) 14.9%, #b81c5c 43.58%, #0abfbc 89.94%);
  opacity: 0.7;
  position: absolute;
  z-index: -1;
}

.welcome-area--l7 .welcome-area___content {
  z-index: 1;
}

.welcome-area--l7__icon {
  min-width: 66px;
  max-width: 66px;
  min-height: 66px;
  max-height: 66px;
  border-radius: 50%;
  box-shadow: -12px 12px 50px rgba(253, 52, 110, 0.3);
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  color: #fd346e;
  justify-content: center;
  margin-bottom: 38px;
  font-size: 21px;
}

.welcome-area--l7__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .welcome-area--l7__heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .welcome-area--l7__heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l7__heading {
    font-size: 60px;
  }
}

.welcome-area--l7__descriptions {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.619;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .welcome-area--l7__descriptions {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l7__descriptions {
    font-size: 21px;
  }
}

/*
  Home 8 : Welcome Section
------------------------------*/
.welcome-area--l8 {
  background-color: rgba(21, 205, 168, 0.2);
  padding-top: 0;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .welcome-area--l8 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l8 {
    padding-top: 110px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1600px) {
  .welcome-area--l8 {
    padding-top: 35px;
    padding-bottom: 0px;
  }
}

.welcome-area--l8 .btn {
  margin-bottom: 20px;
}

.welcome-area--l8 .btn--lg-2 {
  min-width: 120px;
  height: 50px;
}

@media (min-width: 480px) {
  .welcome-area--l8 .btn--lg-2 {
    min-width: 180px;
    height: 56px;
  }
}

.hero-img {
  margin-top: -60px;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .hero-img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.hero-img .hero-l8-img-group {
  position: relative;
  margin-left: -50px;
}

@media (min-width: 480px) {
  .hero-img .hero-l8-img-group {
    margin-left: -100px;
  }
}

@media (min-width: 992px) {
  .hero-img .hero-l8-img-group {
    margin-bottom: 0;
  }
}

.hero-img .hero-l8-img-group__1 {
  position: relative;
  width: 95%;
  bottom: -80px;
}

@media (min-width: 992px) {
  .hero-img .hero-l8-img-group__1 {
    bottom: -110px;
  }
}

.hero-img .hero-l8-img-group__2 {
  width: 50%;
}

@media (min-width: 992px) {
  .welcome-content--l8 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .welcome-content--l8 {
    padding-bottom: 0;
  }
}

.welcome-content--l8__sub-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 15px;
}

.welcome-content--l8__title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.2068;
  margin-bottom: 21px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .welcome-content--l8__title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l8__title {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 72px;
    color: #262729;
  }
}

.welcome-content--l8__descriptions {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 10px;
  color: rgba(38, 39, 41, 0.7);
}

.welcome-content--l8 .welcome-btn-group--l8 {
  padding-top: 28px;
  margin-bottom: -20px;
}

.welcome-content--l8 .welcome-btn-group--l8 .btn {
  margin-bottom: 20px;
}

/*
  Home 9 : Welcome Section
------------------------------*/
.welcome-area--l9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .welcome-area--l9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l9 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

.welcome-area--l9 .welcome-content {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .welcome-area--l9 .welcome-content {
    margin-top: 0;
  }
}

.welcome-area--l9 .welcome-content__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .welcome-area--l9 .welcome-content__heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .welcome-area--l9 .welcome-content__heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l9 .welcome-content__heading {
    font-size: 60px;
  }
}

.welcome-area--l9 .welcome-content__sub-heading {
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.4285;
  margin-bottom: 20px;
}

.welcome-area--l9 .welcome-content__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}

.welcome-area--l9 .welcome-content .welcome-btn-group {
  margin-top: 45px;
}

.welcome-area--l9 .welcome-content .welcome-btn-group .btn--lg-2 {
  min-width: 120px;
  height: 50px;
}

@media (min-width: 480px) {
  .welcome-area--l9 .welcome-content .welcome-btn-group .btn--lg-2 {
    min-width: 180px;
    height: 56px;
  }
}

.welcome-img--l9.video-box {
  box-shadow: 0 10px 56px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

@media (min-width: 992px) {
  .welcome-img--l9.video-box {
    margin-left: 30px;
  }
}

@media (min-width: 1600px) {
  .welcome-img--l9.video-box {
    margin-left: 67px !important;
  }
}

.welcome-img--l9.video-box .video-btn {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

/*
  Home 1 : Service Section
---------------------------------*/
.service-area--l1 {
  padding-top: 55px;
  padding-bottom: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .service-area--l1 {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .service-area--l1 {
    padding-top: 125px;
    padding-bottom: 113px;
  }
}

.service-shape {
  position: absolute;
}

.service-shape--l1 {
  top: 26%;
  left: -6%;
  width: 10%;
}

.service-items {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .service-items {
    margin-top: 143px;
  }
}

/*
  Home 3 : Service Section
---------------------------------*/
.service-area--l3 {
  padding-top: 50px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l3 {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .service-area--l3 {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.service-area--l3 .section-title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-area--l3 .section-title {
    margin-bottom: 69px;
  }
}

.service-area--l3 .section-title__sub-heading {
  margin-bottom: 27px;
}

.services-content {
  margin-top: 50px;
}

/*
  Home 4 : Service Section
---------------------------------*/
.service-area--l4,
.service-area--inner {
  padding-top: 50px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l4,
  .service-area--inner {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l4,
  .service-area--inner {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.service-area--l4 .section-title,
.service-area--inner .section-title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-area--l4 .section-title,
  .service-area--inner .section-title {
    margin-bottom: 55px;
  }
}

.service-area--l4 .section-title__sub-heading,
.service-area--inner .section-title__sub-heading {
  margin-bottom: 10px;
}

/*
  Home 5 : Service Section
---------------------------------*/
.service-area--l5 {
  padding-top: 60px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l5 {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l5 {
    padding-top: 130px;
    padding-bottom: 105px;
  }
}

.service-area--l5 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .service-area--l5 .section-title {
    margin-right: 60px;
  }
}

@media (min-width: 480px) {
  .service-area--l5 .section-title {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .service-area--l5 .section-title {
    margin-bottom: 69px;
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .service-area--l5 .section-title {
    margin-right: 0;
  }
}

.service-area--l5 .section-title__sub-heading {
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .service-area--l5 .section-title__description {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .service-area--l5 .section-title__description {
    padding-right: 0px;
  }
}

@media (min-width: 1600px) {
  .service-area--l5 .section-title__description {
    padding-right: 60px;
  }
}

/*
  Home 6 : Service Section
---------------------------------*/
.service-area--l6 {
  padding-top: 60px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l6 {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l6 {
    padding-top: 125px;
    padding-bottom: 60px;
  }
}

.service-area--l6 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .service-area--l6 .section-title {
    margin-right: 60px;
  }
}

@media (min-width: 480px) {
  .service-area--l6 .section-title {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .service-area--l6 .section-title {
    margin-bottom: 69px;
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .service-area--l6 .section-title {
    margin-right: 0;
  }
}

.service-area--l6 .section-title__sub-heading {
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .service-area--l6 .section-title__description {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .service-area--l6 .section-title__description {
    padding-right: 0px;
  }
}

@media (min-width: 1600px) {
  .service-area--l6 .section-title__description {
    padding-right: 60px;
  }
}

/*
  Home 7 : Service Section
---------------------------------*/
.service-area--l7 {
  padding-top: 55px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l7 {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l7 {
    padding-top: 130px;
    padding-bottom: 105px;
  }
}

.service-area--l7 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .service-area--l7 .section-title {
    margin-bottom: 0px;
  }
}

.service-area--l7 .section-title__sub-heading {
  margin-bottom: 22px;
}

.service-area--l7 .section-title .btn {
  min-width: 168px;
}

@media (min-width: 1200px) {
  .service-area--l7 .services-right {
    margin-left: 35px;
  }
}

/*
  Home 8 : Service Section
---------------------------------*/
.service-area--l8 {
  padding-top: 55px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l8 {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l8 {
    padding-top: 110px;
    padding-bottom: 115px;
  }
}

.service-area--l8 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .service-area--l8 .section-title {
    margin-bottom: 75px;
  }
}

.service-area--l8 .section-title__sub-heading {
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .service-area--l8 .services-right {
    margin-left: 35px;
  }
}

.service-area--l8 .card--services-l6 {
  border-radius: 10px;
  background-color: rgba(242, 245, 251, 0.2);
}

/*
  Home 9 : Service Section
---------------------------------*/
.service-area--l9 {
  padding-top: 60px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l9 {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l9 {
    padding-top: 125px;
    padding-bottom: 60px;
  }
}

.service-area--l9 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .service-area--l9 .section-title {
    margin-right: 60px;
  }
}

@media (min-width: 480px) {
  .service-area--l9 .section-title {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .service-area--l9 .section-title {
    margin-bottom: 69px;
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .service-area--l9 .section-title {
    margin-right: 0;
  }
}

.service-area--l9 .section-title__sub-heading {
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .service-area--l9 .section-title__description {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .service-area--l9 .section-title__description {
    padding-right: 0px;
  }
}

@media (min-width: 1600px) {
  .service-area--l9 .section-title__description {
    padding-right: 60px;
  }
}

.services-area--l9-1 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .services-area--l9-1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .services-area--l9-1 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.services-area--l9-1 .section-title__description--highlight {
  padding-left: 30px;
  margin-left: 40px;
  position: relative;
}

.services-area--l9-1 .section-title__description--highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5034fc;
  width: 1px;
  height: 77px;
}

.services-area--l9-1 .services-content-box__list li {
  padding-left: 30px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-headings-2);
  position: relative;
}

.services-area--l9-1 .services-content-box__list li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #5034fc;
}

/*
  Home 1 : Feature Section
------------------------------*/
.feature-section {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .feature-section {
    padding-top: 125px;
    padding-bottom: 105px;
  }
}

.feature-section .feature-area-tab {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .feature-section .feature-area-tab {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .feature-section .feature-area-tab {
    margin-top: 148px;
  }
}

@media (min-width: 992px) {
  .feature-section .feature-area-tab .nav {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .feature-section .feature-area-tab .nav {
    padding-right: 65px;
  }
}

@media (min-width: 1400px) {
  .feature-section .feature-area-tab .nav {
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  .feature-section .feature-area-tab .tab-content {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .feature-section .feature-area-tab .tab-content {
    padding-left: 26px;
  }
}

.feature-section--l1__shape-group {
  position: absolute;
  right: 0;
  top: -7%;
  width: 30%;
  z-index: 1;
}

.feature-section--l1__shape-group .img-1 {
  width: 50%;
  position: absolute;
  top: 30%;
  right: -30%;
  z-index: -1;
}

.features-widgets {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .features-widgets {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .features-widgets {
    margin-top: 135px;
  }
}

.widget--feature {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.666666;
  margin-bottom: 20px !important;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .widget--feature {
    width: 194px;
    height: 60px;
    margin-bottom: 55px !important;
  }
}

.widget--feature i {
  margin-right: 10px;
}

.widget--feature:hover, .widget--feature.active {
  background-color: #fff;
  color: #2b59ff;
  border-radius: 10px;
}

.widget--feature:hover i, .widget--feature.active i {
  color: var(--iqlex);
}

@media (min-width: 768px) {
  .features-content {
    padding-left: 40px;
  }
}

.features-content__item {
  margin-bottom: 35px;
}

.features-content__item__count {
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .features-content__item__count {
    margin-bottom: 52px;
  }
}

.features-content__item__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.619047;
  margin-bottom: 25px;
}

.features-content__item__content {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.66666;
  margin-bottom: 0;
}

/* ========== Home 2 =========== */
/*
  Home 2 : Feature Section
---------------------------------*/
.feature-area--l2 {
  padding-top: 35px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .feature-area--l2 {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .feature-area--l2 {
    padding-top: 85px;
    padding-bottom: 127px;
  }
}

.feature-area--l2__image-group {
  position: relative;
  z-index: 1;
  box-shadow: 0 28px 34px rgba(37, 55, 63, 0.1);
}

@media (min-width: 992px) {
  .feature-area--l2__image-group {
    margin-right: 5px;
  }
}

@media (min-width: 1600px) {
  .feature-area--l2__image-group {
    margin-right: 25px;
  }
}

.feature-area--l2__image-group__img-1 {
  width: 20%;
  position: absolute;
  left: -10%;
  bottom: -10%;
  z-index: -1;
}

.feature-area--l2__image-group__img-1 img {
  width: 100%;
}

.feature-area--l2__content {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .feature-area--l2__content {
    margin-top: 0;
  }
}

@media (min-width: 1600px) {
  .feature-area--l2__content {
    margin-left: 45px;
  }
}

.feature-area--l2__content__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.20689;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .feature-area--l2__content__heading {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .feature-area--l2__content__heading {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .feature-area--l2__content__heading {
    font-size: 58px;
  }
}

/*
  Home 3 : Feature Section
---------------------------------*/
.feature-section--l3 {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .feature-section--l3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-section--l3 {
    padding-top: 125px;
    padding-bottom: 135px;
  }
}

.feature-section--l3 .section-title {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .feature-section--l3 .section-title {
    margin-bottom: 30px;
  }
}

.feature-section--l3 .section-title__sub-heading {
  margin-bottom: 20px;
}

.feature-section--l3 .section-title__heading {
  margin-bottom: 0px;
}

.feature-content--l3 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .feature-content--l3__image {
    margin-right: 30px;
  }
}

.feature-content--l3__list {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .feature-content--l3__list {
    margin-bottom: 65px;
  }
}

.feature-content--l3__list li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 20px;
  color: var(--color-headings-2);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}

.feature-content--l3__list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background-color: var(--iqlex);
  left: 10px;
  top: 4px;
}

.feature-counter--l3 {
  position: relative;
}

@media (min-width: 992px) {
  .feature-counter--l3 {
    left: -25%;
    min-width: 120%;
  }
}

.content-image-group {
  position: relative;
  z-index: 1;
}

/*
  Home 1 : Content Section One
---------------------------------*/
.content-section--l1-1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .content-section--l1-1 {
    padding-top: 130px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .content-section--l1-1 {
    padding-top: 195px;
    padding-bottom: 214px;
  }
}

.content-texts {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .content-texts {
    padding-top: 0;
  }
}

.content-texts .content__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .content-texts .content__heading {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .content-texts .content__heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .content-texts .content__heading {
    font-size: 60px;
    margin-bottom: 35px;
  }
}

.content-texts .content__description {
  font-size: 18px;
  line-height: 1.66666;
}

.content-texts .content__description:last-child {
  margin-bottom: 0;
}

.content-texts--l1-1 {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .content-texts--l1-1 {
    padding-left: 50px;
    padding-top: 0px;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .content-texts--l1-1 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 {
    padding: 0 36px;
  }
}

.content-image-group--l1_1 .content-image-group__image-1 {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 30%;
  z-index: -1;
}

@media (min-width: 480px) {
  .content-image-group--l1_1 .content-image-group__image-1 {
    top: -5%;
    left: -6%;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 .content-image-group__image-1 {
    left: 0;
  }
}

.content-image-group--l1_1 .content-image-group__image-2 {
  position: absolute;
  top: -11%;
  right: 20%;
  z-index: -1;
  width: 35%;
}

@media (min-width: 1200px) {
  .content-image-group--l1_1 .content-image-group__image-2 {
    right: 10%;
  }
}

.content-image-group--l1_1 .content-image-group__image-3 {
  position: absolute;
  bottom: 11%;
  left: -3%;
  z-index: -1;
  width: 35%;
}

@media (min-width: 480px) {
  .content-image-group--l1_1 .content-image-group__image-3 {
    left: -11%;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 .content-image-group__image-3 {
    left: -5%;
  }
}

.content-image-group--l1_1 .content-image-group__image-4 {
  position: absolute;
  bottom: -15%;
  right: -18%;
  transform: scale(0.6);
}

@media (min-width: 480px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    right: -80px;
  }
}

@media (min-width: 768px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    transform: scale(0.9);
    right: -40px;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    right: -40px;
    bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    transform: scale(1);
  }
}

/*
  Home 1 : Content Section Two
---------------------------------*/
.content-section--l1-2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .content-section--l1-2 {
    padding-top: 112px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .content-section--l1-2 {
    padding-top: 165px;
    padding-bottom: 135px;
  }
}

.content-texts--l1-2 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .content-texts--l1-2 {
    padding-top: 0px;
  }
}

/*
  Home 2 : Content Section One
---------------------------------*/
.content-section--l2-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content-section--l2-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-section--l2-1 {
    padding-top: 132px;
    padding-bottom: 135px;
  }
}

.content-section--l2-1__shape {
  position: absolute;
  left: -3.8%;
  top: 12%;
  z-index: 0;
  width: 9%;
}

.content-image-group--l2-1 {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .content-image-group--l2-1 {
    margin-left: 45px;
    margin-bottom: 0;
  }
}

.content-image-group--l2-1__img-1 {
  width: 38%;
  position: absolute;
  right: 13%;
  bottom: 0;
  z-index: -1;
}

.content-texts--l2-1 {
  padding-top: 0px;
}

.content-texts--l2-1__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.20689;
  margin-bottom: 32px;
}

@media (min-width: 480px) {
  .content-texts--l2-1__heading {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .content-texts--l2-1__heading {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .content-texts--l2-1__heading {
    font-size: 58px;
  }
}

.content-texts--l2-1__content {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.66666;
  margin-bottom: 0;
}

.content-texts--l2-1__button {
  margin-top: 22px;
}

.content-section--l2-2__wrapper {
  padding-top: 75px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .content-section--l2-2__wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-section--l2-2__wrapper {
    padding-top: 165px;
    padding-bottom: 135px;
  }
}

.content-section--l2-2__shape-img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 3.4%;
  -webkit-animation: rotation 8s ease 0s infinite alternate none running;
          animation: rotation 8s ease 0s infinite alternate none running;
}

.content-image-group--l2-2 {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .content-image-group--l2-2 {
    margin-bottom: 0;
    margin-right: 55px;
  }
}

.content-image-group--l2-2__img-1 {
  width: 38%;
  position: absolute;
  left: -1%;
  top: -7%;
  z-index: -1;
}

/*
  Home 3 : Content Section One
---------------------------------*/
.content-section--l3-1 {
  padding-top: 60px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .content-section--l3-1 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .content-section--l3-1 {
    padding-top: 125px;
    padding-bottom: 120px;
  }
}

.content-section--l3-1 .section-title {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .content-section--l3-1 .section-title {
    padding-bottom: 65px;
  }
}

.content-section--l3-1 .section-title__sub-heading {
  margin-bottom: 15px;
}

.content-img--l3-1 {
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .content-img--l3-1 {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .content-img--l3-1 {
    margin-left: 60px;
  }
}

/*
  Home 3 : Content Section Two
---------------------------------*/
.content-section--l3-2 {
  padding-top: 50px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .content-section--l3-2 {
    padding-top: 72px;
    padding-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .content-section--l3-2 {
    padding-top: 115px;
    padding-bottom: 90px;
  }
}

.content-section--l3-2 .section-title {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .content-section--l3-2 .section-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .content-section--l3-2 .section-title {
    padding-bottom: 50px;
  }
}

.content-section--l3-2 .section-title__sub-heading {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .widgets-content--l3 .single-widget:nth-child(2) > div::before {
    opacity: 0;
  }
}

.widgets-content--l3 .single-widget:last-child > div::before {
  opacity: 0;
}

/*
  Home 4 : Content Section One
---------------------------------*/
.content-section--l4-1 {
  padding-top: 60px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .content-section--l4-1 {
    padding-top: 82px;
    padding-bottom: 27px;
  }
}

@media (min-width: 992px) {
  .content-section--l4-1 {
    padding-top: 123px;
    padding-bottom: 180px;
  }
}

.content-section--l4-1 .section-title {
  margin-bottom: 45px !important;
}

@media (min-width: 992px) {
  .content-section--l4-1 .section-title {
    margin-bottom: 65px !important;
  }
}

.content-section--l4-1 .section-title__sub-heading {
  padding-bottom: 15px;
}

.content-section--l4-1 .section-title__heading {
  padding-bottom: 13px;
}

.content-img--l4-1 {
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .content-img--l4-1 {
    padding-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .content-img--l4-1 {
    margin-left: 120px;
  }
}

/*
  Home 4 : Content Section Two
---------------------------------*/
.content-section--l4-2 {
  padding-top: 53px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .content-section--l4-2 {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .content-section--l4-2 {
    padding-top: 140px;
    padding-bottom: 123px;
  }
}

.content-section--l4-2 .section-title {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .content-section--l4-2 .section-title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .content-section--l4-2 .section-title {
    margin-bottom: 0;
  }
}

.content-section--l4-2 .section-title__sub-heading {
  margin-bottom: 20px;
}

.content-section--l4-2 .section-title__heading {
  margin-bottom: 15px;
}

.content-section--l4-2 .section-title__description {
  margin-bottom: 33px;
}

/*
  Home 5 : Content Section One
---------------------------------*/
.content-section--l5-1,
.content-section--l8 {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .content-section--l5-1,
  .content-section--l8 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .content-section--l5-1,
  .content-section--l8 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.content-section--l5-1 .section-title__sub-heading,
.content-section--l8 .section-title__sub-heading {
  margin-bottom: 20px;
}

.content-section--l5-1 .section-title__heading,
.content-section--l8 .section-title__heading {
  margin-bottom: 15px;
}

.content-section--l5-1 .section-title__description,
.content-section--l8 .section-title__description {
  margin-bottom: 33px;
}

@media (min-width: 992px) {
  .content-section--l5-1 .section-title__description,
  .content-section--l8 .section-title__description {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .content-section--l5-1 .section-title__description,
  .content-section--l8 .section-title__description {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .content-section--l5-1 .content-img,
  .content-section--l8 .content-img {
    padding: 0 55px;
  }
}

@media (min-width: 480px) {
  .content-section--l5-1 .content-right,
  .content-section--l8 .content-right {
    margin-right: 70px;
  }
}

@media (min-width: 768px) {
  .content-section--l5-1 .content-right,
  .content-section--l8 .content-right {
    margin-right: 30px;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .content-section--l5-1 .content-right,
  .content-section--l8 .content-right {
    margin-top: 70px;
    margin-right: 0px;
  }
}

/*
  Home 6 : Content Section One
---------------------------------*/
.content-section--l5 {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .content-section--l5 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .content-section--l5 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.content-section--l5 .widgets-content--l6 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .content-section--l5 .widgets-content--l6 {
    margin-top: 73px;
  }
}

@media (min-width: 1200px) {
  .content-section--l5 .content-img {
    margin-left: 125px;
  }
}

/*
  Home 7 : Content Section One
---------------------------------*/
.content-section--l7 {
  padding-top: 60px;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  .content-section--l7 {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .content-section--l7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .content-section--l7 {
    padding-top: 130px;
    padding-bottom: 135px;
  }
}

.content-section--l7 .section-title__sub-heading {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .content-section--l7 .section-title__sub-heading {
    margin-bottom: 25px;
  }
}

.content-section--l7 .section-title__heading {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .content-section--l7 .section-title__heading {
    margin-bottom: 60px;
  }
}

.content-section--l7 .content-img--2 {
  padding: 30px 0;
}

@media (min-width: 1200px) {
  .content-section--l7 .content-img--2 {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.content-section--l7-2 {
  padding-top: 60px;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  .content-section--l7-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .content-section--l7-2 {
    padding-top: 130px;
    padding-bottom: 135px;
  }
}

.content-section--l7-2 .section-title__sub-heading {
  margin-bottom: 20px;
}

.content-section--l7-2 .section-title__heading {
  margin-bottom: 15px;
}

.content-section--l7-2 .section-title__description {
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .content-section--l7-2 .content-img {
    right: -15%;
  }
}

@media (min-width: 768px) {
  .content-section--l7-2 .content-img {
    right: -25%;
  }
}

@media (min-width: 1200px) {
  .content-section--l7-2 .content-img {
    right: -20%;
  }
}

/*
  Home 8 : Content Section One
---------------------------------*/
.content-section--8 {
  padding-top: 35px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .content-section--8 {
    padding-top: 75px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .content-section--8 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}

.content-section--8 .widgets--about-l6 .widgets__icon {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  color: #ff7272 !important;
}

.content-section--8 .widgets--about-l6:hover .widgets__icon {
  background-color: #ff7272 !important;
  color: #fff !important;
}

.content-section--8 .content-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}

.content-section--8 .content-img .shape {
  position: absolute;
  top: 50%;
  left: 56%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 90%;
}

.content-section--8 .content-img .shape img {
  width: 100%;
}

.content-section--8 .section-title {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .content-section--8 .section-title {
    margin-bottom: 0;
  }
}

.content-section--8 .section-title__sub-heading {
  margin-bottom: 18px;
}

.content-section--8 .section-title__heading {
  margin-bottom: 0;
}

.content-section--l8-2 {
  padding-top: 35px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .content-section--l8-2 {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .content-section--l8-2 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.content-section--l8-2 .widgets-content--l8 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .content-section--l8-2 .widgets-content--l8 {
    margin-top: 68px;
  }
}

.content-section--l8-2 .content-img {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
}

.content-section--l8-2 .content-img .shape {
  position: absolute;
  top: 50%;
  left: 56%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 90%;
}

.content-section--l8-2 .content-img .shape img {
  width: 100%;
}

@media (min-width: 992px) {
  .content-section--l8-2 .content-img {
    margin-left: 30px;
  }
}

.content-section--l8-2 .widget--content-l6__circle {
  box-shadow: 0 4px 4px #057d7b;
}

/*
  Home 9 : Content Section One
---------------------------------*/
.content-section--l9-1 {
  padding-top: 55px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .content-section--l9-1 {
    padding-top: 70px;
    padding-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .content-section--l9-1 {
    padding-top: 65px;
    padding-bottom: 85px;
  }
}

.content-section--l9-1 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .content-section--l9-1 .section-title {
    margin-bottom: 80px;
  }
}

.content-section--l9-1 .section-title__sub-heading {
  padding-left: 0;
}

.content-section--l9-1 .section-title__sub-heading::before {
  display: none;
}

.contact-section--l3 {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media (min-width: 576px) {
  .contact-section--l3 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .contact-section--l3 {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .contact-section--l3 .contact-widget-box {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .contact-section--l3 .contact-widget-box {
    margin-left: 95px;
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .contact-section--l3 .contact-widget-box {
    margin-left: 100px;
    margin-right: 80px;
  }
}

.contact-section--l3 .section-title__sub-heading {
  margin-bottom: 10px;
}

.contact-widget-box {
  padding: 30px 30px 15px;
  background-color: #5034fc;
  border-radius: 15px;
}

@media (min-width: 576px) {
  .contact-widget-box {
    padding: 40px 50px 15px;
  }
}

.contact-widget-box .widget--contact {
  margin-bottom: 20px;
}

.contact-widget-box__title-block {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.contact-widget-box__title-block .widget-box__title {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 42px;
  text-align: left;
}

.contact-widget-box__title-block .widget-box__paragraph {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
  margin-bottom: 0;
}

/*
  Home 4 : Footer
---------------------------------*/
.contact-section--l4,
.contact-section--inner-2 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .contact-section--l4,
  .contact-section--inner-2 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .contact-section--l4,
  .contact-section--inner-2 {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .contact-section--l4 .contact-widget-box,
  .contact-section--inner-2 .contact-widget-box {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .contact-section--l4 .contact-widget-box,
  .contact-section--inner-2 .contact-widget-box {
    margin-left: 95px;
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .contact-section--l4 .contact-widget-box,
  .contact-section--inner-2 .contact-widget-box {
    margin-left: 100px;
    margin-right: 80px;
  }
}

.contact-section--l4 .section-title,
.contact-section--inner-2 .section-title {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .contact-section--l4 .section-title,
  .contact-section--inner-2 .section-title {
    margin-bottom: 80px !important;
  }
}

.contact-section--l4 .section-title__sub-heading,
.contact-section--inner-2 .section-title__sub-heading {
  margin-bottom: 10px;
}

/*
  Contact -1
---------------------------------*/
.contact-section--l4 .contact-form .form-check-label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}

/*
  Contact -1
---------------------------------*/
.contact-inner-1 {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .contact-inner-1 {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .contact-inner-1 {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}

.contact-inner-1 .contact-widget-box {
  padding: 40px 45px 15px;
}

/* ======= Brand Area ===== */
.brand-area--l2 {
  padding-top: 50px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .brand-area--l2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .brand-area--l2 {
    padding-top: 123px;
    padding-bottom: 135px;
  }
}

.brand-group-image-l2 {
  margin-left: -22px;
}

@media (min-width: 576px) {
  .brand-group-image-l2 {
    transform: scale(0.8);
  }
}

@media (min-width: 768px) {
  .brand-group-image-l2 {
    margin-top: 40px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .brand-group-image-l2 {
    margin-top: 100px;
  }
}

.brand-image-group--l2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 503px;
  transform: scale(0.9);
  margin-top: 30px;
  /* Images */
  /* Image Line */
}

@media (min-width: 768px) {
  .brand-image-group--l2 {
    transform: scale(0.9);
  }
}

@media (min-width: 992px) {
  .brand-image-group--l2 {
    transform: scale(1);
    margin-top: 90px;
  }
}

.brand-image-group--l2__single {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brand-image-group--l2__image--main {
  width: 5%;
  position: relative;
  border: 6px solid #ffffff;
  background-color: var(--iqlex);
  border-radius: 50%;
  z-index: 1;
}

.brand-image-group--l2__img-1 {
  position: absolute;
  left: 37%;
  top: 7%;
  width: 10%;
  z-index: 2;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-1 {
    left: 47%;
  }
}

.brand-image-group--l2__img-2 {
  position: absolute;
  right: -8%;
  top: 16%;
  width: 11%;
  z-index: 1;
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-2 {
    right: -12%;
    top: 10%;
  }
}

.brand-image-group--l2__img-3 {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 11%;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .brand-image-group--l2__img-3 {
    right: -9%;
  }
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-3 {
    right: -28%;
  }
}

.brand-image-group--l2__img-4 {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 10%;
  z-index: 1;
}

.brand-image-group--l2__img-5 {
  position: absolute;
  left: 38%;
  bottom: 10%;
  width: 10%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-5 {
    left: 47%;
    bottom: 0;
  }
}

.brand-image-group--l2__img-6 {
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 12%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-6 {
    bottom: 12%;
  }
}

.brand-image-group--l2__img-7 {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 768px) {
  .brand-image-group--l2__img-7 {
    left: -7%;
  }
}

@media (min-width: 768px) {
  .brand-image-group--l2__img-7 {
    left: -22%;
  }
}

.brand-image-group--l2__img-8 {
  position: absolute;
  left: -7%;
  top: 16%;
  width: 10%;
  z-index: 1;
}

@media (min-width: 480px) {
  .brand-image-group--l2__img-8 {
    top: 10%;
  }
}

.brand-image-group--l2__line-1 {
  position: absolute;
  left: 48%;
  top: 26%;
  z-index: 0;
  width: 3.7%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-1 {
    left: 52%;
  }
}

.brand-image-group--l2__line-2 {
  position: absolute;
  right: 0;
  top: 27%;
  width: 42%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-2 {
    top: 22%;
    width: 40%;
  }
}

.brand-image-group--l2__line-3 {
  position: absolute;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

.brand-image-group--l2__line-4 {
  position: absolute;
  bottom: 29%;
  right: 13%;
  width: 33%;
}

.brand-image-group--l2__line-5 {
  position: absolute;
  right: 47%;
  bottom: 23%;
  width: 4%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-5 {
    right: 45%;
    bottom: 15%;
  }
}

.brand-image-group--l2__line-6 {
  position: absolute;
  left: 9%;
  bottom: 29%;
  width: 35%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-6 {
    bottom: 24%;
  }
}

.brand-image-group--l2__line-7 {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
}

.brand-image-group--l2__line-8 {
  position: absolute;
  left: 7%;
  top: 28%;
  width: 35%;
}

@media (min-width: 480px) {
  .brand-image-group--l2__line-8 {
    top: 22%;
  }
}

/*
  Home 3
---------------------------------*/
.pormo--l3 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .pormo--l3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pormo--l3 {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.pormo--l3::before {
  content: "";
  background-color: rgba(80, 52, 252, 0.9);
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.pormo--l3__heading {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

.pormo--l3__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: var(--color-headings-2);
}

/*
  Home 4
---------------------------------*/
.promo-area--l4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .promo-area--l4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--l4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.pormo--l4 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .pormo--l4 {
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 110px;
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .pormo--l4 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.pormo--l4::before {
  content: "";
  background-color: #adadad;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
  z-index: -1;
}

.pormo--l4 .section-title__sub-heading {
  margin-bottom: 15px;
}

.pormo--l4 .section-title__heading {
  color: #fff;
  margin-bottom: 12px;
}

.pormo--l4 .section-title__description {
  margin-bottom: 30px;
  color: #fff;
}

/*
  Home 5
---------------------------------*/
.promo-area--l5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .promo-area--l5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--l5 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.pormo--l5-content {
  border-radius: 15px;
  background-color: rgba(80, 52, 252, 0.85);
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 30px;
  padding-right: 30px;
}

.pormo--l5-content .badge--promo {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 22px;
  border-radius: 15px;
  background-color: #fcdc00;
  color: #262729;
  min-width: 112px;
  height: 30px;
  margin-bottom: 22px;
}

.pormo--l5-content .section-title__heading {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 13px;
}

.pormo--l5-content .section-title__description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 40px;
}

/*
  Home 6
---------------------------------*/
.promo-area--l6,
.promo-area--l8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .promo-area--l6,
  .promo-area--l8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--l6,
  .promo-area--l8 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 768px) {
  .promo-area--l6 .promo--l6-newsletter,
  .promo-area--l8 .promo--l6-newsletter {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  .promo-area--l6 .promo--l6-newsletter,
  .promo-area--l8 .promo--l6-newsletter {
    margin-right: 56px;
  }
}

@media (min-width: 1200px) {
  .promo-area--l6 .promo--l6-newsletter,
  .promo-area--l8 .promo--l6-newsletter {
    margin-right: 76px;
  }
}

.pormo--l6-content,
.pormo--l8-content {
  padding-top: 65px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 25px;
}

@media (min-width: 576px) {
  .pormo--l6-content,
  .pormo--l8-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .pormo--l6-content,
  .pormo--l8-content {
    padding-left: 80px;
    padding-right: 50px;
  }
}

.pormo--l6-content .section-title__sub-heading,
.pormo--l8-content .section-title__sub-heading {
  margin-bottom: 35px;
}

.pormo--l6-content .section-title__heading,
.pormo--l8-content .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.38095;
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .pormo--l6-content .section-title__heading,
  .pormo--l8-content .section-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .pormo--l6-content .section-title__heading,
  .pormo--l8-content .section-title__heading {
    font-size: 42px;
  }
}

/*
  Home 7
---------------------------------*/
.promo-area--l7,
.promo-area--inner-2 {
  padding-top: 35px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .promo-area--l7,
  .promo-area--inner-2 {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--l7,
  .promo-area--inner-2 {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}

.pormo--l7 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .pormo--l7 {
    padding-top: 70px;
    padding-bottom: 80px;
    padding-left: 110px;
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .pormo--l7 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.pormo--l7::before {
  content: "";
  background: linear-gradient(261.26deg, rgba(253, 52, 110, 0.96) 14.9%, #b81c5c 43.58%, #0abfbc 89.94%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
  z-index: -1;
}

.pormo--l7 .section-title__sub-heading {
  margin-bottom: 15px;
}

.pormo--l7 .section-title__heading {
  color: #fff;
  margin-bottom: 17px;
}

.pormo--l7 .section-title__description {
  margin-bottom: 30px;
  color: #fff;
}

/*
  Home 8
---------------------------------*/
.promo-area--l8 {
  background-image: linear-gradient(300deg, #099a97 0%, #099a97 33%, #20aa8e 53%, #20aa8e 53%, #82c4c3 100%);
  position: relative;
}

@media (min-width: 1200px) {
  .promo-area--l8 .promo-image {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1600px) {
  .promo-area--l8 .promo-image {
    left: 10%;
  }
}

.pormo--l8-content {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.62) 29%, rgba(255, 255, 255, 0.2) 100%);
}

.pormo--l8-content .section-title__sub-heading {
  color: #262729;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .pormo--l8-content .section-title__sub-heading {
    margin-bottom: 30px;
  }
}

.pormo--l8-content .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.38095;
  margin-bottom: 25px;
  color: #262729;
}

@media (min-width: 768px) {
  .pormo--l8-content .section-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .pormo--l8-content .section-title__heading {
    font-size: 42px;
    margin-bottom: 47px;
  }
}

@media (min-width: 480px) {
  .pormo--l8-content .promo--l6-newsletter {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.pormo--l8-content .promo--l6-newsletter form input {
  background-color: rgba(255, 255, 255, 0.4);
  color: #262729 !important;
}

@media (min-width: 480px) {
  .pormo--l8-content .promo--l6-newsletter form input {
    background-color: transparent !important;
  }
}

.pormo--l8-content .promo--l6-newsletter form input:placeholder {
  background-color: transparent;
  color: #ddd;
}

.pormo--l8-content .promo--l6-newsletter form .btn {
  box-shadow: none;
}

/*
  promo 2 inner page
---------------------------------*/
.promo-area--inner-2 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .promo-area--inner-2 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--inner-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*
  About US- Promo Area
---------------------------------*/
.promo-area--inner-about {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .promo-area--inner-about {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--inner-about {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.promo-area--inner-about .promo-content__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .promo-area--inner-about .promo-content__title {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .promo-area--inner-about .promo-content__title {
    font-size: 48px;
  }
}

.promo-area--inner-about .promo-content .btn {
  width: 255px;
}

.promo-area--inner-about .shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
}

/*
 Home9 - Promo Area
---------------------------------*/
.promo-area--l9 {
  padding-top: 35px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .promo-area--l9 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .promo-area--l9 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.promo-area--l9 .promo {
  position: relative;
  min-height: 306px;
  border-radius: 15px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .promo-area--l9 .promo {
    padding: 30px 70px;
  }
}

@media (min-width: 992px) {
  .promo-area--l9 .promo {
    top: -130px;
  }
}

.promo-area--l9 .promo-wrapper {
  width: 100%;
}

.promo-area--l9 .promo--box-1 {
  box-shadow: 0 4px 40px rgba(80, 52, 252, 0.3);
}

.promo-area--l9 .promo--box-2 {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
}

.promo-area--l9 .section-title__sub-heading {
  padding-left: 0 !important;
  color: var(--color-texts-3);
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .promo-area--l9 .section-title__sub-heading {
    margin-bottom: 17px;
  }
}

.promo-area--l9 .section-title__sub-heading::before {
  display: none;
}

.promo-area--l9 .section-title__heading {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .promo-area--l9 .section-title__heading {
    margin-bottom: 25px;
  }
}

/*
  Services Page - Promo Area
---------------------------------*/
.promo-area--inner-service {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .promo-area--inner-service {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .promo-area--inner-service {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.promo-area--inner-service .promo-content__title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .promo-area--inner-service .promo-content__title {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .promo-area--inner-service .promo-content__title {
    font-size: 48px;
  }
}

.promo-area--inner-service .promo-content .btn-2 {
  min-width: 215px;
}

.promo-area--inner-service .shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
}

/*
  Home 2 : Cta section
---------------------------------*/
.cta-section--l2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .cta-section--l2 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .cta-section--l2 {
    padding-top: 135px;
    padding-bottom: 130px;
  }
}

.cta-section--l2__button {
  z-index: 9;
}

.cta-section--l2__content {
  border-radius: 20px;
  padding: 40px 40px;
  overflow: hidden;
  box-shadow: 0 44px 34px rgba(37, 55, 63, 0.1);
  z-index: 0;
  position: relative;
}

@media (min-width: 768px) {
  .cta-section--l2__content {
    padding-top: 72px;
    padding-bottom: 80px;
    padding-left: 75px;
    padding-right: 95px;
  }
}

@media (min-width: 992px) {
  .cta-section--l2__content {
    padding-bottom: 75px;
  }
}

.cta-section--l2__content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../image/home-2/l2-cta-mask.png");
  background-position: right;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
  z-index: -1;
}

@media (min-width: 768px) {
  .cta-section--l2__content:before {
    display: block;
    right: -25%;
    width: 110%;
  }
}

@media (min-width: 992px) {
  .cta-section--l2__content:before {
    right: -40%;
  }
}

@media (min-width: 1200px) {
  .cta-section--l2__content:before {
    width: 50%;
    right: 0;
  }
}

.cta-section--l2__content__heading {
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.2083;
  font-size: 38px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 480px) {
  .cta-section--l2__content__heading {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .cta-section--l2__content__heading {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .cta-section--l2__content__heading {
    font-size: 48px;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .cta-section--l2__content__heading {
    padding-right: 40px;
  }
}

.cta-area--l6,
.cta-area--l8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .cta-area--l6,
  .cta-area--l8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .cta-area--l6,
  .cta-area--l8 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.cta-area--l6 .section-title__description,
.cta-area--l8 .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-texts-3);
}

.cta-area--l6 .button-group,
.cta-area--l8 .button-group {
  margin-top: 38px;
}

.cta-area--l6 .button-group .btn,
.cta-area--l8 .button-group .btn {
  margin: 0 8px;
  margin-bottom: 10px;
  font-size: 14px;
  min-width: 170px;
  height: 56px;
}

.cta-area--l8 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .cta-area--l8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .cta-area--l8 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.portfolio-area--l7,
.portfolio-area--inner-1,
.portfolio-area--inner-2,
.portfolio-area--related-post {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .portfolio-area--l7,
  .portfolio-area--inner-1,
  .portfolio-area--inner-2,
  .portfolio-area--related-post {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .portfolio-area--l7,
  .portfolio-area--inner-1,
  .portfolio-area--inner-2,
  .portfolio-area--related-post {
    padding-top: 120px;
    margin-top: 0;
  }
}

.portfolio-area--l7 .section-title,
.portfolio-area--inner-1 .section-title,
.portfolio-area--inner-2 .section-title,
.portfolio-area--related-post .section-title {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .portfolio-area--l7 .section-title,
  .portfolio-area--inner-1 .section-title,
  .portfolio-area--inner-2 .section-title,
  .portfolio-area--related-post .section-title {
    margin-bottom: 45px;
  }
}

.portfolio-area--l7 .section-title__sub-heading,
.portfolio-area--inner-1 .section-title__sub-heading,
.portfolio-area--inner-2 .section-title__sub-heading,
.portfolio-area--related-post .section-title__sub-heading {
  margin-bottom: 13px;
}

.portfolio-area--l7 a.portfolio__single,
.portfolio-area--inner-1 a.portfolio__single,
.portfolio-area--inner-2 a.portfolio__single,
.portfolio-area--related-post a.portfolio__single {
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 25px;
}

.portfolio-area--l7 a.portfolio__single .portfolio__hover,
.portfolio-area--inner-1 a.portfolio__single .portfolio__hover,
.portfolio-area--inner-2 a.portfolio__single .portfolio__hover,
.portfolio-area--related-post a.portfolio__single .portfolio__hover {
  position: absolute;
  left: 50%;
  bottom: 18px;
  padding: 20px 15px;
  border-radius: 10px;
  width: 90%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 480px) {
  .portfolio-area--l7 a.portfolio__single .portfolio__hover,
  .portfolio-area--inner-1 a.portfolio__single .portfolio__hover,
  .portfolio-area--inner-2 a.portfolio__single .portfolio__hover,
  .portfolio-area--related-post a.portfolio__single .portfolio__hover {
    padding: 20px 35px;
  }
}

.portfolio-area--l7 a.portfolio__single .portfolio__hover__heading,
.portfolio-area--inner-1 a.portfolio__single .portfolio__hover__heading,
.portfolio-area--inner-2 a.portfolio__single .portfolio__hover__heading,
.portfolio-area--related-post a.portfolio__single .portfolio__hover__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .portfolio-area--l7 a.portfolio__single .portfolio__hover__heading,
  .portfolio-area--inner-1 a.portfolio__single .portfolio__hover__heading,
  .portfolio-area--inner-2 a.portfolio__single .portfolio__hover__heading,
  .portfolio-area--related-post a.portfolio__single .portfolio__hover__heading {
    font-size: 21px;
  }
}

.portfolio-area--l7 a.portfolio__single .portfolio__hover__text,
.portfolio-area--inner-1 a.portfolio__single .portfolio__hover__text,
.portfolio-area--inner-2 a.portfolio__single .portfolio__hover__text,
.portfolio-area--related-post a.portfolio__single .portfolio__hover__text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 0;
}

.portfolio-area--l7 a.portfolio__single:hover .portfolio__hover,
.portfolio-area--inner-1 a.portfolio__single:hover .portfolio__hover,
.portfolio-area--inner-2 a.portfolio__single:hover .portfolio__hover,
.portfolio-area--related-post a.portfolio__single:hover .portfolio__hover {
  visibility: visible;
  opacity: 1;
}

.portfolio-area--l7 .btn-link,
.portfolio-area--inner-1 .btn-link,
.portfolio-area--inner-2 .btn-link,
.portfolio-area--related-post .btn-link {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
}

.portfolio-area--l7 .btn-link i,
.portfolio-area--inner-1 .btn-link i,
.portfolio-area--inner-2 .btn-link i,
.portfolio-area--related-post .btn-link i {
  margin: 0 10px;
  font-size: 18px;
}

.portfolio-menu button {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 26px;
  color: var(--color-headings-2);
  transition: 0.4s;
  background-color: transparent;
  border: none;
}

.portfolio-menu button:hover {
  color: #fd346e;
}

/*
  Portfolio Area Inner Page 1
---------------------------------*/
.portfolio-area--inner-1 {
  position: relative;
}

@media (min-width: 992px) {
  .portfolio-area--inner-1 {
    padding-bottom: 120px;
  }
}

.portfolio-area--inner-1 .portfolio__single {
  margin-bottom: 25px;
}

.portfolio-area--inner-1 .shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
}

.portfolio-details {
  padding-top: 45px;
}

@media (min-width: 768px) {
  .portfolio-details {
    padding-top: 65px;
  }
}

@media (min-width: 992px) {
  .portfolio-details {
    padding-top: 85px;
  }
}

.portfolio-content-box__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  text-transform: uppercase;
  color: var(--color-headings-2);
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .portfolio-content-box__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .portfolio-content-box__heading {
    font-size: 45px;
  }
}

.portfolio-content-box__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-texts-3);
  margin-bottom: 20px;
  margin-right: 10px;
}

.portfolio-content-box__list ul li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.portfolio-content-box__list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--iqlex);
}

.portfolio-content-box__list ul li span {
  color: var(--color-headings-2);
  margin-right: 15px;
}

/*
  Portfolio Area Inner Page 2
---------------------------------*/
.portfolio-area--inner-2 {
  padding-top: 15px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .portfolio-area--inner-2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .portfolio-area--inner-2 {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}

/*
  Portfolio Area Slider Details Page 2
---------------------------------*/
.portfolio-area--slider-details-2 {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .portfolio-area--slider-details-2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .portfolio-area--slider-details-2 {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}

/*
  Portfolio Area Inner Page 2
---------------------------------*/
.portfolio-details-area {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .portfolio-details-area {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area {
    padding-top: 120px;
  }
}

/*
  Home 9 : Portfolio Area
---------------------------------*/
.portfolio-area--l9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .portfolio-area--l9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-area--l9 {
    padding-top: 115px;
    padding-bottom: 230px;
  }
}

.portfolio-area--l9 .section-title {
  margin-bottom: 35px !important;
}

@media (min-width: 992px) {
  .portfolio-area--l9 .section-title {
    margin-bottom: 70px !important;
  }
}

.portfolio-area--l9 .section-title__sub-heading {
  padding-left: 0 !important;
}

.portfolio-area--l9 .section-title__sub-heading::before {
  display: none;
}

.portfolio-img {
  border-radius: 15px;
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.1);
}

.portfolio-img__single {
  position: relative;
}

.portfolio-img__single img {
  border-radius: 15px;
}

.portfolio-img__single__shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.portfolio-img__single__shape .shape-content img {
  position: relative;
}

.portfolio-img__single__shape .shape-content h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 54px;
  color: #fff;
}

.portfolio-content__sub-heading {
  color: var(--color-texts-3);
  margin-bottom: 28px;
  padding-left: 0 !important;
}

.portfolio-content__heading {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  text-transform: capitalize;
  color: var(--color-headings-2);
  margin-bottom: 13px;
}

.portfolio-content__heading-small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-headings-2);
  margin-bottom: 25px;
  display: block;
}

.portfolio-content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .portfolio-details-slider .slick-list {
    width: 150%;
  }
}

.portfolio-details-slider__single {
  padding: 0 12px;
}

.portfolio-details-slider__single:focus {
  outline: none;
  box-shadow: none;
}

.portfolio-details-dots {
  width: 100%;
  height: 6px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
}

.portfolio-details-dots li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
}

.portfolio-details-dots li button {
  padding: 0;
  width: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  transition: width 3s linear;
  transition-delay: 1.3s;
}

.portfolio-details-dots li.slick-active {
  display: block;
  width: 100%;
}

.portfolio-details-dots li.slick-active button {
  background: #5034fc !important;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  transition: width 2s linear;
  transition-delay: 0.8s;
  opacity: 1;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.portfolio-details--3 {
  padding-top: 45px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .portfolio-details--3 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .portfolio-details--3 {
    padding-top: 115px;
    padding-bottom: 0px;
  }
}

.portfolio-details--3 .portfolio-area--details-3 {
  padding-top: 60px !important;
}

@media (min-width: 768px) {
  .portfolio-details--3 .portfolio-area--details-3 {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .portfolio-details--3 .portfolio-area--details-3 {
    padding-top: 130px !important;
  }
}

@media (min-width: 1200px) {
  .portfolio-details--3 .portfolio-details {
    padding-right: 120px;
  }
}

.portfolio-details--3 .portfolio-details .portfolio-content-box__text {
  margin-bottom: 40px;
}

.about-us-section--l4 {
  padding-top: 60px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .about-us-section--l4 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .about-us-section--l4 {
    padding-top: 247px;
    padding-bottom: 129px;
  }
}

.about-us-section--l4 .section-title__sub-heading {
  margin-bottom: 15px;
}

.about-us-section--l4 .section-title__heading {
  margin-bottom: 25px !important;
}

.about-us-section--l4 .section-title__description {
  margin-bottom: 30px;
}

.about-us-section--l4 .about-us-counter--l4 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .about-us-section--l4 .about-us-counter--l4 {
    margin-right: 70px;
  }
}

.about-us__image-group-l4 {
  position: relative;
  width: 80%;
  margin-bottom: 125px;
}

@media (min-width: 1200px) {
  .about-us__image-group-l4 {
    width: 100%;
    margin-top: -135px;
  }
}

.about-us__image-group-l4__img-1 {
  position: absolute;
  right: -25%;
  bottom: -28%;
  width: 84%;
}

@media (min-width: 1200px) {
  .about-us-right {
    margin-top: -95px;
  }
}

.about-us-section--l5,
.video-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .about-us-section--l5,
  .video-section {
    padding-top: 80px;
    padding-bottom: 63px;
  }
}

@media (min-width: 992px) {
  .about-us-section--l5,
  .video-section {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}

.about-us-section--l5 .section-title,
.video-section .section-title {
  margin-bottom: 42px;
}

.about-us-section--l5 .section-title__sub-heading,
.video-section .section-title__sub-heading {
  margin-bottom: 22px;
}

.about-us-section--l5 .section-title__heading,
.video-section .section-title__heading {
  margin-bottom: 15px !important;
}

.about-us-section--l5 .about-us-right,
.video-section .about-us-right {
  margin-top: 0;
}

@media (min-width: 992px) {
  .about-us-section--l5 .about-us-right,
  .video-section .about-us-right {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .about-us-section--l5 .about-us-right,
  .video-section .about-us-right {
    margin-left: 70px;
  }
}

@media (min-width: 1600px) {
  .about-us-section--l5 .about-us-right,
  .video-section .about-us-right {
    margin-left: 0;
    margin-right: 50px;
  }
}

.about-us-section--l5 .about-us__image,
.video-section .about-us__image {
  position: relative;
  border-radius: 15px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .about-us-section--l5 .about-us__image,
  .video-section .about-us__image {
    margin-bottom: 0;
  }
}

.about-us__image,
.video-box {
  position: relative;
}

.about-us__image .video-btn,
.video-box .video-btn {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/*
  Home 7
---------------------------------*/
.about-us-section--l7 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .about-us-section--l7 {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .about-us-section--l7 {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}

.about-us-section--l7 .section-title {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .about-us-section--l7 .section-title {
    margin-bottom: 72px;
  }
}

.about-us-section--l7 .section-title__sub-heading {
  margin-bottom: 22px;
}

.about-us-section--l7 .section-title__heading {
  padding-bottom: 35px !important;
  margin-bottom: 40px !important;
}

.about-us-section--l7 .about-us-left {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .about-us-section--l7 .about-us-left {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .about-us-section--l7 .about-us-left {
    margin-right: 50px;
  }
}

.about-us-area--l9 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .about-us-area--l9 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .about-us-area--l9 {
    padding-top: 130px;
  }
}

.about-us-area--l9 .about-us-img {
  z-index: 1;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 992px) {
  .about-us-area--l9 .about-us-img {
    width: 107%;
  }
}

.about-us-area--l9 .about-us-content-box {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  z-index: 0;
}

@media (min-width: 576px) {
  .about-us-area--l9 .about-us-content-box {
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 992px) {
  .about-us-area--l9 .about-us-content-box {
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .about-us-area--l9 .about-us-content-box {
    padding-left: 110px;
    padding-top: 145px;
    padding-bottom: 145px;
    padding-right: 90px;
  }
}

.about-us-area--l9 .section-title__heading {
  color: #262729;
}

.about-us-area--l9 .section-title__description {
  color: rgba(38, 39, 41, 0.7);
}

@media (min-width: 768px) {
  .about-us-area--l9 .section-title__description {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .about-us-area--l9 .section-title__description {
    margin-right: 35px;
  }
}

/*
  Home 4 : Pricing Table
---------------------------------*/
.table-section--l4 {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .table-section--l4 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .table-section--l4 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.table-section--l4 .section-title {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .table-section--l4 .section-title {
    margin-bottom: 75px;
  }
}

/*
  Home 5 : Pricing Table
---------------------------------*/
.table-section--l5,
.table-section--inner-2 {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .table-section--l5,
  .table-section--inner-2 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .table-section--l5,
  .table-section--inner-2 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.table-section--l5 .table-section-top,
.table-section--inner-2 .table-section-top {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .table-section--l5 .table-section-top,
  .table-section--inner-2 .table-section-top {
    margin-bottom: 70px;
  }
}

.table-section--l5 .section-title,
.table-section--inner-2 .section-title {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .table-section--l5 .section-title,
  .table-section--inner-2 .section-title {
    margin-bottom: 0px;
  }
}

.table-section--l5 .section-title__sub-heading,
.table-section--inner-2 .section-title__sub-heading {
  margin-bottom: 25px;
}

.table-section--l5 .section-title__heading,
.table-section--inner-2 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .table-section--l5 .section-title__heading,
  .table-section--inner-2 .section-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .table-section--l5 .section-title__heading,
  .table-section--inner-2 .section-title__heading {
    font-size: 45px;
  }
}

/*
  Home 5 : Pricing Table
---------------------------------*/
.table-section--l6 {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .table-section--l6 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .table-section--l6 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.table-section--l6 .table-section-top {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .table-section--l6 .table-section-top {
    margin-bottom: 75px;
  }
}

.table-section--l6 .section-title {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .table-section--l6 .section-title {
    margin-bottom: 0;
  }
}

/*
  Home 8 : Pricing Table
---------------------------------*/
.table-section--l8 {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .table-section--l8 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .table-section--l8 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.table-section--l8 .table-section-top {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .table-section--l8 .table-section-top {
    margin-bottom: 75px;
  }
}

.table-section--l8 .section-title {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .table-section--l8 .section-title {
    margin-bottom: 0px;
  }
}

.table-section--l8 .section-title__sub-heading {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}

.table-section--l8 .pricing-btn .btn-toggle {
  background-color: #fff !important;
  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");
}

.table-section--l8 .pricing-btn .btn-toggle:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #fff !important;
  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");
}

.table-section--l8 .pricing-btn .btn-toggle:checked {
  background-color: #ff7272 !important;
  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");
}

/*
  Home 8 : Pricing Table
---------------------------------*/
@media (min-width: 992px) {
  .table-section--inner-2 {
    padding-top: 135px;
    padding-bottom: 115px;
  }
}

/*
  Home 1 : Footer Section
------------------------------*/
.footer {
  position: relative;
}

.footer__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.terms-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .terms-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .terms-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .terms-area .terms-content {
    padding: 0 43px;
  }
}

@media (min-width: 1600px) {
  .terms-area .terms-content {
    padding: 0 53px;
  }
}

.terms-area .terms-content__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.42857;
  color: var(--color-headings-2);
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .terms-area .terms-content__heading {
    margin-bottom: 25px;
  }
}

.terms-area .terms-content__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  color: var(--color-texts-3);
}

@media (min-width: 992px) {
  .terms-area .terms-content__text {
    font-size: 18px;
  }
}

.terms-area .terms-content .terms-content__box {
  padding-top: 10px;
  padding-bottom: 20px;
}

.terms-area .terms-content .terms-list li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  color: var(--color-texts-3);
}

@media (min-width: 992px) {
  .terms-area .terms-content .terms-list li {
    font-size: 18px;
  }
}

/*
  Pricing Table 
------------------------------*/
.pricing-table__faqs {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .pricing-table__faqs {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .pricing-table__faqs {
    padding-top: 113px;
    padding-bottom: 100px;
  }
}

.pricing-table__faqs .section-title {
  margin-bottom: 58px;
}

.pricing-table__faqs .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.38095;
}

@media (min-width: 768px) {
  .pricing-table__faqs .section-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .pricing-table__faqs .section-title__heading {
    font-size: 42px;
  }
}

@media (min-width: 1600px) {
  .pricing-table__faqs .faq-body {
    margin: 0 65px;
  }
}

.faqs__single {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .faqs__single {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .faqs__single {
    margin-right: 50px;
  }
}

@media (min-width: 1600px) {
  .faqs__single {
    margin-right: 150px;
  }
}

.faqs__single .faqs__icon {
  min-width: 37px;
  max-width: 37px;
  min-height: 37px;
  max-height: 37px;
  background-color: var(--iqlex);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.faqs__single .faqs__content__title {
  font-size: 21px;
  font-weight: 500;
  color: var(--color-headings-2);
  letter-spacing: normal;
  line-height: 30px;
}

.faqs__single .faqs__content__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: #747474;
}

/*
  Fag Inner Page
------------------------------*/
.faqs-area--inner {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .faqs-area--inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .faqs-area--inner {
    padding-top: 105px;
    padding-bottom: 120px;
  }
}

.faqs-area--inner .section-title {
  margin-bottom: 61px;
}

.faq-tabs {
  border: 1px solid rgba(181, 181, 181, 0.2);
  background-color: #fff;
  margin-right: 8px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.faq-tabs .nav-link {
  color: rgba(38, 39, 41, 0.7);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  padding: 14px 25px;
}

.faq-tabs .nav-link.active {
  color: #0abfbc;
  background-color: transparent;
}

.tab-content .accordion-item {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
}

.tab-content .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content .accordion-button {
  border: none;
  padding: 0;
  margin-left: 32px;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  padding-top: 47px;
  padding-bottom: 24px;
  color: #262729;
  position: relative;
  transition: 0.4s;
}

.tab-content .accordion-button:focus, .tab-content .accordion-button:not(.collapsed) {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.tab-content .accordion-button::after {
  content: "";
  color: transparent;
  background-image: none;
}

@media (min-width: 576px) {
  .tab-content .accordion-button::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    background-image: none;
    color: #0abfbc;
  }
}

.tab-content .accordion-button.collapsed {
  padding-top: 45px;
  padding-bottom: 45px;
}

.tab-content .accordion-button.collapsed::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  background-image: none;
}

.tab-content .accordion-collapse {
  border: none;
}

.tab-content .accordion-body {
  padding-bottom: 43px;
  padding-top: 0;
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-left: 40px;
  color: rgba(38, 39, 41, 0.7);
  position: relative;
}

@media (min-width: 768px) {
  .tab-content .accordion-body {
    margin-right: 70px;
    font-size: 18px;
  }
}

.tab-content .accordion-body:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  width: 4px;
  height: 93px;
  background-color: #0abfbc;
}

.buttons p,
.buttons a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
}

.buttons p {
  color: var(--color-headings-2);
}

.search-section {
  background: linear-gradient(261.26deg, rgba(253, 52, 110, 0.96) 14.9%, #b81c5c 43.58%, #0abfbc 89.94%);
  padding-top: 52px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .search-section {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .search-section {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .search-section .search-form {
    margin: 0 30px;
  }
}

.search-content__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.20689;
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .search-content__heading {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .search-content__heading {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .search-content__heading {
    font-size: 58px;
  }
}

.search-content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-top: 20px;
}

.form-block .form-img,
.coming-soon .form-img {
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  min-height: 100vh;
}

@media (min-width: 1200px) {
  .form-block .form-img,
  .coming-soon .form-img {
    width: 45%;
  }
}

.form-block .section-title__heading,
.coming-soon .section-title__heading {
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .form-block .form-box,
  .coming-soon .form-box {
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .form-block .form-box,
  .coming-soon .form-box {
    margin-right: 40px;
  }
}

.form-block .form-box form input,
.coming-soon .form-box form input {
  height: 56px !important;
  margin-bottom: 24px;
}

.form-block .form-box form .form-check,
.coming-soon .form-box form .form-check {
  margin-top: 40px;
}

.form-block .form-box form .form-check-label,
.coming-soon .form-box form .form-check-label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-headings-2);
  margin-left: 11px;
}

.form-block .form-box .buttons p,
.form-block .form-box .buttons a,
.coming-soon .form-box .buttons p,
.coming-soon .form-box .buttons a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-headings-2);
  margin-left: 11px;
}

.form-block .form-box--reset,
.coming-soon .form-box--reset {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .form-block .form-box--reset,
  .coming-soon .form-box--reset {
    text-align: left;
    margin-top: 0;
    margin-right: 123px;
  }
}

.blog-details {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .blog-details {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .blog-details {
    padding-top: 125px;
    padding-bottom: 110px;
  }
}

.blog-title {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-title {
    padding-bottom: 55px;
  }
}

.blog-title__heading {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .blog-title__heading {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .blog-title__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .blog-title__heading {
    font-size: 48px;
  }
}

.blog__metainfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog__metainfo__author-name {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-texts-3);
  padding-right: 15px;
  padding-left: 55px;
  position: relative;
}

@media (min-width: 768px) {
  .blog__metainfo__author-name {
    padding-left: 70px;
    padding-right: 25px;
    font-size: 18px;
  }
}

.blog__metainfo__author-name::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: var(--iqlex);
}

.blog__metainfo__date {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-texts-3);
  position: relative;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .blog__metainfo__date {
    padding-right: 25px;
    font-size: 18px;
  }
}

.blog__metainfo__date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  left: 0;
  top: 0;
  background-color: rgba(38, 39, 41, 0.7);
}

.blog-content__box {
  padding-top: 5px;
}

.blog-content__img {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .blog-content__img {
    margin-bottom: 55px;
  }
}

.blog-content__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 17px;
}

.blog-content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 30px;
}

.blog-content__list {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}

.blog-content__list li {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 8px;
}

.qoute__content {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
  margin-left: 45px;
  position: relative;
  color: var(--color-headings-2);
  margin-bottom: 35px;
}

.qoute__content::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 700;
  font-size: 25px;
  left: -45px;
  top: 0;
  color: var(--iqlex);
}

@media (min-width: 992px) {
  .post-tags-section {
    padding-top: 20px;
  }
}

.post-tags-section__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 25px;
  margin-top: 10px;
}

.post-tags-section .post-tags li {
  display: inline-flex;
  align-items: center;
}

.post-tags-section .post-tags li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  min-height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  background-color: #fff;
  color: rgba(38, 39, 41, 0.7);
  padding: 0 23px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  flex-wrap: wrap;
  transition: 0.4s;
}

.post-tags-section .post-tags li a:hover {
  background-color: #5034fc;
  color: #fff;
}

.post-social-share {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .post-social-share {
    padding-bottom: 0;
    padding-top: 10px;
  }
}

.post-social-share__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 25px;
}

.post-social-share .social-share {
  margin-top: 8px;
}

.post-social-share .social-share li {
  display: inline-block;
}

.post-social-share .social-share li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-texts-3);
  padding: 0 15px;
  flex-wrap: wrap;
  transition: 0.4s;
  font-size: 21px;
}

.post-social-share .social-share li a:hover {
  color: #5034fc;
}

@media (min-width: 992px) {
  .next-prev-btn {
    padding-top: 85px;
  }
}

.next-prev-btn .btn-link {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: var(--color-headings-2);
  transition: 0.4s;
}

.next-prev-btn .btn-link:hover {
  color: #5034fc;
}

.next-prev-btn .btn-link--prev i {
  margin-right: 10px;
}

.next-prev-btn .btn-link--next i {
  margin-left: 10px;
}

.blogs-area--right-sidebar,
.blogs-area--left-sidebar,
.blog-area--reguler {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .blogs-area--right-sidebar,
  .blogs-area--left-sidebar,
  .blog-area--reguler {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .blogs-area--right-sidebar,
  .blogs-area--left-sidebar,
  .blog-area--reguler {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

.blogs-area--right-sidebar .section-title,
.blogs-area--left-sidebar .section-title,
.blog-area--reguler .section-title {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .blogs-area--right-sidebar .section-title,
  .blogs-area--left-sidebar .section-title,
  .blog-area--reguler .section-title {
    padding-bottom: 50px;
  }
}

.blogs-post {
  position: relative;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}

.blogs-post--big {
  border-radius: 10px;
  min-height: 190px;
}

.blogs-post--small {
  width: 100%;
}

.blogs-post .hover-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.67) 45%, rgba(0, 0, 0, 0) 100%);
  padding-left: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .blogs-post .hover-content {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .blogs-post .hover-content {
    padding-left: 40px;
  }
}

.blogs-post .hover-content__badge {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 20px;
  min-width: 78px;
  height: 26px;
  border-radius: 15px;
  margin-right: 12px;
}

.blogs-post .hover-content__badge:hover {
  color: #fff;
}

.blogs-post .hover-content__date {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  color: #fff;
  transition: 0.4s;
}

.blogs-post .hover-content__date:hover {
  color: var(--iqlex);
}

.blogs-post .hover-content__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  color: #fff;
  margin-bottom: 19px;
  display: block;
  transition: 0.4s;
}

.blogs-post .hover-content__title:hover {
  color: var(--iqlex);
}

.blogs-post .hover-content__post-meta li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 26px;
  padding-right: 30px;
  position: relative;
  transition: 0.4s;
}

.blogs-post .hover-content__post-meta li a:hover {
  color: var(--iqlex);
}

.blogs-post .hover-content__post-meta li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.blogs-post .hover-content__post-meta li a:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: transparent;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.blogs-post .hover-content__post-meta li a i {
  font-weight: 500;
  margin-right: 10px;
  color: var(--iqlex);
}

.blogs-post .hover-content__top {
  margin-bottom: 20px;
}

.pagination ul li {
  display: inline-flex;
  align-items: center;
}

.pagination ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(38, 39, 41, 0.1);
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  color: #262729;
  transition: 0.4s;
  margin: 0 5px;
}

.pagination ul li a:hover {
  background-color: #5034fc;
  color: #fff;
}

/*
  Home 9
---------------------------------*/
.blog-area--l9 {
  padding-top: 60px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .blog-area--l9 {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .blog-area--l9 {
    padding-top: 115px;
    padding-bottom: 225px;
  }
}

.blog-area--l9 .section-title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-area--l9 .section-title {
    margin-bottom: 63px;
  }
}

.blog-area--l9 .section-title__sub-heading {
  padding-left: 0 !important;
}

.blog-area--l9 .section-title__sub-heading::before {
  display: none;
}

.blog-area--l9 .blogs-post .hover-content {
  transition: 0.4s;
  padding-top: 23px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 30px;
}

.blog-area--l9 .blogs-post .hover-content__badge:hover {
  color: #fff;
}

.blog-area--l9 .blogs-post .hover-content__post-meta li a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
}

.comments-area {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .comments-area {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .comments-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.comment-meta-box {
  margin-bottom: 33px;
}

.comment-meta-box__author-img {
  margin-right: 40px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.comment-meta-box__name {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
  margin-bottom: 0;
}

.comment-meta-box__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-texts-3);
}

.comment-meta-box__date, .comment-meta-box__time {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-texts-3);
}

.comment-meta-box__reply-btn {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
}

.comment-meta-box__reply-btn i {
  margin-right: 5px;
}

.sub-comment-meta-box {
  margin-left: 125px;
}

.comments-form {
  margin-bottom: 60px;
}

.comments-form .section-title__heading {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
}

.comments-form .form-check {
  margin-top: 40px;
  margin-bottom: 45px;
}

.comments-form .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 30px;
  color: var(--color-headings-2);
}

.coming-soon {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .coming-soon {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .coming-soon .section-title {
    margin-bottom: 90px !important;
  }
}

.coming-soon .section-title__heading {
  margin-bottom: 33px;
}

.coming-soon .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
}

@media (min-width: 992px) {
  .coming-soon .countdown-bar {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .countdown-bar ul {
    margin-right: -30px;
    margin-left: 30px;
  }
}

.countdown-bar ul li {
  text-align: center;
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .countdown-bar ul li {
    width: 25%;
    flex: 0 0 25%;
    margin-bottom: 0;
  }
}

.countdown-bar ul li h2 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  color: var(--iqlex);
  position: relative;
}

.countdown-bar ul li h2:before {
  content: ":";
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  color: var(--iqlex);
  right: 0;
  top: 0;
  position: absolute;
}

.countdown-bar ul li p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-texts-3);
  margin-bottom: 0;
}

.countdown-bar ul li:nth-child(2) h2:before {
  content: ":";
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  color: transparent;
  right: 0;
  top: 0;
  position: absolute;
}

@media (min-width: 576px) {
  .countdown-bar ul li:nth-child(2) h2:before {
    content: ":";
    font-size: 45px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 54px;
    color: var(--iqlex);
    right: 0;
    top: 0;
    position: absolute;
  }
}

.countdown-bar ul li:last-child h2:before {
  content: ":";
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 54px;
  color: transparent;
  right: 0;
  top: 0;
  position: absolute;
  display: none;
}

.counterup__newsletter {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .counterup__newsletter {
    margin-left: 100px;
  }
}

@media (min-width: 1200px) {
  .counterup__newsletter {
    margin-left: 157px;
  }
}

.counterup__newsletter__offer {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
}

.error-page {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .error-page {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .error-page {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.error-page__image {
  padding: 0 30px;
}

.error-page__code {
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 1.27272;
  color: #fd346e;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .error-page__code {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .error-page__code {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .error-page__code {
    font-size: 110px;
  }
}

.error-page__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .error-page__heading {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .error-page__heading {
    font-size: 45px;
  }
}

.error-page__text {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.777777;
  margin-bottom: 33px;
}

.video-section .section-title {
  margin-right: 30px;
}

.video-section .section-title__heading {
  margin-bottom: 25px !important;
}

.video-section .section-title__description {
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .video-box {
    margin-left: 110px;
  }
}

.career-details {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .career-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .career-details {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .career-deatils__content {
    margin-right: 65px;
  }
}

.career-deatils__content .career-details-box {
  padding-top: 10px;
}

.career-deatils__content .career-details-box .btn {
  width: 243px;
}

@media (min-width: 992px) {
  .career-deatils__content .career-details-box {
    padding-top: 45px;
  }
}

.career-deatils__content__heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 40px;
  color: var(--color-headings-2);
  margin-bottom: 20px;
}

.career-deatils__content__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  color: var(--color-texts-3);
}

.career-deatils__content__list {
  padding: 0;
  margin: 0;
}

.career-deatils__content__list li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  list-style: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.career-deatils__content__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #5034fc;
}

.pormo--inner-career {
  box-shadow: 0 44px 74px rgba(37, 55, 63, 0.1);
  background-color: #e4f2f0;
  padding-top: 65px;
  padding-bottom: 65px;
}

.pormo--inner-career .newsletter--inner-career {
  margin: 0 13px;
}

.pormo--inner-career .promo-content .section-title__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 35px;
  color: #262729;
}

@media (min-width: 768px) {
  .pormo--inner-career .promo-content .section-title__heading {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .pormo--inner-career .promo-content .section-title__heading {
    font-size: 36px;
  }
}

.pormo--inner-career .promo-content .section-title__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  margin-top: 15px;
  color: rgba(38, 39, 41, 0.7);
}

@media (min-width: 992px) {
  .pormo--inner-career .promo-content .section-title__description {
    font-size: 18px;
  }
}

.video-section--career {
  padding-top: 60px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .video-section--career {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .video-section--career {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.service-area--inner {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  .service-area--inner {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-area--inner {
    padding-top: 120px;
    padding-bottom: 125px;
  }
}

.jobs-area {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .jobs-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .jobs-area {
    padding-top: 110px;
    padding-bottom: 95px;
  }
}

.jobs-filter__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4285;
  margin-bottom: 30px;
}

.jobs-filter__menu {
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(181, 181, 181, 0.2);
  display: block;
}

.jobs-filter__menu button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  color: var(--color-headings-2);
  display: block;
  transition: 0.4s;
  position: relative;
  padding-left: 20px;
  margin-bottom: 17px;
  background-color: transparent;
  border: none;
}

.jobs-filter__menu button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #262729;
  border-radius: 50%;
  transition: 0.4s;
}

.jobs-filter__menu button:hover {
  color: #5034fc;
}

.jobs-filter__menu button:hover::before {
  background-color: #5034fc;
}

.jobs-area__tab .card {
  display: inherit;
}

.jobs-area__tab .card--single {
  border-radius: 10px;
  border: 1px solid rgba(181, 181, 181, 0.2);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 25px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 35px;
}

.jobs-area__tab .card--single:hover {
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(181, 181, 181, 0.2);
}

.jobs-area__tab .card--single .btn {
  min-width: 127px;
  height: 50px;
  display: inline-flex;
  margin-top: 7px;
}

.jobs-area__tab .card__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.57142;
  margin-bottom: 25px;
  color: #262729;
}

.jobs-area__tab .card__list li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.777777;
  margin-bottom: 23px;
  color: rgba(38, 39, 41, 0.7);
}

.jobs-area__tab .card__list li i {
  margin-right: 10px;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
/* Underline animation 
-----------------------*/
mark {
  color: inherit;
  padding: 0;
  background: 0 0;
  background-image: var(--iqlex);
  background-repeat: no-repeat;
  background-size: 0 0.3em;
  background-position: 0 102%;
  position: relative;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

mark[data-aos="highlight-text"].aos-animate {
  background-size: 100% 6px;
}

.border-bottom-dotted-3 {
  border-bottom: 3px dotted rgba(37, 55, 63, 0.15);
}

/* ====== Home Page 2 ===== */
.circle-126 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 106px;
  max-width: 106px;
  min-height: 106px;
  max-height: 106px;
}

@media (min-width: 768px) {
  .circle-126 {
    min-width: 126px;
    max-width: 126px;
    min-height: 126px;
    max-height: 126px;
  }
}

.circle-91 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 91px;
  max-width: 91px;
  min-height: 91px;
  max-height: 91px;
}

.circle-103 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}

@media (min-width: 768px) {
  .circle-103 {
    min-width: 103px;
    max-width: 103px;
    min-height: 103px;
    max-height: 103px;
  }
}

.circle-98 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
}

.circle-99 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 99px;
  max-width: 99px;
  min-height: 99px;
  max-height: 99px;
}

@media (min-width: 768px) {
  .circle-99 {
    min-width: 99px;
    max-width: 99px;
    min-height: 99px;
    max-height: 99px;
  }
}

.circle-95 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 85px;
  max-width: 85px;
  min-height: 85px;
  max-height: 85px;
}

@media (min-width: 768px) {
  .circle-95 {
    min-width: 95px;
    max-width: 95px;
    min-height: 95px;
    max-height: 95px;
  }
}

.circle-113 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 95px;
  max-width: 95px;
  min-height: 95px;
  max-height: 95px;
}

@media (min-width: 768px) {
  .circle-113 {
    min-width: 113px;
    max-width: 113px;
    min-height: 113px;
    max-height: 113px;
  }
}

.circle-88 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 78px;
  max-width: 78px;
  min-height: 78px;
  max-height: 78px;
}

@media (min-width: 768px) {
  .circle-88 {
    min-width: 88px;
    max-width: 88px;
    min-height: 88px;
    max-height: 88px;
  }
}

.circle-108 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 98px;
  max-width: 98px;
  min-height: 98px;
  max-height: 98px;
}

@media (min-width: 768px) {
  .circle-108 {
    min-width: 108px;
    max-width: 108px;
    min-height: 108px;
    max-height: 108px;
  }
}

/* Animations Sonar */
.sonar-emitter {
  position: relative;
}

.sonar-emitter::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background-color: var(--iqlex);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

.sonar-emitter::after {
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
}

.sonar-emitter-2 {
  position: relative;
}

.sonar-emitter-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

.sonar-emitter-2::after {
  -webkit-animation: sonarWave 2s linear infinite;
          animation: sonarWave 2s linear infinite;
}

.menu-social-share {
  padding: 0;
  margin: 0;
}

.menu-social-share li {
  display: inline-flex;
  align-items: center;
}

.menu-social-share li a {
  display: inline-flex;
  padding: 0 10px;
  color: var(--color-headings-2);
  transition: 0.4s;
}

@media (min-width: 1600px) {
  .menu-social-share li a {
    padding: 0 20px;
  }
}

.menu-social-share li a:hover {
  color: #5034fc;
}

.menu-sep-left {
  position: relative;
}

@media (min-width: 992px) {
  .menu-sep-left {
    margin-left: 20px;
  }
  .menu-sep-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    border-left: 2px solid var(--border-color-5);
  }
}

.menu-sep-right {
  position: relative;
}

@media (min-width: 992px) {
  .menu-sep-right {
    margin-right: 20px;
  }
  .menu-sep-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    border-right: 2px solid var(--border-color-6);
  }
}

.reveal-header .menu-sep-left::before {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.auth_bg {
    background-image: url('/bg_login.webp');
    background-position: 100% 0;
    background-size: cover;
}

.tab-content .accordion-body:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    width: 4px;
    height: 85%;
    background-color: #e7e7e7;
}

.tab-content .accordion-button::after {
    color: #e7e7e7;
}

b, strong {
    font-weight: 500;
}

.tab-content .accordion-button {
    padding-top: 27px;
}

.tab-content .accordion-button.collapsed {
    padding-top: 25px;
    padding-bottom: 25px;
}

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

.tab-content .accordion-body {
    margin-right: 70px;
    font-size: 14px;
}

#section_title {
    background: #f4f3f3;
    padding-top: 130px;
    border-bottom: 1px solid #dee2e6;
}

#section_title .nav-wrapper {
    bottom: -1px;
    position: relative;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
}

span.dt-column-title {
    font-weight: 500;
}