@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*-------------------------------------------------------------------
SET YOUR COLOR THEMING
---------------------------------------------------------------------*/
/*-------------------------------------------------------------------
CREATE TEXT AND BG CLASS WITH VARIABLES
---------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.text-lighter-primary {
  color: #f1fafe !important;
}

.text-theme {
  color: #f94239 !important;
}

.rotate-108 {
  transform: rotate(108deg);
}

.navbar-brand {
  z-index: 99999;
}

.modal {
  z-index: 9999999;
}

p {
  font-size: 14px;
  color: #535353;
  font-weight: 400;
}

.fill-lighter-primary {
  fill: #f1fafe !important;
}

.bg-lighter-primary {
  background-color: #f1fafe !important;
}

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

.text-light-primary {
  color: #6366f1 !important;
}

.fill-light-primary {
  fill: #6366f1 !important;
}

.bg-light-primary {
  background-color: #6366f1 !important;
}

.border-light-primary {
  border-color: #6366f1 !important;
}

.text-primary {
  color: rgba(10, 8, 150, 0.968627451) !important;
}

.fill-primary {
  fill: rgba(10, 8, 150, 0.968627451) !important;
}

.bg-primary {
  background-color: rgba(10, 8, 150, 0.968627451) !important;
}

.border-primary {
  border-color: rgba(10, 8, 150, 0.968627451) !important;
}

.text-deep-primary {
  color: #5800a0 !important;
}

.fill-deep-primary {
  fill: #5800a0 !important;
}

.bg-deep-primary {
  background-color: #5800a0 !important;
}

.border-deep-primary {
  border-color: #5800a0 !important;
}

.text-deeper-primary {
  color: #6366f1 !important;
}

.fill-deeper-primary {
  fill: #6366f1 !important;
}

.bg-deeper-primary {
  background-color: #6366f1 !important;
}

.border-deeper-primary {
  border-color: #6366f1 !important;
}

.text-lighter-secondary {
  color: rgba(100, 21, 166, 0.968627451) !important;
}

.fill-lighter-secondary {
  fill: rgba(100, 21, 166, 0.968627451) !important;
}

.bg-lighter-secondary {
  background-color: rgba(100, 21, 166, 0.968627451) !important;
}

.border-lighter-secondary {
  border-color: rgba(100, 21, 166, 0.968627451) !important;
}

.text-light-secondary {
  color: #f3f6fa !important;
}

.fill-light-secondary {
  fill: #f3f6fa !important;
}

.bg-light-secondary {
  background-color: #f3f6fa !important;
}

.border-light-secondary {
  border-color: #f3f6fa !important;
}

.text-secondary {
  color: #04004d !important;
}

.fill-secondary {
  fill: #04004d !important;
}

.bg-secondary {
  background-color: #04004d !important;
}

.border-secondary {
  border-color: #04004d !important;
}

.text-deep-secondary {
  color: #5800a0 !important;
}

.fill-deep-secondary {
  fill: #5800a0 !important;
}

.bg-deep-secondary {
  background-color: #5800a0 !important;
}

.border-deep-secondary {
  border-color: #5800a0 !important;
}

.text-deeper-secondary {
  color: #f3f6fa !important;
}

.fill-deeper-secondary {
  fill: #f3f6fa !important;
}

.bg-deeper-secondary {
  background-color: #f3f6fa !important;
}

.border-deeper-secondary {
  border-color: #f3f6fa !important;
}

.text-gray-100 {
  color: #f2f2f2 !important;
}

.fill-gray-100 {
  fill: #f2f2f2 !important;
}

.bg-gray-100 {
  background-color: #f2f2f2 !important;
}

.border-gray-100 {
  border-color: #f2f2f2 !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.fill-gray-200 {
  fill: #e9ecef !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.fill-gray-300 {
  fill: #dee2e6 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.text-gray-400 {
  color: #bdbdbd !important;
}

.fill-gray-400 {
  fill: #bdbdbd !important;
}

.bg-gray-400 {
  background-color: #bdbdbd !important;
}

.border-gray-400 {
  border-color: #bdbdbd !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.fill-gray-500 {
  fill: #adb5bd !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.text-gray-600 {
  color: #828282 !important;
}

.fill-gray-600 {
  fill: #828282 !important;
}

.bg-gray-600 {
  background-color: #828282 !important;
}

.border-gray-600 {
  border-color: #828282 !important;
}

.text-gray-700 {
  color: #000000 !important;
}

.fill-gray-700 {
  fill: #000000 !important;
}

.bg-gray-700 {
  background-color: #000000 !important;
}

.border-gray-700 {
  border-color: #000000 !important;
}

.text-gray-800 {
  color: #1f2937 !important;
}

.fill-gray-800 {
  fill: #1f2937 !important;
}

.bg-gray-800 {
  background-color: #1f2937 !important;
}

.border-gray-800 {
  border-color: #1f2937 !important;
}

.text-gray-900 {
  color: #17202d !important;
}

.fill-gray-900 {
  fill: #17202d !important;
}

.bg-gray-900 {
  background-color: #17202d !important;
}

.border-gray-900 {
  border-color: #17202d !important;
}

/*-------------------------------------------------------------------
TYPOGRAPHY
---------------------------------------------------------------------*/
.fw-light {
  font-weight: 100;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
.slick-arrows-dark .slick-arrow,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.font-heading {
  font-family: "Roboto", sans-serif;
}

body,
button,
.btn,
.font-paragraph {
  font-family: "Lexend", sans-serif;
}

.fs-10px {
  font-size: 10px;
}

.fs-12px {
  font-size: 12px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-24px {
  font-size: 24px;
}

.fs-26px {
  font-size: 26px;
}

.fs-28px {
  font-size: 28px;
}

.fs-30px {
  font-size: 30px;
}

.fs-32px {
  font-size: 32px;
}

/*-------------------------------------------------------------------
CREATE SIZES CLASS
---------------------------------------------------------------------*/
.size-5px {
  height: 5px;
  width: 5px;
}

.h-5px {
  height: 5px;
}

.w-5px {
  width: 5px;
}

.size-10px {
  height: 10px;
  width: 10px;
}

.h-10px {
  height: 10px;
}

.w-10px {
  width: 10px;
}

.size-20px {
  height: 20px;
  width: 20px;
}

.h-20px {
  height: 20px;
}

.w-20px {
  width: 20px;
}

.size-25px {
  height: 25px;
  width: 25px;
}

.h-25px {
  height: 25px;
}

.w-25px {
  width: 25px;
}

.size-30px {
  height: 30px;
  width: 30px;
}

.h-30px {
  height: 30px;
}

.w-30px {
  width: 30px;
}

.size-40px {
  height: 40px;
  width: 40px;
}

.h-40px {
  height: 40px;
}

.w-40px {
  width: 40px;
}

.size-50px {
  height: 50px;
  width: 50px;
}

.h-50px {
  height: 50px;
}

.w-50px {
  width: 50px;
}

.size-60px {
  height: 60px;
  width: 60px;
}

.h-60px {
  height: 60px;
}

.w-60px {
  width: 60px;
}

.size-70px {
  height: 70px;
  width: 70px;
}

.h-70px {
  height: 70px;
}

.w-70px {
  width: 70px;
}

.size-80px {
  height: 80px;
  width: 80px;
}

.h-80px {
  height: 80px;
}

.w-80px {
  width: 80px;
}

.size-90px {
  height: 90px;
  width: 90px;
}

.h-90px {
  height: 90px;
}

.w-90px {
  width: 90px;
}

.size-100px {
  height: 100px;
  width: 100px;
}

.h-100px {
  height: 100px;
}

.w-100px {
  width: 100px;
}

.size-120px {
  height: 120px;
  width: 120px;
}

.h-120px {
  height: 120px;
}

.w-120px {
  width: 120px;
}

.size-150px {
  height: 150px;
  width: 150px;
}

.h-150px {
  height: 150px;
}

.w-150px {
  width: 150px;
}

.size-200px {
  height: 200px;
  width: 200px;
}

.h-200px {
  height: 200px;
}

.w-200px {
  width: 200px;
}

.size-250px {
  height: 250px;
  width: 250px;
}

.h-250px {
  height: 250px;
}

.w-250px {
  width: 250px;
}

.size-300px {
  height: 300px;
  width: 300px;
}

.h-300px {
  height: 300px;
}

.w-300px {
  width: 300px;
}

:root {
  --bs-blue: #0041ce;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #c20707;
  --bs-orange: #fd7e14;
  --bs-yellow: #fed73e;
  --bs-green: #108136;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #828282;
  --bs-gray-dark: #1f2937;
  --bs-gray-100: #f2f2f2;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #bdbdbd;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #828282;
  --bs-gray-700: #000000;
  --bs-gray-800: #1f2937;
  --bs-gray-900: #17202d;
  --bs-light-primary: #6366f1;
  --bs-primary: rgba(10, 8, 150, 0.968627451);
  --bs-deep-primary: #5800a0;
  --bs-light-secondary: #f3f6fa;
  --bs-secondary: #04004d;
  --bs-success: #108136;
  --bs-info: #0041ce;
  --bs-warning: #fed73e;
  --bs-danger: #c20707;
  --bs-light: #f2f2f2;
  --bs-dark: #000000;
  --bs-yellow: #fed73e;
  --bs-light-primary-rgb: 99, 102, 241;
  --bs-primary-rgb: 10, 8, 150;
  --bs-deep-primary-rgb: 88, 0, 160;
  --bs-light-secondary-rgb: 243, 246, 250;
  --bs-secondary-rgb: 4, 0, 77;
  --bs-success-rgb: 16, 129, 54;
  --bs-info-rgb: 0, 65, 206;
  --bs-warning-rgb: 254, 215, 62;
  --bs-danger-rgb: 194, 7, 7;
  --bs-light-rgb: 242, 242, 242;
  --bs-dark-rgb: 0, 0, 0;
  --bs-yellow-rgb: 254, 215, 62;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 17, 24, 39;
  --bs-body-color-rgb: 23, 32, 45;
  --bs-body-bg-rgb: 255, 255, 255;
  --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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #17202d;
  --bs-body-bg: #ffffff;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(17, 24, 39, 0);
}

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

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

h6,
.h6,
.slick-arrows-dark .slick-arrow,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

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

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

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

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

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

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6,
.slick-arrows-dark .slick-arrow {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(10, 8, 150, 0.968627451);
  text-decoration: underline;
}

a:hover {
  color: rgba(249, 66, 58, 0.968627451);
}

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: #ffffff;
  background-color: #17202d;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend+* {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.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: #828282;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  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: #828282;
}

.container,
.container-fluid,
.container-fullhd,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  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: 420) {

  .container-xs,
  .container {
    max-width: 380px;
  }
}

