@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.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 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
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(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

td,
th,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.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%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}
.g-3 {
  --bs-gutter-x: 1rem;
}
.g-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .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-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.form-label {
  margin-bottom: 0.5rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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: var(--bs-secondary-bg);
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}

.card-img-top {
  width: 100%;
}

.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(
    var(--bs-border-radius-lg) - var(--bs-border-width)
  );
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: 7px;
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
    calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
    calc(-0.5 * var(--bs-offcanvas-padding-x))
    calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.d-inline {
  display: inline !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.top-0 {
  top: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-2 {
  border-width: 2px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.m-0 {
  margin: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.visible {
  visibility: visible !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  z-index: 1;
  display: flex;
  transition-timing-function: linear !important;
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  flex-shrink: 0;
  display: block;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev,
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock,
.swiper-scrollbar-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after {
  content: "prev";
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-scrollbar,
.swiper-scrollbar-drag {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
}
.swiper-scrollbar {
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper,
.swiper-scrollbar-drag,
.swiper-slide img,
.swiper-zoom-container {
  width: 100%;
  height: 100%;
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  left: 0;
  top: 0;
}
.swiper-zoom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0px;
  padding: 12px 0;
}
.swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0px !important;
}
ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  color: white;
}
ul {
  margin: 0px !important;
  padding-left: 0px !important;
}
span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0px !important;
}

/* nav style */
.topNav {
  background-color: #1f1f2e;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0%);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
}
.navbar.show {
  display: block; /* Show when active */
}
header nav .social-icon ul li i {
  color: var(--color-primary);
}
header nav ul li .ct-num:hover {
  color: #ffc038;
  transition: all 0.4s ease-in-out;
}
header nav ul li .mail-info:hover {
  color: #ffc038;
  transition: all 0.4s ease-in-out;
}
header nav ul li .erp-log:hover {
  color: #ffc038;
  transition: all 0.4s ease-in-out;
}
header nav ul li .track-cons:hover {
  color: #ffc038;
  transition: all 0.4s ease-in-out;
}
.social-icon svg:hover {
  scale: 1.2;
  transition: all 0.4s ease-in-out;
}

/* banner style */
main .video .banner-header {
  padding: 10px 40px 10px 40px;
  top: 65px; /* Stick to the top of the page */
  left: 0;
  transform: translateY(0%); /* Initially hide it */
  background-color: transparent;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.responsive-video {
  width: 100%;
  height: 918px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.video .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
main .banner-section .video .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .video .logo {
  padding: 10px;
}
main .banner-section .video .menu-btn {
  padding: 10px;
}
main .banner-section .video .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}

main .banner-section .video .banner-h2 h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
}
main .banner-section .video .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
main .banner-section .video .banner-para {
  width: 40%;
}
main .banner-section .banner-info {
  top: 39%;
}
main .banner-section .mouse {
  border-color: #ffffff;
  height: 40px;
  width: 25px;
  border-width: 2px;
  border-radius: 50px;
  bottom: 3%;
  border-style: solid;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
main .banner-section .mouse .scroller {
  width: 3px;
  height: 10px;
  margin-top: 0px;
  background-color: #ffffff;
  border-radius: 50px;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  display: inline-block;
}
main .banner-section .banner-btn {
  bottom: 24%;
}
main .banner-section .banner-btn button {
  background-color: #ffb407;
  color: white;
  width: 283px;
  border: none;
  padding: 12px 0;
  background-color: #212d45;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
}
/* about style */
main #about-section {
  background-color: #f5f5f5;
}
main #about-section .about h4 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main #about-section .about h2 {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 40px;
}
main #about-section .about p {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  color: #4b4f58;
}
main #about-section .about h4 a {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
main #about-section .about .yt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  margin: 0 20px;
  color: red;
  background: var(--color-secondary);
  box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 250ms color;
  -webkit-transition: 250ms color;
  -moz-transition: 250ms color;
  -ms-transition: 250ms color;
  -o-transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.about-banner-bg {
  background-color: #ffe098;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.about-banner-bg h3 {
  font-weight: 700;
}
main .about-page-btn button {
  border: none;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-color: var(--color-primary);
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  color: var(--color-card);
}
main .contact-section .about-msg {
  background-color: #fff;
}
main .contact-section .about {
  background-color: #15162c;
}
.banner-section .about-banner {
  background-image: url(../img/about-bg.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .about-banner .banner-header {
  top: 65px;
}
.banner-section .service-bg .banner-header {
  top: 65px !important;
}
.banner-section .client-bg .banner-header {
  top: 65px !important;
}
.banner-section .branch-bg .banner-header {
  top: 65px !important;
}
.banner-section .achivment-bg .banner-header {
  top: 65px !important;
}
.banner-section .respons-bg .banner-header {
  top: 65px !important;
}
.banner-section .blog-bg .banner-header {
  top: 65px !important;
}
.banner-section .contact-bg .banner-header {
  top: 65px !important;
}
.banner-section .about-banner .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .about-banner .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.about-banner .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .about-banner .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .about-banner .menu-btn {
  padding: 10px;
}
main .banner-section .about-banner .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
main .portfolio-parallax {
  background-image: url(../img/portfolio-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}
.elementor-icon-list-items {
  list-style: none !important;
}
/* contact style */
main .contact-section .contact {
  background-color: #e0e0f2;
}
main .contact-section .contact-form {
  background-color: #1f1f2e;
}
main .contact-section .contact-h5 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .contact-section .contact-para p {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  color: #4b4f58;
}
main .contact-section .contact-h2 h2 {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.contact-data span {
  font-size: 72px;
  font-weight: 700;
}
main .contact-section .contact-data span {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 45px;
  font-weight: 700;
}
main .contact-section .contact-data h6 {
  font-weight: bold;
  font-size: 17px;
}

main .contact-section .contact .contact-info {
  padding: 102px 78px !important;
}
main .contact-section .contact .contact-form form input,
button {
  margin: 20px 0;
}
main .contact-section .contact .contact-form form select {
  margin: 20px 0;
  border: none;
  border-radius: 0px;
  padding: 16px;
}
main .contact-section .contact .contact-form form button {
  margin: 20px 0;
  border: none;
  background-color: #17a8e3;
  transition: 0.3s ease-in-out;
}
main .contact-section .contact .contact-form form button:hover {
  background-color: #008fca;
  color: #ffffff;
}
main .contact-section .contact .contact-form form input {
  background-color: #ededed;
  border: none;
  border-radius: 0px;
  padding: 16px;
}
.contact-form form button:hover {
  background-color: #c08d21 !important;
}
main .contact-section .contact-info {
  background-color: f2f2f4 !important;
}
main .contact-section .contact .contact-form form textarea {
  margin: 20px 0;
}
/* services style */
main .our-service .service .service-h5 h5 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .our-service .service .service-h2 h2 {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 40px;
}
main .our-service .service .card-header {
  background-color: var(--color-card);
}
main .our-service .service .card-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  background-color: #ffb407;
  color: #1f1f2e;
  border-radius: 100px;
  margin-top: -40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
main .our-service .service .card-h5 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
}
main .our-service .service .card-para p {
  color: #767676;
  font-family: "Poppins", Sans-serif;
  margin-top: 10px;
  font-size: 15px;
}
main .our-service .service .card-link a {
  color: #ff8200 !important;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
}
main .our-service .service .card-link a:hover {
  scale: 1.1;
  transition: all 0.4s ease-in;
}
.banner-section .service-bg {
  background-image: url(../img/our-services-bg.jpg);
  height: 500px;
  width: 100%;
}
.banner-section .service-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .service-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.service-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .service-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .service-bg .menu-btn {
  padding: 10px;
}
main .banner-section .service-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}

/* choose us style */
main .choose-us .choose-us-bg1 {
  background-image: url(../img/2-1-scaled.jpg);
  background-size: cover;
  height: auto;
  padding: 0;
  overflow: hidden;
}
main .choose-us .choose-list li {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
}
main .choose-us .choose-item ul {
  list-style: none;
}
.choose-item ul li {
  margin: 10px 0 !important;
}
.choose-list ul {
  list-style: none !important;
}
.chooseus-container {
  padding: 100px 0;
}
main .choose-us .choose-us-bg2 {
  background-image: url(../img/a.jpg);
  background-size: cover;
  height: auto !important;
  padding: 86px 0;
}
main .choose-us .choose-h6 h6 {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
}
main .choose-us .choose-h2 h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
}
main .choose-us .choose-para p {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
main .choose-us .choose-btn button {
  border: none;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: var(--color-primary);
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  color: var(--color-card);
}

main .choose-us .choose-btn button:hover {
  background-color: #007aff;
}
main .choose-us .choose-overlay-right {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc03dd9;
  opacity: 0.81;
}
main .choose-us .choose-overlay-left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212d45;
  opacity: 0.81;
}
main .choose-us .choose-h2-right h2 {
  color: #212d45;
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.choose-list ul i {
  margin-right: 12px !important;
}
.choose-btn button:hover {
  scale: 1.1;
  transition: all 0.4s ease-in;
}
/* service2 style */
main .our-service2 .service-2 .service-h5 h5 {
  color: #ffb407;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .our-service2 .service-2 .service-h2 h2 {
  font-family: "Poppins", Sans-serif;
  font-weight: 800;
  color: #212d45;
  font-size: 40px;
}
main .our-service2 .service-2 .card {
  overflow: hidden;
}
main .our-service2 .service-2 .card img {
  width: 100%;
  height: 300px;
  transition: all 0.8s ease 0s;
  mix-blend-mode: normal;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
main .our-service2 .service-2 .card img:hover {
  transform: scale(1.2);
}
/* message style */
main .message-section .message-info {
  background-color: #f2f2f4;
}
main .message-section .message p {
  font-size: 15px;
  font-family: "Poppins", Sans-serif;
  line-height: 34px;
}
main .message-section .message-h2 h2 {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-align: justify;
}
main .message-section .message-video span {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 45px;
  font-weight: 700;
}
main .message-section .message .message-info {
  padding: 52px 26px !important;
  text-align: center;
}
main .message-section .message .message-btn button {
  background-color: #212d45;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 12px 44px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tabs2 > section,
#tabs2 > div {
  position: relative;
  width: 900px;
  height: 450px;
  margin: 11px;
}
main .message-section .message .message-vid-btn button {
  background-color: var(--color-primary);
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  fill: #ffffff;
  color: var(--color-card);
  border-radius: 0;
  border: none;
  padding: 12px 9px;
  width: auto !important;
}
.pt-4 {
  display: flex;
  align-items: center;
  padding-top: 1.5rem !important;
  justify-content: center;
}
main .message-parallax {
  background-image: url(../img/container-railways.html);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.message-section .message-overlay {
  background-color: #212d45;
  opacity: 0.7;
}
.message-btn button:hover {
  background-color: #ebad27 !important;
  color: #000000 !important;
  scale: 1.1;
  transition: all 0.4s ease-in;
}
.message-vid-btn button:hover {
  background-color: #ebad27 !important;
  scale: 1.1;
  transition: all 0.4s ease-in;
}
/* our service3 style */
main .service3-section .service3-h5 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .service3-section .service3-h2 h2 {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 40px;
}
main .service3-section .service3-data span {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 69px;
  font-weight: 700;
}
main .service3-section .service3-data .line {
  padding: 3px 0;
  background-color: var(--color-card);
}
main .service3-section .service3-data h6 {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  color: var(--color-card);
  font-weight: 700;
}
main .service3-section .service3 .service3-info {
  padding: 81px 24px !important;
}
/* our team style */
main .our-team .team .team-h5 h5 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .our-team .team .team-h2 h2 {
  color: #1f1f2e;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 40px;
}
main .our-team .team .card-header {
  background-color: var(--color-card);
}
main .our-team .team .card-icon {
  background-color: var(--color-card-icon);
  padding: 32px 27px;
  top: 7%;
  left: 30%;
  width: 37%;
}
main .our-team .team .card-h5 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
}
main .our-team .team .card-para p {
  color: #767676;
  font-family: "Poppins", Sans-serif;
  margin-top: 10px;
  font-size: 15px;
}
main .our-team .team h6 {
  color: #8a8a8a;
}
main .our-team .team .card-link a i {
  color: var(--color-card);
}
main .our-team .team .team-btn button {
  background-color: #212d45;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  width: auto !important;
  padding: 0 13px;
}
main .our-team .team .team-btn button:hover {
  background-color: #ebad27;
  transition: all 0.4s ease-in;
  color: black;
}
main .our-team .team .card img {
  height: 295px;
  width: 86%;
  margin: 0 auto;
}
main .our-team .team .card .card-link svg:hover {
  transform: scale(1.5);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
/* our client style */
main .client-section .client-h5 {
  color: white;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .client-section .client-h2 h2 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  font-size: 50px;
}

main .client-parallax {
  background-image: url(../img/container-railways.html);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.client-section .client-overlay {
  background-color: #212d45;
  opacity: 0.7;
}
main .client-section .client .client-para p {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
}
main .client-section .client .client-line {
  width: 10%;
  padding: 2px 0;
}
main .swiper .swiper-slide img {
  width: 10vw;
  padding: inherit;
}
.banner-section .client-bg {
  background-image: url(../img/clients-bg.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .client-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .client-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.client-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .client-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .client-bg .menu-btn {
  padding: 10px;
}
main .banner-section .client-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
/* our blog style */
main .our-blog .blog .blog-h5 h5 {
  color: #ffb407;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
main .our-blog .blog .blog-h2 h2 {
  color: #212d45;
  font-size: 40px;
  font-family: "Poppins", Sans-serif;
  font-weight: 800;
  text-transform: capitalize;
}
main .our-blog .blog .blog-h4 h4 {
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  margin-top: 0px;
  font-size: 15px;
  line-height: 25px;
}
main .our-blog .blog-para {
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  margin-top: 10px;
  color: #303030;
}
main .our-blog .blog .card {
  overflow: hidden;
  border: 1px solid rgb(206, 206, 206);
}
main .our-blog .blog .card img {
  width: 100%;
  height: 300px;
  transition: all 0.8s ease 0s;
  mix-blend-mode: normal;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
main .our-blog .blog .card img:hover {
  transform: scale(1.2);
}
main .our-blog .blog .blog-btn button {
  padding: 11px 2px;
  border-radius: 50px;
  background-color: #212d45;
  color: #ffffff;
  margin-top: 20px;
  border: none;
}
main .our-blog .blog .blog-btn button a {
  text-decoration: none;
  color: white;
}
main .our-blog .blog .blog-btn button:hover {
  background-color: #ebad27;
  transition: all 0.4s ease-in;
  color: black;
}
/* achievement style */
.banner-section .achivment-bg {
  background-image: url(../img/achievements-banner.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .achivment-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .achivment-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.achivment-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .achivment-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .achivment-bg .menu-btn {
  padding: 10px;
}
main .banner-section .achivment-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
.employee-container {
  margin-top: 80px;
}
.employee {
  width: 100%;
  background-color: black;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}
.employee:hover > .employee-image {
  margin-top: -100px;
}
.employee-image {
  background-color: #fff;
  height: 400px;
  width: 100%;
  transition: 0.5s;
}
.employee-image img {
  height: 100%;
}
.employee-name {
  color: #fff;
  font-weight: bold;
  padding: 5px;
}
.employee-name h1 {
  font-size: 30px;
}
.employee-name span {
  font-size: 20px;
  color: yellow;
  padding: 0px;
}

/* response bg */
.banner-section .respons-bg {
  background-image: url(../img/respons-bg.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .respons-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .respons-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.respons-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .respons-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .respons-bg .menu-btn {
  padding: 10px;
}
main .banner-section .respons-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
/* about style */
.banner-section .about-banner {
  background-image: url(../img/about-bg.jpg);
  height: 500px;
  width: 100%;
}
.banner-section .about-banner .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .about-banner .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.about-banner .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .about-banner .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .about-banner .menu-btn {
  padding: 10px;
}
main .banner-section .about-banner .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
/* blog page style */
.banner-section .blog-bg {
  background-image: url(../img/blog-bg.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .blog-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .blog-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.blog-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .blog-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .blog-bg .menu-btn {
  padding: 10px;
}
main .banner-section .blog-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
/* contact bg */
.banner-section .contact-bg {
  background-image: url(../img/contact-bg.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .contact-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .contact-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.contact-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .contact-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .contact-bg .menu-btn {
  padding: 10px;
}
main .banner-section .contact-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
/* footer style */
footer .footer-container {
  background-color: #141420;
}
footer .footer-container .footer-logo img {
  width: 286px;
}
footer .footer-container .footer-para {
  text-align: justify;
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  line-height: 27px;
}
footer .footer-container .social-icon ul li a i {
  color: var(--color-primary);
  font-size: 15px !important;
}
footer .footer-container .quick-link-h5 h5 {
  color: #fdbd36;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
footer .footer-container .our-services-h5 h5 {
  color: #fdbd36;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
footer .footer-container .contactus-h5 h5 {
  color: #fdbd36;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
footer .footer-container .download-h4 h4 {
  color: #fdbd36;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
footer .footer-container .quick-link ul li {
  padding: 10px 0 !important;
  list-style: none;
}
footer .footer-container .quick-link ul li svg {
  margin-right: 12px;
}
footer .footer-container .quick-link ul li a:hover {
  color: #fdbd36;
}
footer .footer-container .quick-link ul li:hover {
  transform: translateX(5px);
  transition: all 0.4s ease-in-out;
}
footer .footer-container .our-service-link ul li {
  padding: 10px 0 !important;
  list-style: none;
}
footer .footer-address ul li {
  list-style: none;
}
footer .footer-container .our-service-link ul li svg {
  margin-right: 12px;
}
footer .footer-container .our-service-link ul li a:hover {
  color: #fdbd36;
}
footer .footer-container .our-service-link ul li:hover {
  transform: translateX(5px);
  transition: all 0.4s ease-in-out;
}
footer .copy-right {
  background-color: #393950 !important;
}
footer .copy-right a {
  text-decoration: none;
  color: var(--color-primary);
}
footer .footer-container .footer-address .address strong {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  color: #ffffff;
}
footer .footer-container .footer-address .address strong:hover {
  color: #fdbd36;
}
footer .footer-container .footer-address ul li i {
  margin-right: 13px;
}
footer .footer-container .footer-line {
  background-color: var(--color-primary);
  padding: 1px 0;
}
.footer-address li a:hover {
  color: #fdbd36;
}
.mobile-stores img {
  cursor: pointer;
}
/* branch location */
.banner-section .branch-bg {
  background-image: url(../img/branch-bg.jpg);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .branch-bg .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner-section .branch-bg .banner-h1 h1 {
  color: var(--color-secondary);
  font-family: "Poppins", Sans-serif;
  font-size: 90px;
  font-weight: 700;
}
.branch-bg .banner-header {
  padding: 10px 40px 10px 40px;
  z-index: 100;
}
main .banner-section .branch-bg .logo img {
  height: auto;
  width: 286px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
main .banner-section .branch-bg .menu-btn {
  padding: 10px;
}
main .banner-section .branch-bg .menu-btn button span {
  color: #1f1f2e;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5% 5% 5% 5%;
  padding: 13px 10px;
  border: none;
  font-size: 18px;
  width: 122px;
  height: 44px;
}
/* blog banner */
/* hamburger overlay style */
#offcanvasNavbar {
  background-color: #141420;
  overflow: hidden;
  overflow-y: auto;
}
.offcanvas-body .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.follow a {
  color: #fdbd36;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.download-app a {
  color: #fdbd36;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline;
}
.offcanvas-body {
  padding: 0.5rem 2rem !important;
}
.offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  color: #fdbd36;
}
.canva-bottom {
  padding: 0.2rem 2rem;
}
.canva-bottom .social-icons svg:hover {
  scale: 1.2;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
/* scroller */
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
/* ripple effect */
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgb(215 201 25 / 50%);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
  }
}

/* css var */
:root {
  --color-primary: #ffc03d;
  --color-secondary: #ffb407;
  --color-card: #1f1f2e;
  --color-card-icon: #ffb407;
  --color-card-para: #767676;
  --color-card-a: #ff8200;
}

footer .footer-container .footer-logo img {
  width: 212px;
}
main .contact-section .contact .contact-info {
  padding: 3vw 3vw !important;
}
.our-service .service .card {
  width: 25rem !important;
}
main .our-service .service .card-icon i {
  font-size: 3.5vw !important;
}
main .contact-section .contact .contact-form form input,
select,
button {
  width: 49vw;
  margin: 20px 0;
}
.our-service2 .service2 .card {
  width: 32rem !important;
}
main .swiper .swiper-slide img {
  width: 150px;
}
main .banner-section .video .banner-h1 h1 {
  font-size: 4vw;
}
main .banner-section .video .banner-h2 h2 {
  font-size: 2vw !important;
}
main .banner-section .video .banner-para {
  width: 22%;
}
main .banner-section .banner-btn {
  bottom: 14%;
  width: 100% !important;
}
@media (max-width: 768px) {
  .our-service .service .card {
    width: 85vw !important;
    margin: auto;
  }
  .banner-section .client-bg .banner-h1 h1 {
    font-size: 4rem;
  }
  main .banner-section .video .banner-h1 h1 {
    font-size: 3rem;
  }
  .banner-section .about-banner .banner-h1 h1 {
    font-size: 4rem;
  }
  .banner-section .service-bg .banner-h1 h1 {
    font-size: 4rem;
  }
  .banner-section .branch-bg .banner-h1 h1 {
    font-size: 4rem;
  }
  .banner-section .achivment-bg .banner-h1 h1 {
    font-size: 3rem;
  }
  .banner-section .respons-bg .banner-h1 h1 {
    font-size: 3rem;
  }
  .banner-section .blog-bg .banner-h1 h1 {
    font-size: 4rem;
  }
  .banner-section .contact-bg .banner-h1 h1 {
    font-size: 4rem;
  }

  main .our-service .service .card-icon {
    top: 11%;
    left: 42%;
  }
  main .our-service .service .card-icon i {
    font-size: 5.5vw !important;
  }
  #card {
    width: 91vw !important;
    margin: auto;
  }
  #frame2 {
    width: 87vw !important;
    height: 77%;
  }
  .our-team .team .card {
    width: 95vw !important;
    margin: auto;
  }
  .our-blog .blog .card {
    width: 88vw !important;
    margin: auto;
  }
  .banner-section .banner-btn {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  main .banner-section .video .banner-para {
    width: 41%;
  }
}
@media (max-width: 500px) {
  .logo img {
    width: 10rem !important;
  }
  main .banner-section .video .menu-btn button {
    padding: 7px 25px;
    width: 123px;
  }
  main .banner-section .video .banner-para {
    width: 67%;
  }
  .navbar {
    gap: 15px !important;
  }
  main .contact-section .contact .contact-form form input,
  select,
  button {
    width: 96vw;
    margin: 20px 0;
  }
  .choose-us .choose .choose-us-bg1 .chooseus-container {
    width: 100% !important;
    padding: 35px 26px;
  }
}
@media (max-width: 1024px) {
  main .banner-section .video .banner-h2 h2 {
    font-size: 6vw !important;
  }
}
@media (min-width: 1024px) {
  .banner-btn {
    display: block;
  }
  footer .footer-container .footer-logo img {
    width: 212px;
  }
}
@media (max-width: 398px) {
  .topNav ul li {
    margin-right: 1px !important;
  }
  .footer-bottom p,
  a {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .card {
    margin: 12px 0px !important;
  }
}
@media (max-width: 372px) {
  .topNav ul li {
    margin: 0px 0px !important;
  }
  .topNav ul li .erp-log {
    margin-right: 5px !important;
  }
}
/* map style */
#state {
  border-radius: 0px;
  font-size: 19px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
}
#city {
  border-radius: 0px;
  font-size: 19px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
}
.scrollbar {
  max-height: 500px !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.container {
  margin-top: 2rem;
}
/* Expandable card styles */
.expandable-card {
  position: relative;
  overflow: hidden;
  max-height: 492px; /* Collapsed height */
  transition: max-height 0.5s ease;
  cursor: pointer;
}
.expandable-card.active {
  max-height: 1000px; /* Expanded height (adjust as needed) */
}
/* "Read more" indicator */
.expandable-card .readmore {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  padding: 0.25rem 1.25rem 0.25rem 0.75rem;
  background: #2b2d42;
  text-align: center;
  opacity: 1;
  pointer-events: initial;
  color: #fff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  transition: all ease-in-out 0.325s;
  transition-delay: 0.5s;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.expandable-card.active .readmore {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}
.contact-svg{
  transition: transform 0.3s ease-in-out;
}
.contact-svg:hover{
  transform: scale(1.2);
}