@media (min-width: 576px) {

  .container-sm,
  .container-xs,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 668px) {
  .text-banner h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {

  .container-xxxl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1920px) {

  .container-fullhd,
  .container-xxxl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 1720px;
  }
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 420) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .col-fullhd {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-fullhd-0 {
    margin-left: 0;
  }

  .offset-fullhd-1 {
    margin-left: 8.33333333%;
  }

  .offset-fullhd-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-fullhd-4 {
    margin-left: 33.33333333%;
  }

  .offset-fullhd-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-fullhd-7 {
    margin-left: 58.33333333%;
  }

  .offset-fullhd-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-fullhd-10 {
    margin-left: 83.33333333%;
  }

  .offset-fullhd-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #17202d;
  --bs-table-striped-bg: rgba(17, 24, 39, 0.05);
  --bs-table-active-color: #17202d;
  --bs-table-active-bg: rgba(17, 24, 39, 0.1);
  --bs-table-hover-color: #17202d;
  --bs-table-hover-bg: rgba(17, 24, 39, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #17202d;
  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(:first-child) {
  border-top: 2px solid 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-borderless> :not(:first-child) {
  border-top-width: 0;
}

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

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

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

.table-primary {
  --bs-table-bg: rgba(208, 208, 235, 0.9937254902);
  --bs-table-striped-bg: rgba(198, 199, 225, 0.9940392157);
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: rgba(189, 189, 215, 0.9943529412);
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: rgba(194, 194, 220, 0.9941960784);
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: rgba(189, 189, 215, 0.9943529412);
}

.table-secondary {
  --bs-table-bg: #cdccdb;
  --bs-table-striped-bg: #c4c3d2;
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: #babac9;
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: #bfbfce;
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: #babac9;
}

.table-success {
  --bs-table-bg: #cfe6d7;
  --bs-table-striped-bg: #c6dcce;
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: #bcd1c5;
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: #c1d7ca;
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: #bcd1c5;
}

.table-info {
  --bs-table-bg: #ccd9f5;
  --bs-table-striped-bg: #c3cfeb;
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: #b9c6e0;
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: #becbe6;
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: #b9c6e0;
}

.table-warning {
  --bs-table-bg: #fff7d8;
  --bs-table-striped-bg: #f3eccf;
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: #e7e1c6;
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: #ede6cb;
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: #e7e1c6;
}

.table-danger {
  --bs-table-bg: #f3cdcd;
  --bs-table-striped-bg: #e8c4c5;
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: #dcbbbc;
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: #e2bfc1;
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: #dcbbbc;
}

.table-light {
  --bs-table-bg: #f2f2f2;
  --bs-table-striped-bg: #e7e7e8;
  --bs-table-striped-color: #111827;
  --bs-table-active-bg: #dcdcde;
  --bs-table-active-color: #111827;
  --bs-table-hover-bg: #e1e2e3;
  --bs-table-hover-color: #111827;
  color: #111827;
  border-color: #dcdcde;
}

.table-dark {
  --bs-table-bg: #000000;
  --bs-table-striped-bg: #0d0d0d;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #1a1a1a;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #131313;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #1a1a1a;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 419.98) {
  .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: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-fullhd {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #17202d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  appearance: none;
  border-radius: 0.25rem;
  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: #17202d;
  background-color: #ffffff;
  border-color: rgba(136, 135, 204, 0.9843137255);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 8, 150, 0.25);
}

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

.form-control::placeholder {
  color: #828282;
  opacity: 1;
}

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

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #17202d;
  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.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #17202d;
  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::-webkit-file-upload-button {
    transition: none;
  }
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #17202d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

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

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

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

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

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #17202d;
  background-color: #ffffff;
  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='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.form-select:focus {
  border-color: rgba(136, 135, 204, 0.9843137255);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 8, 150, 0.25);
}

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

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

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #17202d;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(17, 24, 39, 0.25);
  appearance: none;
  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(136, 135, 204, 0.9843137255);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 8, 150, 0.25);
}

.form-check-input:checked {
  background-color: rgba(10, 8, 150, 0.968627451);
  border-color: rgba(10, 8, 150, 0.968627451);
}

.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='%23ffffff' 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='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: rgba(10, 8, 150, 0.968627451);
  border-color: rgba(10, 8, 150, 0.968627451);
  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='%23ffffff' 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%2817, 24, 39, 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%28136, 135, 204, 0.9843137255%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='%23ffffff'/%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.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(10, 8, 150, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(10, 8, 150, 0.25);
}

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

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgba(10, 8, 150, 0.968627451);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: rgba(185, 184, 225, 0.9905882353);
}

.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: rgba(10, 8, 150, 0.968627451);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.form-range::-moz-range-thumb:active {
  background-color: rgba(185, 184, 225, 0.9905882353);
}

.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);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  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 {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #17202d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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.875rem;
  border-radius: 0.2rem;
}

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(16, 129, 54, 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: #108136;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23108136' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #108136;
  box-shadow: 0 0 0 0.25rem rgba(16, 129, 54, 0.25);
}

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

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #108136;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' 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='%23108136' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #108136;
  box-shadow: 0 0 0 0.25rem rgba(16, 129, 54, 0.25);
}

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

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

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

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

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

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #c20707;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(194, 7, 7, 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: #c20707;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c20707'%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='%23c20707' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #c20707;
  box-shadow: 0 0 0 0.25rem rgba(194, 7, 7, 0.25);
}

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

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #c20707;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' 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='%23c20707'%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='%23c20707' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #c20707;
  box-shadow: 0 0 0 0.25rem rgba(194, 7, 7, 0.25);
}

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

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

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 7, 7, 0.25);
}

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

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

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #17202d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 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: #17202d;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(150, 79, 8, 0.25);
}

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

.btn-light-primary {
  color: #ffffff;
  background-color: #6366f1;
  border-color: #6366f1;
}

.btn-light-primary:hover {
  color: #ffffff;
  background-color: #5457cd;
  border-color: #4f52c1;
}

.btn-check:focus+.btn-light-primary,
.btn-light-primary:focus {
  color: #ffffff;
  background-color: #5457cd;
  border-color: #4f52c1;
  box-shadow: 0 0 0 0.25rem rgba(122, 125, 243, 0.5);
}

.btn-check:checked+.btn-light-primary,
.btn-check:active+.btn-light-primary,
.btn-light-primary:active,
.btn-light-primary.active,
.show>.btn-light-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #4f52c1;
  border-color: #4a4db5;
}

.btn-check:checked+.btn-light-primary:focus,
.btn-check:active+.btn-light-primary:focus,
.btn-light-primary:active:focus,
.btn-light-primary.active:focus,
.show>.btn-light-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 125, 243, 0.5);
}

.btn-light-primary:disabled,
.btn-light-primary.disabled {
  color: #ffffff;
  background-color: #6366f1;
  border-color: #6366f1;
}

.btn-primary {
  color: #ffffff;
  background-color: rgba(249, 66, 58, 0.968627451) !important;
  border-color: rgba(249, 66, 58, 0.968627451) !important;
}

.btn-primary-white {
  color: rgba(249, 66, 58, 0.968627451) !important;
  background-color: #ffffff !important;
  border-color: rgba(249, 66, 58, 0.968627451) !important;
}
.btn-primary-white:hover {
  color: #ffffff !important;
  background-color: rgb(255 52 43 / 97%) !important;
  border-color: rgba(249, 66, 58, 0.968627451) !important;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(255 52 43 / 97%) !important;
  border-color: rgba(249, 66, 58, 0.968627451) !important;
}

.btn-primary:focus {
  color: #ffffff;
  background-color: rgba(246, 90, 82, 0.975);
  border-color: rgba(246, 90, 82, 0.975);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #ffffff;
  background-color: rgba(246, 90, 82, 0.975);
  ;
  border-color: rgba(249, 66, 58, 0.968627451);
  box-shadow: 0 0 0 0.25rem rgba(250, 53, 23, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(249, 66, 58, 0.968627451);
  border-color: rgba(246, 90, 82, 0.975);
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 53, 23, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #ffffff;
  background-color: rgba(246, 90, 82, 0.975);
  border-color: rgba(246, 90, 82, 0.975);
}

.btn-link {
  font-weight: 400;
  color: rgba(10, 8, 150, 0.968627451);
  text-decoration: underline;
}

.btn-link:hover {
  color: rgba(249, 66, 58, 0.968627451);
}

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

.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.875rem;
  border-radius: 0.2rem;
}

.offcanvas.offcanvas-end.text-bg-dark {
  z-index: 9999;
}

/*-------------------------------------------------------------------
SET YOUR COLOR THEMING
---------------------------------------------------------------------*/
/*-------------------------------------------------------------------
CREATE TEXT AND BG CLASS WITH VARIABLES
---------------------------------------------------------------------*/
.text-lighter-primary {
  color: #f1fafe !important;
}

.fill-lighter-primary {
  fill: #f1fafe !important;
}

.bg-lighter-primary {
  background-color: #f1fafe !important;
}

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

.text-light-primary {
  color: #6366f1 !important;
}

.fill-light-primary {
  fill: #6366f1 !important;
}

.bg-light-primary {
  background-color: #6366f1 !important;
}

.border-light-primary {
  border-color: #6366f1 !important;
}

.text-primary {
  color: rgba(10, 8, 150, 0.968627451) !important;
}

.fill-primary {
  fill: rgba(10, 8, 150, 0.968627451) !important;
}

.bg-primary {
  background-color: rgba(10, 8, 150, 0.968627451) !important;
}

.border-primary {
  border-color: rgba(10, 8, 150, 0.968627451) !important;
}

.text-deep-primary {
  color: #5800a0 !important;
}

.fill-deep-primary {
  fill: #5800a0 !important;
}

.bg-deep-primary {
  background-color: #5800a0 !important;
}

.border-deep-primary {
  border-color: #5800a0 !important;
}

.text-deeper-primary {
  color: #6366f1 !important;
}

.fill-deeper-primary {
  fill: #6366f1 !important;
}

.bg-deeper-primary {
  background-color: #6366f1 !important;
}

.border-deeper-primary {
  border-color: #6366f1 !important;
}

.text-lighter-secondary {
  color: rgba(100, 21, 166, 0.968627451) !important;
}

.fill-lighter-secondary {
  fill: rgba(100, 21, 166, 0.968627451) !important;
}

.bg-lighter-secondary {
  background-color: rgba(100, 21, 166, 0.968627451) !important;
}

.border-lighter-secondary {
  border-color: rgba(100, 21, 166, 0.968627451) !important;
}

.text-light-secondary {
  color: #f3f6fa !important;
}

.fill-light-secondary {
  fill: #f3f6fa !important;
}

.bg-light-secondary {
  background-color: #f3f6fa !important;
}

.border-light-secondary {
  border-color: #f3f6fa !important;
}

.text-secondary {
  color: #04004d !important;
}

.fill-secondary {
  fill: #04004d !important;
}

.bg-secondary {
  background-color: #04004d !important;
}

.border-secondary {
  border-color: #04004d !important;
}

.text-deep-secondary {
  color: #5800a0 !important;
}

.fill-deep-secondary {
  fill: #5800a0 !important;
}

.bg-deep-secondary {
  background-color: #5800a0 !important;
}

.border-deep-secondary {
  border-color: #5800a0 !important;
}

.text-deeper-secondary {
  color: #f3f6fa !important;
}

.fill-deeper-secondary {
  fill: #f3f6fa !important;
}

.bg-deeper-secondary {
  background-color: #f3f6fa !important;
}

.border-deeper-secondary {
  border-color: #f3f6fa !important;
}

.text-gray-100 {
  color: #f2f2f2 !important;
}

.fill-gray-100 {
  fill: #f2f2f2 !important;
}

.bg-gray-100 {
  background-color: #f2f2f2 !important;
}

.border-gray-100 {
  border-color: #f2f2f2 !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.fill-gray-200 {
  fill: #e9ecef !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.fill-gray-300 {
  fill: #dee2e6 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.text-gray-400 {
  color: #bdbdbd !important;
}

.fill-gray-400 {
  fill: #bdbdbd !important;
}

.bg-gray-400 {
  background-color: #bdbdbd !important;
}

.border-gray-400 {
  border-color: #bdbdbd !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.fill-gray-500 {
  fill: #adb5bd !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.text-gray-600 {
  color: #828282 !important;
}

.fill-gray-600 {
  fill: #828282 !important;
}

.bg-gray-600 {
  background-color: #828282 !important;
}

.border-gray-600 {
  border-color: #828282 !important;
}

.text-gray-700 {
  color: #000000 !important;
}

.fill-gray-700 {
  fill: #000000 !important;
}

.bg-gray-700 {
  background-color: #000000 !important;
}

.border-gray-700 {
  border-color: #000000 !important;
}

.text-gray-800 {
  color: #1f2937 !important;
}

.fill-gray-800 {
  fill: #1f2937 !important;
}

.bg-gray-800 {
  background-color: #1f2937 !important;
}

.border-gray-800 {
  border-color: #1f2937 !important;
}

.text-gray-900 {
  color: #17202d !important;
}

.fill-gray-900 {
  fill: #17202d !important;
}

.bg-gray-900 {
  background-color: #17202d !important;
}

.border-gray-900 {
  border-color: #17202d !important;
}

/*-------------------------------------------------------------------
TYPOGRAPHY
---------------------------------------------------------------------*/
.fw-light {
  font-weight: 100;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
.slick-arrows-dark .slick-arrow,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.font-heading {
  font-family: "Roboto", sans-serif;
}

.main-title-banner {
  font-size: 24px !important;
}

.main-title-banner .h1 {
  font-size: 24px !important;
}

@media (min-width: 411px) and (max-width: 420px) {

  h1,
  .h1,
  h2,
  h3,
  .h3 {
    font-size: 24px;
  }
}

@media (max-width: 411px) {

  h1,
  .h1,
  h2,
  h3,
  .h3 {
    font-size: 16px;
  }

  .main-title-banner {
    font-size: 18px !important;
  }

  .main-title-second {
    font-size: 21px !important;
  }
}

body,
button,
.btn,
.font-paragraph {
  font-family: "Lexend", sans-serif;
}

.fs-10px {
  font-size: 10px;
}

.fs-12px {
  font-size: 12px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-24px {
  font-size: 24px;
}

.fs-26px {
  font-size: 26px;
}

.fs-28px {
  font-size: 28px;
}

.fs-30px {
  font-size: 30px;
}

.fs-32px {
  font-size: 32px;
}

/*-------------------------------------------------------------------
CREATE SIZES CLASS
---------------------------------------------------------------------*/
.size-5px {
  height: 5px;
  width: 5px;
}

.h-5px {
  height: 5px;
}

.w-5px {
  width: 5px;
}

.size-10px {
  height: 10px;
  width: 10px;
}

.h-10px {
  height: 10px;
}

.w-10px {
  width: 10px;
}

.size-20px {
  height: 20px;
  width: 20px;
}

.h-20px {
  height: 20px;
}

.w-20px {
  width: 20px;
}

.size-25px {
  height: 25px;
  width: 25px;
}

.h-25px {
  height: 25px;
}

.w-25px {
  width: 25px;
}

.size-30px {
  height: 30px;
  width: 30px;
}

.h-30px {
  height: 30px;
}

.w-30px {
  width: 30px;
}

.size-40px {
  height: 40px;
  width: 40px;
}

.h-40px {
  height: 40px;
}

.w-40px {
  width: 40px;
}

.size-50px {
  height: 50px;
  width: 50px;
}

.h-50px {
  height: 50px;
}

.w-50px {
  width: 50px;
}

.size-60px {
  height: 60px;
  width: 60px;
}

.h-60px {
  height: 60px;
}

.w-60px {
  width: 60px;
}

.size-70px {
  height: 70px;
  width: 70px;
}

.h-70px {
  height: 70px;
}

.w-70px {
  width: 70px;
}

.size-80px {
  height: 80px;
  width: 80px;
}

.h-80px {
  height: 80px;
}

.w-80px {
  width: 80px;
}

.size-90px {
  height: 90px;
  width: 90px;
}

.h-90px {
  height: 90px;
}

.w-90px {
  width: 90px;
}

.size-100px {
  height: 100px;
  width: 100px;
}

.h-100px {
  height: 100px;
}

.w-100px {
  width: 100px;
}

.size-120px {
  height: 120px;
  width: 120px;
}

.h-120px {
  height: 120px;
}

.w-120px {
  width: 120px;
}

.size-150px {
  height: 150px;
  width: 150px;
}

.h-150px {
  height: 150px;
}

.w-150px {
  width: 150px;
}

.size-200px {
  height: 200px;
  width: 200px;
}

.h-200px {
  height: 200px;
}

.w-200px {
  width: 200px;
}

.size-250px {
  height: 250px;
  width: 250px;
}

.h-250px {
  height: 250px;
}

.w-250px {
  width: 250px;
}

.size-300px {
  height: 300px;
  width: 300px;
}

.h-300px {
  height: 300px;
}

.w-300px {
  width: 300px;
}

/*--------------------------------------------------------------
  EXTENDS
--------------------------------------------------------------*/
.bg-none {
  background-image: none !important;
  background-color: transparent !important;
}

/*--------------------------------------------------------------
  COMPONENTS
--------------------------------------------------------------*/
.aspect-1-1 {
  aspect-ratio: 1/1;
}

/*--------------------------------------------------------------
# COMMON CSS START
--------------------------------------------------------------*/
body,
button,
.btn {
  font-size: 0.8rem;
  font-weight: 600;
}

@media (min-width: 768px) {

  body,
  button,
  .btn {
    font-size: 0.9rem;
  }
}

@media (min-width: 1200px) {

  body,
  button,
  .btn {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {

  body,
  button,
  .btn {
    font-size: 1.1rem;
  }
}

li {
  list-style-type: none;
}

img {
  object-fit: cover;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
.slick-arrows-dark .slick-arrow,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  line-height: 1.5;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  color: inherit;
}

input {
  outline: 0;
}

.form-select,
.form-control,
label,
.btn {
  font-size: 0.8rem;
}

.form-select:focus,
.form-select .form-check:focus,
.form-control:focus,
.form-control .form-check:focus,
label:focus,
label .form-check:focus,
.btn:focus,
.btn .form-check:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0) !important;
}

@media (min-width: 1600px) {

  .form-select,
  .form-control,
  label,
  .btn {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {

  .form-select,
  .form-control,
  label,
  .btn {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {

  .form-select,
  .form-control,
  label,
  .btn {
    font-size: 0.9rem;
  }
}

.shadow-sm,
.signup .removebtn .dropdown-menu .card {
  -webkit-box-shadow: 0 0 8px rgba(17, 24, 39, 0.08) !important;
  -moz-box-shadow: 0 0 8px rgba(17, 24, 39, 0.08) !important;
  box-shadow: 0 0 8px rgba(17, 24, 39, 0.08) !important;
}

.shadow-sm:focus,
.signup .removebtn .dropdown-menu .card:focus {
  -webkit-box-shadow: 0 0 8px rgba(17, 24, 39, 0.08) !important;
  -moz-box-shadow: 0 0 8px rgba(17, 24, 39, 0.08) !important;
  box-shadow: 0 0 8px rgba(17, 24, 39, 0.08) !important;
}

.form-control,
.form-select {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0.7rem 1.5rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #adb5bd;
  color: #adb5bd;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #adb5bd;
}

.btn {
  padding: 0.7rem 1.5rem;
}

.btn.btn-sm,
.btn-group-sm>.btn {
  font-size: 0.8rem;
}

.btn.btn-xl {
  padding: 0.8rem 2.5rem;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover {
  background-color: #fbfbfb;
  border-color: black;
}

.btn-primary,
.btn-light-primary,
.btn-light-secondary,
.btn-secondary {
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-light-primary:hover,
.btn-light-primary:active,
.btn-light-primary:focus,
.btn-light-secondary:hover,
.btn-light-secondary:active,
.btn-light-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #ffffff;
}

.btn-dark.btn-hover-primary:hover,
.btn-dark.btn-hover-primary:active,
.btn-dark.btn-hover-primary:focus {
  border-color: rgba(10, 8, 150, 0.968627451);
  background: rgba(10, 8, 150, 0.968627451);
  color: #ffffff;
}

.btn-link {
  font-family: "Josefin Sans", sans-serif !important;
}

section,
.section {
  position: relative;
  padding: 2rem 0;
}

section .bg-img-holder,
.section .bg-img-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section .bg-img-holder .overlay,
.section .bg-img-holder .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section .bg-img-holder .overlay.bg-dark,
.section .bg-img-holder .overlay.bg-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

section .bg-img-holder .overlay.opacity-1,
.section .bg-img-holder .overlay.opacity-1 {
  opacity: 1;
}

@media (min-width: 768px) {

  section,
  .section {
    padding: 4rem 0;
  }
}

section .section-heading .sub-heading,
.section .section-heading .sub-heading {
  font-weight: normal;
  font-style: italic;
}

section .section-heading .main-heading,
.section .section-heading .main-heading {
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 992px) {

  section .section-heading .main-heading,
  .section .section-heading .main-heading {
    font-size: 2.625rem;
  }
}

section .special-effect,
.section .special-effect {
  border-bottom: dotted 3px #000000;
  max-width: 100px;
}

section.section,
section .container,
section .container-fluid,
section .container-xs,
section .container-sm,
section .container-md,
section .container-lg,
section .container-xl,
section .container-xxl,
section .container-xxxl,
section .container-fullhd,
.section.section,
.section .container,
.section .container-fluid,
.section .container-xs,
.section .container-sm,
.section .container-md,
.section .container-lg,
.section .container-xl,
.section .container-xxl,
.section .container-xxxl,
.section .container-fullhd {
  position: relative;
}

section.section .btn-bottom,
section .container .btn-bottom,
section .container-fluid .btn-bottom,
section .container-xs .btn-bottom,
section .container-sm .btn-bottom,
section .container-md .btn-bottom,
section .container-lg .btn-bottom,
section .container-xl .btn-bottom,
section .container-xxl .btn-bottom,
section .container-xxxl .btn-bottom,
section .container-fullhd .btn-bottom,
.section.section .btn-bottom,
.section .container .btn-bottom,
.section .container-fluid .btn-bottom {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 992px) {

  section.section .btn-lg-bottom,
  section .container .btn-lg-bottom,
  section .container-fluid .btn-lg-bottom,
  section .container-xs .btn-lg-bottom,
  section .container-sm .btn-lg-bottom,
  section .container-md .btn-lg-bottom,
  section .container-lg .btn-lg-bottom,
  section .container-xl .btn-lg-bottom,
  section .container-xxl .btn-lg-bottom,
  section .container-xxxl .btn-lg-bottom,
  section .container-fullhd .btn-lg-bottom,
  .section.section .btn-lg-bottom,
  .section .container .btn-lg-bottom,
  .section .container-fluid .btn-lg-bottom {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {

  section.section .btn-md-bottom,
  section .container .btn-md-bottom,
  section .container-fluid .btn-md-bottom,
  section .container-xs .btn-md-bottom,
  section .container-sm .btn-md-bottom,
  section .container-md .btn-md-bottom,
  section .container-lg .btn-md-bottom,
  section .container-xl .btn-md-bottom,
  section .container-xxl .btn-md-bottom,
  section .container-xxxl .btn-md-bottom,
  section .container-fullhd .btn-md-bottom,
  .section.section .btn-md-bottom,
  .section .container .btn-md-bottom,
  .section .container-fluid .btn-md-bottom {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 576px) {

  section.section .btn-sm-bottom,
  section .container .btn-sm-bottom,
  section .container-fluid .btn-sm-bottom,
  section .container-xs .btn-sm-bottom,
  section .container-sm .btn-sm-bottom,
  section .container-md .btn-sm-bottom,
  section .container-lg .btn-sm-bottom,
  section .container-xl .btn-sm-bottom,
  section .container-xxl .btn-sm-bottom,
  section .container-xxxl .btn-sm-bottom,
  section .container-fullhd .btn-sm-bottom,
  .section.section .btn-sm-bottom,
  .section .container .btn-sm-bottom,
  .section .container-fluid .btn-sm-bottom {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.form-check {
  display: flex;
}

.form-check-input {
  width: 22px;
  height: 22px;
}

.form-check-label {
  padding-left: 1rem;
  line-height: 2rem;
}

.form-checked-outline {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 0;
  width: 100%;
}

.form-checked-outline-input {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  margin: 0;
  border-radius: 0px !important;
  border-color: #111827;
}

.form-checked-outline-input:checked {
  background-color: #ffffff;
  border-color: #111827;
  background-image: url("../icons/icon-check-box.svg") !important;
}

.form-checked-filled {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 0;
  width: 100%;
}

.form-checked-filled-input {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  margin: 0;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-color: #111827;
}

.form-checked-filled-input:checked {
  background-color: rgba(10, 8, 150, 0.968627451);
  border-color: rgba(10, 8, 150, 0.968627451);
  background-image: url("../icons/icon-check-box.svg") !important;
}

.form-check-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}

.form-check-radio .form-check-input {
  background-color: #ffffff;
  border-color: #000000;
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0;
  position: relative;
}

.form-check-radio .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
  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='%23828282'/%3e%3c/svg%3e") !important;
}

.form-check-radio-circle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}

.form-check-radio-circle .form-check-input {
  background-color: #ffffff;
  border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-color: #000000;
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0;
  position: relative;
}

.form-check-radio-circle .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
  background-image: none !important;
}

.form-check-radio-square {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}

.form-check-radio-square .form-check-input {
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #ffffff;
  border-color: #000000;
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin: 0;
  position: relative;
}

.form-check-radio-square .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
  background-image: none !important;
}

.accordion.faq .accordion-item {
  border: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  position: relative;
}

.accordion.faq .accordion-item .accordion-header {
  border: 0;
  border-bottom: 1px solid #828282;
}

.accordion.faq .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border: 0;
  border-bottom: 0;
  position: relative;
  box-shadow: none !important;
}

.accordion.faq .accordion-item .accordion-header .accordion-button::after {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0px;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.accordion.faq .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  color: #000000;
}

.accordion.faq .accordion-item .accordion-header .accordion-button[aria-expanded="true"]::after {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.accordion.faq .accordion-item .accordion-collapse {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.accordion.faq .accordion-item .accordion-collapse .accordion-body {
  border: 0;
  padding: 2rem;
}

.breadcrumb .breadcrumb-item {
  color: #000000;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item:first-of-type a {
  color: #17202d;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item a {
  color: #000000;
  font-weight: 400;
}

.slick-arrow {
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  z-index: 3;
}

.slick-prev {
  z-index: 10;
}

.site-header {
  z-index: 2000;
}

.site-header::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180%;
  width: 100%;
  background: url("../images/bg-header.png") no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .site-header::before {
    background-size: fill;
  }
}

.site-header .navbar .navbar-brand {
  position: relative;
  display: inline-block;
  margin-right: 0;
}

.site-header .navbar .navbar-brand .logo {
  max-height: 150px;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-brand .logo {
    max-height: 250px;
  }
}

@media (min-width: 576px) {
  .site-header .navbar .navbar-brand .logo {
    max-height: 200px;
  }
}

@media (min-width: 992px) {

  .site-header .navbar .navbar,
  .site-header .navbar .navbar .dropdown {
    position: static;
  }
}

.site-header .navbar .desktop-search-holder {
  position: relative;
}

.site-header .navbar .desktop-search-holder .desktop-search .form-control {
  background-color: #e9ecef;
  border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
}

.site-header .navbar .desktop-search-holder .desktop-search .input-group-text {
  background-color: #e9ecef;
  border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
}

.site-header .navbar .desktop-search-holder #desktop-search-drop {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.site-header .navbar .desktop-search-holder #desktop-search-drop .list-group-item {
  border: 0;
}

.site-header .navbar .desktop-search-holder.searching .desktop-search .form-control {
  border-radius: 25px 0 0 0;
  -ms-border-radius: 25px 0 0 0;
  -o-border-radius: 25px 0 0 0;
  -webkit-border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
}

.site-header .navbar .desktop-search-holder.searching .desktop-search .input-group-text {
  border-radius: 0 25px 0 0;
  -ms-border-radius: 0 25px 0 0;
  -o-border-radius: 0 25px 0 0;
  -webkit-border-radius: 0 25px 0 0;
  -moz-border-radius: 0 25px 0 0;
}

.site-header .navbar .desktop-search-holder.searching .desktop-search-drop {
  display: block;
}

.site-header .navbar .desktop-search-holder.searching .desktop-search-drop .card {
  border-radius: 0 0 25px 25px;
  -ms-border-radius: 0 0 25px 25px;
  -o-border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
}

@media (min-width: 768px) {
  .site-header .navbar #mobile-search-drop {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .site-header .navbar #mobile-search-drop {
    background-color: #ffffff;
    padding-bottom: 0.5rem;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .site-header .navbar .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: 0;
  }

  .site-header .navbar .dropdown-menu.show {
    padding: 0;
    box-shadow: 4px 0px 16px 2px rgba(0, 0, 0, 0.1);
    width: 800px;
    margin-left: 17px;
    z-index: -1;
    display: block;
    opacity: 1;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }

  .site-header .navbar .dropdown-menu.show .nav-pills .nav-link {
    background-color: #dee2e6;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 1rem;
    color: #000000;
  }

  .site-header .navbar .dropdown-menu.show .nav-pills .nav-link.active {
    background-color: #000000;
    color: #ffffff;
  }

  .site-header .navbar .dropdown-menu.show .dropdown-item {
    padding: 0.3rem;
  }

  .site-header .navbar .dropdown-menu.show .dropdown-items-holder {
    padding-bottom: 10px;
    position: relative;
  }

  .site-header .navbar .dropdown-menu.show .dropdown-items-holder .btn-bottom {
    position: absolute;
    right: 0;
    bottom: -5px;
    display: block;
  }

  .site-header .navbar .dropdown-toggle::after {
    display: none;
  }

  .site-header .navbar .dropdown:hover .dropdown-menu,
  .site-header .navbar .dropdown:active .dropdown-menu,
  .site-header .navbar .dropdown:focus .dropdown-menu {
    padding: 0;
    box-shadow: 4px 0px 16px 2px rgba(0, 0, 0, 0.1);
    width: 800px;
    margin-left: 17px;
    margin-top: 0;
    z-index: -1;
    display: block;
    opacity: 1;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }

  .site-header .navbar .dropdown:hover .dropdown-menu .nav-pills .nav-link,
  .site-header .navbar .dropdown:active .dropdown-menu .nav-pills .nav-link,
  .site-header .navbar .dropdown:focus .dropdown-menu .nav-pills .nav-link {
    background-color: #dee2e6;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 1rem;
    height: 50%;
    color: #000000;
  }

  .site-header .navbar .dropdown:hover .dropdown-menu .nav-pills .nav-link.active,
  .site-header .navbar .dropdown:active .dropdown-menu .nav-pills .nav-link.active,
  .site-header .navbar .dropdown:focus .dropdown-menu .nav-pills .nav-link.active {
    background-color: #000000;
    color: #ffffff;
  }

  .site-header .navbar .dropdown:hover .dropdown-menu .dropdown-item,
  .site-header .navbar .dropdown:active .dropdown-menu .dropdown-item,
  .site-header .navbar .dropdown:focus .dropdown-menu .dropdown-item {
    padding: 0.3rem;
  }

  .site-header .navbar .dropdown:hover .dropdown-menu .dropdown-items-holder,
  .site-header .navbar .dropdown:active .dropdown-menu .dropdown-items-holder,
  .site-header .navbar .dropdown:focus .dropdown-menu .dropdown-items-holder {
    padding-bottom: 10px;
    position: relative;
  }

  .site-header .navbar .dropdown:hover .dropdown-menu .dropdown-items-holder .btn-bottom,
  .site-header .navbar .dropdown:active .dropdown-menu .dropdown-items-holder .btn-bottom,
  .site-header .navbar .dropdown:focus .dropdown-menu .dropdown-items-holder .btn-bottom {
    position: absolute;
    right: 0;
    bottom: -5px;
    display: block;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .dropdown-toggle {
    position: relative;
  }

  .site-header .navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .site-header .navbar .dropdown-menu .row {
    margin: 0;
  }

  .site-header .navbar .dropdown-menu .row .col-lg-3 {
    padding: 0;
  }

  .site-header .navbar .dropdown-menu .row .col-lg-3 .nav-pills .nav-link {
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #ffffff;
    border-color: #000000;
    text-align: left;
    color: #000000;
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .site-header .navbar .dropdown-menu .row .col-lg-3 .nav-pills .nav-link {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .dropdown-menu .row .col-lg-3 .nav-pills .nav-link.active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }

  .site-header .navbar .dropdown-menu .dropdown-items-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .site-header .navbar .dropdown-menu .dropdown-items-holder .dropdown-item {
    padding-left: 0;
    color: #828282;
    padding-right: 0;
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .site-header .navbar .dropdown-menu .dropdown-items-holder .dropdown-item {
    font-size: 0.9rem;
  }
}

@media (max-width: 991.98px) {

  .site-header .navbar .dropdown-menu .dropdown-items-holder .dropdown-item:hover,
  .site-header .navbar .dropdown-menu .dropdown-items-holder .dropdown-item:active,
  .site-header .navbar .dropdown-menu .dropdown-items-holder .dropdown-item:focus {
    background-color: transparent;
    color: #000000;
  }
}

@media (min-width: 992px) {
  .site-header .navbar .menus-holder {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.site-header .navbar .menus-holder .nav-link {
  background-color: red;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 3px solid transparent;
  color: #ffffff;
  font-weight: 500;
}

.site-header .navbar .menus-holder .nav-link:hover,
.site-header .navbar .menus-holder .nav-link:active,
.site-header .navbar .menus-holder .nav-link:focus {
  background-color: transparent;
  border-color: #dee2e6;
}

.site-header .navbar .menus-holder .nav-link.active {
  background-color: transparent;
  border-color: #dee2e6;
}

.site-header .navbar .menus-holder .nav-link[aria-expanded="true"] {
  background-color: transparent;
  border-color: #dee2e6;
}

.site-header .navbar .navbar-brand,
.site-header .navbar .nav-btns {
  z-index: 1060;
  position: relative;
}

@media (min-width: 992px) {
  .site-header .navbar-collapse a.nav-link {
    font-size: 14px !important;
  }
}

@media (max-width: 1199.98px) {
  .site-header .navbar-collapse {
    transition: all 0.5s;
    -moz-transitiozn: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block !important;
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
    border-left: 1px solid #828282;
    min-height: calc(100vh - 300px);
    padding-top: 7rem;
    z-index: 1040;
    background-color: rgba(10, 8, 150, 0.968627451);
  }

  .site-header .navbar-collapse .menus-holder {
    overflow-x: auto;
  }

  .site-header .navbar-collapse .menus-holder .nav-link {
    font-size: larger;
    padding: 1rem !important;
    text-align: center;
  }
}

.site-header .navbar-collapse.show {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.site-header .nav-item {
  align-items: center;
  display: flex;
}

.site-header .nav-item .nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000000;
  padding: 20px 20px;
}

@media (min-width: 992px) {
  .site-header .nav-item .nav-link {
    padding: 20px 80px;
  }
}

.site-header .nav-item .nav-link:last-child {
  padding-right: 0px;
}

@media (min-width: 992px) {
  .site-header .nav-item .nav-link i {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .site-header .nav-item .nav-link i {
    font-size: 25px;
  }
}

.site-header .nav-item .nav-link .icons {
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.site-header .navbar-toggler {
  border: 0;
  z-index: 9999;
  padding: 0.5rem !important;
}

.site-header .navbar-toggler:hover,
.site-header .navbar-toggler:active,
.site-header .navbar-toggler:focus {
  box-shadow: none;
  outline: 0;
}

.site-header .navbar-toggler span {
  position: relative;
  line-height: 0;
  width: 25px !important;
  height: 2px !important;
  background-color: #ffffff;
  display: block;
  margin: 3px 0;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.5s;
  -moz-transitiozn: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.site-header .navbar-toggler span:nth-child(even) {
  opacity: 0;
}

.site-header .navbar-toggler span:nth-child(3) {
  opacity: 1;
  position: relative;
}

.site-header .navbar-toggler span:nth-child(3)::after,
.site-header .navbar-toggler span:nth-child(3)::before {
  content: " ";
  transition: all 0.5s;
  -moz-transitiozn: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 25px !important;
  height: 2px !important;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform-origin: center;
  z-index: 1060;
}

.site-header .navbar-toggler[aria-expanded="true"] span {
  opacity: 0;
}

.site-header .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  opacity: 1;
  background-color: transparent;
}

.site-header .navbar-toggler[aria-expanded="true"] span:nth-child(3)::before {
  opacity: 1;
  background-color: #ffffff;
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header .navbar-toggler[aria-expanded="true"] span:nth-child(3)::after {
  opacity: 1;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-header .nav-btns .nav-item {
  align-items: center;
  display: flex;
}

.site-header .nav-btns .nav-item .nav-link {
  background-color: red;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000000;
}

@media (min-width: 992px) {
  .site-header .nav-btns .nav-item .nav-link i {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .site-header .nav-btns .nav-item .nav-link i {
    font-size: 25px;
  }
}

.site-header .nav-btns .nav-item .nav-link .icons {
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.site-header .accordion .accordion-item,
.site-header .accordion .accordion-item .accordion-button .accordion .accordion-item {
  border: none;
}

.site-header .accordion .accordion-item .accordion-button,
.site-header .accordion .accordion-item .accordion-button .accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: none;
}

.site-header .accordion .accordion-item .accordion-button:focus,
.site-header .accordion .accordion-item .accordion-button .accordion .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.site-header .accordion .accordion-button.service-accordion-button {
  padding: 20px !important;
  font-weight: 500;
  color: black !important;
}

.accordion-body.padding-py-0 {
  padding: 0px 13px;
}

.offer-strip {
  background-color: #0041ce;
}

.offer-strip .text {
  animation-name: bannerstrip;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes bannerstrip {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }

  20% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  80% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  100% {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
  }
}

footer {
  background-color: #5800a0;
  position: relative;
  color: #ffffff;
}

@media (min-width: 992px) {
  footer::before {
    background-size: fill;
  }
}

footer .nav-heading {
  color: #ffffff;
}

@media (min-width: 992px) {
  footer .img-card-holder {
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}

footer .nav {
  flex-direction: row;
}

footer .nav a.nav-link {
  color: #ffffff !important;
  display: block;
}

footer .nav a.nav-link:hover,
footer .nav a.nav-link:active,
footer .nav a.nav-link:focus {
  color: #000000;
}

@media (min-width: 768px) {
  .modal-sm {
    max-width: 350px;
  }
}

@media (min-width: 992px) {
  .signup .signup-box {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .signup .signup-box .full-height {
    height: 100vh;
  }
}

.signup .signup-box .vertical-tabs-border .nav-item .nav-link {
  text-align: left;
  border-radius: 0;
  width: 100%;
  color: #000000;
  border: 0;
  border-left: 2px solid #bdbdbd;
}

.signup .signup-box .vertical-tabs-border .nav-item .nav-link.active {
  background-color: transparent;
  border-left-color: rgba(10, 8, 150, 0.968627451);
  color: rgba(10, 8, 150, 0.968627451);
}

.signup .removebtn .btn {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: transparent;
  font-weight: 400;
}

.signup .removebtn .btn:after {
  display: none;
}

.signup .removebtn .dropdown-menu {
  padding: 0;
  background-color: #ffecec;
  border: 0;
}

.signup .removebtn .dropdown-menu .card {
  padding: 1rem;
  background-color: #ffecec;
  border: 0;
  position: relative;
}

.signup .removebtn .dropdown-menu .card::before {
  content: " ";
  position: absolute;
  top: initial;
  right: 0;
  bottom: -7px;
  left: 20px;
  width: 14px;
  height: 14px;
  background-color: #ffecec;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.signup .social-account {
  max-width: 37.5rem;
  margin: auto;
  width: 100%;
}

.signup .social-account .social-accounts input+label {
  border: 1px solid #bdbdbd !important;
  color: #000000;
  font-weight: 400;
}

.signup .social-account .social-accounts input+label::after {
  content: "\f26a";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: transparent;
}

.signup .social-account .social-accounts input:checked+label {
  border-color: rgba(10, 8, 150, 0.968627451) !important;
}

.signup .social-account .social-accounts input:checked+label::after {
  color: rgba(10, 8, 150, 0.968627451);
}

.create-influencer-profile .title-welcome {
  font-size: 2.5rem;
  line-height: 50px;
}

.create-influencer-profile .box-shadow {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .create-influencer-profile .box-shadow {
    padding: 2.5rem;
  }
}

.create-influencer-profile .btn-primary.border-dashed {
  border: 1px dashed #219a64;
  border-radius: 5px;
  background-color: transparent;
  color: #000000;
}

.create-influencer-profile .toast {
  width: inherit;
  position: relative;
}

.create-influencer-profile .toast small,
.create-influencer-profile .toast .small {
  font-size: 1rem;
}

.create-influencer-profile .toast button {
  position: absolute;
  top: -7px;
  right: -3px;
  background-color: white;
}

.create-influencer-profile .toast .btn-close {
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../images/crose.svg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

.toest-custom .toast {
  width: inherit;
  position: relative;
}

.toest-custom .toast small,
.toest-custom .toast .small {
  font-size: 1rem;
}

.toest-custom .toast button {
  position: absolute;
  top: -7px;
  right: -3px;
  background-color: white;
}

.toest-custom .toast .btn-close {
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../images/crose.svg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.object-fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.object-fit-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

.zindex-negative {
  z-index: -1;
}

.zindex-positive {
  z-index: 2000;
}

.custom-input-group {
  position: relative;
}

.custom-input-group.before input {
  padding-left: 50px;
}

.custom-input-group .input-btn-before {
  padding: 0.5rem;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-images .img-holder {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.responsive-images .img-holder img {
  width: auto !important;
  height: 100% !important;
  min-height: 100% !important;
}

.responsive-images-center .img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scale-y-negative {
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

dl dt .bi-circle-fill {
  color: #dee2e6;
}

dl dt .bi-circle-fill::before {
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.custom-select {
  background-image: url("../icons/icon-select-down.svg");
}

.rating .bi-star-fill,
.rating .bi-star-half {
  margin: 2px;
  color: #fed73e;
}

.slick-height-equal .slick-track {
  display: flex;
  align-items: stretch;
}

.slick-height-equal .slick-track .slick-slide {
  height: auto;
  flex: 1;
}

.slick-arrow-before-none .slick-arrow:before {
  display: none;
}

@media (min-width: 768px) {
  .slick-arrows-dark {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.slick-arrows-dark .slick-arrow {
  background-color: #828282;
  border-color: #828282;
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  z-index: 3;
}

.slick-arrows-dark .slick-arrow:hover {
  background-color: #000000;
  border-color: #000000;
}

.slick-arrows-dark .slick-prev {
  z-index: 10;
}

.slick-dots {
  margin-top: 20px;
}

.slick-dots li {
  list-style: none;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  color: transparent;
  transition: all 0.5s;
  -moz-transitiozn: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(99, 102, 241, 0.5);
  border: 1px solid rgba(99, 102, 241, 0.5);
}

.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #0a0896;
  border: 1px solid #0a0896;
}

@media (max-width: 575.98px) {
  .banner .height-img {
    height: 300px;
  }
}

.banner .content-box {
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

@media (max-width: 575.98px) {
  .career-heading {
    font-size: 6vw;
  }
}

.opening-job .btn-link.dropdown-toggle {
  background-color: transparent;
  color: black;
  padding: 0px;
  border: 0px;
  text-decoration: none;
}

.opening-job form .form-control {
  height: 48px;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #f2f2f2;
}

.rounded-xl {
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.box-shadow {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.custom-btn-tabs .nav-tabs {
  border-bottom: none;
}

.custom-btn-tabs .tab {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 0.5rem;
  transition: 0.5s all;
  -moz-transitiozn: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.custom-btn-tabs .nav-link {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px 30px;
  height: 39px;
  transition: 0.5s all;
  -moz-transitiozn: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.custom-btn-tabs .nav-link.active {
  background: rgba(10, 8, 150, 0.968627451) !important;
  color: white;
  border-radius: 7px;
  height: 48px;
  margin-top: -8px;
  transition: 0.5s all;
  -moz-transitiozn: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

/*--------------------------------------------------------------
# HOME PAGE START
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.z-index-22 {
  z-index: 99;
  position: relative;
}

section.bg-even {
  background-color: #f8f8f8;
}

.pt-200 {
  padding-top: 200px;
}

.bg-white-custom {
  bottom: -10px;
  height: 53px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  /* Adjust the blur intensity as needed */
}


#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.2s ease-in-out;
}
/* 
@media only screen and (min-width: 768px) {
  #header.header-bg2 {
    top: 45px !important;
    transition: 0.2s ease-in-out;
  }
}
*/

.top-50px:not(.header-bg2) {
  top: 50px !important;
  transition: 0.2s ease-in-out;
  /* Jab header-bg2 nahi hai */
}

.text-bg-dark {
  background-color: white !important;
}

.offcanvas.offcanvas-end.text-bg-dark.show {
  z-index: 999999;
}

.top-50px.header-bg {
  top: 0px !important;
  border-bottom: 1px solid #f1f1f1;
  /* Jab header-bg2 nahi hai */
}

@media only screen and (max-width: 992px) and (min-width: 320px) {
  .header-bg2 {
    background-color: white;
  }
}

.header-bg {
  background-color: white;
}

@media only screen and (max-width: 2600px) {
  .hero-section {
    margin-top: -88px;
    overflow: hidden;
    position: relative;
    padding-top: 200px;
  }

  .hero-section::before {
    background-color: #0a0896;
    height: 1556px;
    content: "";
    position: absolute;
    width: 2300px;
    top: -93%;
    left: 0%;
    z-index: -11;
    box-shadow: 94px 0px 0px 88px rgb(237, 237, 237);
    -webkit-box-shadow: 94px 0px 0px 88px rgb(237, 237, 237);
    -moz-box-shadow: 94px 0px 0px 88px rgb(237, 237, 237);
  }

  .hero-section::after {
    height: 1556px;
    content: "";
    position: absolute;
    width: 100%;
    top: -93%;
    left: 0%;
    z-index: -11;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-image: url(../images/flight.png);
    background-size: cover;
    background-position: center;
  }

  .hero-section .hero-section-text {
    position: relative;
  }

  .hero-section .hero-section-text h1,
  .hero-section .hero-section-text .h1 {
    color: white;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    text-transform: capitalize;
  }

  .hero-section .hero-section-text p {
    color: #e3e2e2;
    padding-bottom: 40px;
    width: 84%;
  }

  .hero-section .hero-section-text .video {
    display: flex;
    justify-content: space-between;
  }

  .hero-section .hero-section-text .video .play-button a {
    color: white;
    display: flex;
    align-items: center;
  }

  .hero-section .hero-section-text .video .play-button a i {
    background-color: white;
    width: 75px;
    height: 75px;
    margin-top: -50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
  }

  .hero-section .hero-section-text .video .play-button a i svg {
    width: 25px;
    height: 25px;
  }

  .hero-section .hero-section-text .video .play-button a i::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
  }

  .hero-section .hero-section-text .video .play-button a span {
    margin-top: -60px;
    border-bottom: 1px solid #fff;
    line-height: 16px;
  }

  .hero-section .hero-section-text .video .review {
    border-radius: 30px;
    padding: 40px 24px;
    padding-bottom: 24px;
    text-align: center;
    z-index: 1;
    padding-top: 34px;
  }

  .hero-section .hero-section-text .video .review h2,
  .hero-section .hero-section-text .video .review .h2 {
    font-size: 60px;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
  }

  .hero-section .hero-section-text .video .review h2 span,
  .hero-section .hero-section-text .video .review .h2 span {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
  }

  .hero-section .hero-section-text .video .review ul.star {
    display: flex;
    background-color: white;
    padding: 4px 14px;
    border-radius: 34px;
    color: #ffab19;
    margin-bottom: 12px;
  }

  .hero-section .hero-section-text .video .review ul.star li {
    padding-right: 2px;
  }

  .hero-section .hero-section-text img.dots {
    position: absolute;
    z-index: 0;
    bottom: 30%;
    right: 22%;
  }

  .hero-section .hero-section-text img.landing-slider {
    position: absolute;
    z-index: 0;
    bottom: 13%;
    left: -23%;
  }

  .hero-section .get-a-quote {
    background-color: white;
    padding: 60px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-bottom: 50px;
  }

  .hero-section .get-a-quote::after {
    right: -6%;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 14px solid #fed73e;
    content: "";
    z-index: -1;
    bottom: -6%;
  }

  .hero-section .get-a-quote::before {
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    background-color: #00c389;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hero-section .get-a-quote input[type="text"],
  .hero-section .get-a-quote .get-a-quote input[type="number"] {
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
    border: 1px solid #d3d3d3;
  }

  .hero-section .get-a-quote h2,
  .hero-section .get-a-quote .h2 {
    font-weight: 40px;
    font-weight: 800;
  }

  .hero-section .get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .hero-section .get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5f9f3;
    border-radius: 50%;
    padding: 22px;
    border-bottom-left-radius: 0;
    margin-right: 30px;
  }

  .hero-section .get-a-quote i svg {
    fill: #00c389;
  }

  .hero-section .get-a-quote .group-img {
    position: relative;
  }

  .hero-section .get-a-quote .group-img::before {
    content: "";
    background-color: #d9d9d9;
    width: 1px;
    height: 35px;
    position: absolute;
    right: 70px;
    top: 15px;
  }

  .hero-section .get-a-quote .group-img svg {
    position: absolute;
    right: 30px;
    width: 24px;
    height: auto;
    top: 21px;
  }

  .hero-section .get-a-quote .radio-button {
    padding: 15px;
    background-color: #edf4ff;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
  }

  .hero-section .get-a-quote .radio-button label {
    padding-left: 10px;
  }

  .hero-section .get-a-quote .radio-button input {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 1400px) {

  .hero-section::before,
  .hero-section::after {
    height: 1482px;
    width: 2272px;
    left: -15%;
  }

  .hero-section .hero-section-text p {
    font-size: 15px;
    padding-bottom: 30px;
    width: 100%;
  }

  .hero-section .hero-section-text .video .play-button a span {
    margin-top: 0;
    border-bottom: 1px solid #fff;
    line-height: 16px;
  }

  .hero-section .hero-section-text .video .play-button a i {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-section {
    padding-top: 140px !important;
  }

  .hero-section img.landing-slider {
    bottom: -27% !important;
    left: -11% !important;
  }

  .hero-section::before,
  .hero-section::after {
    top: -70%;
    left: 0%;
    height: 1950px;
    width: 2272px;
    left: -17%;
  }

  .hero-section .hero-section-text h1,
  .hero-section .hero-section-text .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section .hero-section-text .video .review {
    border-radius: 30px;
    padding: 40px 24px;
    padding-bottom: 24px;
    text-align: center;
    z-index: 1;
    padding-top: 34px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-section {
    margin-top: -120px !important;
    padding-top: 160px !important;
  }

  .hero-section img.landing-slider {
    bottom: -27% !important;
    left: -11% !important;
  }

  .hero-section::before,
  .hero-section::after {
    height: 1882px;
    width: 2272px;
    left: -17%;
  }

  .hero-section .hero-section-text h1,
  .hero-section .hero-section-text .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section .hero-section-text .video .review {
    border-radius: 30px;
    text-align: center;
    z-index: 1;
    padding: 24px 16px;
  }

  .hero-section .hero-section-text .video .review h2,
  .hero-section .hero-section-text .video .review .h2 {
    font-size: 44px;
  }

  .hero-section .hero-section-text .video .review ul.star {
    padding: 0px 9px;
    margin-bottom: 12px;
  }

  .hero-section .hero-section-text .video .review ul.star li i {
    font-size: 12px;
  }

  .hero-section .hero-section-text .video .play-button a span {
    margin-top: -20px;
    border-bottom: 1px solid #fff;
    line-height: 16px;
  }

  .hero-section .hero-section-text .video .play-button a i {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 576px) {
  .hero-section {
    padding-top: 120px;
  }

  .hero-section img.landing-slider {
    bottom: -27% !important;
    left: -11% !important;
  }

  .hero-section::before,
  .hero-section::after {
    height: 1882px;
    width: 2272px;
    left: -17%;
  }

  .hero-section .hero-section-text h1,
  .hero-section .hero-section-text .h1 {
    font-size: 22px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 32px;
  }

  .hero-section .hero-section-text p {
    padding-right: 20px;
  }

  .hero-section .hero-section-text .video {
    margin-bottom: 50px;
  }

  .hero-section .hero-section-text .video .review {
    border-radius: 30px;
    text-align: center;
    z-index: 1;
    padding: 24px 16px;
  }

  .hero-section .hero-section-text .video .review h2,
  .hero-section .hero-section-text .video .review .h2 {
    font-size: 44px;
  }

  .hero-section .hero-section-text .video .review ul.star {
    padding: 0px 9px;
    margin-bottom: 12px;
  }

  .hero-section .hero-section-text .video .review ul.star li i {
    font-size: 12px;
  }

  .hero-section .hero-section-text .video .play-button a span {
    margin-top: -20px;
    border-bottom: 1px solid #fff;
    line-height: 16px;
  }

  .hero-section .hero-section-text .video .play-button a i {
    margin-top: -20px;
  }

  .hero-section .get-a-quote {
    padding: 30px;
    margin-left: 0px;
  }

  .hero-section .get-a-quote i {
    width: 70px;
    height: 70px;
    padding: 17px;
  }

  .hero-section .get-a-quote p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section .get-a-quote .radio-button {
    margin-bottom: 10px;
  }

  .offer::before {
    width: 85% !important;
  }
}

section .section-head {
  padding-bottom: 40px;
}

section .section-head span {
  position: relative;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

section .section-head .line {
  position: relative;
  width: 40px;
  height: 1.5px;
  background-color: #9a9a9a;
}

section .section-head h2,
section .section-head .h2 {
  font-weight: bold;
  width: 90%;
  margin-bottom: 0;
  text-transform: capitalize;
}

#discount .offer {
  padding: 50px;
  background-image: url(../images/map.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#discount .offer::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00c389;
  width: 90%;
  height: 22px;
  z-index: -1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#features .card .card-image,
#features .card .card-image1,
#features .card .card-image2,
#features .card .card-image3 {
  margin-left: 1rem;
}

#features .card .card-image::before,
#features .card .card-image1::before,
#features .card .card-image2::before,
#features .card .card-image3::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  transform: translateX(-25%);
  background-color: #fde5e4;
}

#features .card .card-image1::before {
  background-color: #fef9d6;
}

#features .card .card-image2::before {
  background-color: #e4e9fd;
}

#features .card .card-image3::before {
  background-color: #e9f4f2;
}

#faq .questions-img .dots {
  position: absolute;
  bottom: 30%;
  left: -7%;
}

#testimomials {
  position: relative;
}

#testimomials .questions-img .dots {
  position: absolute;
  bottom: 30%;
  left: 0%;
}

#testimomials #contact .offer {
  padding: 50px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#testimomials #contact .offer::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00c389;
  width: 90%;
  height: 22px;
  z-index: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#testimomials #contact .card .card-image,
#testimomials #contact .card .card-image1,
#testimomials #contact .card .card-image2 {
  margin-left: 1rem;
}

#testimomials #contact .card .card-image svg,
#testimomials #contact .card .card-image1 svg,
#testimomials #contact .card .card-image2 svg {
  width: 60px;
}

#testimomials #contact .card .card-image::before,
#testimomials #contact .card .card-image1::before,
#testimomials #contact .card .card-image2::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 10px;
  width: 65px;
  z-index: 0;
  height: 65px;
  border-radius: 50%;
  transform: translateX(0%);
  background-color: rgba(253, 229, 228, 0.5);
}

#testimomials #contact .card .card-image1::before {
  background-color: rgba(254, 249, 214, 0.5);
}

#testimomials #contact .card .card-image2::before {
  background-color: rgba(228, 233, 253, 0.5);
}

@media only screen and (max-width: 992px) {
  #testimomials {
    font-size: 14px;
    line-height: 22px;
  }
}

.banner-bg {
  height: 78vh;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(402deg,
      rgb(11, 81, 162) 0%,
      rgb(255, 232, 249) 25%,
      rgb(217, 242, 255) 51%,
      rgb(233, 230, 255) 100%);
  animation: AnimateBG 10s ease infinite;
}

.banner-bg .overlay-img-banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 99;
}

.complete-it .bg-color {
  background-color: #f59c12;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .bg-color-2 {
  background-color: #052b5f;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .bg-color-3 {
  background-color: #17c6a5;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .card-header {
  background-color: #f59c12;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .line-card {
  content: " ";
  width: 50px;
  height: 3px;
  background-color: #17c6a5;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 25px);
}

.complete-it .text-color {
  color: #535353;
  font-weight: 400;
}

.complete-it .text-color-light-gray {
  color: #535353;
}

.complete-it .card-header-2 {
  background-color: #052b5f;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .img-border-right:before {
  content: " ";
  width: 90%;
  height: 100%;
  border: 8px solid #fe4138;
  z-index: 0;
  position: absolute;
  left: -14px;
  top: -21px;
  z-index: 0;
}

.complete-it .img-border-left:before {
  content: " ";
  width: 90%;
  height: 100%;
  border: 8px solid #fbb613;
  z-index: 0;
  position: absolute;
  right: -14px;
  top: -21px;
  z-index: 0;
}

@media only screen and (min-width: 668px) {
  .complete-it .img-border-right:before {
    left: -34px;
  }

  .complete-it .img-border-left:before {
    right: -34px;
  }
}

.complete-it {
  background-image: url(assets/images/appontment-bg.webp);
  width: 100%;
  background-size: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.complete-it .bg-color {
  background-color: #f59c12;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .bg-color-2 {
  background-color: #052b5f;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .bg-color-3 {
  background-color: #17c6a5;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .card-header {
  background-color: #f59c12;
  color: white;
  font-size: 1.09375rem;
}

.complete-it .line-card {
  content: " ";
  width: 50px;
  height: 3px;
  background-color: #17c6a5;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 25px);
}

.complete-it .text-color {
  color: #535353;
  font-weight: 400;
}

.complete-it .text-color-light-gray {
  color: #535353;
}

.complete-it .card-header-2 {
  background-color: #052b5f;
  color: white;
  font-size: 1.09375rem;
}

.website-designing {
  background-image: url(assets/images/appontment-bg.webp);
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-attachment: fixed;
}

.website-designing .border-line {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  color: #052b5f;
}

.our-clients {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.our-clients .light-warning-background::before {
  content: " ";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: rgba(249, 66, 58, 0.5);
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: -15px;
  border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  z-index: -1;
}

.our-clients .text-color {
  color: #535353;
  font-weight: 400;
}

.bg-img-section {
  position: relative;
  background: #f6fbfb;
}

.bg-img-section::after {
  content: "";
  width: 100%;
  height: 40px;
  top: -40px;
  left: 0px;
  right: 0px;
  background-image: url(../images/cloud1.png);
  z-index: 999;
  position: absolute;
}

.bg-img-section::before {
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url(../images/cloud.png);
  z-index: 999;
  position: absolute;
}

.why-choose .card-right:hover img {
  transform: scale(1.5);
  transition: 0.3s ease-in-out;
}

.bg-make-your {
  background-image: url(../images/bg-image-jumborden.webp);
  background-attachment: fixed;
  height: 100%;
}

.technologies {
  background-image: url(../images/testimonial/technologies-bg.webp);
  width: 100%;
  background-attachment: scroll;
}

.technologies .text-color-gray {
  color: #343a40;
  font-weight: 400;
}

.technologies .text-line-blue::before {
  content: "";
  width: 20%;
  height: 4px;
  background-color: #fe4138;
  position: absolute;
  left: 20%;
  left: 0;
}

.technologies .font-size {
  color: #535353;
  font-size: 0.875rem;
}

.our-services .text-color {
  color: #535353;
  font-weight: 500;
}

.our-services .line-yellow::before {
  content: "";
  position: absolute;
  background-color: #fbb613;
  width: 20%;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-services .line-green::before {
  content: "";
  position: absolute;
  background-color: #36c88f;
  width: 20%;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-services .line-blue::before {
  content: "";
  position: absolute;
  background-color: #7164e8;
  width: 20%;
  height: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-services .card-title {
  color: #535353;
  font-weight: 400;
}

.our-services .card-text {
  font-size: 14px;
  text-align: center;
}

.brands .brand {
  width: 130px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: grid;
  place-content: center;
  padding: 1rem;
  box-shadow: 0 6px 10px #eaeaea;
  overflow: hidden;
}

@media only screen and (min-width: 668px) {
  .brands .brand {
    padding: 2rem;
  }
}

.footer {
  padding: 10px;
  padding-top: 40px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: relative;
  background-color: #fe4138;
  /*background-color: #0f0f0f;*/
}

@media only screen and (min-width: 668px) {
  .footer {
    padding: 40px;
  }
}

.footer .footer-content {
  position: relative;
  z-index: 3;
}

.footer .footer-content .copyright {
  position: relative;
}

.footer .footer-content .copyright::before {
  content: "";
  position: absolute;
  top: -4px;
  z-index: 4;
  left: 0;
  width: 100%;
  background-color: #844db6;
  height: 4px;
}

.footer .footer-icon-new li {
  align-items: center;
  background-color: white;
  border-radius: 50% !important;
  height: 30px;
  width: 30px;
  justify-content: center;
  margin: 3px;
  color: #fe4138;
}

.footer li {
  cursor: pointer !important;
}

.footer li a {
  cursor: pointer !important;
}

/* Styling for the main navbar */
.navbar {
  background-color: white;
  padding: 0px;
}

/* Menu styling */
.menu {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

/* Dropdown container: initially hidden */
.dropdown {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Positioned relative to its parent */
  top: 100%;
  /* Appears below the menu item */
  left: 0;
  width: 100% !important;
  background-color: #fe4138;
  /* Dark blue background */
  color: white;
  flex-direction: row;
  padding: 20px;
  z-index: 1000;
  /* Ensures it stays on top of other content */
}

@media only screen and (min-width: 992px) {
  .dropdown {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Positioned relative to its parent */
    bottom: 0;
    /* Appears below the menu item */
    left: 0;
    width: 100% !important;
    background-color: #fe4138;
    /* Dark blue background */
    color: white;
    flex-direction: row;
    padding: 20px;
    z-index: 1000;
    /* Ensures it stays on top of other content */
  }
}

/* Dropdown columns */
.dropdown-column {
  margin-right: 30px;
}

@media only screen and (max-width: 320px) {
  .dropdown-column {
    display: none;
  }
}

/* Dropdown headers */
.dropdown h4,
.dropdown .h4 {
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
}

/* List inside dropdown */
.dropdown ul {
  list-style: none;
  padding: 0;
}

/* List items in dropdown */
.dropdown ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* Links inside dropdown */
.dropdown ul li a {
  text-decoration: none;
  color: white;
}

.dropdown ul li a:hover {
  text-decoration: underline;
}

/* Hover effect: When hovering over the menu item, show the dropdown */
.menu-item-list:hover .dropdown {
  width: 100% !important;
  display: inline-table;
}

/* #accordion display none */
.accordion-item {
  display: none;
}

@media only screen and (min-width: 320px) {
  .accordion-item {
    display: block;
  }
}

/*# sourceMappingURL=home.css.map */

/*# sourceMappingURL=home.css.map */
.text-about-banner img {
  height: 400px;
  width: 100%;
}

.text-about-banner .overlay-banner-img {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  filter: blur(1px);
}

.text-about-banner .text-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 4;
  opacity: 2;
  font-weight: 500;
}

.our-clients .card {
  background-color: rgb(249, 66, 58);
}

.our-clients .text-color {
  color: white;
  font-weight: 500;
}

.about-vslr .line-pink::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 5px;
  background-color: #fe4138;
}

.problems-well {
  background-color: rgb(250 66 58);
}

.problems-well .text-blue {
  color: black;
}

.problems-well .text-blue::before {
  content: "";
  position: absolute;
  background-color: #fe4138;
  width: 12%;
  height: 3px;
  bottom: 0;
}

.problems-well .text-saiz {
  font-size: 15px;
}

.our-vision .text-gray {
  color: gray;
  font-weight: 400;
}

.our-vision .heding-color {
  color: #494848;
}

.different {
  background-color: #fef5de;
}

.different .card {
  background: #f64337;
}

.different .text-pink {
  color: white;
}

.different .border-rounded {
  border-radius: 10px;
  border: none;
}

.project-developers {
  background-image: url(assets/images/about-us/hire-resources.png);
  width: 100%;
  background-attachment: initial;
}

.project-developers .text-gray {
  color: #535353;
  font-size: 50px;
}

.project-developers .text-pink {
  color: #fbb03b;
  font-weight: 800;
}

/* contact-us css start */
.text-contact-us-banner img {
  height: 400px;
  width: 100%;
}

.text-about-banner img {
  height: 400px;
  width: 100%;
}

.text-contact-us-banner .overlay-banner-img {
  position: absolute;
  background: #fe4138;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  filter: blur(1px);
}

.text-contact-us-banner .text-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 4;
  opacity: 2;
  font-weight: 500;
}

.contact-message .contact-banner-text {
  font-size: 16px;
}

.contact-message .contact-message-text {
  color: #514a4a;
  font-size: 14px;
  font-weight: 500;
}

.contact-info .icon-call {
  width: 50px;
}

.accordion-button:not(.collapsed) {
  color: rgb(249 66 58 / 97%);
  background-color: rgba(232, 232, 245, 0.9968627451);
  box-shadow: inset 0 -1px 0 rgba(17, 24, 39, 0.125);
}

/*  */

.vslr-web-design-banner {
  background-image: url("../images/our-services/banner-service.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.vslr-web-design-banner.bg-h {
  background-image: url("../images/our-services/banner-service.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 350px;
}

.vslr-web-design-banner .overlay-banner-img {
  position: absolute;
  background: #fe4138;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  filter: blur(1px);
  z-index: 0;
}

.vslr-web-design-banner .line-pink::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 5px;
  bottom: -15px;
  background-color: #fe4138;
}

.vslr-web-design-banner .vslr-web-banner-text {
  font-size: 35px;
  color: white;
}

@media only screen and (min-width: 668px) {
  .vslr-web-design-banner .vslr-web-banner-text {
    font-size: 50px;
    color: white;
  }
}

.vslr-web-design-banner .container {
  z-index: 99;
  position: relative;
  padding-bottom: 50px !important;
}

.vslr-web-design-banner .vslr-web-banner-text-sec {
  color: white;
  font-weight: 300;
  font-size: 40px;
}

.vslr-web-design-banner .vslr-web-design-banner p {
  font-style: italic;
}

@media only screen and (min-width: 668px) {
  .vslr-web-design-banner .vslr-web-banner-text {
    font-size: 50px;
    color: white;
  }

  .vslr-web-design-banner .container {
    z-index: 99;
    position: relative;
    padding-bottom: 108px !important;
  }

  .vslr-web-design-banner .vslr-web-banner-text-sec {
    font-size: 50px;
  }
}

.about-vslr-web-design {
  background-color: blue;
}

.about-vslr-web-design .about-vslr-web-design-text {
  color: rgba(17, 24, 39, 0.9);
}

.development .vslr-niti-ayog {
  width: 45px;
}

.development .icon-color {
  color: #fe4138;
}

.vslr-designing-needs {
  background-color: #fdf6e1;
}

.vslr-designing-needs .card {
  background: none;
  border: none;
  transition: 0s;
}

.vslr-designing-needs .card:hover {
  background: white;
  border: block;
  transition: 0.6s;
}

/* vslr-our-success section css vslr-our-portfolio section css cammind */
.card-img-vslr-our {
  width: 100%;
  height: 450px;
}

.overlay-card-img {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  filter: blur(1px);
}

.overlay__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.vslr-logo-img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.vslr-our-success {
  background-color: #f9f9f9;
}

.vslr-our-success .card-img-vslr-success {
  width: 100%;
  height: 330px;
}

.asked-questions .accordion {
  border: 1px solid #f1f1f1;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.5s ease;
  background-color: #f1f1f1;
}

.asked-questions .accordion:hover {
  border-color: #f1f1f1;
}

.asked-questions .accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  color: #666;
}

.asked-questions .accordion__header:after,
.asked-questions .accordion__header:before {
  content: "";
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #666;
  transition: all 0.2s;
}

.asked-questions .accordion__header:after {
  transform: rotate(90deg);
}

.asked-questions .accordion:has(input:checked) .accordion__header {
  color: #000;
}

.asked-questions .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.asked-questions .accordion__content * {
  padding: 0 1em 1em;
}

.asked-questions .accordion input {
  display: none;
}

.asked-questions .accordion:has(input:checked) {
  border-color: #000;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.asked-questions .accordion input:checked~.accordion__header:before {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.asked-questions .accordion input:checked~.accordion__header:after {
  transform: rotate(270deg) !important;
  background-color: #000;
}

.asked-questions .accordion input:checked~.accordion__content {
  max-height: 1000px;
  /* Adjust based on content length */
}

.opening-box .job-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
}

.opening-box .job-post-time span span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.625;
  color: #A0ABB8;
}