@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://cdn.jsdelivr.net/bootstrap.daterangepicker/2/daterangepicker.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css");
:root {
  --bs-blue: #28AAE1;
  --bs-navy: #001A3B;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #CE242D;
  --bs-orange: #E25630;
  --bs-yellow: #ffc107;
  --bs-green: #167332;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #333333;
  --bs-gray-dark: #343a40;
  --bs-tt-green: #6B9214;
  --bs-gray-100: #F4F4F4;
  --bs-gray-200: #E5E5E5;
  --bs-gray-300: #C6C6C6;
  --bs-gray-400: #B2B3B6;
  --bs-gray-500: #666666;
  --bs-gray-600: #333333;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #000;
  --bs-secondary: #fff;
  --bs-success: #167332;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #CE242D;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-blue: #28AAE1;
  --bs-orange: #E25630;
  --bs-navy: #001A3B;
  --bs-gray-100: #F4F4F4;
  --bs-gray-200: #E5E5E5;
  --bs-gray-300: #C6C6C6;
  --bs-gray-400: #B2B3B6;
  --bs-gray-500: #666666;
  --bs-gray-600: #333333;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary-rgb: 255, 255, 255;
  --bs-success-rgb: 22, 115, 50;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 206, 36, 45;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-blue-rgb: 40, 170, 225;
  --bs-orange-rgb: 226, 86, 48;
  --bs-navy-rgb: 0, 26, 59;
  --bs-gray-100-rgb: 244, 244, 244;
  --bs-gray-200-rgb: 229, 229, 229;
  --bs-gray-300-rgb: 198, 198, 198;
  --bs-gray-400-rgb: 178, 179, 182;
  --bs-gray-500-rgb: 102, 102, 102;
  --bs-gray-600-rgb: 51, 51, 51;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --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.5rem;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #000;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h1, .h1 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.25rem;
  }
}

h4, .h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
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;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 20px;
  --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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1380px;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.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;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-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-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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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: 1000;
  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);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.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;
}
.dropdown-item:hover, .dropdown-item:focus {
  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;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --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);
  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,
.card > .list-group + .card-footer {
  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-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.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-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

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

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --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-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: black;
  background-color: #cccccc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary {
  color: #666666;
  background-color: white;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-success {
  color: #0d451e;
  background-color: #d0e3d6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0d451e;
  background-color: #bbccc1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0d451e;
  border-color: #0d451e;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #7c161b;
  background-color: #f5d3d5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7c161b;
  background-color: #ddbec0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c161b;
  border-color: #7c161b;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-blue {
  color: #186687;
  background-color: #d4eef9;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #186687;
  background-color: #bfd6e0;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #186687;
  border-color: #186687;
}

.list-group-item-orange {
  color: #88341d;
  background-color: #f9ddd6;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #88341d;
  background-color: #e0c7c1;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #88341d;
  border-color: #88341d;
}

.list-group-item-navy {
  color: #001023;
  background-color: #ccd1d8;
}
.list-group-item-navy.list-group-item-action:hover, .list-group-item-navy.list-group-item-action:focus {
  color: #001023;
  background-color: #b8bcc2;
}
.list-group-item-navy.list-group-item-action.active {
  color: #fff;
  background-color: #001023;
  border-color: #001023;
}

.list-group-item-gray-100 {
  color: #626262;
  background-color: #fdfdfd;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-gray-200 {
  color: #5c5c5c;
  background-color: #fafafa;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #5c5c5c;
  background-color: #e1e1e1;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

.list-group-item-gray-300 {
  color: #4f4f4f;
  background-color: #f4f4f4;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #4f4f4f;
  background-color: gainsboro;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #4f4f4f;
  border-color: #4f4f4f;
}

.list-group-item-gray-400 {
  color: #6b6b6d;
  background-color: #f0f0f0;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #6b6b6d;
  background-color: #d8d8d8;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6b6b6d;
  border-color: #6b6b6d;
}

.list-group-item-gray-500 {
  color: #3d3d3d;
  background-color: #e0e0e0;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #cacaca;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.list-group-item-gray-600 {
  color: #1f1f1f;
  background-color: #d6d6d6;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(22, 115, 50, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(206, 36, 45, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #000 !important;
  background-color: RGBA(40, 170, 225, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(226, 86, 48, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-navy {
  color: #fff !important;
  background-color: RGBA(0, 26, 59, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-100 {
  color: #000 !important;
  background-color: RGBA(244, 244, 244, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-200 {
  color: #000 !important;
  background-color: RGBA(229, 229, 229, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-300 {
  color: #000 !important;
  background-color: RGBA(198, 198, 198, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-400 {
  color: #000 !important;
  background-color: RGBA(178, 179, 182, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-500 {
  color: #fff !important;
  background-color: RGBA(102, 102, 102, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray-600 {
  color: #fff !important;
  background-color: RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #000 !important;
}
.link-primary:hover, .link-primary:focus {
  color: black !important;
}

.link-secondary {
  color: #fff !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: white !important;
}

.link-success {
  color: #167332 !important;
}
.link-success:hover, .link-success:focus {
  color: #125c28 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #CE242D !important;
}
.link-danger:hover, .link-danger:focus {
  color: #a51d24 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.link-blue {
  color: #28AAE1 !important;
}
.link-blue:hover, .link-blue:focus {
  color: #53bbe7 !important;
}

.link-orange {
  color: #E25630 !important;
}
.link-orange:hover, .link-orange:focus {
  color: #e87859 !important;
}

.link-navy {
  color: #001A3B !important;
}
.link-navy:hover, .link-navy:focus {
  color: #00152f !important;
}

.link-gray-100 {
  color: #F4F4F4 !important;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: #f6f6f6 !important;
}

.link-gray-200 {
  color: #E5E5E5 !important;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: #eaeaea !important;
}

.link-gray-300 {
  color: #C6C6C6 !important;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #d1d1d1 !important;
}

.link-gray-400 {
  color: #B2B3B6 !important;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: #c1c2c5 !important;
}

.link-gray-500 {
  color: #666666 !important;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #525252 !important;
}

.link-gray-600 {
  color: #333333 !important;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: #292929 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  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;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}

.border-orange {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
}

.border-navy {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-navy-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-100 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-300 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-400 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-500 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
}

.border-gray-600 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.ms-20 {
  margin-left: 2rem !important;
}

.ms-30 {
  margin-left: 3rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-60 {
  padding: 6rem !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: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-30 {
  padding-right: 3rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-30 {
  padding-left: 3rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-4 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.2495rem !important;
}

.lh-base {
  line-height: 1.5rem !important;
}

.lh-lg {
  line-height: 1.749rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-navy {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-navy-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-200-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-300-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-400-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-600-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-navy {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-navy-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-300-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-400-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-600-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-30 {
    margin-top: 3rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-20 {
    margin-right: 2rem !important;
  }
  .me-sm-30 {
    margin-right: 3rem !important;
  }
  .me-sm-40 {
    margin-right: 4rem !important;
  }
  .me-sm-50 {
    margin-right: 5rem !important;
  }
  .me-sm-60 {
    margin-right: 6rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-20 {
    margin-left: 2rem !important;
  }
  .ms-sm-30 {
    margin-left: 3rem !important;
  }
  .ms-sm-40 {
    margin-left: 4rem !important;
  }
  .ms-sm-50 {
    margin-left: 5rem !important;
  }
  .ms-sm-60 {
    margin-left: 6rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-30 {
    padding-top: 3rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-20 {
    padding-right: 2rem !important;
  }
  .pe-sm-30 {
    padding-right: 3rem !important;
  }
  .pe-sm-40 {
    padding-right: 4rem !important;
  }
  .pe-sm-50 {
    padding-right: 5rem !important;
  }
  .pe-sm-60 {
    padding-right: 6rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-20 {
    padding-left: 2rem !important;
  }
  .ps-sm-30 {
    padding-left: 3rem !important;
  }
  .ps-sm-40 {
    padding-left: 4rem !important;
  }
  .ps-sm-50 {
    padding-left: 5rem !important;
  }
  .ps-sm-60 {
    padding-left: 6rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-20 {
    gap: 2rem !important;
  }
  .gap-sm-30 {
    gap: 3rem !important;
  }
  .gap-sm-40 {
    gap: 4rem !important;
  }
  .gap-sm-50 {
    gap: 5rem !important;
  }
  .gap-sm-60 {
    gap: 6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mt-md-30 {
    margin-top: 3rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .me-md-20 {
    margin-right: 2rem !important;
  }
  .me-md-30 {
    margin-right: 3rem !important;
  }
  .me-md-40 {
    margin-right: 4rem !important;
  }
  .me-md-50 {
    margin-right: 5rem !important;
  }
  .me-md-60 {
    margin-right: 6rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-20 {
    margin-left: 2rem !important;
  }
  .ms-md-30 {
    margin-left: 3rem !important;
  }
  .ms-md-40 {
    margin-left: 4rem !important;
  }
  .ms-md-50 {
    margin-left: 5rem !important;
  }
  .ms-md-60 {
    margin-left: 6rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-30 {
    padding-top: 3rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-20 {
    padding-right: 2rem !important;
  }
  .pe-md-30 {
    padding-right: 3rem !important;
  }
  .pe-md-40 {
    padding-right: 4rem !important;
  }
  .pe-md-50 {
    padding-right: 5rem !important;
  }
  .pe-md-60 {
    padding-right: 6rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-20 {
    padding-left: 2rem !important;
  }
  .ps-md-30 {
    padding-left: 3rem !important;
  }
  .ps-md-40 {
    padding-left: 4rem !important;
  }
  .ps-md-50 {
    padding-left: 5rem !important;
  }
  .ps-md-60 {
    padding-left: 6rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-20 {
    gap: 2rem !important;
  }
  .gap-md-30 {
    gap: 3rem !important;
  }
  .gap-md-40 {
    gap: 4rem !important;
  }
  .gap-md-50 {
    gap: 5rem !important;
  }
  .gap-md-60 {
    gap: 6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-20 {
    margin-right: 2rem !important;
  }
  .me-lg-30 {
    margin-right: 3rem !important;
  }
  .me-lg-40 {
    margin-right: 4rem !important;
  }
  .me-lg-50 {
    margin-right: 5rem !important;
  }
  .me-lg-60 {
    margin-right: 6rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-20 {
    margin-left: 2rem !important;
  }
  .ms-lg-30 {
    margin-left: 3rem !important;
  }
  .ms-lg-40 {
    margin-left: 4rem !important;
  }
  .ms-lg-50 {
    margin-left: 5rem !important;
  }
  .ms-lg-60 {
    margin-left: 6rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-30 {
    padding-top: 3rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-20 {
    padding-right: 2rem !important;
  }
  .pe-lg-30 {
    padding-right: 3rem !important;
  }
  .pe-lg-40 {
    padding-right: 4rem !important;
  }
  .pe-lg-50 {
    padding-right: 5rem !important;
  }
  .pe-lg-60 {
    padding-right: 6rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-20 {
    padding-left: 2rem !important;
  }
  .ps-lg-30 {
    padding-left: 3rem !important;
  }
  .ps-lg-40 {
    padding-left: 4rem !important;
  }
  .ps-lg-50 {
    padding-left: 5rem !important;
  }
  .ps-lg-60 {
    padding-left: 6rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-20 {
    gap: 2rem !important;
  }
  .gap-lg-30 {
    gap: 3rem !important;
  }
  .gap-lg-40 {
    gap: 4rem !important;
  }
  .gap-lg-50 {
    gap: 5rem !important;
  }
  .gap-lg-60 {
    gap: 6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-20 {
    margin-top: 2rem !important;
  }
  .mt-xl-30 {
    margin-top: 3rem !important;
  }
  .mt-xl-40 {
    margin-top: 4rem !important;
  }
  .mt-xl-50 {
    margin-top: 5rem !important;
  }
  .mt-xl-60 {
    margin-top: 6rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-20 {
    margin-right: 2rem !important;
  }
  .me-xl-30 {
    margin-right: 3rem !important;
  }
  .me-xl-40 {
    margin-right: 4rem !important;
  }
  .me-xl-50 {
    margin-right: 5rem !important;
  }
  .me-xl-60 {
    margin-right: 6rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-20 {
    margin-left: 2rem !important;
  }
  .ms-xl-30 {
    margin-left: 3rem !important;
  }
  .ms-xl-40 {
    margin-left: 4rem !important;
  }
  .ms-xl-50 {
    margin-left: 5rem !important;
  }
  .ms-xl-60 {
    margin-left: 6rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-20 {
    padding-top: 2rem !important;
  }
  .pt-xl-30 {
    padding-top: 3rem !important;
  }
  .pt-xl-40 {
    padding-top: 4rem !important;
  }
  .pt-xl-50 {
    padding-top: 5rem !important;
  }
  .pt-xl-60 {
    padding-top: 6rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-20 {
    padding-right: 2rem !important;
  }
  .pe-xl-30 {
    padding-right: 3rem !important;
  }
  .pe-xl-40 {
    padding-right: 4rem !important;
  }
  .pe-xl-50 {
    padding-right: 5rem !important;
  }
  .pe-xl-60 {
    padding-right: 6rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-20 {
    padding-left: 2rem !important;
  }
  .ps-xl-30 {
    padding-left: 3rem !important;
  }
  .ps-xl-40 {
    padding-left: 4rem !important;
  }
  .ps-xl-50 {
    padding-left: 5rem !important;
  }
  .ps-xl-60 {
    padding-left: 6rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-20 {
    gap: 2rem !important;
  }
  .gap-xl-30 {
    gap: 3rem !important;
  }
  .gap-xl-40 {
    gap: 4rem !important;
  }
  .gap-xl-50 {
    gap: 5rem !important;
  }
  .gap-xl-60 {
    gap: 6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .m-xxl-20 {
    margin: 2rem !important;
  }
  .m-xxl-30 {
    margin: 3rem !important;
  }
  .m-xxl-40 {
    margin: 4rem !important;
  }
  .m-xxl-50 {
    margin: 5rem !important;
  }
  .m-xxl-60 {
    margin: 6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-20 {
    margin-top: 2rem !important;
  }
  .mt-xxl-30 {
    margin-top: 3rem !important;
  }
  .mt-xxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-20 {
    margin-right: 2rem !important;
  }
  .me-xxl-30 {
    margin-right: 3rem !important;
  }
  .me-xxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-20 {
    margin-left: 2rem !important;
  }
  .ms-xxl-30 {
    margin-left: 3rem !important;
  }
  .ms-xxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .p-xxl-30 {
    padding: 3rem !important;
  }
  .p-xxl-40 {
    padding: 4rem !important;
  }
  .p-xxl-50 {
    padding: 5rem !important;
  }
  .p-xxl-60 {
    padding: 6rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxl-30 {
    padding-top: 3rem !important;
  }
  .pt-xxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxl-60 {
    padding-top: 6rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxl-30 {
    padding-right: 3rem !important;
  }
  .pe-xxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxl-60 {
    padding-right: 6rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxl-30 {
    padding-left: 3rem !important;
  }
  .ps-xxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxl-60 {
    padding-left: 6rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 0.75rem !important;
  }
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-20 {
    gap: 2rem !important;
  }
  .gap-xxl-30 {
    gap: 3rem !important;
  }
  .gap-xxl-40 {
    gap: 4rem !important;
  }
  .gap-xxl-50 {
    gap: 5rem !important;
  }
  .gap-xxl-60 {
    gap: 6rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }
  .fs-2 {
    font-size: 3rem !important;
  }
  .fs-3 {
    font-size: 2.25rem !important;
  }
  .fs-4 {
    font-size: 1.875rem !important;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Roboto";
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Poppins";
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.h1, .h2, .h3, .h4 {
  color: #000;
}

h1, .h1 {
  line-height: 4.5rem;
}
@media (max-width: 768px) {
  h1, .h1 {
    line-height: 3.25rem;
    font-size: 2.25rem;
  }
}

h2, .h2 {
  line-height: 4rem;
}
@media (max-width: 768px) {
  h2, .h2 {
    line-height: 3rem;
    font-size: 2rem;
  }
}

h3, .h3 {
  line-height: 3rem;
}
@media (max-width: 768px) {
  h3, .h3 {
    line-height: 2.75rem;
    font-size: 1.875rem;
  }
}

h4, .h4 {
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  h4, .h4 {
    line-height: 2.5rem;
    font-size: 1.75rem;
  }
}

h5, .h5 {
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  h5, .h5 {
    line-height: 2.25rem;
    font-size: 1.5rem;
  }
}

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

.fs-xl {
  font-size: 1.25rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-md {
  font-size: 1rem;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-xs {
  font-size: 0.75rem;
}

.lh-xl {
  line-height: 1.875rem;
}

.lh-lg {
  line-height: 1.749rem;
}

.lh-md {
  line-height: 1.5rem;
}

.lh-sm {
  line-height: 1.2495rem;
}

.lh-xs {
  line-height: 0.999rem;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --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), .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;
  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-check:focus + .btn, .btn:focus {
  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-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  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.btn-white {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  fill: #000000;
  color: #000000;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
  border-radius: 4px 4px 4px 4px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #167332;
  --bs-btn-border-color: #167332;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #13622b;
  --bs-btn-hover-border-color: #125c28;
  --bs-btn-focus-shadow-rgb: 57, 136, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #125c28;
  --bs-btn-active-border-color: #115626;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #167332;
  --bs-btn-disabled-border-color: #167332;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #CE242D;
  --bs-btn-border-color: #CE242D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #af1f26;
  --bs-btn-hover-border-color: #a51d24;
  --bs-btn-focus-shadow-rgb: 213, 69, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a51d24;
  --bs-btn-active-border-color: #9b1b22;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #CE242D;
  --bs-btn-disabled-border-color: #CE242D;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #28AAE1;
  --bs-btn-border-color: #28AAE1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #48b7e6;
  --bs-btn-hover-border-color: #3eb3e4;
  --bs-btn-focus-shadow-rgb: 34, 145, 191;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #53bbe7;
  --bs-btn-active-border-color: #3eb3e4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #28AAE1;
  --bs-btn-disabled-border-color: #28AAE1;
}

.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #E25630;
  --bs-btn-border-color: #E25630;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e66f4f;
  --bs-btn-hover-border-color: #e56745;
  --bs-btn-focus-shadow-rgb: 192, 73, 41;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e87859;
  --bs-btn-active-border-color: #e56745;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E25630;
  --bs-btn-disabled-border-color: #E25630;
}

.btn-navy {
  --bs-btn-color: #fff;
  --bs-btn-bg: #001A3B;
  --bs-btn-border-color: #001A3B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #001632;
  --bs-btn-hover-border-color: #00152f;
  --bs-btn-focus-shadow-rgb: 38, 60, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00152f;
  --bs-btn-active-border-color: #00142c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #001A3B;
  --bs-btn-disabled-border-color: #001A3B;
}

.btn-gray-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #F4F4F4;
  --bs-btn-border-color: #F4F4F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-hover-border-color: whitesmoke;
  --bs-btn-focus-shadow-rgb: 207, 207, 207;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6f6f6;
  --bs-btn-active-border-color: whitesmoke;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F4F4F4;
  --bs-btn-disabled-border-color: #F4F4F4;
}

.btn-gray-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #E5E5E5;
  --bs-btn-border-color: #E5E5E5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9e9e9;
  --bs-btn-hover-border-color: #e8e8e8;
  --bs-btn-focus-shadow-rgb: 195, 195, 195;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eaeaea;
  --bs-btn-active-border-color: #e8e8e8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E5E5E5;
  --bs-btn-disabled-border-color: #E5E5E5;
}

.btn-gray-300 {
  --bs-btn-color: #000;
  --bs-btn-bg: #C6C6C6;
  --bs-btn-border-color: #C6C6C6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cfcfcf;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 168, 168, 168;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d1d1d1;
  --bs-btn-active-border-color: #cccccc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #C6C6C6;
  --bs-btn-disabled-border-color: #C6C6C6;
}

.btn-gray-400 {
  --bs-btn-color: #000;
  --bs-btn-bg: #B2B3B6;
  --bs-btn-border-color: #B2B3B6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bebec1;
  --bs-btn-hover-border-color: #babbbd;
  --bs-btn-focus-shadow-rgb: 151, 152, 155;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c1c2c5;
  --bs-btn-active-border-color: #babbbd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #B2B3B6;
  --bs-btn-disabled-border-color: #B2B3B6;
}

.btn-gray-500 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #575757;
  --bs-btn-hover-border-color: #525252;
  --bs-btn-focus-shadow-rgb: 125, 125, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #525252;
  --bs-btn-active-border-color: #4d4d4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #666666;
  --bs-btn-disabled-border-color: #666666;
}

.btn-gray-600 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2b2b2b;
  --bs-btn-hover-border-color: #292929;
  --bs-btn-focus-shadow-rgb: 82, 82, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #292929;
  --bs-btn-active-border-color: #262626;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333333;
  --bs-btn-disabled-border-color: #333333;
}

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #167332;
  --bs-btn-border-color: #167332;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #167332;
  --bs-btn-hover-border-color: #167332;
  --bs-btn-focus-shadow-rgb: 22, 115, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #167332;
  --bs-btn-active-border-color: #167332;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #167332;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #167332;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #CE242D;
  --bs-btn-border-color: #CE242D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #CE242D;
  --bs-btn-hover-border-color: #CE242D;
  --bs-btn-focus-shadow-rgb: 206, 36, 45;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #CE242D;
  --bs-btn-active-border-color: #CE242D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #CE242D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CE242D;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-blue {
  --bs-btn-color: #28AAE1;
  --bs-btn-border-color: #28AAE1;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #28AAE1;
  --bs-btn-hover-border-color: #28AAE1;
  --bs-btn-focus-shadow-rgb: 40, 170, 225;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #28AAE1;
  --bs-btn-active-border-color: #28AAE1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #28AAE1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #28AAE1;
  --bs-gradient: none;
}

.btn-outline-orange {
  --bs-btn-color: #E25630;
  --bs-btn-border-color: #E25630;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E25630;
  --bs-btn-hover-border-color: #E25630;
  --bs-btn-focus-shadow-rgb: 226, 86, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E25630;
  --bs-btn-active-border-color: #E25630;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E25630;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E25630;
  --bs-gradient: none;
}

.btn-outline-navy {
  --bs-btn-color: #001A3B;
  --bs-btn-border-color: #001A3B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #001A3B;
  --bs-btn-hover-border-color: #001A3B;
  --bs-btn-focus-shadow-rgb: 0, 26, 59;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #001A3B;
  --bs-btn-active-border-color: #001A3B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #001A3B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #001A3B;
  --bs-gradient: none;
}

.btn-outline-gray-100 {
  --bs-btn-color: #F4F4F4;
  --bs-btn-border-color: #F4F4F4;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F4F4F4;
  --bs-btn-hover-border-color: #F4F4F4;
  --bs-btn-focus-shadow-rgb: 244, 244, 244;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F4F4F4;
  --bs-btn-active-border-color: #F4F4F4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F4F4F4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F4F4F4;
  --bs-gradient: none;
}

.btn-outline-gray-200 {
  --bs-btn-color: #E5E5E5;
  --bs-btn-border-color: #E5E5E5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E5E5E5;
  --bs-btn-hover-border-color: #E5E5E5;
  --bs-btn-focus-shadow-rgb: 229, 229, 229;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E5E5E5;
  --bs-btn-active-border-color: #E5E5E5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E5E5E5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E5E5E5;
  --bs-gradient: none;
}

.btn-outline-gray-300 {
  --bs-btn-color: #C6C6C6;
  --bs-btn-border-color: #C6C6C6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #C6C6C6;
  --bs-btn-hover-border-color: #C6C6C6;
  --bs-btn-focus-shadow-rgb: 198, 198, 198;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #C6C6C6;
  --bs-btn-active-border-color: #C6C6C6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #C6C6C6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #C6C6C6;
  --bs-gradient: none;
}

.btn-outline-gray-400 {
  --bs-btn-color: #B2B3B6;
  --bs-btn-border-color: #B2B3B6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #B2B3B6;
  --bs-btn-hover-border-color: #B2B3B6;
  --bs-btn-focus-shadow-rgb: 178, 179, 182;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #B2B3B6;
  --bs-btn-active-border-color: #B2B3B6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #B2B3B6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B2B3B6;
  --bs-gradient: none;
}

.btn-outline-gray-500 {
  --bs-btn-color: #666666;
  --bs-btn-border-color: #666666;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #666666;
  --bs-btn-hover-border-color: #666666;
  --bs-btn-focus-shadow-rgb: 102, 102, 102;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #666666;
  --bs-btn-active-border-color: #666666;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #666666;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #666666;
  --bs-gradient: none;
}

.btn-outline-gray-600 {
  --bs-btn-color: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333333;
  --bs-btn-hover-border-color: #333333;
  --bs-btn-focus-shadow-rgb: 51, 51, 51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #333333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333333;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  text-decoration: underline;
}
.btn-link:focus {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.button-border-after:after {
  content: "|";
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-30,
.gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
.gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-40,
.gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
.gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-50,
.gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
.gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-60,
.gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
.gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-30,
.gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
.gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-40,
.gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
.gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-50,
.gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
.gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-60,
.gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
.gy-md-60 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-30,
.gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
.gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-40,
.gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
.gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-50,
.gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
.gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-60,
.gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
.gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-30,
.gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
.gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-40,
.gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
.gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-50,
.gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
.gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-60,
.gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
.gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-20,
.gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
.gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-30,
.gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
.gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-40,
.gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
.gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-50,
.gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
.gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-60,
.gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
.gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  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 {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.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 + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

.entry-title {
  display: none;
}

.label-for {
  color: #666666;
}

.invalid-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CE242D'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23CE242D' stroke='none'/%3E%3C/svg%3E");
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  background-image: none;
  box-shadow: none;
}

.form-floating {
  margin-bottom: 1rem !important;
}

.login-form,
.reset-form {
  margin-top: 6rem;
  margin-bottom: 7.9rem;
}
@media (max-width: 991.98px) {
  .login-form,
.reset-form {
    margin-top: 3.5rem;
    margin-bottom: 4.9rem;
  }
}
.login-form .reset-p,
.reset-form .reset-p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.login-form .login-title,
.login-form .reset-title,
.reset-form .login-title,
.reset-form .reset-title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .login-form .login-title,
.login-form .reset-title,
.reset-form .login-title,
.reset-form .reset-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
.login-form .form-group,
.reset-form .form-group {
  margin-bottom: 1rem;
}
.login-form .form-group .input-text,
.reset-form .form-group .input-text {
  width: 100%;
  background: #fff;
  border: 1px solid #B2B3B6;
  border-radius: 0.25rem;
}
.login-form .form-group .input-text:hover,
.reset-form .form-group .input-text:hover {
  border: 1px solid #000;
}
.login-form .form-group .input-text:focus,
.reset-form .form-group .input-text:focus {
  box-shadow: none;
}
.login-form .form-group.forgot-pwd,
.reset-form .form-group.forgot-pwd {
  text-align: right;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
  color: #000;
  margin-bottom: 2rem;
}
.login-form .form-group.forgot-pwd a:hover,
.reset-form .form-group.forgot-pwd a:hover {
  color: #000;
}
.login-form .form-group .login-submit,
.login-form .form-group .reset-submit,
.reset-form .form-group .login-submit,
.reset-form .form-group .reset-submit {
  width: 100%;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  font-weight: 500;
  border: unset;
  margin-bottom: 1rem;
}
.login-form .form-group .reset-submit,
.reset-form .form-group .reset-submit {
  margin-bottom: 15px;
}
.login-form .form-group.register-link,
.reset-form .form-group.register-link {
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.login-form .form-group.register-link span a:hover,
.reset-form .form-group.register-link span a:hover {
  color: #000;
}
.login-form .password-div,
.reset-form .password-div {
  position: relative;
}
.login-form .password-eye,
.reset-form .password-eye {
  position: absolute;
  right: 6px;
  top: 20px;
}

.register-form {
  margin-top: 6rem;
  margin-bottom: 7.9rem;
}
.register-form .re-register-info {
  font-size: 14px;
  line-height: 18px;
  color: #6c757d;
}
.register-form .form-group .input-text {
  background: #fff;
  border: 1px solid #B2B3B6;
  border-radius: 0.25rem;
}
.register-form .form-group .input-text:hover {
  border: 1px solid #000;
}
.register-form .form-group .input-text:focus {
  box-shadow: none;
}
.register-form .form-group button {
  width: 100%;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  font-weight: 500;
  border: unset;
}
.register-form .input-group .input-text {
  background: #fff;
  border: 1px solid #B2B3B6;
  border-radius: 0.25rem;
}
.register-form .input-group .input-text:hover {
  border: 1px solid #000;
}
.register-form .input-group .input-text:focus {
  box-shadow: none;
}
.register-form .form-check-input {
  border: 1px solid #666666;
  border-radius: 2px;
}
.register-form .form-check-input:checked {
  background-color: #000000;
}
.register-form .form-check-input:focus {
  box-shadow: none;
}
.register-form .form-check-input:hover {
  cursor: pointer;
}
.register-form .form-text {
  font-size: 0.75rem;
}
.register-form .was-validated .form-check-input:valid, .register-form .form-check-input.is-valid {
  background-color: initial;
  border-color: #666666;
  box-shadow: none;
}
.register-form .was-validated .form-check-input:valid:checked, .register-form .form-check-input.is-valid:checked {
  background-color: #000000;
  border-color: #666666;
  box-shadow: none;
}
.register-form .was-validated .form-check-input:valid ~ .form-check-label, .register-form .form-check-input.is-valid ~ .form-check-label {
  color: initial;
}
.register-form .password-eye {
  position: absolute;
  right: 6px;
  top: 20px;
}
.register-form #newsletterHelpBlock {
  padding-left: 1.2rem;
}

#trip-finder-daterange .daterangepicker.dropdown-menu {
  top: calc(100% + 0.3rem) !important;
  left: auto !important;
  display: none;
}
#trip-finder-daterange .daterangepicker.opensright:after,
#trip-finder-daterange .daterangepicker.opensright::before {
  display: none !important;
}

.tf-cat-select {
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  border-bottom: 0px;
  border-radius: 3px;
  font-size: 1rem;
}
.tf-cat-select > i.toggle {
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 0;
  bottom: 0;
  color: #000;
  align-content: center;
}
.tf-cat-select .title,
.tf-cat-select .placeholder {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 6px;
  background: #fff;
  cursor: pointer;
}
.tf-cat-select > input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.tf-cat-select > input:checked ~ i.toggle.bi-chevron-down {
  display: none;
}
.tf-cat-select > input:checked ~ i.toggle.bi-chevron-up {
  display: block;
}
.tf-cat-select > input:checked div.options label.option .title {
  display: none !important;
}
.tf-cat-select > input:not(:checked) {
  z-index: 4;
}
.tf-cat-select > input:not(:checked) ~ label.option > div.title {
  display: none;
}
.tf-cat-select > input:not(:checked) ~ i.toggle.bi-chevron-up {
  display: none;
}
.tf-cat-select > input:not(:checked) ~ i.toggle.bi-chevron-down {
  display: block;
}
.tf-cat-select > input:disabled {
  cursor: no-drop;
}
.tf-cat-select > span.placeholder {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #000;
  border-top: 0px;
}
.tf-cat-select label.option {
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transition: all 1s ease-out;
}
.tf-cat-select label.option div.title {
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-out;
}
.tf-cat-select label.option div.title .cat-image {
  height: 48px;
  width: 48px;
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
}
.tf-cat-select label.option div.title i.bi {
  padding-right: 8px;
  color: #666666;
}
.tf-cat-select label.option div.title:hover .cat-image {
  background-color: transparent;
  border-color: #000;
}
.tf-cat-select label.option input {
  display: none;
}
.tf-cat-select label.option input:checked ~ div.title {
  position: absolute;
  display: flex;
  z-index: 3;
  top: 0px;
  font-size: 1rem;
  background: #fff;
  border-top: 0px;
  box-shadow: none;
  color: inherit;
  width: 100%;
}
.tf-cat-select label.option input:checked ~ div.title .cat-image {
  background-color: transparent;
  border-color: transparent;
  height: 30px;
  width: 30px;
}
.tf-cat-select label.option input:disabled ~ div.title {
  background: #f9f9f9 !important;
  color: #aaa;
}
.tf-cat-select label.option input:disabled ~ div.title:hover {
  color: #aaa;
  background: none;
  cursor: no-drop;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
  display: none;
}

#trip-finder-daterange i.toggle {
  position: absolute;
  z-index: 4;
  right: 1rem;
  top: 1rem;
  color: #000;
}
#trip-finder-daterange .bi-chevron-up {
  display: none;
}

#trip-finder-destination {
  width: 310px;
}
#trip-finder-destination .input-group {
  border-radius: 4px !important;
  border: 1px solid #B2B3B6 !important;
}
#trip-finder-destination .input-group .placeholder {
  padding: 12px 16px;
  color: #666;
}
#trip-finder-destination .input-group .placeholder .placeholder-text.active {
  position: absolute;
  top: 4px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
#trip-finder-destination .input-group .placeholder .selected-destination {
  display: none;
}
#trip-finder-destination .input-group .placeholder .selected-destination.active {
  top: 8px;
  position: relative;
  display: inline-block;
}
#trip-finder-destination .input-group > div {
  overflow: visible;
}
#trip-finder-destination .input-group > div > .destination-option {
  display: none;
  z-index: 999;
  position: absolute;
  width: 308px;
  top: 100%;
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  padding: 18px;
}
@media screen and (max-width: 767px) {
  #trip-finder-destination .input-group > div > .destination-option {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    flex-wrap: wrap;
    gap: 2%;
    padding: 18px 0;
    justify-content: center;
    align-content: space-between;
    overflow: scroll;
  }
}
#trip-finder-destination .input-group > div > .destination-option .header-popup,
#trip-finder-destination .input-group > div > .destination-option .footer-popup {
  display: none;
}
@media screen and (max-width: 767px) {
  #trip-finder-destination .input-group > div > .destination-option .header-popup,
#trip-finder-destination .input-group > div > .destination-option .footer-popup {
    display: block;
  }
}
#trip-finder-destination .input-group > div > .destination-option .header-popup {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  height: fit-content;
  margin-bottom: 6px;
}
#trip-finder-destination .input-group > div > .destination-option .header-popup h4, #trip-finder-destination .input-group > div > .destination-option .header-popup .h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
#trip-finder-destination .input-group > div > .destination-option .header-popup h4 > span, #trip-finder-destination .input-group > div > .destination-option .header-popup .h4 > span {
  position: absolute;
  right: 20px;
}
#trip-finder-destination .input-group > div > .destination-option .header-popup h4 > span i::before, #trip-finder-destination .input-group > div > .destination-option .header-popup .h4 > span i::before {
  font-size: 28px;
}
#trip-finder-destination .input-group > div > .destination-option .footer-popup {
  border-top: 1px solid #E5E5E5;
  width: 100%;
  text-align: right;
  padding: 20px 24px;
}
#trip-finder-destination .input-group > div > .destination-option .footer-popup button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  background: #000000;
  color: rgb(255, 255, 255);
  pointer-events: all;
}
#trip-finder-destination .input-group > div > .destination-option .footer-popup button.disabled {
  background: #E5E5E5;
  color: #666;
  pointer-events: none;
}
#trip-finder-destination .input-group > div > .destination-option .option {
  position: relative !important;
}
@media screen and (max-width: 767px) {
  #trip-finder-destination .input-group > div > .destination-option .option {
    width: 45%;
  }
}
#trip-finder-destination .input-group > div > .destination-option .option .title {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  #trip-finder-destination .input-group > div > .destination-option .option .title {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #trip-finder-destination .input-group > div > .destination-option .option .title .category-name {
    color: #000;
    text-align: center;
    line-height: 20px;
  }
}
#trip-finder-destination .input-group > div > .destination-option .option .title span:not(.category-name) {
  border: 1px solid transparent;
  transition: all ease 0.3s;
  width: 48px;
  height: 48px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  #trip-finder-destination .input-group > div > .destination-option .option .title span:not(.category-name) {
    width: 158px;
    height: 158px;
  }
  #trip-finder-destination .input-group > div > .destination-option .option .title span:not(.category-name) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#trip-finder-destination .input-group > div > .destination-option .option .title:hover {
  color: #000000;
}
#trip-finder-destination .input-group > div > .destination-option .option .title:hover span:not(.category-name) {
  border: 1px solid black;
}

#trip-finder-daterange {
  width: 310px;
}
#trip-finder-daterange .input-group {
  border-radius: 4px !important;
  border: 1px solid #B2B3B6 !important;
}
#trip-finder-daterange .input-group #home-daterange.active {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-top: 20px;
}
#trip-finder-daterange .input-group .dates-placeholder-text {
  display: none;
  top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  z-index: 999;
  left: 52px;
}
#trip-finder-daterange .input-group .dates-placeholder-text.active {
  display: block;
  position: absolute;
}
#trip-finder-daterange .input-group > span, #trip-finder-daterange .input-group > input {
  padding: 12px 16px;
}

#home-daterange {
  box-shadow: none;
}

/* Logged in & out conditions */
.logged-in .hide-logged-in {
  display: none !important;
}

.logged-out .hide-logged-out {
  display: none !important;
}

.checkout-bikes__notice-text {
  margin-top: 5px;
  margin-left: 5px;
}

.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: #6c757d;
  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;
  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:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu > li > a > .mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    display: block !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > a {
    display: flex !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > .mega-sub-menu > li > .mega-sub-menu > li > .mega-sub-menu > li.mega-4-columns > .mega-sub-menu > li {
    width: 50% !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > .mega-sub-menu {
    padding: 0 20px !important;
    border: none !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > .mega-sub-menu > li {
    padding-top: 0 !important;
    border: none;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > .mega-sub-menu > li a {
    font-weight: normal !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > .mega-sub-menu > li li {
    border: none !important;
    padding-right: 0 !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li > .mega-sub-menu > li > ul a {
    padding: 0;
    padding-bottom: 16px;
  }
  .mobile-nav #navbar #mega-menu-wrap-main-menu .mega-menu .custom-style-menu > .mega-sub-menu > li > ul > li > ul > li > a {
    font-weight: bold !important;
  }
  .mobile-nav #navbar #mega-menu-wrap-main-menu .mega-menu .custom-style-menu > .mega-sub-menu > li > ul > li > ul > li > ul {
    margin-left: 20px !important;
  }
  .mobile-nav #navbar #mega-menu-wrap-main-menu .mega-menu .custom-style-menu > .mega-sub-menu > li > ul > li > ul > li > ul > li > ul {
    margin-left: 20px !important;
  }
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: #000;
  --bs-navbar-hover-color: #000;
  --bs-navbar-disabled-color: #000;
  --bs-navbar-active-color: #000;
  --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(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: #000;
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.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 .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.toast {
  --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(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  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;
}

.toast-container {
  position: absolute;
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(var(--bs-toast-padding-x) * -0.5);
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

#resendLinkToast {
  box-shadow: none;
  background: #E8F2EB;
}

.bi-check-circle::before {
  color: #167332;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  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-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: 0.375rem;
  outline: 0;
}

.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-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: 1px solid #E5E5E5;
  border-radius: unset;
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
  font-size: 26px;
}

.modal-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  width: 100%;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.modal-search-filter .modal-dialog {
  top: 2%;
  max-width: 780px;
}
.modal-search-filter .modal-body {
  padding: 26px 48px;
}
.modal-search-filter .modal-body ul {
  list-style: none !important;
  display: inline-flex !important;
  border: none !important;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .modal-search-filter .modal-body ul {
    display: flex !important;
  }
}
.modal-search-filter .modal-body ul li {
  margin-bottom: 0.5rem;
  width: 50%;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .modal-search-filter .modal-body ul li {
    font-size: 1rem;
    width: 100%;
  }
}
.modal-search-filter .modal-body ul li a {
  text-decoration: none !important;
}
.modal-search-filter .modal-body ul li a:hover {
  color: #000000;
}
.modal-search-filter .modal-body ul li .ais-Menu-count {
  display: none;
}
.modal-search-filter .modal-body ul .ais-Menu-item--selected {
  opacity: 1;
}
.modal-search-filter .modal-body ul .ais-Menu-item--selected a:hover {
  color: #000000;
}
.modal-search-filter .modal-body ul .ais-Menu-item--selected a .form-check-input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z'/%3E%3C/svg%3E");
}
.modal-search-filter .modal-body ul:hover, .modal-search-filter .modal-body ul:focus {
  border: none;
}
.modal-search-filter .modal-body ul .form-check-input {
  border: 1px solid #666666;
  border-radius: 2px;
  margin-right: 0.5rem !important;
}
.modal-search-filter .modal-body ul .form-check-input:checked {
  background-color: #000000;
}
.modal-search-filter .modal-body ul .form-check-input:focus {
  box-shadow: none;
}
.modal-search-filter .modal-body ul .form-check-input:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-search-filter .modal-body #calendarTrigger {
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  .modal-search-filter .modal-body #calendarTrigger .range_inputs {
    display: inline-block;
  }
}
.modal-search-filter .filter-results-number {
  padding-right: 24px;
}
.modal-search-filter .modal-a {
  text-decoration-line: underline;
  cursor: pointer;
}
.modal-search-filter .daterangepicker {
  background: transparent !important;
  position: relative !important;
  display: block !important;
  border: none;
}
.modal-search-filter .daterangepicker .calendar {
  max-width: 100% !important;
  width: 46% !important;
}
.modal-search-filter .daterangepicker .cancelBtn {
  border: none;
  font-size: 1rem;
}
.modal-search-filter .daterangepicker::before {
  display: none;
}
@media (max-width: 767px) {
  .modal-search-filter .daterangepicker .calendar.right {
    display: none !important;
  }
}
.modal-search-filter .modal-footer .ais-ClearRefinements-button {
  visibility: hidden;
  line-height: 0;
}
@media (max-width: 767px) {
  .modal-search-filter .modal-footer .ais-ClearRefinements-button {
    position: absolute;
    left: 0;
    bottom: 19px;
  }
}
.modal-search-filter .modal-footer .ais-ClearRefinements-button::after {
  content: "Clear all";
  visibility: visible;
  display: block;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  .modal-search-filter .modal-footer #clear-refinements .ais-ClearRefinements-button {
    position: relative;
    bottom: 0;
  }
}
.modal-search-filter .modal-footer .ais-Stats {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: 0;
  right: 0;
}

#daterange {
  visibility: hidden !important;
}

#rangeDateVal {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

#protection_modal .blockUI.blockMsg.blockElement {
  left: 50% !important;
  top: 50% !important;
}

#filterModal .modal-content {
  height: 93vh;
  overflow: scroll;
}
#filterModal .modal-header .modal-title {
  color: #000 !important;
  font-size: 18px !important;
  line-height: 28px;
  padding-top: 18px;
  position: relative;
  padding-top: 0;
}
#filterModal .modal-header .btn-close {
  padding-top: 0;
  z-index: 999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  right: 32px;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-header {
    padding: 9px 18px;
  }
}
#filterModal .modal-body {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body {
    width: 95%;
    padding: 32px 11px 56px;
  }
}
#filterModal .modal-body h5, #filterModal .modal-body .h5 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #filterModal .modal-body h5, #filterModal .modal-body .h5 {
    font-size: 16px;
  }
}
#filterModal .modal-body #calendarTrigger {
  justify-content: center;
}
#filterModal .modal-body #calendarTrigger .daterangepicker {
  margin-left: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body #calendarTrigger .daterangepicker {
    padding: 0px;
    margin: 0;
    padding-top: 0;
  }
}
#filterModal .modal-body #calendarTrigger .daterangepicker .calendar {
  width: 49% !important;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body #calendarTrigger .daterangepicker .calendar {
    width: 100% !important;
  }
}
#filterModal .modal-body #calendarTrigger .daterangepicker .calendar.left .calendar-table {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body #calendarTrigger .daterangepicker .calendar.left .calendar-table {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body #calendarTrigger .daterangepicker .calendar.left .calendar-table table {
    border-spacing: 11px;
  }
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body #calendarTrigger .daterangepicker .calendar.left .calendar-table table tbody td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
#filterModal .modal-body #calendarTrigger .daterangepicker .calendar.right .calendar-table {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-body #calendarTrigger .daterangepicker #rangeDateVal {
    margin-top: 28px;
  }
}
#filterModal .modal-body .ais-Menu-list .ais-Menu-item {
  margin-bottom: 16px;
}
#filterModal .modal-body .ais-Menu-list .menu-facet-container > a {
  color: #666;
}
#filterModal .modal-body .ais-Menu-list .menu-facet-container > a .f-check img,
#filterModal .modal-body .ais-Menu-list .menu-facet-container > a .f-check-active img {
  width: 23px;
  height: 23px;
}
#filterModal .modal-body hr {
  margin-bottom: 32px;
  margin-top: 4px;
}
#filterModal .modal-footer {
  width: 100%;
  position: fixed;
  bottom: 2%;
  left: 50%;
  background: white;
  z-index: 9999;
  max-width: 778px;
  transform: translateX(-50%);
  padding: 16px 12px;
}
@media screen and (max-width: 767px) {
  #filterModal .modal-footer {
    width: 95.2%;
    padding: 20px;
  }
}
#filterModal .modal-footer .container {
  padding: 0;
  margin: 0;
}
#filterModal .modal-footer .container .clear-all-btn {
  padding: 0;
  cursor: pointer;
}
#filterModal .modal-footer .container .clear-all-btn .ais-ClearRefinements {
  display: flex;
}
@media screen and (max-width: 991px) {
  #filterModal .modal-footer .container .clear-all-btn .ais-ClearRefinements button {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #filterModal .modal-footer .container .clear-all-btn .ais-ClearRefinements button {
    padding: 0;
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #filterModal .modal-footer .container .apply-filters-info {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #filterModal .modal-footer .container .apply-filters-info {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #filterModal .modal-footer .container .apply-filters-info button {
    border-radius: 4px;
    background: #000;
    border: none;
    color: #FFF;
    line-height: 24px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  #filterModal .modal-footer .container .apply-filters-info .filter-results-number {
    padding: 0;
  }
}
#filterModal .modal-footer button {
  padding: 12px 20px;
}

.elementor-popup-modal .dialog-close-button {
  text-decoration: none !important;
}
.elementor-popup-modal .dialog-close-button .eicon-close:before {
  color: #000 !important;
}

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

.open-roommate-popup, .checkout-private-popup, .checkout-double-occupancy, .checkout-travel-protection-tooltip {
  cursor: pointer;
}

.open-to-roommate-popup-container, .private-popup-container, .travel-protection-tooltip-container {
  top: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2196078431);
  display: none;
}
.open-to-roommate-popup-container .open-to-roommate-popup, .open-to-roommate-popup-container .private-popup, .open-to-roommate-popup-container .travel-protection-tooltip, .private-popup-container .open-to-roommate-popup, .private-popup-container .private-popup, .private-popup-container .travel-protection-tooltip, .travel-protection-tooltip-container .open-to-roommate-popup, .travel-protection-tooltip-container .private-popup, .travel-protection-tooltip-container .travel-protection-tooltip {
  position: absolute;
  top: 50%;
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  padding: 18px;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 90%;
  max-width: 550px;
  z-index: 9999;
  padding: 32px 44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .open-to-roommate-popup-container .open-to-roommate-popup, .open-to-roommate-popup-container .private-popup, .open-to-roommate-popup-container .travel-protection-tooltip, .private-popup-container .open-to-roommate-popup, .private-popup-container .private-popup, .private-popup-container .travel-protection-tooltip, .travel-protection-tooltip-container .open-to-roommate-popup, .travel-protection-tooltip-container .private-popup, .travel-protection-tooltip-container .travel-protection-tooltip {
    padding: 16px 22px;
  }
}
.open-to-roommate-popup-container .open-to-roommate-popup h3, .open-to-roommate-popup-container .open-to-roommate-popup .h3, .open-to-roommate-popup-container .private-popup h3, .open-to-roommate-popup-container .private-popup .h3, .open-to-roommate-popup-container .travel-protection-tooltip h3, .open-to-roommate-popup-container .travel-protection-tooltip .h3, .private-popup-container .open-to-roommate-popup h3, .private-popup-container .open-to-roommate-popup .h3, .private-popup-container .private-popup h3, .private-popup-container .private-popup .h3, .private-popup-container .travel-protection-tooltip h3, .private-popup-container .travel-protection-tooltip .h3, .travel-protection-tooltip-container .open-to-roommate-popup h3, .travel-protection-tooltip-container .open-to-roommate-popup .h3, .travel-protection-tooltip-container .private-popup h3, .travel-protection-tooltip-container .private-popup .h3, .travel-protection-tooltip-container .travel-protection-tooltip h3, .travel-protection-tooltip-container .travel-protection-tooltip .h3 {
  font-size: 30px;
}
.open-to-roommate-popup-container .open-to-roommate-popup div, .open-to-roommate-popup-container .open-to-roommate-popup h3, .open-to-roommate-popup-container .open-to-roommate-popup .h3, .open-to-roommate-popup-container .private-popup div, .open-to-roommate-popup-container .private-popup h3, .open-to-roommate-popup-container .private-popup .h3, .open-to-roommate-popup-container .travel-protection-tooltip div, .open-to-roommate-popup-container .travel-protection-tooltip h3, .open-to-roommate-popup-container .travel-protection-tooltip .h3, .private-popup-container .open-to-roommate-popup div, .private-popup-container .open-to-roommate-popup h3, .private-popup-container .open-to-roommate-popup .h3, .private-popup-container .private-popup div, .private-popup-container .private-popup h3, .private-popup-container .private-popup .h3, .private-popup-container .travel-protection-tooltip div, .private-popup-container .travel-protection-tooltip h3, .private-popup-container .travel-protection-tooltip .h3, .travel-protection-tooltip-container .open-to-roommate-popup div, .travel-protection-tooltip-container .open-to-roommate-popup h3, .travel-protection-tooltip-container .open-to-roommate-popup .h3, .travel-protection-tooltip-container .private-popup div, .travel-protection-tooltip-container .private-popup h3, .travel-protection-tooltip-container .private-popup .h3, .travel-protection-tooltip-container .travel-protection-tooltip div, .travel-protection-tooltip-container .travel-protection-tooltip h3, .travel-protection-tooltip-container .travel-protection-tooltip .h3 {
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .open-to-roommate-popup-container .open-to-roommate-popup div, .open-to-roommate-popup-container .open-to-roommate-popup h3, .open-to-roommate-popup-container .open-to-roommate-popup .h3, .open-to-roommate-popup-container .private-popup div, .open-to-roommate-popup-container .private-popup h3, .open-to-roommate-popup-container .private-popup .h3, .open-to-roommate-popup-container .travel-protection-tooltip div, .open-to-roommate-popup-container .travel-protection-tooltip h3, .open-to-roommate-popup-container .travel-protection-tooltip .h3, .private-popup-container .open-to-roommate-popup div, .private-popup-container .open-to-roommate-popup h3, .private-popup-container .open-to-roommate-popup .h3, .private-popup-container .private-popup div, .private-popup-container .private-popup h3, .private-popup-container .private-popup .h3, .private-popup-container .travel-protection-tooltip div, .private-popup-container .travel-protection-tooltip h3, .private-popup-container .travel-protection-tooltip .h3, .travel-protection-tooltip-container .open-to-roommate-popup div, .travel-protection-tooltip-container .open-to-roommate-popup h3, .travel-protection-tooltip-container .open-to-roommate-popup .h3, .travel-protection-tooltip-container .private-popup div, .travel-protection-tooltip-container .private-popup h3, .travel-protection-tooltip-container .private-popup .h3, .travel-protection-tooltip-container .travel-protection-tooltip div, .travel-protection-tooltip-container .travel-protection-tooltip h3, .travel-protection-tooltip-container .travel-protection-tooltip .h3 {
    margin-bottom: 16px;
  }
}
.open-to-roommate-popup-container .open-to-roommate-popup .close-btn, .open-to-roommate-popup-container .private-popup .close-btn, .open-to-roommate-popup-container .travel-protection-tooltip .close-btn, .private-popup-container .open-to-roommate-popup .close-btn, .private-popup-container .private-popup .close-btn, .private-popup-container .travel-protection-tooltip .close-btn, .travel-protection-tooltip-container .open-to-roommate-popup .close-btn, .travel-protection-tooltip-container .private-popup .close-btn, .travel-protection-tooltip-container .travel-protection-tooltip .close-btn {
  background-color: black;
  color: white;
  border-color: black;
  padding: 14px 16px;
  width: 32%;
  font-weight: 500;
  border-width: 2px;
}
.open-to-roommate-popup-container .open-to-roommate-popup .close-btn:hover, .open-to-roommate-popup-container .private-popup .close-btn:hover, .open-to-roommate-popup-container .travel-protection-tooltip .close-btn:hover, .private-popup-container .open-to-roommate-popup .close-btn:hover, .private-popup-container .private-popup .close-btn:hover, .private-popup-container .travel-protection-tooltip .close-btn:hover, .travel-protection-tooltip-container .open-to-roommate-popup .close-btn:hover, .travel-protection-tooltip-container .private-popup .close-btn:hover, .travel-protection-tooltip-container .travel-protection-tooltip .close-btn:hover {
  background-color: white;
  color: black;
}

.header-main__contact-nav {
  border-bottom: 1px solid #E5E5E5;
  display: none;
}
.header-main__contact-nav .nav-link {
  padding: 10px;
  font-size: 12px;
}
.header-main__contact-nav .bi {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .header-main__contact-nav {
    display: block;
  }
}
.header-main__search-account {
  font-size: 20px;
}
.header-main__search-account a {
  text-decoration: none;
}
.header-main__search-account .account-in-header i {
  font-size: 26px;
}

.search-form {
  border-top: 1px solid hsl(0deg, 0%, 73%);
}
.search-form__icon {
  z-index: 10;
  padding-inline: 20px;
}
.search-form__icon--search {
  margin-inline-end: -60px;
}
.search-form__icon--close {
  margin-inline-start: -60px;
}
.search-form__input {
  padding-inline: 60px;
  font-size: 24px;
  color: hsl(0deg, 0%, 16%);
  font-weight: 500;
  box-shadow: inset 0px 0px 14px -13px #000000;
  margin-left: 32px;
}

.promo-banner {
  padding: 10px;
}
.promo-banner__content {
  font-size: 14px;
  line-height: 20px;
}
.promo-banner__content p {
  margin: 0;
}
.promo-banner__content a,
.promo-banner__content a:link,
.promo-banner__content a:visited,
.promo-banner__content a:active {
  color: #C6C6C6;
  text-decoration: underline;
}
.promo-banner__content a:hover {
  color: #fff;
}
.promo-banner__control-icon {
  background-image: none;
  height: initial;
  width: initial;
}
@media (max-width: 767.98px) {
  .promo-banner .carousel-control-prev, .promo-banner .carousel-control-next {
    width: 1%;
  }
}
@media (max-width: 767.98px) {
  .promo-banner {
    height: 60px;
  }
}

.add-shadow {
  box-shadow: #000 0px 0px 10px -4px;
}

.checkout-header {
  padding-left: 22px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .checkout-header {
    padding-left: 81px;
    padding-right: 80px;
  }
}
.checkout-header .btn-question {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.checkout-header .contact-in-header,
.checkout-header .question-in-header {
  width: 32px;
  height: 32px;
}
.checkout-header .bi-question,
.checkout-header .bi-telephone {
  margin-top: 1.5px !important;
}
.checkout-header .bi-question:before,
.checkout-header .bi-telephone:before {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 24px;
}

.desktop-nav {
  display: none;
}
@media (min-width: 768px) {
  .desktop-nav {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
}

.mobile-nav {
  display: flex;
  justify-content: center;
  z-index: 3;
}
.mobile-nav .row {
  width: 100%;
  justify-content: space-between;
}
.mobile-nav .row .mobile-logo {
  justify-content: center;
}
.mobile-nav .row .mobile-logo .navbar-brand {
  margin: auto;
}
.mobile-nav .row .mobile-menu-toggle {
  position: relative;
  justify-content: flex-end;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
  width: 30px !important;
  height: 3px !important;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before {
  top: -10px;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
  bottom: -10px;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-block .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}
.mobile-nav .row .mobile-menu-toggle .mega-menu-toggle.mega-menu-open .mega-toggle-block .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.mobile-nav .row .mobile-menu-toggle .mega-menu-toggle.mega-menu-open .mega-toggle-block .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.mobile-nav .row .mobile-menu-toggle .mega-menu-toggle.mega-menu-open .mega-toggle-block .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu {
  position: unset;
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu #mega-menu-main-menu {
  top: 56px;
  width: 100%;
  left: 0;
  border-top: 1px solid #E5E5E5;
  padding: 40px 0px 37px !important;
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu #mega-menu-main-menu > li > a {
  padding: 0 20px;
  height: 48px;
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu #mega-menu-main-menu > li a .mega-indicator {
  pointer-events: none;
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-hide-on-desktop {
  background-color: #F4F4F4;
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-hide-on-desktop.first-gray-elem {
  padding-top: 40px;
  margin-top: 36px;
}
.mobile-nav .row .mobile-menu-toggle #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-hide-on-desktop > a {
  background: transparent;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-blocks-right > .mega-toggle-block {
  margin-right: 0;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-blocks-right > .mega-toggle-block > .mega-toggle-animated-inner {
  width: 33px;
  height: 2px;
}
.mobile-nav .row .mobile-menu-toggle .mega-toggle-blocks-right > .mega-toggle-block > .mega-toggle-animated-inner::after, .mobile-nav .row .mobile-menu-toggle .mega-toggle-blocks-right > .mega-toggle-block > .mega-toggle-animated-inner::before {
  width: 33px;
  height: 2px;
}
.mobile-nav .row > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav ul#mega-menu-main-menu {
  overflow: scroll !important;
}
.mobile-nav ul#mega-menu-main-menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobile-nav ul#mega-menu-main-menu li a {
  color: #000 !important;
  font-family: "Roboto" !important;
  font-size: 18px !important;
  font-style: normal;
  line-height: 28px !important;
}
.mobile-nav #navbar .mega-menu-toggle.mega-menu-open.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 57px;
  align-items: center;
}
.mobile-nav #navbar .mega-menu-toggle:not(.mega-menu-open) .mega-toggle-blocks-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav #navbar .mega-toggle-blocks-left {
  height: 22px;
  background-repeat: no-repeat;
  background-position-x: 20px;
}

.saved-cart {
  background: #28AAE1;
  font-family: "Roboto";
}
.saved-cart button {
  background: none;
  border: none;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .saved-cart {
    height: 40px;
  }
  .saved-cart p br {
    display: none;
  }
}

#homeHeaderModal,
#mobileCalendarModal,
#filterModal {
  z-index: 9999999;
}

#homeHeaderModal .modal-content {
  height: 100%;
}
@media (max-width: 767.98px) {
  #homeHeaderModal .modal-title {
    color: #000000 !important;
  }
  #homeHeaderModal .modal-body {
    padding: 0;
  }
  #homeHeaderModal .modal-body #headerCTrigger .daterangepicker {
    width: 100%;
  }
  #homeHeaderModal .modal-body #headerCTrigger .daterangepicker .calendar.left {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767px) {
  #homeHeaderModal .modal-body #headerCTrigger .daterangepicker .ranges .applyBtn {
    display: block !important;
    position: fixed;
    bottom: 26px;
    right: 26px;
    background-color: black;
  }
  #homeHeaderModal .modal-body #headerCTrigger .daterangepicker .ranges .applyBtn:disabled {
    background: #E5E5E5;
    color: #666;
  }
}

#mobileCalendarModal .modal-content {
  height: 100%;
}
@media (max-width: 767px) and (min-width: 575px) {
  #mobileCalendarModal .modal-content {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #mobileCalendarModal .modal-title {
    color: #000000 !important;
  }
  #mobileCalendarModal .modal-body {
    padding: 0;
  }
  #mobileCalendarModal .modal-body #mobileCalendarTrigger .daterangepicker {
    width: 100%;
  }
  #mobileCalendarModal .modal-body #mobileCalendarTrigger .daterangepicker .calendar.left {
    width: 100% !important;
  }
}

.desktopMenuCustomLink {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f347" !important;
    transform: rotate(-90deg) !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f347" !important;
    transform: none !important;
  }
}
@media (min-width: 768px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f347" !important;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f347" !important;
    transform: rotate(-180deg) !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  nav.desktop-nav .container {
    max-width: 768px;
  }
  nav.desktop-nav .container .navbar-brand {
    margin-right: 10px;
  }
  nav.desktop-nav .container #mega-menu-wrap-main-menu {
    width: 96%;
  }
  nav.desktop-nav .container #mega-menu-wrap-main-menu #mega-menu-main-menu {
    display: flex;
    justify-content: space-between;
  }
  nav.desktop-nav .navbar-brand__logo {
    width: 75%;
  }
  ul#mega-menu-main-menu li a {
    padding: 0px 2px 0px 2px !important;
    font-size: 13px !important;
  }
  .header-main__search-account {
    gap: 12px !important;
  }
  .header-main__search-account a.find-a-trip {
    padding: 8px 12px;
  }
}
#globalSearchModal .modal-dialog {
  width: 100%;
  /* margin: auto 0; */
  max-width: 100%;
  margin-top: 0;
}
#globalSearchModal .modal-dialog .search-form {
  border: none;
}
@media (max-width: 767.98px) {
  #globalSearchModal .modal-body, #globalSearchModal .modal-content {
    padding: 1rem 0 !important;
  }
}

.newsletter-subscribe {
  background-color: #000000;
}
.newsletter-subscribe .invalid-feedback, .newsletter-subscribe .valid-feedback {
  color: #FBE8E9;
}
.newsletter-subscribe .invalid-icon {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffffff'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23FFFFFF' stroke='none'/%3E%3C/svg%3E");
}
.newsletter-subscribe .success-icon {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9472 4.64131C12.1881 4.39723 12.5786 4.39723 12.8195 4.64131C13.0574 4.88239 13.0603 5.27143 12.8283 5.51615L7.90037 11.3414C7.89563 11.3474 7.89057 11.3531 7.8852 11.3585C7.64433 11.6026 7.2538 11.6026 7.01293 11.3585L4.01415 8.31982C3.77328 8.07574 3.77328 7.68002 4.01415 7.43594C4.25502 7.19186 4.64555 7.19186 4.88642 7.43594L7.43048 10.0139L11.9309 4.66001C11.936 4.65345 11.9414 4.6472 11.9472 4.64131Z' fill='white'/%3E%3C/svg%3E");
}
.newsletter-subscribe .was-validated .form-control:valid, .newsletter-subscribe .form-control.is-valid, .newsletter-subscribe .was-validated .form-control:invalid, .newsletter-subscribe .form-control.is-invalid, .newsletter-subscribe .was-validated .form-control:invalid:focus, .newsletter-subscribe .form-control.is-invalid:focus, .newsletter-subscribe .was-validated .form-control:valid:focus, .newsletter-subscribe .form-control.is-valid:focus {
  border-color: #b2b3b6;
  background-image: none;
  box-shadow: none;
}

.newsletter-subscribe .intro {
  margin: 64px auto 40px;
}
@media (min-width: 992px) {
  .newsletter-subscribe .intro .newsletter {
    text-align: center;
  }
}

.newsletter-subscribe form .form-control {
  background: transparent;
  border: 2px solid #b2b3b6;
  color: #B2B3B6;
  text-indent: 9px;
  height: 56px;
  margin-right: 20px;
  min-width: 250px;
  border-style: none none solid none;
  border-radius: 0;
}

.newsletter-subscribe form label {
  color: #B2B3B6;
}

.newsletter-subscribe form .form-floating:hover label {
  color: #ffffff;
}

.form-floating {
  margin-bottom: 3.25rem !important;
}
@media (max-width: 991.98px) {
  .form-floating {
    margin-bottom: 2.5rem !important;
  }
}

.newsletter-subscribe form .form-control:hover, .newsletter-subscribe form .form-control:focus {
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.newsletter-subscribe form .form-control:hover {
  cursor: pointer;
}

.newsletter-subscribe form .btn-primary {
  width: 99px;
  height: 56px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}
@media (max-width: 991.98px) {
  .newsletter-subscribe form .btn-primary {
    margin-bottom: 2.25rem;
  }
}

.newsletter-subscribe form .btn-primary:hover {
  opacity: 1;
  background: #ffffff;
  color: #000000;
}

.newsletter-subscribe form .btn-primary:active {
  transform: translateY(1px);
}

.newsletter {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  /* identical to box height, or 133% */
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .newsletter {
    font-size: 24px;
    line-height: 36px;
  }
}

#footer {
  background-color: #000;
}
@media (min-width: 375px) and (max-width: 540px) {
  #footer .row {
    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));
  }
}
#footer .divider {
  background-color: #28AAE1;
  height: 4px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #footer .divider {
    margin-bottom: 4.5rem;
  }
}
#footer .menu {
  gap: 11%;
  padding-left: unset;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  #footer .menu {
    gap: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .menu {
    gap: 5%;
  }
}
@media (max-width: 991.98px) {
  #footer .menu {
    margin: 0px 10px;
  }
}
#footer .menu .menu-item-has-children {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: unset;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  #footer .menu .menu-item-has-children {
    position: relative;
    border-bottom: 1px solid #666666;
    padding-top: 1.5rem;
    padding-bottom: unset;
  }
}
#footer .menu .menu-item-has-children input[type=checkbox] {
  display: none;
}
@media (max-width: 991.98px) {
  #footer .menu .menu-item-has-children input[type=checkbox] {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 34px;
    z-index: 1;
    opacity: 0;
  }
  #footer .menu .menu-item-has-children input[type=checkbox]:checked ~ ul {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  #footer .menu .menu-item-has-children input[type=checkbox]:checked ~ i:before {
    content: url("../../assets/images/plus.png");
    transform: translate(2px, 0);
  }
  #footer .menu .menu-item-has-children input[type=checkbox]:not(:checked) ~ i:after {
    content: url("../../assets/images/minus.png");
    transform: translate(-2px, 0);
  }
}
#footer .menu .menu-item-has-children i {
  display: none;
}
@media (max-width: 991.98px) {
  #footer .menu .menu-item-has-children i {
    display: block;
    position: absolute;
    right: 1rem;
    transform: translate(-6px, 0);
  }
  #footer .menu .menu-item-has-children i::after, #footer .menu .menu-item-has-children i::before {
    font-size: 1.5rem;
    position: absolute;
    transition: all 0.25s ease-in-out;
  }
}
#footer .menu .menu-item-has-children .nav-link {
  text-decoration: none;
  color: #fff;
}
#footer .menu .dropdown-menu {
  list-style: none;
  margin-bottom: unset;
  padding-left: unset;
  padding-top: 1.375rem;
  position: unset;
  z-index: unset;
  display: block;
  min-width: unset;
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: unset;
  text-align: unset;
  list-style: none;
  background-color: unset;
  background-clip: unset;
  border: unset;
  border-radius: unset;
}
#footer .menu .dropdown-menu li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-bottom: 0.4rem;
}
#footer .menu .dropdown-menu li:last-of-type {
  margin-bottom: 18px;
}
#footer .menu .dropdown-menu li a {
  text-decoration: none;
  color: #fff;
}
#footer .copyright {
  background-color: #28AAE1;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #footer .copyright {
    padding-bottom: 1rem;
  }
}
#footer .copyright .terms-condition,
#footer .copyright .privacy-policy,
#footer .copyright p {
  color: #000;
  font-size: 0.875rem;
}
#footer .menu-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #fff;
  padding-bottom: 1.5rem;
  margin-bottom: unset;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  #footer .recognised {
    margin-top: 3.5rem;
  }
}
#footer .recognised .recognised-by {
  gap: 1.9rem;
}
#footer .follow-us {
  margin-top: 3.5rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
  #footer .follow-us {
    margin-top: 4.938rem;
    margin-bottom: 5rem;
  }
}
#footer .follow-us .social-icons {
  gap: 2.938rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer .follow-us .social-icons {
    gap: 1.5rem;
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  .footerCurrencySelector {
    margin: 2rem 1rem 0rem;
    position: relative;
  }
}
.footerCurrencySelector .currency-label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.footerCurrencySelector #currency_converter .currency_switcher_label {
  display: none;
}
.footerCurrencySelector #currency_converter select {
  background-image: url("../../assets/images/Unfold.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
  border: 1px solid #B2B3B6;
  border-radius: 4px;
  color: #F4F4F4;
  width: 200px;
  height: 56px;
  background-color: transparent;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.footerCurrencySelector #currency_converter select option {
  color: #000;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .cookie-p div p {
    max-width: 100% !important;
  }
  .elementor-2527 .elementor-element.elementor-element-4b1c00ad > .elementor-container {
    min-height: auto !important;
  }
}
#algoliaSearchResults .form-check-input {
  border: 1px solid #666666;
  border-radius: 2px;
}
#algoliaSearchResults .form-check-input:checked {
  background-color: #000000;
}
#algoliaSearchResults .form-check-input:focus {
  box-shadow: none;
}
#algoliaSearchResults .form-check-input:hover {
  cursor: pointer;
}
#algoliaSearchResults .card-divider {
  color: #E5E5E5;
  opacity: 1;
}
@media (max-width: 767px) {
  #algoliaSearchResults .pricing {
    position: absolute;
    right: 0;
    bottom: 4rem;
  }
  #algoliaSearchResults .pricing h5, #algoliaSearchResults .pricing .h5 {
    font-weight: bold;
  }
}
@media (max-width: 390px) {
  #algoliaSearchResults .pricing {
    bottom: 7rem;
  }
}
@media (max-width: 376px) {
  #algoliaSearchResults .pricing {
    bottom: 8rem;
  }
}
@media (max-width: 767px) {
  #algoliaSearchResults .compare-trip {
    right: 1%;
  }
}
@media (max-width: 767px) {
  #algoliaSearchResults .row {
    margin: 0;
  }
}
#algoliaSearchResults form.cart {
  top: 16px;
  right: 16px;
  z-index: 11;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
}
#algoliaSearchResults form.cart a.add-wishlist {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M15.6166 6.88733L16.3333 7.62405L17.0501 6.88733C20.2139 3.6354 25.8877 4.80328 27.9261 8.78422C28.9123 10.7101 29.0763 13.3985 27.4042 16.6974C25.7685 19.9243 22.378 23.7148 16.3333 27.7974C10.2886 23.7148 6.8982 19.9243 5.26251 16.6974C3.59036 13.3985 3.75438 10.7101 4.74053 8.78422C6.77898 4.80328 12.4528 3.6354 15.6166 6.88733Z" fill="black" fill-opacity="0.2" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
}
#algoliaSearchResults form.cart a.add-wishlist:hover, #algoliaSearchResults form.cart a.add-wishlist:active {
  border: none !important;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Utility / Wishlist / Filled "><path id="heart filled" d="M15.2831 6.88733L15.9998 7.62405L16.7166 6.88733C19.8804 3.6354 25.5542 4.80328 27.5926 8.78422C28.5788 10.7101 28.7428 13.3985 27.0707 16.6974C25.435 19.9243 22.0445 23.7148 15.9998 27.7974C9.95514 23.7148 6.5647 19.9243 4.92902 16.6974C3.25687 13.3985 3.42088 10.7101 4.40704 8.78422C6.44548 4.80328 12.1193 3.6354 15.2831 6.88733Z" fill="black" stroke="white" stroke-width="2"/></g></svg>');
}
#algoliaSearchResults .carousel-item img {
  object-fit: cover;
  border-radius: 4px;
  aspect-ratio: 4/3;
}
@media (max-width: 767px) {
  #algoliaSearchResults .review-text {
    display: none;
  }
}
@media (min-width: 767px) {
  #algoliaSearchResults .gallery-carousel {
    height: 300px;
  }
}
#algoliaSearchResults .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
}
#algoliaSearchResults .carousel-indicators button.active {
  background-color: #fff;
}
#algoliaSearchResults .carousel-indicators button:not(.active) {
  background-color: transparent;
}

#search-nav-tabs ul {
  list-style: none;
  display: inline-flex;
  border: none;
}
#search-nav-tabs ul li {
  margin: auto 1rem;
  opacity: 0.6;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #search-nav-tabs ul li {
    font-size: 1rem;
  }
}
#search-nav-tabs ul li a {
  text-decoration: none;
}
#search-nav-tabs ul li a:hover {
  color: #000000;
}
#search-nav-tabs ul li .ais-Menu-count::before {
  content: "(";
}
#search-nav-tabs ul li .ais-Menu-count::after {
  content: ")";
}
#search-nav-tabs ul .ais-Menu-item--selected {
  opacity: 1;
  border-bottom: 3px solid black;
}
#search-nav-tabs ul .ais-Menu-item--selected a:hover {
  color: #000000;
}
#search-nav-tabs ul:hover, #search-nav-tabs ul:focus {
  border: none;
}
#search-nav-tabs #nav-tab {
  border: none;
}

.articles-column .card-img-top {
  border-radius: 4px;
  border-bottom: 6px solid #28AAE1;
}
.articles-column .card-text {
  color: #333333;
}

.ais-Hits-item-articles-pages {
  margin: 0.5rem !important;
}
@media (min-width: 768px) {
  .ais-Hits-item-articles-pages {
    width: 31%;
  }
}

.ais-Hits-list-articles-pages {
  display: flex;
  flex-wrap: wrap;
}

.search-container {
  background-color: #ffffff;
}
.search-container .result-container .card img {
  object-fit: cover;
}
@media (min-width: 1440px) {
  .search-container .result-container .card img {
    height: 227px;
    width: 227px;
  }
}
@media (max-width: 767px) {
  .search-container .result-container .card img {
    height: 158px;
    width: 158px;
  }
}
.search-container .result-container .row {
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .search-container .result-container .row .col-3 {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .search-container .result-container .row .col-sm-9 {
    margin: 2.5rem auto;
  }
}
@media (max-width: 767px) {
  .search-container .result-container .row .col-sm-3 {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  .search-container .input-group {
    width: 90% !important;
  }
}
.search-container .form-control:focus {
  box-shadow: none;
}
.search-container #search-close {
  cursor: pointer;
}
.search-container a.clear-input {
  position: absolute;
  top: 35%;
  right: 14%;
  cursor: pointer;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  z-index: 7;
  display: none;
}
@media (min-width: 768px) {
  .search-container a.clear-input {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .search-container .search-input-wrapper .search-form__input {
    padding-inline: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
    margin: 8px 0;
  }
}
@media (min-width: 768px) {
  .search-container .search-input-wrapper {
    width: 50% !important;
  }
  .search-container .search-input-wrapper .search-form__input {
    border-radius: 4px;
    margin: 8px 0;
  }
}
.search-container .search-input-wrapper .bi-search {
  align-self: center;
  margin-right: 3%;
}

.sortBy-select {
  -webkit-appearance: none;
  border: 1px solid #d0d0d0;
  border-radius: 24px;
  padding: 8px 48px 8px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90%;
}

@media screen and (max-width: 520px) {
  .blog-category-select {
    width: 93%;
  }
}

.sort-option {
  cursor: pointer !important;
}

.ais-InfiniteHits-loadMore {
  left: 43%;
}
@media (max-width: 767px) {
  .ais-InfiniteHits-loadMore {
    left: 33%;
  }
}

li.ais-Menu-item div div.menu-facet-container a.ais-anchor span.f-check-active {
  display: none !important;
  float: left;
  margin-right: 10px;
}

li.ais-Menu-item div div.menu-facet-container a.ais-anchor span.f-check {
  display: block !important;
  float: left;
  margin-right: 10px;
}

li.ais-Menu-item--selected div div.menu-facet-container a.ais-anchor span.f-check-active {
  display: block !important;
  float: left;
  margin-right: 10px;
}

li.ais-Menu-item--selected div div.menu-facet-container a.ais-anchor span.f-check {
  display: none !important;
  float: left;
  margin-right: 10px;
}

.destinations .d-check img,
.destinations .d-check span {
  width: 23px;
  height: 23px;
  display: block;
}

#hierarchical-menu .destinations {
  margin-bottom: 0 !important;
}
#hierarchical-menu .destinations a {
  position: relative;
  margin-bottom: 16px;
  color: #666;
  font-weight: 400 !important;
}

.d-check-a-destinations-active {
  display: block;
  float: left;
  margin-right: 10px;
}

.d-check-a-destinations-inactive {
  display: none;
  float: left;
  margin-right: 10px;
}

.d-check-i-destinations-active {
  display: none;
  float: left;
  margin-right: 10px;
}

.d-check-i-destinations-inactive {
  display: block;
  float: left;
  margin-right: 10px;
}

li.destinations {
  width: 100% !important;
}

li.destinations ul {
  margin-left: 25px;
  margin-top: 10px;
  width: 100%;
}

a.refineLink {
  position: absolute;
  display: block;
  padding-left: 25px;
  margin-left: 0px;
}

.fake-selector {
  -webkit-appearance: none;
  border: 1px solid #d0d0d0;
  border-radius: 24px;
  padding: 8px 48px 8px 16px;
  background: transparent;
  float: left;
  margin-left: 20px;
  max-width: 300px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5.5L10 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 85%;
}

.algolia-search-box-wrapper {
  display: flex;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .algolia-search-box-wrapper {
    flex-wrap: wrap;
  }
}

#ais-more-selector .fake-selector {
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='16' viewBox='0 0 4 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16C0.89543 16 0 15.1046 0 14C0 12.8954 0.89543 12 2 12C3.10457 12 4 12.8954 4 14C4 15.1046 3.10457 16 2 16ZM2 10C0.89543 10 0 9.10457 0 8C0 6.89543 0.89543 6 2 6C3.10457 6 4 6.89543 4 8C4 8.53043 3.78929 9.03914 3.41421 9.41421C3.03914 9.78929 2.53043 10 2 10ZM2 4C0.89543 4 0 3.10457 0 2C0 0.89543 0.89543 0 2 0C3.10457 0 4 0.89543 4 2C4 2.53043 3.78929 3.03914 3.41421 3.41421C3.03914 3.78929 2.53043 4 2 4Z' fill='black'/%3E%3C/svg%3E") !important;
}

#ais-sort-selector .fake-selector {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E") !important;
}
#ais-sort-selector .dropdown-item:hover, #ais-sort-selector .dropdown-item:focus {
  background-color: transparent !important;
  text-decoration: underline !important;
}

@media (min-width: 768px) {
  .no-results, .discover-more {
    margin: 3rem auto;
  }
}

.discover-more img {
  border-bottom: 6px solid #28AAE1;
  width: 100%;
  height: 223px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .discover-more img {
    width: 413px;
    height: 276px;
  }
}
@media (min-width: 768px) {
  .discover-more h3, .discover-more .h3 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .discover-more h3, .discover-more .h3 {
    font-size: 30px !important;
    line-height: 44px !important;
    margin-bottom: 2rem;
  }
}
.discover-more .card-body a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .discover-more .row {
    margin: 0 auto !important;
  }
  .discover-more .row .col-6 {
    width: auto !important;
    margin-bottom: 1rem;
  }
  .discover-more .row .col-6 p {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

@media (max-width: 767px) {
  .no-results h2, .no-results .h2 {
    font-size: 36px !important;
    line-height: 3rem !important;
  }
}

@media (max-width: 767px) {
  .ais-InfiniteHits ol {
    padding: 0 4px;
  }
}
.ais-InfiniteHits ol li {
  list-style-type: none;
}

#ais-destination-selector .fake-selector {
  min-width: max-content !important;
  background-position: 95%;
}

@media (max-width: 767px) {
  .mobile-hideme {
    display: none;
  }
}

@media (min-width: 767px) {
  .desktop-hideme {
    display: none;
  }
}

@media (min-width: 1440px) {
  .search-results-container, .plp-list-container {
    max-width: 1350px !important;
  }
  .search-results-container .ais-InfiniteHits-list, .plp-list-container .ais-InfiniteHits-list {
    padding-left: 0 !important;
  }
}

.plp-list-container .list-counter {
  margin: 16px 0 32px;
  font-family: "Roboto";
  font-style: normal;
  color: #000000;
}

.archive .ais-InfiniteHits-list {
  padding: 0;
}
.archive span.badge.hw {
  background-color: #6B9214;
}

@media (max-width: 767px) {
  li.ais-InfiniteHits-item .card-body {
    padding: 0;
  }
  li.ais-InfiniteHits-item .card-body ul.list-inline li {
    margin-right: 0;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  li.ais-InfiniteHits-item .card-body h5.trip-price span.amount, li.ais-InfiniteHits-item .card-body .trip-price.h5 span.amount {
    font-family: "Poppins";
    font-size: 18px;
  }
  li.ais-InfiniteHits-item .card-footer {
    padding: 0;
  }
  li.ais-InfiniteHits-item .card-footer .reviews-count {
    display: none;
  }
  .search-results-container {
    padding-left: 2px;
    padding-right: 2px;
  }
  .search-results-container #ais-main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.product-head-info h4.trip-title, .product-head-info .trip-title.h4 {
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
}
.product-head-info .short-description {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.trip-features .trip-price .amount {
  font-size: 22px !important;
  font-weight: 500;
  line-height: 36px;
}

.ais-InfiniteHits-loadMore--disabled {
  display: none;
}

/* Hide the Filter by Relevance */
.archive #ais-sortBy {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-footer button {
    background: #E5E5E5;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
  }
}

.daterangepicker {
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  margin-top: 13px;
  margin-left: -38px;
  padding: 24px 18px 0;
}
@media screen and (max-width: 767px) {
  .daterangepicker {
    margin-left: 0px;
    box-shadow: none;
    top: 0;
  }
}
.daterangepicker::after, .daterangepicker::before {
  display: none;
}
.daterangepicker .calendar {
  max-width: 280px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .daterangepicker .calendar {
    margin: 0;
  }
}
.daterangepicker .calendar .calendar-table {
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .daterangepicker .calendar .calendar-table {
    max-width: 300px;
    margin: auto;
  }
}
.daterangepicker .calendar .calendar-table table thead tr:first-child th {
  padding-bottom: 16px;
}
.daterangepicker .calendar .calendar-table table tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .daterangepicker .calendar .calendar-table table tbody td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.daterangepicker .calendar .calendar-table table tbody td.off {
  color: #C6C6C6;
  text-decoration-line: line-through;
}
.daterangepicker .calendar .calendar-table table tbody td.off.in-range {
  background-color: #f4f4f4;
}
.daterangepicker .calendar .calendar-table table tbody td.active:not(.end-date) {
  border-radius: 100%;
  box-shadow: 16px 0px 0px 0px rgb(244, 244, 244);
}
.daterangepicker .calendar .calendar-table table tbody td.in-range {
  box-shadow: 28px 0px 0px 0px rgb(244, 244, 244);
}
.daterangepicker .calendar .calendar-table table tbody td.in-range:last-of-type {
  box-shadow: none;
}
.daterangepicker .calendar .calendar-table table tbody td.in-range:hover {
  background-color: white;
}
.daterangepicker .calendar .calendar-table table tbody td.end-date {
  box-shadow: none;
  border-radius: 100%;
}
.daterangepicker .calendar .calendar-table table tbody td:hover {
  box-shadow: none !important;
}
.daterangepicker table {
  font-family: "Roboto";
  border-collapse: inherit;
}
.daterangepicker table tbody, .daterangepicker table thead tr:nth-child(2) {
  font-size: 14px;
  font-weight: 500 !important;
}
.daterangepicker .ranges {
  float: none !important;
  text-align: center !important;
  display: block !important;
}
.daterangepicker .ranges .cancelBtn {
  text-decoration: underline;
  transition: none;
}
.daterangepicker .ranges .cancelBtn:hover {
  border: none;
}
.daterangepicker .ranges .applyBtn {
  display: none !important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 1rem;
}

.daterangepicker .daterangepicker_input {
  display: none !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.start-date.end-date {
  background-color: #000000 !important;
  border-radius: 1rem;
}

.daterangepicker td.in-range {
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .daterangepicker.dropup .calendar.right {
    display: none !important;
  }
}

.mobile-datepicker {
  z-index: 999;
}

.pdp-container .row {
  margin: 0;
  padding: 0;
}
.pdp-container [class^=col-] {
  padding: 0;
}
.pdp-container a.pdp-anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.pdp-section#rider-information i, .pdp-section#inclusions i, .pdp-section#itinerary i {
  font-family: "Font Awesome 6 Pro";
  color: #28AAE1;
}
.pdp-section#inclusions i {
  font-size: 50px;
}
.pdp-section.hw#testimonials .card {
  border-color: #6B9214;
}
.pdp-section.hw#rider-information i, .pdp-section.hw#inclusion i, .pdp-section.hw#itinerary i {
  color: #6B9214;
}
.pdp-section.hw#additional-details .additional-details {
  background-color: #EDF9D3;
}
.pdp-section.hw#inclusions .tab-pane .d-flex .right-div .gratuities_description {
  border-color: #6B9214;
}

.pdp-section {
  padding: 40px 20px 0 20px;
}
.pdp-section__title {
  font-family: "Poppins";
  margin-bottom: 32px;
  color: #000000;
}
.pdp-section__divider {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pdp-section {
    padding: 60px 28px 0 28px;
  }
  .pdp-section__divider {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .pdp-section {
    padding: 60px 70px 0 70px;
  }
  .pdp-section__divider {
    margin-top: 60px;
  }
}

.product-slider {
  position: relative;
}
.product-slider .carousel .carousel-inner .carousel-item img {
  height: 350px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .product-slider .carousel .carousel-inner .carousel-item img {
    height: 45vw;
    aspect-ratio: 7/3;
  }
}
.product-slider .carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
}
.product-slider .carousel .carousel-indicators button.active {
  background-color: #fff;
}
.product-slider .carousel .carousel-indicators button:not(.active) {
  background-color: transparent;
}
.product-slider .carousel-control-prev,
.product-slider .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 40%;
  margin-left: 12px;
  padding: 0 !important;
}
.product-slider .carousel-control-prev .carousel-control-prev-icon,
.product-slider .carousel-control-next .carousel-control-prev-icon {
  background-image: url("../../../trek-travel-theme/assets/images/video/right.png") !important;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background-repeat: no-repeat;
}
.product-slider .carousel-control-next {
  margin-right: 12px;
}
.product-slider .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../../trek-travel-theme/assets/images/video/right.png") !important;
  background-repeat: no-repeat;
}
.product-slider .hero-video {
  height: 375px;
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.product-slider .hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .product-slider .hero-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .product-slider .hero-video iframe {
    width: 177.78vh;
  }
}
@media (min-width: 768px) {
  .product-slider .hero-video {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
  .product-slider .hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 16/9) {
  .product-slider .hero-video iframe {
    height: 56.25vw;
  }
}
@media (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .product-slider .hero-video iframe {
    width: 177.78vh;
  }
}

@media (min-width: 768px) {
  .pdp-overview-bar .col-sm-1 {
    width: 11.3333% !important;
    border-right: 1px solid #b2b3b6;
  }
}
.pdp-overview-bar .product-main-info h1, .pdp-overview-bar .product-main-info .h1 {
  font-family: "Poppins";
  font-style: normal;
  color: #000000;
}
@media (max-width: 767px) {
  .pdp-overview-bar .product-main-info p {
    font-size: 14px;
  }
  .pdp-overview-bar .product-main-info h1, .pdp-overview-bar .product-main-info .h1 {
    margin-bottom: 0;
  }
}
.pdp-overview-bar .bi-star-fill, .pdp-overview-bar .bi-star-half {
  color: #28AAE1;
}
.pdp-overview-bar .overview-details {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .pdp-overview-bar .overview-details {
    flex-direction: column;
    height: 17rem;
  }
}
@media (min-width: 990px) {
  .pdp-overview-bar .overview-details {
    height: 12rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .pdp-overview-bar .overview-details {
    height: 11rem;
  }
}
@media (min-width: 1540px) {
  .pdp-overview-bar .overview-details {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .pdp-overview-bar .overview-details {
    margin: 1rem auto;
  }
}
.pdp-overview-bar .overview-details div {
  margin: 0 0.25rem;
}
@media (min-width: 991px) {
  .pdp-overview-bar .overview-details div {
    flex: 0 0 auto;
  }
  .pdp-overview-bar .overview-details div:not(:last-child) {
    border-right: 1px solid #B2B3B6;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .pdp-overview-bar .overview-details .bikes {
    width: 36%;
  }
}
.pdp-overview-bar .overview-details .bikes .view-more {
  display: none;
}
@media (max-width: 767px) {
  .pdp-overview-bar .overview-details .bikes {
    flex-grow: 1;
    width: 50%;
  }
  .pdp-overview-bar .overview-details .bikes .view-details {
    display: none;
  }
  .pdp-overview-bar .overview-details .bikes .view-more {
    display: block;
  }
}
.pdp-overview-bar .overview-details .rider-level, .pdp-overview-bar .overview-details .hotel-level, .pdp-overview-bar .overview-details .tour-duration, .pdp-overview-bar .overview-details .trip-style {
  width: 30%;
}
@media (max-width: 767px) {
  .pdp-overview-bar .overview-details .hotel-level {
    width: auto !important;
  }
}
.pdp-overview-bar .overview-details i.bi:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .pdp-overview-bar .pricing {
    display: flex;
    flex-wrap: wrap;
  }
  .pdp-overview-bar .pricing .starting-from {
    margin: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pdp-overview-bar .tour-duration {
    order: 1;
  }
  .pdp-overview-bar .trip-style {
    order: 2;
  }
  .pdp-overview-bar .hotel-level {
    order: 3;
  }
  .pdp-overview-bar .rider-level {
    order: 4;
  }
  .pdp-overview-bar .bikes {
    order: 5;
  }
}

.overview-section-gallery {
  position: relative;
}
.overview-section-gallery .carousel-control-prev, .overview-section-gallery .carousel-control-next {
  top: 50%;
}
.overview-section-gallery .carousel .carousel-inner .carousel-item img {
  height: 300px;
}
@media (min-width: 992px) {
  .overview-section-gallery .carousel .carousel-inner .carousel-item img {
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
  }
}

.mobile-share-wishlist {
  margin: 40px 0 0px 20px;
}
.mobile-share-wishlist .overview-icons .share-link, .mobile-share-wishlist .overview-icons .add-wishlist {
  color: #000000;
  background: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem;
  margin-right: 1rem;
  border: 0.833333px solid #C6C6C6;
  width: 40px;
  height: 40px;
}
.mobile-share-wishlist .overview-icons .share-link:focus, .mobile-share-wishlist .overview-icons .add-wishlist:focus {
  box-shadow: none;
}
.faq-container .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  background-color: transparent;
}
.faq-container .accordion-button:focus {
  box-shadow: none;
}
.faq-container .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.faq-container .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}

.navigation-sticky {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
}

.overview-sidebar-desktop {
  background-color: #D3D3D3;
}
@media (max-width: 767px) {
  .overview-sidebar-desktop {
    display: none;
  }
}
.overview-sidebar-desktop nav {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.overview-sidebar-desktop nav .nav-link {
  padding-left: 0;
}
.overview-sidebar-desktop .overview-info p, .overview-sidebar-desktop .overview-info .book-trip-cta, .overview-sidebar-desktop .overview-info .overview-icons {
  display: flex;
}
.overview-sidebar-desktop .overview-info .overview-icons .share-link, .overview-sidebar-desktop .overview-info .overview-icons .add-wishlist {
  color: #000000;
  background: #ffffff;
  border-radius: 2rem;
  padding: 0.2rem 0.5rem;
  margin: 1rem 1rem 1rem 0;
}
.overview-sidebar-desktop .overview-info .overview-icons .share-link:focus, .overview-sidebar-desktop .overview-info .overview-icons .add-wishlist:focus {
  box-shadow: none;
}
.overview-sidebar-desktop .overview-info .add-wishlist .bi-heart-fill {
  display: none;
}
.overview-sidebar-desktop .overview-info .add-wishlist:hover .bi-heart {
  display: none;
}
.overview-sidebar-desktop .overview-info .add-wishlist:hover .bi-heart-fill {
  display: block;
}
.overview-sidebar-desktop .nav-link:hover, .overview-sidebar-desktop .nav-link:focus {
  color: #000000;
  text-shadow: 0px 0px 1px black;
}

.overview-menu-mobile {
  z-index: 9;
}
@media (min-width: 768px) {
  .overview-menu-mobile {
    display: none;
  }
}
.overview-menu-mobile .accordion {
  --bs-accordion-bg: #F4F4F4 !important;
  --bs-accordion-active-bg: #F4F4F4 !important;
  --bs-accordion-active-color: inherit;
  --bs-accordion-btn-focus-border-color: none;
}
.overview-menu-mobile .accordion .accordion-button:focus {
  box-shadow: none;
}
.overview-menu-mobile .accordion .accordion-body .nav-link {
  font-size: 1.125rem;
}
.overview-menu-mobile .accordion .accordion-body .nav-link:hover, .overview-menu-mobile .accordion .accordion-body .nav-link:focus, .overview-menu-mobile .accordion .accordion-body .nav-link:active, .overview-menu-mobile .accordion .accordion-body .nav-link.active {
  color: #000000;
  font-weight: bold;
}
.overview-menu-mobile .accordion-flush .accordion-item .accordion-button {
  padding-left: 2rem;
}

@media (max-width: 991.98px) {
  #bikes-guide {
    margin-bottom: unset;
    margin-top: 40px;
  }
}
#bikes-guide .great-riders {
  position: relative;
}
@media (min-width: 768px) {
  #bikes-guide .great-riders .great-rider-img {
    min-height: 500px;
  }
}
@media (max-width: 991.98px) {
  #bikes-guide .great-riders .great-rider-img {
    padding-left: unset;
    padding-right: unset;
  }
}
#bikes-guide .great-riders .great-rider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  #bikes-guide .great-riders .great-rider-img img {
    position: unset;
    width: 100%;
    height: auto;
    padding-left: unset;
    padding-right: unset;
  }
}
#bikes-guide .great-riders .great-rider {
  width: 433px;
  background: #000;
  border-bottom: 4px solid #000;
  border-radius: 4px;
  color: #fff;
  padding: 51px 48px 51px 40px;
}
@media (max-width: 991px) and (min-width: 769px) {
  #bikes-guide .great-riders .great-rider {
    width: 64%;
  }
}
@media (max-width: 1180px) and (min-width: 992px) {
  #bikes-guide .great-riders .great-rider {
    width: 48%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #bikes-guide .great-riders .great-rider {
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  #bikes-guide .great-riders .great-rider {
    margin: auto;
    width: 90%;
    height: auto;
    padding: 32px 24px;
    margin-top: -35%;
  }
}
@media (max-width: 767.98px) {
  #bikes-guide .great-riders .great-rider {
    margin: auto;
    width: 90%;
    height: auto;
    padding: 32px 24px;
    margin-top: -20%;
  }
}
@media (max-width: 575.98px) {
  #bikes-guide .great-riders .great-rider {
    margin: auto;
    width: 90%;
    height: auto;
    padding: 32px 24px;
    margin-top: -15%;
  }
}
#bikes-guide .great-riders .great-rider p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  #bikes-guide .great-riders .great-rider p {
    font-size: 1rem;
    line-height: 24px;
  }
}
#bikes-guide .great-riders .great-rider h5, #bikes-guide .great-riders .great-rider .h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  #bikes-guide .great-riders .great-rider h5, #bikes-guide .great-riders .great-rider .h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
#bikes-guide .great-riders .great-rider .great-p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
#bikes-guide .great-riders .great-rider a {
  border-color: #fff !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  #bikes-guide .pdp-section__divider {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  #bikes-guide .pdp-section__divider {
    margin-top: 100px;
  }
}

#additional-details h3, #additional-details .h3 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins";
  margin-bottom: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  #additional-details h3, #additional-details .h3 {
    font-weight: 600;
    margin-bottom: 40px;
  }
}
#additional-details .additional-details {
  background-color: #D4EEF9;
  padding: 32px 20px 40px 20px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  #additional-details .additional-details {
    padding: 40px 40px 48px 40px;
  }
}
#additional-details .additional-details .know-before {
  padding-bottom: 8px;
}
#additional-details .additional-details .know-before h4, #additional-details .additional-details .know-before .h4 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 4px;
}
#additional-details .additional-details .know-before p {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
#additional-details .additional-details .your-day {
  font-family: "Roboto";
  padding-bottom: 8px;
}
#additional-details .additional-details .your-day h5, #additional-details .additional-details .your-day .h5 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
#additional-details .additional-details ul {
  font-family: "Roboto";
}

.trip-wows-container {
  font-family: "Roboto";
}
.trip-wows-container .image-details p {
  margin: 0.5rem auto;
}
.trip-wows-container ul {
  list-style: none;
  padding-left: 1.25rem;
}
.trip-wows-container ul li {
  position: relative;
}
.trip-wows-container ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  left: -1.25rem;
  color: #6B9214;
}
.trip-wows-container ul li.tt-blue::before {
  color: #28AAE1;
}
.trip-wows-container .wow-image {
  width: 100%;
  margin-bottom: 8px;
}
.trip-wows-container .wow-list {
  margin-bottom: 40px;
}
.trip-wows-container .wow-list p {
  font-size: 16px;
  line-height: 24px;
}
.trip-wows-container .pdp-section__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .trip-wows-container .wow-image {
    margin-bottom: 12px;
  }
  .trip-wows-container .wow-list p {
    font-size: 18px;
    line-height: 28px;
  }
  .trip-wows-container .left-wow-details {
    padding-right: 8px;
  }
  .trip-wows-container .image-details {
    padding-left: 8px;
  }
}

#rider-information .tab-pane .d-flex {
  gap: 20px;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .d-flex {
    flex-flow: column;
    gap: 24px;
  }
  #rider-information .tab-pane .d-flex .left-div {
    order: 1;
  }
}
#rider-information .tab-pane .d-flex .left-div,
#rider-information .tab-pane .d-flex .right-div {
  width: 50%;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .d-flex .left-div,
#rider-information .tab-pane .d-flex .right-div {
    width: 100%;
  }
}
#rider-information .tab-pane .d-flex .left-div p,
#rider-information .tab-pane .d-flex .left-div li {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
#rider-information .tab-pane .d-flex .left-div p {
  margin-bottom: 24px;
}
#rider-information .tab-pane .d-flex .left-div ul {
  padding-left: 1rem;
}
#rider-information .tab-pane .d-flex .right-div img {
  width: 100%;
}
#rider-information .tab-pane .rider-main-heading {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .rider-main-heading {
    margin-bottom: 16px;
  }
}
#rider-information .tab-pane .rider-main-heading .info {
  margin-left: 10px;
}
#rider-information .tab-pane .rider-sub-heading {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .rider-sub-heading {
    margin-bottom: 8px;
  }
}
#rider-information .tab-pane .rider-description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  color: #333333;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .rider-description {
    width: 100%;
    margin-bottom: 31px;
  }
}
#rider-information .tab-pane .row-miles {
  gap: 17px;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .row-miles {
    flex-flow: column;
    gap: 16px;
  }
}
#rider-information .tab-pane .row-miles .miles {
  background: #F4F4F4;
  padding: 28px 24px 32px 24px;
  border-radius: 4px;
  width: 50%;
}
@media (max-width: 991.98px) {
  #rider-information .tab-pane .row-miles .miles {
    width: 100%;
  }
}
#rider-information .tab-pane .row-miles .miles .rider-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px;
}
#rider-information .tab-pane .row-miles .miles .rider-heading .miles-img {
  font-size: 20px;
  margin-right: 10px;
  min-width: 20px;
}
#rider-information .tab-pane .row-miles .miles .miles-h {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
#rider-information .tab-pane .row-miles .miles .miles-p {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: unset;
}
#rider-information .tab-pane .row-miles .miles .m-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
#rider-information .tab-pane .pdp-rider-level:hover {
  cursor: pointer;
}

.dates-pricing-container {
  font-family: "Roboto";
}
.dates-pricing-container .trip-status ul {
  display: flex;
  padding-left: 1rem;
}
@media (max-width: 540px) {
  .dates-pricing-container .trip-status ul {
    flex-wrap: wrap;
  }
  .dates-pricing-container .trip-status ul li {
    width: 50%;
  }
}
.dates-pricing-container .trip-status ul li.guaranteed {
  list-style-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%2328AAE1'/%3E%3C/svg%3E");
}
.dates-pricing-container .trip-status ul li.join-waitlist {
  list-style-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23F0AA97'/%3E%3C/svg%3E");
}
.dates-pricing-container .trip-status ul li.private {
  list-style-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23666666'/%3E%3C/svg%3E");
}
.dates-pricing-container .trip-status ul li.limited-availability {
  list-style-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23DEB95C'/%3E%3C/svg%3E");
}
@media (min-width: 540px) {
  .dates-pricing-container .trip-status ul li:not(:first-child) {
    margin-left: 2rem;
  }
}
.dates-pricing-container .dates-pricing .pdp-no-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 80%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .dates-pricing-container .dates-pricing .pdp-no-date {
    width: 100%;
  }
}
.dates-pricing-container .dates-pricing nav {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dates-pricing-container .dates-pricing nav .nav-tabs {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .dates-pricing-container .dates-pricing nav .nav-tabs {
    gap: 2px;
  }
}
.dates-pricing-container .dates-pricing nav #nav-tab-year::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing nav #nav-tab-year {
    flex-direction: column;
    overflow-y: hidden;
    border-bottom: none;
  }
}
.dates-pricing-container .dates-pricing nav #nav-tab-year .nav-link {
  margin: 0;
  color: #666666;
  background: #F4F4F4;
  border-radius: 4px 4px 0px 0px;
  padding: 8px 16px;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing nav #nav-tab-year .nav-link {
    flex: none;
    color: #666666;
    border-radius: 4px;
    margin-right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .dates-pricing-container .dates-pricing nav #nav-tab-year .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.dates-pricing-container .dates-pricing nav #nav-tab-year .nav-link.active {
  font-weight: 700;
  color: #000;
  background: transparent;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing nav #nav-tab-year .nav-link.active {
    font-weight: 700;
    border: 1px solid #C6C6C6;
    color: #000;
  }
  .dates-pricing-container .dates-pricing nav #nav-tab-year .nav-link.active span {
    border-bottom: 4px solid #000;
    padding-bottom: 7px;
  }
}
.dates-pricing-container .dates-pricing nav .nav-tabs-months {
  gap: 1px;
  border-bottom: 1px solid #D9D9D9;
}
.dates-pricing-container .dates-pricing nav .nav-tabs-months .nav-link {
  background: transparent;
  color: #666666;
  border: unset;
  border-radius: 4px 4px 0px 0px;
  background-color: #F4F4F4;
}
@media (max-width: 991.98px) {
  .dates-pricing-container .dates-pricing nav .nav-tabs-months .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.dates-pricing-container .dates-pricing nav .nav-tabs-months .nav-link.active {
  background-color: white;
  font-weight: 700;
  border: 2px solid;
  border-bottom: 4px solid #000;
  color: #000;
  border-color: black;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button, .dates-pricing-container .dates-pricing .nav-tabContent-months .pvt-box {
  gap: 15px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button .w-40, .dates-pricing-container .dates-pricing .nav-tabContent-months .pvt-box .w-40 {
  width: 40%;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button .d-box, .dates-pricing-container .dates-pricing .nav-tabContent-months .pvt-box .d-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  background-color: transparent;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button:focus {
  box-shadow: none;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .private-accordion::after, .dates-pricing-container .dates-pricing .nav-tabContent-months .private-accordion:not(.collapsed)::after {
  content: "Reserved \f431";
  transform: none;
  background-image: none;
  display: flex;
  flex-basis: content;
  font-family: "Roboto", "bootstrap-icons";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing .nav-tabContent-months .private-accordion::after, .dates-pricing-container .dates-pricing .nav-tabContent-months .private-accordion:not(.collapsed)::after {
    width: 25% !important;
  }
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item {
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  margin: 8px auto;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box {
    flex-direction: row;
    align-items: center;
  }
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span {
    width: 100% !important;
  }
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span.d-rsv, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span.d-rsv {
    width: 20px;
    display: flex;
    justify-content: flex-end;
  }
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span.d-rsv, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span.d-rsv {
  width: 20px;
  display: flex;
  justify-content: flex-end;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span.join-waitlist::before, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span.join-waitlist::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23F0AA97'/%3E%3C/svg%3E");
  margin-right: 8px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span.limited-availability::before, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span.limited-availability::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23DEB95C'/%3E%3C/svg%3E");
  margin-right: 8px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span.guaranteed::before, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span.guaranteed::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%2328AAE1'/%3E%3C/svg%3E");
  margin-right: 8px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item button span.private::before, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .pvt-box span.private::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23666666'/%3E%3C/svg%3E");
  margin-right: 8px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .accordion-header {
  padding: 1px;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .accordion-bikes ol, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-item .accordion-hotels ol {
  list-style-type: disc;
}
.dates-pricing-container .dates-pricing .nav-tabContent-months hr {
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body {
    display: flex;
    flex-direction: column;
  }
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-book-now {
    order: -1;
  }
}
@media (min-width: 540px) {
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-hotels, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-bikes {
    width: 30%;
  }
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-book-now {
    width: 40%;
    text-align: end;
  }
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-book-now h5, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-book-now .h5 {
    margin-bottom: 0;
  }
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-book-now button {
    margin-bottom: 1rem;
  }
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-book-now button, .dates-pricing-container .dates-pricing .nav-tabContent-months .accordion-body .accordion-hotels {
    margin-bottom: 1rem;
  }
}
.dates-pricing-container .dates-pricing #nav-private dl {
  margin-top: 2rem;
}
.dates-pricing-container .dates-pricing #nav-private hr {
  color: #D9D9D9;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing #nav-private p {
    width: 100% !important;
  }
}
.dates-pricing-container .dates-pricing #nav-custom button {
  margin-bottom: 2rem !important;
}
@media (max-width: 540px) {
  .dates-pricing-container .dates-pricing #nav-custom p {
    width: 100% !important;
  }
}
.dates-pricing-container .nav-months-desktop {
  display: block;
}
@media (max-width: 540px) {
  .dates-pricing-container .nav-months-desktop {
    display: none;
  }
}
.dates-pricing-container .select-months {
  display: none;
}
@media (max-width: 540px) {
  .dates-pricing-container .select-months {
    text-align: center;
    font-weight: 500;
    display: block;
    border: 1px solid #B2B3B6;
    border-radius: 4px;
    margin-bottom: 2rem;
    height: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-expand' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E");
    background-size: 1.5rem;
  }
  .dates-pricing-container .select-months:focus {
    box-shadow: none;
  }
}

nav {
  margin-bottom: 32px;
}
nav .nav-tabs .nav-link {
  font-family: "Roboto";
  color: #666666;
  border: unset;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-left: unset;
  padding-right: unset;
  margin-right: 32px;
}
@media (max-width: 991.98px) {
  nav .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
  }
}
nav .nav-tabs .nav-link.active {
  font-weight: 700;
  border-bottom: 4px solid #000;
  color: #000;
}

#before-after p {
  font-family: "Roboto";
  color: #333333;
}
#before-after .tab-pane .d-flex {
  gap: 48px;
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .d-flex {
    flex-flow: column;
    gap: 24px;
  }
  #before-after .tab-pane .d-flex .left-div {
    order: 1;
  }
}
#before-after .tab-pane .d-flex .left-div,
#before-after .tab-pane .d-flex .right-div {
  width: 50%;
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .d-flex .left-div,
#before-after .tab-pane .d-flex .right-div {
    width: 100%;
  }
}
#before-after .tab-pane .d-flex .heading-before {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .d-flex .heading-before {
    color: #000;
  }
}
#before-after .tab-pane .d-flex .right-div img {
  width: 100%;
}
#before-after .tab-pane .where-to-stay {
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .where-to-stay {
    margin-top: 8px;
  }
}
#before-after .tab-pane .where-to-stay p {
  font-size: 14px;
  line-height: 20px;
}
#before-after .tab-pane .where-to-stay .heading-before {
  font-family: "Roboto";
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .where-to-stay .heading-before {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #before-after .tab-pane .where-to-stay .hotel-details {
    padding-left: 0 !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .where-to-stay .hotel-details {
    margin-bottom: 8px;
  }
}
#before-after .tab-pane .where-to-stay .hotel-heading {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #000;
}
@media (max-width: 991.98px) {
  #before-after .tab-pane .where-to-stay .hotel-heading {
    color: #333333;
  }
}

.overview-divider {
  margin: unset;
}
@media (min-width: 992px) {
  .overview-divider.before-after {
    display: none;
  }
}

#inclusions .tab-pane .d-flex {
  gap: 20px;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .d-flex {
    flex-flow: column;
    gap: 24px;
  }
  #inclusions .tab-pane .d-flex .left-div {
    order: 1;
  }
}
#inclusions .tab-pane .d-flex .left-div,
#inclusions .tab-pane .d-flex .right-div {
  width: 50%;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .d-flex .left-div,
#inclusions .tab-pane .d-flex .right-div {
    width: 100%;
  }
}
#inclusions .tab-pane .d-flex ul {
  color: #333333;
  padding-left: 1rem;
}
#inclusions .tab-pane .d-flex ul li {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
#inclusions .tab-pane .d-flex .right-div .gratuities_description {
  background-color: #F4F4F4;
  padding: 32px 32px 40px 32px;
  border-bottom: 4px solid #28AAE1;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .d-flex .right-div .gratuities_description {
    padding: 24px 24px 32px 24px;
  }
}
#inclusions .tab-pane .d-flex .right-div .gratuities_description img {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .d-flex .right-div .gratuities_description img {
    margin-bottom: 16px;
  }
}
#inclusions .tab-pane .d-flex .right-div .gratuities_description .gratuities_heading {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .d-flex .right-div .gratuities_description .gratuities_heading {
    font-size: 16px;
    line-height: 24px;
  }
}
#inclusions .tab-pane .d-flex .right-div .gratuities_description .description {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
#inclusions .tab-pane .gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
  width: 100%;
  gap: 6px;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .gallery {
    gap: 4px;
  }
}
#inclusions .tab-pane .gallery .pics {
  margin-bottom: 6px;
}
#inclusions .tab-pane .gallery .pics img {
  width: 100%;
}
@media (max-width: 991.98px) {
  #inclusions .tab-pane .gallery .pics {
    margin-bottom: 4px;
  }
}

#testimonials .col-12 {
  padding-right: unset;
}
#testimonials .card {
  border: unset;
  background-color: #F4F4F4;
  border-bottom: 4px solid #28AAE1;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  #testimonials .card:nth-child(even) {
    margin-top: 1%;
  }
}
#testimonials .card .text {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Roboto";
  margin-top: 24px;
}
#testimonials .card .card-body > div {
  margin-bottom: 16px;
}
#testimonials .card p {
  margin-bottom: 0;
}
#testimonials .card p.long-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#testimonials .card p.is-expanded {
  white-space: initial;
  overflow: visible;
  display: block;
}
#testimonials .card .read-more {
  display: none;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #28AAE1;
  margin-top: -3px;
  margin-bottom: 16px;
  cursor: pointer;
}
#testimonials .card .text-author {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
#testimonials .card .text-author:before {
  content: "-";
  width: 10px;
}
#testimonials .card .card-img-top {
  height: 300px;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 575.98px) {
  #testimonials .card .card-img-top {
    height: 350px;
  }
}
#testimonials .slick-slider {
  margin-right: -20px;
}
@media (min-width: 992px) {
  #testimonials .slick-slider {
    margin-right: -72px;
  }
}
#testimonials .slick-list {
  padding-left: 4%;
}
@media screen and (max-width: 991px) {
  #testimonials .slick-list {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #testimonials .slick-slide:nth-of-type(even) {
    margin-top: 52px;
  }
}
#testimonials .slick-prev {
  width: 63px;
  height: 63px;
  background: url("../../../trek-travel-theme/assets/images/testimonial-arrow.png") !important;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
}
#testimonials .slick-prev:before {
  content: unset !important;
}
#testimonials .slick-next {
  width: 63px;
  height: 63px;
  right: 2%;
  margin-top: 3%;
  background: url("../../../trek-travel-theme/assets/images/testimonial-arrow.png") !important;
}
#testimonials .slick-next:before {
  content: unset !important;
}
@media (max-width: 991.98px) {
  #testimonials .slick-list {
    padding-bottom: 24px;
  }
}
#testimonials .slick-dots li {
  width: unset;
  height: unset;
  border-radius: 50%;
  margin-right: 3px;
}
#testimonials .slick-dots li button {
  border: 1px solid #666666;
  height: 8px;
  width: 8px;
  padding: 4px;
  border-radius: 50%;
}
#testimonials .slick-dots li button::before {
  content: unset;
}
#testimonials .slick-dots li.slick-active {
  background-color: #666666;
}

.pdp-hotels__hotel:not(:last-child) {
  margin-bottom: 24px;
}
.pdp-hotels__slider {
  margin-bottom: 16px !important;
}
.pdp-hotels__slider .slick-dots {
  bottom: 15px;
}
.pdp-hotels__slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
}
.pdp-hotels__slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
}
.pdp-hotels__slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.pdp-hotels__slider .slick-next {
  right: 25px;
}
.pdp-hotels__slider .slick-prev {
  left: 25px;
  z-index: 1;
}
.pdp-hotels__image-slide {
  width: 100%;
  height: 320px;
}
.pdp-hotels__image-slide img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}
.pdp-hotels__info {
  padding: 0;
}
.pdp-hotels__region {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 4px;
}
.pdp-hotels__name {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.pdp-hotels__level {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 4px;
}
.pdp-hotels__available {
  font-size: 14px;
  line-height: 20px;
  color: #28AAE1;
  font-weight: 500;
  margin-bottom: 12px;
}
.pdp-hotels__text {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 16px;
}
.pdp-hotels__btn {
  border: 1px solid #000;
}
.pdp-hotels__btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
@media (min-width: 992px) {
  .pdp-hotels__slider {
    margin-bottom: 0 !important;
    height: 100%;
  }
  .pdp-hotels__info {
    padding: 10px 30px 10px 48px;
    height: inherit;
    overflow-y: auto;
  }
  .pdp-hotels__info .bi:hover {
    cursor: pointer;
  }
  .pdp-hotels__name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .pdp-hotels__level {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .pdp-hotels__hotel {
    height: 320px;
  }
  .pdp-hotels .slick-list {
    max-height: 100%;
  }
  .pdp-hotels__image-slide img {
    max-width: 100%;
    max-height: 100%;
  }
}

.pdp-bikes__subtitle {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}
.pdp-bikes__note {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 32px;
}
.pdp-bikes__bike-grid {
  gap: 24px;
}
.pdp-bikes__bike {
  width: 100%;
}
.pdp-bikes__image {
  position: relative;
  padding: 28px 32px;
  background-color: #F4F4F4;
  border-bottom: 6px solid #28AAE1;
  border-radius: 4px;
  margin-bottom: 16px;
}
.pdp-bikes__image img {
  width: 100%;
  max-width: 270px;
}
.pdp-bikes__badge {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 6px;
}
.pdp-bikes__badge--ebike {
  background-color: #28AAE1;
  color: #000;
}
.pdp-bikes__name {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.pdp-bikes__text {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 16px;
}
.pdp-bikes__link {
  color: #000;
}
@media (min-width: 992px) {
  .pdp-bikes__subtitle {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
  .pdp-bikes__note {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .pdp-bikes__bike {
    width: 48%;
  }
  .pdp-bikes__bike img {
    width: 100%;
    max-width: 380px;
  }
  .pdp-bikes__image {
    margin-bottom: 24px;
  }
}

.pdp-additional-gear__list {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 991.98px) {
  .pdp-additional-gear__image {
    align-self: center;
    order: -1;
  }
}
.pdp-additional-gear__image img {
  background-color: #e5e5e5;
  width: 335px;
  height: 335px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .pdp-additional-gear__list {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
  }
  .pdp-additional-gear__image img {
    width: 630px;
    height: 420px;
    max-width: none;
  }
}

.pdp-itinerary {
  font-family: "Roboto" !important;
}
.pdp-itinerary__image {
  margin-bottom: 24px;
}
.pdp-itinerary__title {
  margin-bottom: 24px;
}
.pdp-itinerary__button {
  margin-bottom: 23px;
}
.pdp-itinerary a:not(.btn) {
  text-decoration: underline;
}
.pdp-itinerary a:not(.btn):hover {
  text-decoration: none;
  color: #000;
}
.pdp-itinerary .accordion-item {
  border: unset;
  color: #000;
}
.pdp-itinerary .accordion-item .color-gray-6 {
  color: #333333 !important;
}
.pdp-itinerary .accordion-item .accordion-button {
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  margin: 8px auto;
}
.pdp-itinerary .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.pdp-itinerary .accordion-item .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #000;
  border-bottom: unset;
  border-radius: 4px 4px 0 0;
}
.pdp-itinerary .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}
.pdp-itinerary .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.pdp-itinerary .accordion-item .accordion-collapse.show, .pdp-itinerary .accordion-item .accordion-collapse.collapsing {
  border: 1px solid black;
  border-top: unset;
  border-radius: 0 0 4px 4px;
}
.pdp-itinerary .accordion-item hr {
  width: 95%;
  margin: 0 auto;
}
.pdp-itinerary .accordion-item__additional-days {
  padding: 24px 0 48px 0;
}
.pdp-itinerary .accordion-item__collapsearrival {
  flex-direction: column;
  margin: 8px 0 11px 0;
}
.pdp-itinerary .accordion-item-ad__submain {
  gap: 14px;
}
.pdp-itinerary .accordion-item-ad__submain img {
  margin-top: 5px;
}
.pdp-itinerary .accordion-item-ad__a {
  margin-bottom: 32px;
}
.pdp-itinerary .accordion-item-ad__a a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.pdp-itinerary-day__accordion {
  flex-direction: column;
}
.pdp-itinerary-day__accordion-clamp_main {
  margin-bottom: 37px;
}
.pdp-itinerary-day__accordion-clamp_main span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pdp-itinerary-day__accordion-right {
  margin-bottom: 32px;
}
.pdp-itinerary-day__accordion-right-clamp span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pdp-itinerary-day__accordion-image {
  margin-bottom: 20px;
}
.pdp-itinerary-day__accordion-overview {
  margin-bottom: 8px;
  margin-top: 8px;
}
.pdp-itinerary-day__accordion-highlight {
  color: #666666;
}
.pdp-itinerary-day__accordion-hotels {
  gap: 16px;
  margin-bottom: 32px;
}
.pdp-itinerary-day__accordion-hotels .w-25 {
  width: 50% !important;
}
.pdp-itinerary-day__accordion-text {
  font-size: 16px;
  line-height: 24px;
}
.pdp-itinerary-rides {
  flex-direction: column;
  padding: 0 0 32px 0px;
  gap: 19px;
}
.pdp-itinerary-rides__title {
  color: #666666;
}
.pdp-itinerary-activities {
  flex-direction: column;
  padding-bottom: 32px;
  gap: 16px;
}
.pdp-itinerary-activities__title {
  color: #666666;
}
.pdp-itinerary-heading {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .pdp-itinerary__image {
    margin-bottom: 53px;
  }
  .pdp-itinerary .accordion-item__day {
    width: 72px;
    margin-right: 8px;
  }
  .pdp-itinerary .accordion-item__additional-days {
    padding: 56px 0 72px 0;
  }
  .pdp-itinerary .accordion-item__collapsearrival {
    flex-direction: row;
    margin: 16px 0 22px 0;
    gap: 20px;
  }
  .pdp-itinerary .accordion-item-ad__a {
    gap: 20px;
  }
  .pdp-itinerary .accordion-item-ad__a a {
    font-size: 16px;
    line-height: 24px;
  }
  .pdp-itinerary .accordion-item-ad__a .add-info {
    width: 50%;
  }
  .pdp-itinerary .accordion-item-ad__main {
    width: 50%;
  }
  .pdp-itinerary-day__accordion {
    flex-direction: row;
    gap: 80px;
    margin-top: 16px;
  }
  .pdp-itinerary-day__accordion-left {
    width: 51%;
    margin-right: 1rem;
  }
  .pdp-itinerary-day__accordion-right {
    width: 31%;
    margin-bottom: 0px;
  }
  .pdp-itinerary-day__accordion-right img {
    width: 304px;
    height: 202px;
    object-fit: cover;
    border-radius: 4px;
  }
  .pdp-itinerary-day__accordion-hotels {
    gap: 20px;
    margin-bottom: 50px;
  }
  .pdp-itinerary-day__accordion-text {
    font-size: 14px;
    line-height: 20px;
  }
  .pdp-itinerary-rides {
    padding: 3px 0 40px 0px;
    flex-direction: row;
    gap: 12px;
  }
  .pdp-itinerary-rides .ride-column {
    width: 33%;
  }
  .pdp-itinerary-activities {
    flex-direction: row;
    gap: 12px;
  }
  .pdp-itinerary-activities .activity-column {
    width: 33%;
  }
  .pdp-itinerary-heading {
    margin-top: 32px;
  }
}

.itinerary-details {
  margin-top: 48px;
  margin-bottom: 96px;
  padding: 0 20px;
}
.itinerary-details#itinerary i {
  font-family: "Font Awesome 6 Pro";
  color: #28AAE1;
}
.itinerary-details.hw#itinerary i {
  color: #6B9214;
}
.itinerary-details .tour-actions {
  margin-top: 24px;
  margin-bottom: 40px;
}
.itinerary-details nav {
  margin-bottom: 48px;
}
.itinerary-details h3, .itinerary-details .h3 {
  line-height: 40px !important;
}
.itinerary-details .pdp-itinerary-day__accordion-right img {
  width: 100%;
  height: 197px;
  object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .itinerary-details {
    margin-top: 56px;
    margin-bottom: 212px;
    padding: 0;
  }
  .itinerary-details .tour-actions {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .itinerary-details nav {
    margin-bottom: 56px;
  }
  .itinerary-details h3, .itinerary-details .h3 {
    line-height: 48px !important;
  }
  .itinerary-details .pdp-itinerary-day__accordion {
    padding-right: 266px;
    margin-bottom: 40px;
  }
  .itinerary-details .pdp-itinerary-day__accordion .pdp-itinerary-day__accordion-left {
    width: 57%;
  }
  .itinerary-details .pdp-itinerary-day__accordion .pdp-itinerary-day__accordion-right {
    width: 29%;
  }
  .itinerary-details .pdp-itinerary-day__accordion .pdp-itinerary-day__accordion-right img {
    width: 304px;
    height: 202px;
    object-fit: cover;
    border-radius: 4px;
  }
  .itinerary-details .arrival-details, .itinerary-details .departure-details {
    width: 188px;
  }
  .itinerary-details .pdp-itinerary-rides, .itinerary-details .pdp-itinerary-activities {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .itinerary-details .accordion-body .pdp-itinerary-day__accordion img {
    max-width: 100%;
  }
}
@media print {
  .itinerary-details .accordion-body * {
    break-inside: avoid;
  }
  .itinerary-details .accordion-item {
    page-break-after: always;
  }
  .itinerary-details .accordion-item:last-child {
    page-break-after: auto;
  }
  .itinerary-details .waymark-shortcode {
    transform: scale(0.8);
  }
  .itinerary-details #flush-collapsearrival {
    border: none !important;
  }
  .itinerary-details .accordion-item__collapsearrival {
    flex-direction: row !important;
    page-break-after: always;
  }
  .itinerary-details .pdp-itinerary-day__accordion-clamp_main {
    margin-bottom: 5mm !important;
  }
  .itinerary-details .accordion-item-ad__main {
    padding: 0mm !important;
  }
  .itinerary-details .waymark-shortcode {
    page-break-after: always;
  }
  .itinerary-details .pdp-itinerary-day__accordion .pdp-itinerary-day__accordion-right img {
    display: none !important;
  }
  .itinerary-details .pdp-itinerary-day__accordion .pdp-itinerary-day__accordion-right {
    width: 50% !important;
  }
  .itinerary-details .pdp-itinerary-heading {
    margin: 2mm 0mm !important;
  }
  .itinerary-details .pdp-itinerary-day__accordion {
    margin-bottom: 2mm !important;
  }
  .itinerary-details .pdp-itinerary-day__accordion-hotels {
    margin-bottom: 5mm !important;
  }
  .itinerary-details .pdp-itinerary-day__accordion {
    padding-right: 0mm !important;
    margin-bottom: 5mm !important;
  }
  .itinerary-details .waymark-shortcode {
    display: none !important;
  }
  .itinerary-details nav {
    display: none !important;
    margin-bottom: 0mm !important;
    border-bottom: 0 !important;
  }
  .itinerary-details .pdp-itinerary__title {
    padding-top: 20px !important;
  }
  .itinerary-details .accordion-actions {
    display: none !important;
  }
  .itinerary-details .accordion-item-ad__a {
    padding-top: 25px !important;
  }
  .itinerary-details .accordion-item-ad__a,
.itinerary-details .pdp-itinerary-day__accordion {
    flex-direction: column !important;
    gap: 0 !important;
    padding-right: 0 !important;
  }
  .itinerary-details .accordion-item-ad__a > div,
.itinerary-details .pdp-itinerary-day__accordion > div {
    width: 100% !important;
  }
  .itinerary-details .accordion-item__collapsearrival {
    flex-direction: column !important;
  }
  .itinerary-details .accordion-body .pdp-itinerary-heading {
    display: none !important;
  }
  .itinerary-details .accordion-body .pdp-itinerary-rides {
    padding-top: 16px !important;
  }
  .itinerary-details .accordion-item__collapsearrival .accordion-item-ad__main {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .itinerary-details .accordion-item__collapsearrival .accordion-item-ad__main > p {
    width: 100% !important;
  }
  .itinerary-details .accordion-item__collapsearrival .accordion-item-ad__main > div {
    width: 32% !important;
  }
  .itinerary-details .accordion-item__collapsearrival .accordion-item-ad__main > div p {
    width: auto !important;
  }
}

@media (max-width: 767.98px) {
  .pdp-weather__weather-table {
    overflow-x: scroll;
    padding: 0;
  }
  .pdp-weather__weather-table table tr th:first-child {
    position: sticky;
    left: -1px;
    white-space: nowrap;
  }
  .pdp-weather__weather-table table thead tr th:first-child {
    background-color: #000;
  }
}
.pdp-weather__weather-table thead th, .pdp-weather__weather-table tbody th {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.pdp-weather__weather-table tbody tr th:first-child {
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
}

#similar-trips {
  padding: 3rem 0px 3.5rem 82px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #similar-trips {
    padding: 3rem 0 3.5rem 2rem;
  }
}
#similar-trips .pdp_similar_trips_slider {
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #similar-trips .pdp_similar_trips_slider {
    padding: 0;
  }
}
#similar-trips .col-12 {
  padding-right: unset;
}
#similar-trips .similar-trips-title {
  margin-bottom: 53px !important;
}
@media screen and (min-width: 1640px) {
  #similar-trips .similar-trips-title {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #similar-trips .similar-trips-title {
    margin-bottom: 2rem !important;
    padding: 0;
    font-family: Poppins;
    font-size: 30px;
    line-height: 44px;
  }
}
#similar-trips div.product {
  margin: 0 10px;
  border: unset;
}
@media screen and (max-width: 768px) {
  #similar-trips div.product {
    margin: 0 6px;
  }
}
#similar-trips div.product a {
  text-decoration: none !important;
  display: block;
  width: 100%;
}
#similar-trips div.product img {
  width: 100%;
  height: 270px;
  border-bottom: 4px solid #28AAE1;
  border-radius: 4px;
  object-fit: cover;
}
#similar-trips div.product h2.woocommerce-loop-product__title, #similar-trips div.product .woocommerce-loop-product__title.h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  margin-top: 32px;
  width: 90%;
  font-size: 28px;
  line-height: 2.25rem;
}
@media screen and (max-width: 768px) {
  #similar-trips div.product h2.woocommerce-loop-product__title, #similar-trips div.product .woocommerce-loop-product__title.h2 {
    margin-top: 24px;
    font-size: 24px;
  }
}
#similar-trips div.product span.price, #similar-trips div.product a.button, #similar-trips div.product p.woocommerce-products-compare-compare-button {
  display: none;
}
#similar-trips .slick-list {
  width: 100%;
}
#similar-trips .slick-track {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  #similar-trips .slick-track {
    margin: 0 -6px;
  }
}
@media screen and (min-width: 1640px) {
  #similar-trips .slick-track {
    margin: 0;
  }
}
#similar-trips .slick-arrow.slick-disabled {
  display: none !important;
}
#similar-trips .slick-prev {
  width: 63px;
  height: 63px;
  background: url("../../../trek-travel-theme/assets/images/testimonial-arrow.png") !important;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
  scale: 0.9;
  top: 27%;
  left: -20px;
}
#similar-trips .slick-prev:before {
  content: unset !important;
}
#similar-trips .slick-next {
  width: 63px;
  height: 63px;
  right: -25px;
  scale: 0.9;
  top: 34%;
  right: 72px;
  background: url("../../../trek-travel-theme/assets/images/testimonial-arrow.png") !important;
}
#similar-trips .slick-next:before {
  content: unset !important;
}
@media (max-width: 991.98px) {
  #similar-trips .slick-list {
    padding-bottom: 24px;
  }
}
#similar-trips .slick-dots li {
  width: unset;
  height: unset;
  border-radius: 50%;
  margin-right: 3px;
}
#similar-trips .slick-dots li button {
  border: 1px solid #666666;
  height: 8px;
  width: 8px;
  padding: 4px;
  border-radius: 50%;
}
#similar-trips .slick-dots li button::before {
  content: unset;
}
#similar-trips .slick-dots li.slick-active {
  background-color: #666666;
}

.checkout-timeline {
  font-family: "Roboto" !important;
}
.checkout-timeline__back {
  width: 184px;
  margin-bottom: 31px;
  margin-top: 16px;
}
.checkout-timeline__back a {
  text-decoration: none;
  gap: 7.5px;
}
.checkout-timeline__back a:hover {
  color: #000;
}
.checkout-timeline__back a p {
  font-size: 14px;
  font-weight: 20px;
}
.checkout-timeline__progress-bar {
  padding-bottom: 32px;
  position: relative;
}
.checkout-timeline__progress-bar ul {
  list-style: none;
  padding: 0;
}
.checkout-timeline__progress-bar ul li {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #C6C6C6;
  z-index: 1;
  background-color: #fff;
}
.checkout-timeline__progress-bar ul li.active {
  border: 2px solid #28AAE1;
  background-color: #28AAE1;
}
.checkout-timeline__progress-bar ul li.active::after {
  color: #000;
  font-weight: 700;
}
.checkout-timeline__progress-bar ul li::after {
  position: absolute;
  top: 12px;
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  width: 50px;
}
.checkout-timeline__progress-bar ul li.guest-info .nav-link {
  background-color: unset;
}
.checkout-timeline__progress-bar ul li.guest-info::after {
  content: "Guest Info";
}
.checkout-timeline__progress-bar ul li.rooms-gear .nav-link {
  background-color: unset;
}
.checkout-timeline__progress-bar ul li.rooms-gear::after {
  content: "Rooms & Gear";
  left: 29%;
  text-align: center;
}
.checkout-timeline__progress-bar ul li.payment .nav-link {
  background-color: unset;
}
.checkout-timeline__progress-bar ul li.payment::after {
  content: "Payment";
  left: 63%;
}
.checkout-timeline__progress-bar ul li.review .nav-link {
  background-color: unset;
}
.checkout-timeline__progress-bar ul li.review::after {
  content: "Review";
  left: 86%;
}
.checkout-timeline__info {
  gap: 10px;
  padding: 11px 11px 11px 13px;
  background-color: #D4EEF9;
  border: 1px solid #1C769D;
}
.checkout-timeline__warning {
  gap: 10px;
  padding: 11px 11px 11px 13px;
  background-color: #FFEEC3;
  border: 1px solid #7C5E12;
  margin-bottom: 40px;
}
.checkout-timeline__progress {
  height: 2px;
  width: 100%;
  top: 5px;
  position: absolute;
  background-color: #C6C6C6;
  border-radius: 10px;
}
.checkout-timeline__progress-bar-line {
  width: 0%;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  text-align: center;
  height: 2px;
  white-space: nowrap;
  background-color: #28AAE1;
}
@media (min-width: 992px) {
  .checkout-timeline__back {
    margin-top: 16px;
    margin-bottom: 61px;
  }
  .checkout-timeline__back a p {
    font-size: 18px;
    font-weight: 28px;
  }
  .checkout-timeline__progress-bar {
    padding-bottom: 48px;
  }
  .checkout-timeline__progress-bar ul li::after {
    font-size: 16px;
    line-height: 24px;
    width: 110px;
  }
  .checkout-timeline__progress-bar ul li.rooms-gear::after {
    text-align: unset;
  }
  .checkout-timeline__progress-bar ul li.review::after {
    left: 94%;
  }
}

.guest-checkout {
  font-family: "Roboto" !important;
}
.guest-checkout-info {
  margin-top: 32px;
}
.guest-checkout-info:nth-of-type(3) {
  margin-bottom: unset;
}
.guest-checkout select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.guest-checkout-subinfo {
  margin-bottom: 24px;
}
.guest-checkout__primary-form {
  margin-bottom: 40px;
}
.guest-checkout__primary-form-row {
  gap: 16px;
  margin-bottom: 16px;
}
.guest-checkout__primary-form-row .form-floating {
  margin-bottom: unset !important;
}
.guest-checkout__primary-form-row .form-floating label {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.guest-checkout__primary-form-row .form-floating .form-control:not(:placeholder-shown) ~ label,
.guest-checkout__primary-form-row .form-floating .form-control:focus ~ label,
.guest-checkout__primary-form-row .form-floating .form-select ~ label {
  font-size: 12px !important;
  line-height: 16px !important;
}
.guest-checkout__guests hr {
  margin-top: 16px;
}
.guest-checkout__button {
  padding: 16px 24px;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 88px;
}
.guest-checkout__checkbox-gap {
  gap: 10px;
}
.guest-checkout__checkbox {
  border: 1px solid #B2B3B6;
  border-radius: 2px;
  height: 20px;
  width: 20px;
}
.guest-checkout input::placeholder,
.guest-checkout select::placeholder {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.guest-checkout input:focus,
.guest-checkout select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.guest-checkout .was-validated .form-control:invalid,
.guest-checkout .form-control.is-invalid {
  border-color: #dc3545;
}
.guest-checkout__guest-number {
  gap: 24px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.guest-checkout__guest-number p {
  font-size: 18px;
  line-height: 28px;
}
.guest-checkout__guest-number #minus,
.guest-checkout__guest-number #plus {
  cursor: pointer;
}
.guest-checkout__guest-number .qtydisable {
  opacity: 0.5;
  cursor: unset !important;
}
.guest-checkout__guest-number input::-webkit-outer-spin-button,
.guest-checkout__guest-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.guest-checkout__guest-number input[type=number] {
  -moz-appearance: textfield;
}
.guest-checkout__qty {
  padding: 12px;
  gap: 16px;
  border: 1px solid #B2B3B6;
  width: 110px;
}
.guest-checkout__guestnumber {
  width: 25px;
  border: unset;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.guest-checkout__guestnumber:focus-visible, .guest-checkout__guestnumber:focus {
  border: unset;
  outline: unset;
}
@media (min-width: 992px) {
  .guest-checkout-info {
    margin-top: 40px;
  }
  .guest-checkout-subinfo {
    margin-bottom: 32px;
  }
  .guest-checkout__primary-form-row {
    gap: 20px;
    margin-bottom: 20px;
  }
  .guest-checkout__guests hr {
    margin-top: 20px;
  }
  .guest-checkout__guest-number {
    justify-content: unset;
  }
  .guest-checkout__guest-number p {
    font-size: 20px;
    line-height: 30px;
  }
}

.checkout-step-two-hotel__guests-left-counter {
  align-items: baseline;
}
.checkout-step-two-hotel__guests-left-counter .badge {
  background: #FFFFFF;
  color: #000;
  border: 1px solid #B2B3B6;
  border-radius: 4px;
  margin-left: 2rem;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.checkout-step-two-hotel__room-options .bed-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1731_1673)'%3E%3Crect width='24' height='24' fill='white'/%3E%3Crect y='14' width='24' height='3' fill='%2328AAE1'/%3E%3Crect y='6' width='24' height='1' fill='%2328AAE1'/%3E%3Crect y='7' width='0.923077' height='5' fill='%2328AAE1'/%3E%3Crect x='23.0781' y='7' width='0.923077' height='5' fill='%2328AAE1'/%3E%3Crect y='12' width='24' height='1' fill='%2328AAE1'/%3E%3Cpath d='M6.5 10C4.875 10 1.48958 11 0 12H13C12.0521 11 8.125 10 6.5 10Z' fill='%2328AAE1'/%3E%3Cpath d='M17.5 10C15.875 10 12.4896 11 11 12H24C23.0521 11 19.125 10 17.5 10Z' fill='%2328AAE1'/%3E%3Crect x='21.2305' y='15' width='2.76923' height='3' fill='%2328AAE1'/%3E%3Crect y='15' width='2.76923' height='3' fill='%2328AAE1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1731_1673'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0 13px;
  margin-left: 1rem;
  background-position: bottom;
}
.checkout-step-two-hotel__add-occupants-btn, .checkout-step-two-hotel__edit-occupants-btn {
  border-color: #000 !important;
  font-weight: 500;
  display: flex;
}
.checkout-step-two-hotel__add-occupants-btn img, .checkout-step-two-hotel__edit-occupants-btn img {
  margin-right: 6px;
}
.checkout-step-two-hotel__edit-occupants-btn {
  margin-right: 1rem;
}
.checkout-step-two-hotel__add-occupants-btn {
  order: 3;
}
.checkout-step-two-hotel__assigned-occupants-list {
  margin-bottom: 1rem;
  order: 2;
}
.checkout-step-two-hotel__one-bed, .checkout-step-two-hotel__two-bed, .checkout-step-two-hotel__open-to-roommate, .checkout-step-two-hotel__private {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.checkout-step-two-hotel__room-type {
  margin-bottom: 0;
  order: -1;
}
.checkout-step-two-hotel__room-occupancy {
  order: -1;
}
.checkout-step-two-hotel__edit-occupants {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  order: 3;
}
.checkout-step-two-hotel__room-quantity {
  display: flex;
  justify-content: space-between;
  order: 1;
  align-items: baseline;
}
.checkout-step-two-hotel__room-quantity .input-group {
  width: 30%;
  justify-content: flex-end;
}
.checkout-step-two-hotel__room-quantity .input-group button {
  padding: 0;
  --bs-btn-border-width: 0 !important;
}
.checkout-step-two-hotel__room-quantity .input-group button:disabled {
  border: none;
  box-shadow: none;
  opacity: 0.35;
}
.checkout-step-two-hotel__room-quantity .input-group button:hover, .checkout-step-two-hotel__room-quantity .input-group button:active, .checkout-step-two-hotel__room-quantity .input-group button:focus {
  border-color: transparent;
  box-shadow: none;
}
.checkout-step-two-hotel__room-quantity .input-group .form-control {
  flex: 0 0 auto;
  pointer-events: none;
  text-align: center;
  width: inherit;
  padding: 6px 8px;
}
.checkout-step-two-hotel__open-to-roommate .price, .checkout-step-two-hotel__open-to-roommate .refund-info, .checkout-step-two-hotel__private .price, .checkout-step-two-hotel__private .refund-info {
  order: 6;
}
.checkout-step-two-hotel__special-requests textarea {
  resize: none;
}
.checkout-step-two-hotel__special-requests textarea:focus {
  border: 1px solid #B2B3B6;
  border-radius: 4px;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .checkout-step-two-hotel__open-to-roommate, .checkout-step-two-hotel__private, .checkout-step-two-hotel__one-bed, .checkout-step-two-hotel__two-bed {
    flex-direction: row;
  }
  .checkout-step-two-hotel__assigned-occupants-list {
    order: 0;
  }
  .checkout-step-two-hotel__add-occupants-btn {
    order: 0;
  }
  .checkout-step-two-hotel__add-occupants {
    width: 50%;
    justify-content: end;
    display: flex;
  }
  .checkout-step-two-hotel__room-type {
    order: -1;
    margin-bottom: 0;
  }
  .checkout-step-two-hotel__room-occupancy {
    width: 50%;
    order: -1;
  }
  .checkout-step-two-hotel__edit-occupants {
    display: flex;
    width: 50%;
    justify-content: end;
    margin-bottom: 0;
    order: -1;
  }
  .checkout-step-two-hotel__room-quantity {
    width: 50%;
    justify-content: end;
    gap: 15px;
    order: -1;
  }
  .checkout-step-two-hotel__open-to-roommate .price, .checkout-step-two-hotel__open-to-roommate .refund-info, .checkout-step-two-hotel__private .price, .checkout-step-two-hotel__private .refund-info {
    width: 100%;
    order: 0;
  }
  .checkout-step-two-hotel__special-requests {
    margin: 2rem auto;
  }
  .checkout-step-two-hotel__next-step {
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .checkout-step-two-hotel__footer-step-btn {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

.checkout-hotel-modal__occupants-selection {
  margin: 2rem auto;
}
.checkout-hotel-modal__occupants-selection .bed-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1731_1673)'%3E%3Crect width='24' height='24' fill='white'/%3E%3Crect y='14' width='24' height='3' fill='%2328AAE1'/%3E%3Crect y='6' width='24' height='1' fill='%2328AAE1'/%3E%3Crect y='7' width='0.923077' height='5' fill='%2328AAE1'/%3E%3Crect x='23.0781' y='7' width='0.923077' height='5' fill='%2328AAE1'/%3E%3Crect y='12' width='24' height='1' fill='%2328AAE1'/%3E%3Cpath d='M6.5 10C4.875 10 1.48958 11 0 12H13C12.0521 11 8.125 10 6.5 10Z' fill='%2328AAE1'/%3E%3Cpath d='M17.5 10C15.875 10 12.4896 11 11 12H24C23.0521 11 19.125 10 17.5 10Z' fill='%2328AAE1'/%3E%3Crect x='21.2305' y='15' width='2.76923' height='3' fill='%2328AAE1'/%3E%3Crect y='15' width='2.76923' height='3' fill='%2328AAE1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1731_1673'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0 13px;
  margin-left: 1rem;
  background-position: bottom;
}
.checkout-hotel-modal__occupants-selection select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-expand' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E") !important;
  background-size: auto !important;
}
.checkout-hotel-modal__occupants-selection select:focus {
  border: 1px solid #B2B3B6;
  border-radius: 4px;
  box-shadow: none;
}
.checkout-hotel-modal__occupants-selection .form-floating {
  margin-bottom: 1rem !important;
}
.checkout-hotel-modal .modal-header {
  border-bottom: none !important;
}
.checkout-hotel-modal .modal-body {
  padding-top: 0.5rem !important;
}
.checkout-hotel-modal__cancel-btn {
  text-decoration: underline;
}
.checkout-hotel-modal__modal-footer-btn {
  margin: 3rem auto 1rem;
}

.checkout-bikes__hotel-details {
  margin-bottom: 1.5rem;
}
.checkout-bikes__bed-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1731_1673)'%3E%3Crect width='24' height='24' fill='white'/%3E%3Crect y='14' width='24' height='3' fill='%2328AAE1'/%3E%3Crect y='6' width='24' height='1' fill='%2328AAE1'/%3E%3Crect y='7' width='0.923077' height='5' fill='%2328AAE1'/%3E%3Crect x='23.0781' y='7' width='0.923077' height='5' fill='%2328AAE1'/%3E%3Crect y='12' width='24' height='1' fill='%2328AAE1'/%3E%3Cpath d='M6.5 10C4.875 10 1.48958 11 0 12H13C12.0521 11 8.125 10 6.5 10Z' fill='%2328AAE1'/%3E%3Cpath d='M17.5 10C15.875 10 12.4896 11 11 12H24C23.0521 11 19.125 10 17.5 10Z' fill='%2328AAE1'/%3E%3Crect x='21.2305' y='15' width='2.76923' height='3' fill='%2328AAE1'/%3E%3Crect y='15' width='2.76923' height='3' fill='%2328AAE1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1731_1673'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0 13px;
  margin-left: 1rem;
  background-position: bottom;
}
.checkout-bikes__edit-room-info-btn {
  border: 1px solid #000000 !important;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.checkout-bikes select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-expand' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E") !important;
  background-size: auto !important;
}
.checkout-bikes select:focus {
  border: 1px solid #B2B3B6;
  border-radius: 4px;
  box-shadow: none;
}
.checkout-bikes__own-bike-check:focus {
  border: 1px solid #B2B3B6;
  border-radius: 2px;
  box-shadow: none;
}
.checkout-bikes__bike {
  width: 100%;
  border: 1px solid #B2B3B6;
  border-radius: 4px;
  margin: 1rem auto;
  position: relative;
}
.checkout-bikes__bike:active, .checkout-bikes__bike:hover {
  border: 2px solid #000000;
}
.checkout-bikes__image {
  position: relative;
  padding: 28px 32px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.checkout-bikes__image img {
  width: 100%;
  max-width: 270px;
}
.checkout-bikes__badge {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 6px;
}
.checkout-bikes__badge--ebike {
  background-color: #28AAE1;
  color: #000;
}
.checkout-bikes__select-bike-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 27.6667C9.5567 27.6667 4.33335 22.4434 4.33335 16.0001C4.33335 9.55676 9.5567 4.33341 16 4.33341C22.4433 4.33341 27.6667 9.55676 27.6667 16.0001C27.6667 22.4434 22.4433 27.6667 16 27.6667ZM16 29.3334C23.3638 29.3334 29.3334 23.3639 29.3334 16.0001C29.3334 8.63628 23.3638 2.66675 16 2.66675C8.63622 2.66675 2.66669 8.63628 2.66669 16.0001C2.66669 23.3639 8.63622 29.3334 16 29.3334Z' fill='%23666666'/%3E%3Cpath d='M16 9.33341C16.4603 9.33341 16.8334 9.70651 16.8334 10.1667V15.1667H21.8334C22.2936 15.1667 22.6667 15.5398 22.6667 16.0001C22.6667 16.4603 22.2936 16.8334 21.8334 16.8334H16.8334V21.8334C16.8334 22.2937 16.4603 22.6667 16 22.6667C15.5398 22.6667 15.1667 22.2937 15.1667 21.8334V16.8334H10.1667C9.70645 16.8334 9.33335 16.4603 9.33335 16.0001C9.33335 15.5398 9.70645 15.1667 10.1667 15.1667H15.1667V10.1667C15.1667 9.70651 15.5398 9.33341 16 9.33341Z' fill='%23666666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0 15px;
}
.checkout-bikes__selected-bike-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 25.6667C7.5567 25.6667 2.33335 20.4434 2.33335 14.0001C2.33335 7.55676 7.5567 2.33341 14 2.33341C20.4433 2.33341 25.6667 7.55676 25.6667 14.0001C25.6667 20.4434 20.4433 25.6667 14 25.6667ZM14 27.3334C21.3638 27.3334 27.3334 21.3639 27.3334 14.0001C27.3334 6.63629 21.3638 0.666748 14 0.666748C6.63622 0.666748 0.666687 6.63629 0.666687 14.0001C0.666687 21.3639 6.63622 27.3334 14 27.3334Z' fill='%23167332'/%3E%3Cpath d='M18.9495 8.94953C18.9377 8.96132 18.9266 8.97381 18.9163 8.98692L13.129 16.3613L9.63981 12.8721C9.15166 12.384 8.3602 12.384 7.87205 12.8721C7.38389 13.3603 7.38389 14.1517 7.87205 14.6399L12.2828 19.0506C12.7709 19.5388 13.5624 19.5388 14.0506 19.0506C14.0614 19.0398 14.0717 19.0283 14.0813 19.0163L20.735 10.6992C21.2053 10.2098 21.1994 9.4317 20.7172 8.94953C20.2291 8.46138 19.4376 8.46138 18.9495 8.94953Z' fill='%23167332'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding: 0 15px;
}
.checkout-bikes .form-floating {
  margin-bottom: 1rem !important;
}
.checkout-bikes .form-check-input:checked {
  background-color: black;
  border-color: black;
}
@media (min-width: 992px) {
  .checkout-bikes__hotel-details {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-bikes__hotel-details p {
    order: -1;
    flex-grow: 1;
  }
  .checkout-bikes__selected-rooms:not(:last-child) {
    width: 100%;
  }
  .checkout-bikes__edit-room-info {
    align-self: flex-end;
    order: -1;
  }
  .checkout-bikes__bike {
    width: 46%;
    margin: 1rem 0.5rem;
  }
  .checkout-bikes__bike:hover {
    cursor: pointer;
  }
  .checkout-bikes__additional-bike-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-bikes__additional-bike-info p {
    width: 100%;
  }
  .checkout-bikes__additional-bike-info .form-floating {
    width: 48% !important;
  }
  .checkout-bikes .form-floating {
    width: 50%;
  }
  .checkout-bikes__bike-grid {
    justify-content: space-between;
  }
  .checkout-bikes__title {
    margin: 0 1rem;
  }
}

.checkout-bikes-section input[type=radio] {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  right: 0px;
  z-index: 1;
  opacity: 0;
}
.checkout-bikes-section .bike-selected {
  border: 2px solid #000000 !important;
}
.checkout-bikes-section input[type=checkbox]:focus {
  border: 1px solid #B2B3B6;
  border-radius: 2px;
  box-shadow: none;
}
.checkout-bikes-section .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
@media (min-width: 992px) {
  .checkout-bikes-section .checkout-bikes__save-preferences {
    width: 75%;
  }
}

.checkout-payment {
  font-family: "Roboto" !important;
}
.checkout-payment input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.checkout-payment .checkout-timeline__progress-bar-line {
  width: 66%;
}
.checkout-payment__add-travel {
  margin-top: 32px;
  margin-bottom: 32px;
}
.checkout-payment__sublabel {
  line-height: 20px;
  color: #333333;
}
.checkout-payment__sublabel:nth-child(2) {
  margin-bottom: 24px;
}
.checkout-payment__sublabel a:hover {
  color: #333333;
  text-decoration: none;
}
.checkout-payment__gray {
  color: #333333;
}
.checkout-payment__title {
  gap: 10px;
}
.checkout-payment__add-travel {
  margin-top: 28px;
}
.checkout-payment__checkbox {
  margin-top: 26px;
}
.checkout-payment__checkbox label {
  font-size: 14px;
  line-height: 20px;
}
.checkout-payment__options, .checkout-payment__reward, .checkout-payment__method, .checkout-payment__billing, .checkout-payment__release {
  margin: 32px 0px;
}
.checkout-payment__button button {
  padding: 16px 24px;
}
.checkout-payment__iframe {
  height: 276px;
  overflow-y: scroll;
  border: 1px solid #000;
  padding: 24px 20px 0px 20px;
  margin-top: 24px;
}
.checkout-payment__pay {
  position: relative;
  margin-bottom: 24px;
}
.checkout-payment__paydep {
  padding: 22px 22px 22px 20px;
}
.checkout-payment__paydep i {
  margin-top: 3px;
}
.checkout-payment__pay input[type=radio] {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 80px;
  right: 0px;
  z-index: 1;
  opacity: 0;
}
.checkout-payment__pay input[type=radio]:checked ~ .checkout-payment__paydep, .checkout-payment__pay input[type=radio]:checked ~ .checkout-payment__card {
  border: 2px solid #000;
}
.checkout-payment__pay input[type=radio]:checked ~ .checkout-payment__paydep i::after, .checkout-payment__pay input[type=radio]:checked ~ .checkout-payment__card i::after {
  content: url(../../../trek-travel-theme/assets/images/checkout/payment-success.png);
}
.checkout-payment__pay input[type=radio]:not(:checked) ~ .checkout-payment__paydep, .checkout-payment__pay input[type=radio]:not(:checked) ~ .checkout-payment__card {
  border: 1px solid #666666;
}
.checkout-payment__pay input[type=radio]:not(:checked) ~ .checkout-payment__paydep i::before, .checkout-payment__pay input[type=radio]:not(:checked) ~ .checkout-payment__card i::before {
  content: url(../../../trek-travel-theme/assets/images/checkout/payment-plus.png);
}
.checkout-payment__pay input[type=radio]:hover ~ .checkout-payment__paydep, .checkout-payment__pay input[type=radio]:hover ~ .checkout-payment__card {
  border: 2px solid #000;
}
.checkout-payment__paymethod {
  position: relative;
}
.checkout-payment__card {
  padding: 22px 22px 22px 20px;
}
.checkout-payment__card i {
  margin-top: 3px;
}
.checkout-payment__card-div {
  gap: 12px;
}
.checkout-payment__newcard {
  cursor: pointer;
  padding: 22px 22px 22px 20px;
  border: 1px solid #666666;
}
.checkout-payment__newcard-div {
  gap: 14px;
}
.checkout-payment__method input[type=radio] {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 80px;
  right: 0px;
  z-index: 1;
  opacity: 0;
}
.checkout-payment__method input[type=radio]:checked ~ .checkout-payment__paydep, .checkout-payment__method input[type=radio]:checked ~ .checkout-payment__card {
  border: 2px solid #000;
}
.checkout-payment__method input[type=radio]:checked ~ .checkout-payment__paydep i::after, .checkout-payment__method input[type=radio]:checked ~ .checkout-payment__card i::after {
  content: url(../../../trek-travel-theme/assets/images/checkout/payment-success.png);
}
.checkout-payment__method input[type=radio]:not(:checked) ~ .checkout-payment__paydep, .checkout-payment__method input[type=radio]:not(:checked) ~ .checkout-payment__card {
  border: 1px solid #666666;
}
.checkout-payment__method input[type=radio]:not(:checked) ~ .checkout-payment__paydep i::before, .checkout-payment__method input[type=radio]:not(:checked) ~ .checkout-payment__card i::before {
  content: url(../../../trek-travel-theme/assets/images/checkout/payment-plus.png);
}
.checkout-payment__method input[type=radio]:hover ~ .checkout-payment__paydep, .checkout-payment__method input[type=radio]:hover ~ .checkout-payment__card {
  border: 2px solid #000;
}
.checkout-payment__reward-title {
  text-decoration: underline;
}
.checkout-payment__reward-title:hover {
  text-decoration: none;
}
.checkout-payment__billing-checkbox {
  margin-bottom: 24px;
}
.checkout-payment__billing-checkboxtwo {
  margin-top: 24px;
}
.checkout-payment__card-save {
  flex-direction: column;
  gap: 32px;
  margin-top: 8px;
}
.checkout-payment__card-save .left-card {
  margin-left: unset;
}
.checkout-payment__card-details.active {
  display: block !important;
}
.checkout-payment__added-travel {
  padding-bottom: 20px;
  padding-top: 32px;
}
.checkout-payment__added-travel .travel {
  margin-bottom: 12px;
}
.checkout-payment__added-travel .travel-col {
  margin-bottom: 24px;
}
.checkout-payment .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: unset;
  padding: unset;
  margin: unset;
  background-color: unset;
  position: unset;
  color: #000;
}
.checkout-payment .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #000;
  text-decoration: unset;
}
.checkout-payment .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: none;
}
.checkout-payment .woocommerce-form-coupon-toggle .woocommerce-info:after, .checkout-payment .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: unset;
}
.checkout-payment .checkout_coupon {
  border: unset !important;
  padding: unset !important;
  margin: unset !important;
  text-align: unset !important;
  border-radius: unset !important;
}
.checkout-payment .coupon_button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 24px;
}
.checkout-payment .modal-header {
  border-bottom: unset;
  padding: 19px 27px;
}
.checkout-payment .modal-body {
  padding: 0px 20px 64px 20px;
}
.checkout-payment .modal-body__title {
  font-family: "Poppins" !important;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}
.checkout-payment .modal-body__sub {
  margin-bottom: 32px;
}
.checkout-payment .modal-body__guest {
  margin: 24px 0px;
}
.checkout-payment .modal-body__guest .d-flex {
  gap: 10px;
}
.checkout-payment .modal-body__footer button {
  width: 100%;
}
.checkout-payment .modal-body__footer div {
  margin-top: 16px;
  text-align: center;
}
.checkout-payment .modal-body__footer span {
  text-decoration: underline;
}
.checkout-payment .modal-body__footer span:hover {
  color: #000;
  text-decoration: none;
}
.checkout-payment__button {
  margin-top: 32px;
}
.checkout-payment ul.payment_methods {
  list-style: none;
  padding-left: 0 !important;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form {
  display: flex;
  flex-wrap: wrap;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide {
  width: 100%;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide #wc-cybersource-credit-card-account-number-hosted {
  height: 3rem;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide #wc-cybersource-credit-card-account-number-hosted iframe {
  width: 98%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field {
  width: 50%;
  height: 6rem;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field input#wc-cybersource-credit-card-expiry {
  width: 98%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2.1;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-last {
  width: 50%;
  height: 6rem;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted {
  height: 3rem;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted iframe {
  width: 98%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form input[type=checkbox] {
  height: auto;
}
.checkout-payment .wc-cybersource-credit-card-new-payment-method-form p:has(input#wc-cybersource-credit-card-tokenize-payment-method) {
  display: none;
}
@media (min-width: 992px) {
  .checkout-payment__add-travel {
    margin-bottom: 40px;
  }
  .checkout-payment__sublabel:nth-child(2) {
    margin-bottom: 32px;
  }
  .checkout-payment__checkbox {
    margin-top: 24px;
  }
  .checkout-payment__checkbox label {
    font-size: 16px;
    line-height: 24px;
  }
  .checkout-payment__options, .checkout-payment__reward, .checkout-payment__method, .checkout-payment__billing, .checkout-payment__release {
    margin: 40px 0px;
  }
  .checkout-payment__billing-checkboxtwo input {
    margin-top: 5px;
  }
  .checkout-payment__billing-checkboxtwo label {
    width: 50%;
  }
  .checkout-payment__iframe {
    margin-top: 32px;
    padding: 32px 24px 0px 24px;
  }
  .checkout-payment__card-save {
    flex-direction: row;
    gap: 32px;
    margin-top: 8px;
  }
  .checkout-payment__card-save .left-card {
    margin-left: auto;
  }
  .checkout-payment .modal-header {
    padding: 15px 27px;
  }
  .checkout-payment .modal-body {
    padding: 0px 40px 64px 40px;
  }
  .checkout-payment .modal-body__title {
    font-size: 30px;
    line-height: 40px;
  }
  .checkout-payment .modal-body__footer button {
    width: unset;
    margin-right: 24px;
  }
  .checkout-payment .modal-body__footer div {
    margin-top: unset;
    text-align: unset;
  }
  .checkout-payment__added-travel {
    padding-bottom: 24px;
    margin-top: 28px;
  }
  .checkout-payment__added-travel .edit-info {
    margin-left: auto;
  }
  .checkout-payment__added-travel .row:not(:nth-last-child(2)) {
    margin-bottom: 32px;
  }
  .checkout-payment__added-travel .travel {
    margin-bottom: 20px;
  }
  .checkout-payment__added-travel .travel-col {
    margin-bottom: unset;
  }
  .checkout-payment__button {
    margin-top: 40px;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide {
    width: 40%;
    height: 6rem;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide #wc-cybersource-credit-card-account-number-hosted {
    height: 3rem;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide #wc-cybersource-credit-card-account-number-hosted iframe {
    width: 98%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field {
    width: 30%;
    height: 6rem;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field input#wc-cybersource-credit-card-expiry {
    width: 98%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 2.1;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-last {
    width: 30%;
    height: 6rem;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted {
    height: 3rem;
  }
  .checkout-payment .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted iframe {
    width: 98%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}

#protection_modal .modal-body__guest {
  margin: 1rem auto;
}
#protection_modal .modal-body__guest input[type=radio] {
  margin-right: 8px;
}
#protection_modal .modal-body__footer {
  margin: 2rem auto;
}
#protection_modal .modal-body__footer button {
  margin-right: 1rem;
}

.checkout-review {
  font-family: "Roboto";
}
.checkout-review__title-bar {
  margin-top: 32px;
  margin-bottom: 16px;
}
.checkout-review__edit {
  margin-left: auto;
}
.checkout-review__guest, .checkout-review__room, .checkout-review__bikes, .checkout-review__travel, .checkout-review__payment {
  margin-bottom: 32px;
}
.checkout-review__col {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .checkout-review__title-bar {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .checkout-review__guest, .checkout-review__room, .checkout-review__bikes, .checkout-review__travel, .checkout-review__payment {
    margin-bottom: 40px;
  }
  .checkout-review__guest .row:not(:last-child), .checkout-review__room .row:not(:last-child), .checkout-review__bikes .row:not(:last-child), .checkout-review__travel .row:not(:last-child), .checkout-review__payment .row:not(:last-child) {
    margin-bottom: 24px;
  }
  .checkout-review__col {
    margin-bottom: unset;
  }
}

.checkout-summary {
  font-family: "Roboto";
}
.checkout-summary__card {
  padding: 40px 20px 48px 20px;
}
.checkout-summary__title {
  font-family: "Poppins";
}
.checkout-summary__date {
  gap: 16px;
}
.checkout-summary__guest {
  margin-left: 8px;
  color: #666666;
}
.checkout-summary__small {
  margin-top: 2px;
  color: #666666;
}
.checkout-summary__p {
  color: #666666;
  margin-bottom: 40px;
}
.checkout-summary__font {
  font-family: "Poppins";
}
.checkout-summary__dues {
  margin-top: -12px;
}
.checkout-summary__button {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.checkout-summary__mobile {
  height: 88px;
  cursor: pointer;
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
}
.checkout-summary__mobile .open {
  display: none;
}
.checkout-summary__mobile-open {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 88px;
  z-index: 100;
}
.checkout-summary__mobile-open .open {
  display: block;
}
.checkout-summary__mobile-open .closed {
  display: none;
}
.checkout-summary__toggle .card {
  border: unset;
}
.checkout-summary__submit {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 16px 24px;
}
.checkout-summary__promo {
  gap: 12px;
  margin-bottom: 2px;
}
.checkout-summary__applied {
  gap: 16px;
}
.checkout-summary__applied p {
  color: #1C769D;
}
.checkout-summary .form-floating {
  margin-bottom: unset !important;
}
.checkout-summary a:hover {
  color: #000;
  text-decoration: none;
}

.select2-container .select2-selection--single {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  height: 58px;
  border: 1px solid #ced4da;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #212529;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
  margin-top: 3px;
  right: 6.5px;
  height: 24px;
  width: 24px;
  border-color: unset;
  border-style: unset;
  border-width: unset;
  left: unset;
  margin-left: unset;
}

@media (min-width: 992px) {
  .checkout-trek {
    justify-content: space-between;
  }
}
.checkout-trek select.multi-select {
  height: auto !important;
  background-image: none !important;
}
.checkout-trek .woocommerce-invalid input, .checkout-trek .woocommerce-invalid select,
.checkout-trek .woocommerce-validated .woocommerce-invalid input,
.checkout-trek .woocommerce-validated .woocommerce-invalid select,
.checkout-trek .woocommerce-invalid .select2-selection {
  border-color: #a00 !important;
}
.checkout-trek .woocommerce-validated input, .checkout-trek .woocommerce-validated select,
.checkout-trek .woocommerce-validated .woocommerce-validated input, .checkout-trek .woocommerce-validated .woocommerce-validated select, .checkout-trek .woocommerce-validated .select2-selection {
  border-color: #6dc22e !important;
}

#checkout-footer {
  background-color: #000;
}
#checkout-footer p {
  color: #C6C6C6 !important;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  #checkout-footer p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #checkout-footer p {
    margin: 1rem auto;
    margin-bottom: 0.5rem;
  }
}
#checkout-footer a {
  color: #FFFFFF;
  margin-right: 2rem;
  text-decoration: none;
}
#checkout-footer .checkout-footer-right {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #checkout-footer .checkout-footer-right {
    justify-content: end;
  }
}
#checkout-footer .checkout-footer-right .checkout-footer-menu {
  display: flex;
  align-items: center;
}
#checkout-footer .checkout-footer-right .checkout-footer-menu .footerCurrencySelector {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
#checkout-footer .checkout-footer-right .checkout-footer-menu .footerCurrencySelector form select {
  width: 100px;
  height: 30px;
}
@media (max-width: 767px) {
  #checkout-footer .checkout-footer-right .checkout-footer-menu .footerCurrencySelector {
    margin: 1rem 0 2rem;
  }
}
@media (max-width: 767px) {
  #checkout-footer .checkout-footer-right .checkout-footer-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  #checkout-footer .checkout-footer-right .checkout-footer-menu a {
    width: 50%;
    margin: 0.5rem 0;
  }
}

.my-account-password-reset .dashboard__card {
  padding: 32px 20px 36px 20px;
}
.my-account-password-reset .dashboard__title {
  margin-bottom: 24px;
  margin-top: 15px;
}
.my-account-password-reset .form-group .input-text {
  background: #fff;
  border: 1px solid #B2B3B6;
  border-radius: 0.25rem;
}
.my-account-password-reset .form-group .input-text:hover {
  border: 1px solid #000;
}
.my-account-password-reset .form-group .input-text:focus {
  box-shadow: none;
}
.my-account-password-reset .form-group button {
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  font-weight: 500;
  border: unset;
}
.my-account-password-reset .form-group .form-floating {
  margin-bottom: 1rem !important;
}
.my-account-password-reset .form-text {
  font-size: 0.75rem;
}
.my-account-password-reset .was-validated .form-check-input:valid, .my-account-password-reset .form-check-input.is-valid {
  background-color: initial;
  border-color: #666666;
  box-shadow: none;
}
.my-account-password-reset .was-validated .form-check-input:valid:checked, .my-account-password-reset .form-check-input.is-valid:checked {
  background-color: #000000;
  border-color: #666666;
  box-shadow: none;
}
.my-account-password-reset .was-validated .form-check-input:valid ~ .form-check-label, .my-account-password-reset .form-check-input.is-valid ~ .form-check-label {
  color: initial;
}
.my-account-password-reset .password-eye {
  position: absolute;
  right: 6px;
  top: 20px;
}
@media (min-width: 992px) {
  .my-account-password-reset .password-reset-form {
    width: 50%;
  }
  .my-account-password-reset .dashboard__title {
    margin-top: 3px;
  }
  .my-account-password-reset .dashboard__card {
    padding: 48px 48px 52px 48px;
  }
}

.woocommerce-MyAccount-content {
  float: none !important;
}

.shipping-address {
  font-family: "Roboto";
}
.shipping-address__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.shipping-address__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.shipping-address__required {
  margin-left: unset;
  color: #666666;
}
.shipping-address__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.shipping-address__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.shipping-address__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.shipping-address__button {
  flex-direction: column;
  margin-top: 32px;
}
.shipping-address__cancel {
  color: #000;
  text-decoration: underline;
}
.shipping-address__cancel:hover {
  color: #000;
  text-decoration: none;
}
.shipping-address__delete {
  color: #C6C6C6;
  text-decoration: underline;
  order: 1;
}
.shipping-address__delete:hover {
  color: #C6C6C6;
  text-decoration: none;
}
.shipping-address select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.shipping-address .modal-header {
  border-bottom: unset;
}
.shipping-address .modal-body__title {
  font-size: 18px;
  line-height: 28px;
}
.shipping-address .modal-footer {
  border-top: unset;
  margin-bottom: 12px;
  padding-top: unset;
}
.shipping-address .modal-footer button {
  padding: 8px 16px;
  font-weight: 500;
  line-height: 24px;
}
.shipping-address .modal-footer a {
  color: #000;
  margin-right: 24px;
}
.shipping-address .modal-footer a:hover {
  color: #000;
  text-decoration: none;
}
.shipping-address .modal-dialog {
  top: 25%;
}
.shipping-address .modal-body {
  padding: 0px 24px 36px 24px;
}
.shipping-address .modal-title {
  margin-left: 11px;
}
@media (min-width: 992px) {
  .shipping-address__title {
    font-size: 36px;
    line-height: 48px;
  }
  .shipping-address__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .shipping-address__required {
    margin-left: auto;
  }
  .shipping-address__card {
    padding: 48px 48px 56px 48px;
  }
  .shipping-address__flex {
    order: 1;
    margin-top: unset;
  }
  .shipping-address__delete {
    margin-left: auto;
    order: 2;
  }
  .shipping-address__button {
    flex-direction: row;
    margin-top: 48px;
  }
  .shipping-address .modal-header {
    padding: 15px 27px;
  }
  .shipping-address .modal-body {
    padding: 0px 40px 36px 40px;
  }
  .shipping-address .modal-footer {
    padding-bottom: 16px;
  }
  .shipping-address .modal-footer button {
    padding: 12px 20px;
    font-size: 16px;
  }
  .shipping-address .modal-body__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.dashboard__log {
  justify-content: space-between;
  margin-bottom: 8px;
}
.dashboard__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}
.dashboard__card {
  border-bottom: 4px solid #28AAE1;
  padding: 8px 4px 24px 4px;
  margin-bottom: 20px;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}
.dashboard__card .card-title {
  font-size: 20px;
  line-height: 30px;
}
.dashboard__card p {
  color: #333333;
}
.dashboard__button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.dashboard__trip {
  gap: 16px;
  padding: 24px 0px;
}
.dashboard__trip:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.dashboard__trip .my-upcoming-trips {
  width: 112px;
  height: 75px;
}
.dashboard__trip .my-upcoming-trips img {
  width: 112px;
  height: 75px;
  border-radius: 4px;
  object-fit: cover;
}
.dashboard__trip a {
  text-decoration: none;
}
.dashboard__trip a:hover {
  color: inherit;
}
.dashboard__info p:last-child {
  margin-bottom: 24px !important;
}
.dashboard__error {
  color: #CE242D !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.dashboard a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
.dashboard .my-account-video {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-bottom: 1px solid;
}
.dashboard .my-account-video:last-child {
  border-bottom: none;
}
.dashboard .my-account-video iframe {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .dashboard__log {
    justify-content: end;
    gap: 16px;
    margin-bottom: unset;
  }
  .dashboard__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .dashboard__card {
    padding: 8px 8px 40px 8px;
  }
  .dashboard__trip:first-child {
    padding: 8px 0px;
  }
  .dashboard__trip .my-upcoming-trips {
    width: 144px;
    height: 96px;
  }
  .dashboard__trip .my-upcoming-trips img {
    width: 144px;
    height: 96px;
  }
}

.emergency-contact {
  font-family: "Roboto";
}
.emergency-contact__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.emergency-contact__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.emergency-contact__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.emergency-contact__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.emergency-contact__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.emergency-contact__button {
  flex-direction: column;
  margin-top: 32px;
}
.emergency-contact__cancel {
  color: #000;
  text-decoration: underline;
}
.emergency-contact__cancel:hover {
  color: #000;
  text-decoration: none;
}
.emergency-contact select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.emergency-contact .form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
@media (min-width: 992px) {
  .emergency-contact__title {
    font-size: 36px;
    line-height: 48px;
  }
  .emergency-contact__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .emergency-contact__card {
    padding: 48px 48px 56px 48px;
  }
  .emergency-contact__flex {
    order: 1;
    margin-top: unset;
  }
  .emergency-contact__button {
    flex-direction: row;
    margin-top: 48px;
  }
}

.order-details {
  margin-top: 48px;
}
.order-details__number {
  margin-bottom: 28px;
}
.order-details__print {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}
.order-details__quite {
  background-color: #D4EEF9;
  padding: 32px 24px;
}
.order-details__title {
  font-family: "Poppins";
}
.order-details__heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.order-details__quite {
  margin-bottom: 40px;
}
.order-details__text {
  font-size: 0.875rem;
  line-height: 1.2495rem;
}
.order-details__textbold {
  font-size: 1rem;
  line-height: 1.5rem;
}
.order-details__content {
  padding: 16px 0px;
}
.order-details__flex {
  flex-direction: column;
  gap: 24px;
}
.order-details__flex div {
  width: 100%;
}
.order-details__subheading {
  margin-bottom: 24px;
}
.order-details__flexmulti {
  margin-bottom: 24px;
}
.order-details__submit {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 24px;
}
.order-details a:hover {
  color: #000;
  text-decoration: none;
}
.order-details__account {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.order-details__account:hover {
  color: #fff !important;
}
.order-details__accountdiv {
  margin-top: 32px;
  margin-bottom: 88px;
}
.order-details__formtitle {
  margin-bottom: 24px;
}
.order-details select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.order-details__banner {
  height: 375px;
  padding: 32px 20px;
  background-image: linear-gradient(0deg, #000000 -7.63%, rgba(0, 0, 0, 0) 55.25%), url("../../assets/images/ThankyouMobile.jpg");
  color: #fff;
}
.order-details__banner-heading {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}
.order-details__banner-text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .order-details {
    padding: 0px 297px;
    margin-top: 56px;
    max-width: 100%;
  }
  .order-details__print, .order-details__quite {
    margin-bottom: 48px;
  }
  .order-details__quite {
    padding: 32px;
  }
  .order-details__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .order-details__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .order-details__textbold {
    font-size: 1.125rem;
    line-height: 1.749rem;
  }
  .order-details__duesp {
    width: 50%;
  }
  .order-details__content {
    padding: 24px 0px;
  }
  .order-details__flex {
    flex-direction: row;
    gap: unset;
  }
  .order-details__flex div {
    width: 50%;
  }
  .order-details__subheading {
    margin-bottom: 16px;
  }
  .order-details__accountdiv {
    margin-top: 56px;
    margin-bottom: 112px;
  }
  .order-details .form-group {
    width: 50%;
  }
  .order-details__banner {
    height: 400px;
    padding: 56px 80px;
    background-image: linear-gradient(0deg, #000000 -7.63%, rgba(0, 0, 0, 0) 55.25%), url("../../assets/images/Thankyou.jpg");
  }
  .order-details__banner-heading {
    font-size: 56px;
    line-height: 72px;
  }
  .order-details__banner-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-order ul.woocommerce-thankyou-order-details {
  display: none;
}

#main:has(div.woocommerce-order) {
  padding: 0;
  max-width: 100%;
}
#main:has(div.woocommerce-order) div.row:first-child {
  margin: 0;
}
#main:has(div.woocommerce-order) div.row:first-child div.col-md-12 {
  padding: 0;
}

.communication-preferences {
  font-family: "Roboto";
}
.communication-preferences__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.communication-preferences__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.communication-preferences__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.communication-preferences__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.communication-preferences__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.communication-preferences__button {
  flex-direction: column;
  margin-top: 32px;
}
.communication-preferences__cancel {
  color: #000;
  text-decoration: underline;
}
.communication-preferences__cancel:hover {
  color: #000;
  text-decoration: none;
}
.communication-preferences select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.communication-preferences .form-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.communication-preferences .form-check-input:focus {
  box-shadow: none;
  border-color: #000;
}
.communication-preferences .form-check-input:not(:checked) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill=''/%3e%3c/svg%3e");
  border-color: #000;
}
.communication-preferences .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
@media (min-width: 992px) {
  .communication-preferences__title {
    font-size: 36px;
    line-height: 48px;
  }
  .communication-preferences__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .communication-preferences__card {
    padding: 48px 48px 56px 48px;
  }
  .communication-preferences__flex {
    order: 1;
    margin-top: unset;
  }
  .communication-preferences__button {
    flex-direction: row;
    margin-top: 48px;
  }
  .communication-preferences__contact-method .form-floating {
    width: 50%;
  }
  .communication-preferences__newsletter .info {
    width: 50%;
  }
}

.medical-information__back a:hover {
  color: #000;
}
.medical-information__back a i {
  margin-right: 12px;
}
.medical-information .dashboard__log a:hover {
  color: #000;
  text-decoration: none;
}
.medical-information .dashboard__card {
  padding: 32px 20px 36px 20px;
}
.medical-information .dashboard__title {
  margin-bottom: 24px;
  margin-top: 15px;
}
.medical-information textarea {
  height: 168px !important;
}
.medical-information textarea:focus {
  box-shadow: none;
  border-color: #000;
}
.medical-information__item {
  margin-bottom: 16px;
}
.medical-information__save {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.medical-information__buttons {
  gap: 24px;
  margin-top: 16px;
}
.medical-information .medical-info-toast {
  max-width: fit-content;
  width: 100%;
}
@media (min-width: 992px) {
  .medical-information .dashboard__title {
    margin-top: 3px;
  }
  .medical-information .dashboard__card {
    padding: 48px 48px 52px 48px;
  }
  .medical-information__item {
    margin-bottom: 32px;
  }
}

.gear-preferences {
  font-family: "Roboto";
}
.gear-preferences__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.gear-preferences__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.gear-preferences__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.gear-preferences__card .primary-form-row .form-floating {
  margin-bottom: 1rem !important;
}
.gear-preferences__flex {
  gap: 24px;
  order: 2;
  flex-wrap: wrap;
}
.gear-preferences__flex .disclaimer-text {
  width: 100%;
}
.gear-preferences__flex .disclaimer-text p {
  font-size: 14px;
  color: #6c757d;
  line-height: 18px;
  margin-bottom: 0;
}
.gear-preferences__flex .disclaimer-text p a, .gear-preferences__flex .disclaimer-text p i {
  color: #2c3033;
}
.gear-preferences__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.gear-preferences__button {
  flex-direction: column;
  padding: 0 12px;
}
.gear-preferences__cancel {
  color: #000;
  text-decoration: underline;
}
.gear-preferences__cancel:hover {
  color: #000;
  text-decoration: none;
}
.gear-preferences select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.gear-preferences .form-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
@media (min-width: 992px) {
  .gear-preferences__title {
    font-size: 36px;
    line-height: 48px;
  }
  .gear-preferences__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .gear-preferences__card {
    padding: 48px 48px 56px 48px;
    width: 75%;
  }
  .gear-preferences__card .primary-form-row {
    flex-wrap: nowrap;
  }
  .gear-preferences__card .primary-form-row .col-md {
    flex: 0 0 50%;
  }
  .gear-preferences__flex {
    order: 1;
    margin-top: unset;
  }
  .gear-preferences__button {
    flex-direction: row;
    margin-top: 28px;
  }
}

.my-trips .card {
  padding: 16px;
}
.my-trips .trip-image {
  width: 295px;
  height: 200px;
}
.my-trips .trip-image img {
  width: 295px;
  height: 200px;
  border-radius: 4px;
  object-fit: cover;
}
.my-trips .trip-info a {
  text-decoration: none;
}
.my-trips .trip-info a:hover {
  color: inherit;
}
.my-trips .trip-details-cta a {
  color: #fff;
}
.my-trips .trip-details-cta p a {
  color: #000 !important;
}
@media (min-width: 992px) {
  .my-trips .card .past-title, .my-trips .card .upcoming-title {
    margin: 2rem 0 0 2rem;
  }
  .my-trips .trips-list-item {
    display: flex;
    gap: 2%;
    margin: 2rem;
  }
  .my-trips .trips-list-item .trip-info {
    flex-grow: 1;
  }
  .my-trips .trips-list-item .trip-image {
    width: 227px;
    height: 151px;
  }
  .my-trips .trips-list-item .trip-image img {
    width: 227px;
    height: 151px;
  }
  .my-trips .past-trip-item .trip-details-cta {
    margin-right: 3%;
  }
  .my-trips .trip-details-cta a, .my-trips .trip-details-cta button {
    width: 127px;
    height: 48px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 0;
  }
  .my-trips .no-trip-text {
    margin-left: 2rem;
  }
}

.my-trips-checklist .card {
  padding: 16px;
}
.my-trips-checklist .trip-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.my-trips-checklist .checklist-collapse-all {
  display: none;
}
.my-trips-checklist .trips-list-item.desktop-hideme .booking-info, .my-trips-checklist .trips-list-item.desktop-hideme .guests-info {
  display: flex;
  justify-content: space-between;
}
.my-trips-checklist .trips-list-item.desktop-hideme .booking-info p, .my-trips-checklist .trips-list-item.desktop-hideme .guests-info p {
  margin-bottom: 8px;
}
.my-trips-checklist .checklist-accordion {
  margin: 12px 0;
}
.my-trips-checklist .checklist-accordion .accordion-button {
  gap: 2%;
}
.my-trips-checklist .checklist-accordion .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  background-color: transparent;
}
.my-trips-checklist .checklist-accordion .accordion-button:focus {
  box-shadow: none;
}
.my-trips-checklist .checklist-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
}
.my-trips-checklist .checklist-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
}
.my-trips-checklist .checklist-accordion .accordion-item {
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.my-trips-checklist .checklist-accordion .accordion-item #flush-heading-bikeFitInfo button p {
  display: contents;
}
.my-trips-checklist .checklist-accordion .accordion-item .form-check-input#inlineCheck {
  border: 1px solid #666666;
  border-radius: 2px;
}
.my-trips-checklist .checklist-accordion .accordion-item .form-check-input#inlineCheck:checked {
  background-color: #000000;
}
.my-trips-checklist .checklist-accordion .accordion-item .form-check-input#inlineCheck:focus {
  box-shadow: none;
}
.my-trips-checklist .checklist-accordion .accordion-item .form-check-input#inlineCheck:hover {
  cursor: pointer;
}
.my-trips-checklist .checklist-accordion .accordion-item .form-control:focus, .my-trips-checklist .checklist-accordion .accordion-item .form-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.my-trips-checklist .checklist-accordion .accordion-item select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.my-trips-checklist .checklist-accordion .accordion-item .checkout-bikes__bike {
  padding: 0 12px;
}
@media (min-width: 992px) {
  .my-trips-checklist .checklist-accordion .accordion-item {
    padding: 8px 48px;
  }
}
@media (min-width: 992px) {
  .my-trips-checklist .trip-waiver-info .waiver-col {
    padding-right: 6px;
  }
}
@media (min-width: 992px) {
  .my-trips-checklist .trip-waiver-info .card {
    padding: 3rem;
  }
}
.my-trips-checklist .trip-waiver-info .status-signed {
  color: #167332;
}
.my-trips-checklist .trip-waiver-info .status-not-signed {
  color: #CE242D;
}
.my-trips-checklist .trip-waiver-info a {
  width: 40%;
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media (min-width: 768px) {
  .my-trips-checklist .trip-waiver-info a {
    width: 15%;
  }
}
.my-trips-checklist .trip-photo-album .card {
  align-items: baseline;
}
@media (min-width: 992px) {
  .my-trips-checklist .trip-photo-album .card {
    flex-direction: row;
    align-items: start;
    padding: 3rem;
  }
  .my-trips-checklist .trip-photo-album .card img {
    padding-top: 8px;
  }
  .my-trips-checklist .trip-photo-album .card .photo-album-text {
    flex-grow: 1;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .my-trips-checklist .additional-trip-info .card {
    padding: 3rem;
  }
}
@media (max-width: 991.98px) {
  .my-trips-checklist .trip-checklist-desktop {
    display: none;
  }
}
.my-trips-checklist .trip-checklist-desktop .trips-list-item {
  display: flex;
  gap: 2%;
  margin: 2rem;
}
.my-trips-checklist .trip-checklist-desktop .trips-list-item .trip-info {
  flex-grow: 1;
}
.my-trips-checklist .trip-checklist-desktop .trips-list-item .trip-image {
  width: 227px;
  height: 151px;
}
.my-trips-checklist .trip-checklist-desktop .trips-list-item .trip-image img {
  width: 227px;
  height: 151px;
}
@media (min-width: 1440px) {
  .my-trips-checklist .trip-checklist-desktop .trips-list-item .trip-details-cta {
    width: 188px;
  }
}
.my-trips-checklist .trip-checklist-desktop .booking-info, .my-trips-checklist .trip-checklist-desktop .guests-info {
  padding: 1rem 1.5rem;
}
.my-trips-checklist .line-item-title {
  color: #000000;
}

.my-account-edit {
  font-family: "Roboto";
}
.my-account-edit__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.my-account-edit__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.my-account-edit__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.my-account-edit__card .primary-form-row .form-floating {
  margin-bottom: 1rem !important;
}
.my-account-edit__flex {
  gap: 24px;
  order: 2;
}
.my-account-edit select {
  background-image: url("../../assets/images/checkout/Calendar.png") !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-size: unset !important;
}
.my-account-edit #account_dob {
  background-image: url("../../assets/images/date-input.png") !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important;
  background-size: unset !important;
}
.my-account-edit .form-select:focus, .my-account-edit .form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
@media (min-width: 992px) {
  .my-account-edit__title {
    font-size: 36px;
    line-height: 48px;
  }
  .my-account-edit__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .my-account-edit__card {
    padding: 48px 48px 56px 48px;
  }
  .my-account-edit__card .primary-form-row {
    flex-wrap: nowrap;
  }
  .my-account-edit__card .primary-form-row .col-md {
    flex: 0 0 50%;
  }
  .my-account-edit__flex {
    order: 1;
    margin-top: unset;
  }
}

.create-account-success {
  margin: 4rem auto;
}
@media (min-width: 992px) {
  .create-account-success {
    width: 35%;
  }
}

.form_lost_reset_password {
  margin-top: 56px;
  margin-bottom: 90px;
}
.form_lost_reset_password .password-eye {
  position: absolute;
  right: 6px;
  top: 20px;
}
.form_lost_reset_password .form-floating {
  margin-bottom: 2rem !important;
}
.form_lost_reset_password .form-group .input-text {
  background: #fff;
  border: 1px solid #B2B3B6;
  border-radius: 0.25rem;
}
.form_lost_reset_password .form-group .input-text:hover {
  border: 1px solid #000;
}
.form_lost_reset_password .form-group .input-text:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .form_lost_reset_password {
    margin-top: 96px;
    margin-bottom: 140px;
  }
}

.password-update-success {
  margin: 4rem auto;
}
@media (min-width: 992px) {
  .password-update-success {
    width: 35%;
  }
}

.payment-methods {
  font-family: "Roboto";
}
.payment-methods__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.payment-methods__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.payment-methods__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.payment-methods__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.payment-methods__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.payment-methods__button {
  flex-direction: column;
  margin-top: 32px;
}
.payment-methods__cancel {
  color: #000;
  text-decoration: underline;
}
.payment-methods__cancel:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .payment-methods__title {
    font-size: 36px;
    line-height: 48px;
  }
  .payment-methods__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .payment-methods__card {
    padding: 48px 48px 56px 48px;
  }
  .payment-methods__flex {
    order: 1;
    margin-top: unset;
  }
  .payment-methods__button {
    flex-direction: row;
    margin-top: 48px;
  }
  .payment-methods table {
    border: none !important;
  }
  .payment-methods table th {
    border: 0 !important;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .payment-methods table th span.nobr {
    display: block !important;
  }
  .payment-methods table tr.payment-method td {
    color: #000;
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-color: #e5e5e5;
  }
  .payment-methods table tr.payment-method td mark, .payment-methods table tr.payment-method td .mark {
    background-color: transparent;
    text-transform: none;
    color: #000;
    font-family: "Roboto";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .payment-methods table tr.payment-method td a.edit {
    background-color: transparent;
    text-decoration: underline;
  }
  .payment-methods table tr.payment-method td a.delete {
    border: 1px solid #000;
    background-color: transparent;
  }
}

.account-wishlist {
  font-family: "Roboto";
}
.account-wishlist__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.account-wishlist__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.account-wishlist__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.account-wishlist__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.account-wishlist__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.account-wishlist__button {
  flex-direction: column;
  margin-top: 32px;
}
.account-wishlist__cancel {
  color: #000;
  text-decoration: underline;
}
.account-wishlist__cancel:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .account-wishlist__title {
    font-size: 36px;
    line-height: 48px;
  }
  .account-wishlist__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .account-wishlist__card {
    padding: 48px 48px 56px 48px;
  }
  .account-wishlist__flex {
    order: 1;
    margin-top: unset;
  }
  .account-wishlist__button {
    flex-direction: row;
    margin-top: 48px;
  }
}

.my-trip-order-summary {
  font-family: "Roboto";
}
.my-trip-order-summary__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.my-trip-order-summary__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.my-trip-order-summary__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
  padding: 32px 20px 40px 20px;
}
.my-trip-order-summary__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.my-trip-order-summary__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.my-trip-order-summary__button {
  flex-direction: column;
  margin-top: 32px;
}
.my-trip-order-summary__cancel {
  color: #000;
  text-decoration: underline;
}
.my-trip-order-summary__cancel:hover {
  color: #000;
  text-decoration: none;
}
.my-trip-order-summary .trips-list-item {
  padding: 1rem;
}
.my-trip-order-summary .trips-list-item .trip-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .my-trip-order-summary .trips-list-item {
    display: flex;
    gap: 2%;
  }
  .my-trip-order-summary .trips-list-item .trip-info {
    flex-grow: 1;
  }
  .my-trip-order-summary .trips-list-item .trip-image img {
    width: 227px;
    height: 151px;
  }
  .my-trip-order-summary__title {
    font-size: 36px;
    line-height: 48px;
  }
  .my-trip-order-summary__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .my-trip-order-summary__card {
    padding: 48px 48px 56px 48px;
  }
  .my-trip-order-summary__flex {
    order: 1;
    margin-top: unset;
  }
  .my-trip-order-summary__button {
    flex-direction: row;
    margin-top: 48px;
  }
  .my-trip-order-summary .order-details {
    margin-top: 24px;
  }
}

.account-wishlist-edit {
  font-family: "Roboto";
}
.account-wishlist-edit a {
  text-decoration: none;
}
.account-wishlist-edit a:hover {
  text-decoration: none;
}
.account-wishlist-edit__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.account-wishlist-edit__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.account-wishlist-edit .card {
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
}
.account-wishlist-edit .card .carousel-inner img {
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}
.account-wishlist-edit .card .wishlist-item-remove {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 11;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Utility / Wishlist / Filled "><path id="heart filled" d="M15.2831 6.88733L15.9998 7.62405L16.7166 6.88733C19.8804 3.6354 25.5542 4.80328 27.5926 8.78422C28.5788 10.7101 28.7428 13.3985 27.0707 16.6974C25.435 19.9243 22.0445 23.7148 15.9998 27.7974C9.95514 23.7148 6.5647 19.9243 4.92902 16.6974C3.25687 13.3985 3.42088 10.7101 4.40704 8.78422C6.44548 4.80328 12.1193 3.6354 15.2831 6.88733Z" fill="black" stroke="white" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
}
.account-wishlist-edit .card .card-body .badge {
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.account-wishlist-edit .card .card-body ul li.listValue {
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.account-wishlist-edit__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.account-wishlist-edit__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.account-wishlist-edit__button {
  flex-direction: column;
  margin-top: 32px;
}
.account-wishlist-edit__cancel {
  color: #000;
  text-decoration: underline;
}
.account-wishlist-edit__cancel:hover {
  color: #000;
  text-decoration: none;
}
.account-wishlist-edit .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
}
.account-wishlist-edit .carousel-indicators button.active {
  background-color: #fff;
}
.account-wishlist-edit .carousel-indicators button:not(.active) {
  background-color: transparent;
}
.account-wishlist-edit .no-item-text {
  margin: 2rem 0;
}
.account-wishlist-edit .card-body.pricing h4, .account-wishlist-edit .card-body.pricing .h4 {
  font-family: Poppins;
}
@media (min-width: 992px) {
  .account-wishlist-edit__title {
    font-size: 36px;
    line-height: 48px;
  }
  .account-wishlist-edit__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .account-wishlist-edit .card {
    padding: 0;
    height: 389px;
    margin-bottom: 1.5rem;
  }
  .account-wishlist-edit .card .carousel-inner img {
    height: 389px;
    object-fit: cover;
  }
  .account-wishlist-edit .card .card-body .badge {
    width: 64px;
    height: 24px;
  }
  .account-wishlist-edit .card .carousel.slide button {
    opacity: 1;
  }
  .account-wishlist-edit .card .carousel.slide button.carousel-control-next {
    right: 5% !important;
  }
  .account-wishlist-edit .card .carousel.slide button .carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Chevron / Right"><path id="Path (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M8.22725 4.85225C8.44692 4.63258 8.80308 4.63258 9.02275 4.85225L15.7727 11.6023C15.9924 11.8219 15.9924 12.1781 15.7727 12.3977L9.02275 19.1477C8.80308 19.3674 8.44692 19.3674 8.22725 19.1477C8.00758 18.9281 8.00758 18.5719 8.22725 18.3523L14.5795 12L8.22725 5.64775C8.00758 5.42808 8.00758 5.07192 8.22725 4.85225Z" fill="black"/></g></svg>');
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
  }
  .account-wishlist-edit .card .carousel.slide button .carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Chevron / Left"><path id="Path (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M15.7727 4.85225C15.9924 5.07192 15.9924 5.42808 15.7727 5.64775L9.4205 12L15.7727 18.3523C15.9924 18.5719 15.9924 18.9281 15.7727 19.1477C15.5531 19.3674 15.1969 19.3674 14.9773 19.1477L8.22725 12.3977C8.00758 12.1781 8.00758 11.8219 8.22725 11.6023L14.9773 4.85225C15.1969 4.63258 15.5531 4.63258 15.7727 4.85225Z" fill="black"/></g></svg>');
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
  }
  .account-wishlist-edit .card .wishlist-item-remove {
    top: 24px;
    right: 52px;
  }
  .account-wishlist-edit__flex {
    order: 1;
    margin-top: unset;
  }
  .account-wishlist-edit__button {
    flex-direction: row;
    margin-top: 48px;
  }
  .account-wishlist-edit .card-body.pricing {
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .account-wishlist-edit {
    padding: 0;
  }
  .account-wishlist-edit .row {
    position: relative;
  }
  .account-wishlist-edit .row .pricing-section {
    position: absolute !important;
    top: 73%;
    left: 58%;
    width: 45%;
  }
  .account-wishlist-edit .row .pricing-section .card-body {
    padding: 0;
  }
}
.account-wishlist-edit .view-all-trips-btn {
  width: 10%;
}

body:has(div.account-wishlist-edit) {
  background-color: #d3d3d3;
}

.add-payment-method {
  font-family: "Roboto";
}
.add-payment-method__title {
  font-family: "Poppins";
  font-size: 24px;
  line-height: 36px;
}
.add-payment-method__title-div {
  margin-bottom: 8px;
  flex-direction: column;
}
.add-payment-method__card {
  background-color: #fff;
  border-bottom: 4px solid #28AAE1;
}
.add-payment-method__flex {
  gap: 24px;
  order: 2;
  margin-top: 32px;
}
.add-payment-method__save {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.add-payment-method__button {
  flex-direction: column;
  margin-top: 32px;
}
.add-payment-method__cancel {
  color: #000;
  text-decoration: underline;
}
.add-payment-method__cancel:hover {
  color: #000;
  text-decoration: none;
}
.add-payment-method form#add_payment_method div#payment {
  background-color: transparent;
}
.add-payment-method form#add_payment_method div#payment div.payment_box {
  background-color: transparent;
}
.add-payment-method form#add_payment_method div#payment div.payment_box::before {
  display: none;
}
.add-payment-method form#add_payment_method div#payment ul {
  border: none;
  padding: 0;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form {
  display: flex;
  flex-wrap: wrap;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row #wc-cybersource-credit-card-account-number-hosted {
  background-image: none !important;
  padding: 0 !important;
  border: none !important;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row #wc-cybersource-credit-card-account-number-hosted iframe {
  width: 98%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field input#wc-cybersource-credit-card-expiry {
  width: 98%;
  font-size: 1rem;
  line-height: 2.1;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row-last {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted {
  padding: 0 !important;
  border: none !important;
}
.add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted iframe {
  width: 98%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .add-payment-method__title {
    font-size: 36px;
    line-height: 48px;
  }
  .add-payment-method__title-div {
    margin-bottom: 16px;
    flex-direction: row;
  }
  .add-payment-method__card {
    padding: 48px 48px 56px 48px;
  }
  .add-payment-method__flex {
    order: 1;
    margin-top: unset;
  }
  .add-payment-method__button {
    flex-direction: row;
    margin-top: 48px;
  }
  .add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row-wide #wc-cybersource-credit-card-account-number-hosted {
    width: 474px !important;
  }
  .add-payment-method .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field {
    width: 227px !important;
    margin-right: 20px !important;
  }
  .add-payment-method .wc-cybersource-credit-card-new-payment-method-form p#wc-cybersource-credit-card-expiry_field input#wc-cybersource-credit-card-expiry {
    width: 227px;
  }
  .add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row-last {
    width: 227px !important;
  }
  .add-payment-method .wc-cybersource-credit-card-new-payment-method-form div.form-row-last #wc-cybersource-credit-card-csc-hosted {
    width: 227px;
  }
}

.woocommerce-account.logged-in,
.trek-medical-information,
.trek-change-password,
.trek-communication-preferences,
.trek-my-trips,
.trek-bike-gear-preferences,
.trek-my-trip {
  font-family: "Roboto";
  background-color: #D3D3D3;
}

.woocommerce-view-order {
  background-color: #fff;
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.6' fill='%23000'/%3e%3c/svg%3e");
  background-color: white;
  border-color: black;
}
.form-check-input:focus[type=radio] {
  box-shadow: unset;
}

@media (min-width: 992px) {
  .trek-customer-dashboard form .form-floating {
    margin-bottom: 20px !important;
  }
  .trek-customer-dashboard h6.card-subtitle, .trek-customer-dashboard .card-subtitle.h6 {
    font-weight: 600 !important;
  }
}

.compare-products-footer-bar {
  display: flex;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
  padding: 12px;
}
.compare-products-footer-bar p {
  align-self: center;
}
.compare-products-footer-bar .compare-product {
  height: 72px;
  width: 100%;
  background: #F4F4F4;
  border: 1px dashed #B2B3B6;
  border-radius: 4px;
  position: relative;
}
.compare-products-footer-bar .compare-product img {
  height: 72px;
  width: inherit;
  object-fit: cover;
}
.compare-products-footer-bar .compare-product i {
  position: absolute;
  background-color: white;
  border-radius: 75%;
  padding: 0 4px;
  top: 3%;
  right: 3%;
  cursor: pointer;
}
.compare-products-footer-bar #product-1 i {
  left: 42%;
}
.compare-products-footer-bar #product-2 i {
  left: 61%;
}
.compare-products-footer-bar #product-3 {
  display: none;
}
.compare-products-footer-bar a.btn {
  align-self: center;
}
.compare-products-footer-bar .remove-all {
  position: absolute;
  right: 8px;
  top: 2px;
  cursor: pointer;
}
.compare-products-footer-bar .clear-all-link {
  display: none;
}
.compare-products-footer-bar #tt_compare_product {
  display: flex;
  gap: 6px;
}
@media (min-width: 992px) {
  .compare-products-footer-bar {
    gap: 16px;
  }
  .compare-products-footer-bar p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
  .compare-products-footer-bar .compare-product {
    height: 120px;
    width: 120px;
  }
  .compare-products-footer-bar .compare-product img {
    height: 120px;
    width: 120px;
    object-fit: cover;
  }
  .compare-products-footer-bar #product-1 i {
    left: 40%;
  }
  .compare-products-footer-bar #product-2 i {
    left: 50.6%;
  }
  .compare-products-footer-bar #product-3 {
    display: block;
  }
  .compare-products-footer-bar #product-3 i {
    left: 61.2%;
  }
  .compare-products-footer-bar .clear-all-link {
    display: block;
    align-self: center;
    margin: 0 20px;
  }
  .compare-products-footer-bar #tt_compare_product {
    display: flex;
    gap: 12px;
  }
}

.woocommerce-products-compare-content .col .card {
  font-family: "Roboto";
  border: 0;
  margin: 0 auto;
}
.woocommerce-products-compare-content .col .card .product-link img {
  border-radius: 4.80288px;
  object-fit: cover;
  height: 158px;
}
.woocommerce-products-compare-content .col .card .product-link .badge {
  position: absolute;
  left: 3%;
  top: 1%;
}
.woocommerce-products-compare-content .col .card .card-body hr {
  margin: 2rem 0 1rem 0;
  width: 115%;
}
.woocommerce-products-compare-content .col .card .card-body .line-clamp-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce-products-compare-content .col .card .card-body .line-clamp-description {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce-products-compare-content .col .card form.cart {
  position: absolute;
  right: 5%;
  top: 1%;
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Utility / Wishlist / Filled "><path id="heart filled" d="M15.2831 6.88733L15.9998 7.62405L16.7166 6.88733C19.8804 3.6354 25.5542 4.80328 27.5926 8.78422C28.5788 10.7101 28.7428 13.3985 27.0707 16.6974C25.435 19.9243 22.0445 23.7148 15.9998 27.7974C9.95514 23.7148 6.5647 19.9243 4.92902 16.6974C3.25687 13.3985 3.42088 10.7101 4.40704 8.78422C6.44548 4.80328 12.1193 3.6354 15.2831 6.88733Z" fill="black" stroke="white" stroke-width="2"/></g></svg>');
  background-repeat: no-repeat;
}
.woocommerce-products-compare-content .col .card form.cart a:hover {
  border: none;
}
.woocommerce-products-compare-content .col:last-child hr {
  width: 100% !important;
}
@media (min-width: 992px) {
  .woocommerce-products-compare-content .col .card {
    width: auto;
  }
  .woocommerce-products-compare-content .col .card .card-body .product-info-desktop {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-products-compare-content .col .card .card-body .product-info-desktop p {
    margin-bottom: 0;
  }
  .woocommerce-products-compare-content .col .card .card-body .line-clamp-short-description {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .woocommerce-products-compare-content .col .card .product-link img {
    height: 309px;
  }
  .woocommerce-products-compare-content .col .card .product-link .badge {
    left: 5%;
  }
}

.plp-hero-banner {
  background-color: #F4F4F4;
}
.plp-hero-banner .banner-section {
  position: relative;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
}
.plp-hero-banner .banner-section:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 70%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.45) 100%);
}
.plp-hero-banner .banner-section img {
  min-height: 33vh;
  min-height: 33vh;
  object-fit: cover;
  max-height: 800px;
  height: 80vw;
}
.plp-hero-banner .banner-section p, .plp-hero-banner .banner-section h1, .plp-hero-banner .banner-section .h1 {
  position: absolute;
  color: #fff;
  left: 5%;
}
.plp-hero-banner .banner-section p {
  bottom: 0;
}
.plp-hero-banner .banner-section h1, .plp-hero-banner .banner-section .h1 {
  bottom: 15%;
}
.plp-hero-banner .description-section {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  gap: 30px;
}
@media (min-width: 992px) {
  .plp-hero-banner .banner-section img {
    object-fit: cover;
    width: 100%;
  }
  .plp-hero-banner .banner-section h1, .plp-hero-banner .banner-section .h1 {
    bottom: 13%;
  }
  .plp-hero-banner .description-section {
    display: flex;
    gap: 7%;
    flex-flow: wrap;
    justify-content: center;
    padding: 3rem 0;
  }
  .plp-hero-banner .description-section h4, .plp-hero-banner .description-section .h4 {
    width: 30%;
    font-family: "Poppins";
    color: #000;
  }
  .plp-hero-banner .description-section p {
    width: 50%;
    color: #333;
  }
  .plp-hero-banner .description-section .view-category-info-link {
    flex-grow: 1;
    text-align: center;
    font-family: "Roboto";
    color: #000;
  }
}

.blog-listing {
  padding: 0;
}
.blog-listing .header {
  height: 400px;
  background: #28AAE1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 1rem;
}
.blog-listing .featured {
  margin: 2.5rem 0;
  height: 40rem;
  position: relative;
}
.blog-listing .featured img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: 44%;
}
.blog-listing .featured .info {
  position: absolute;
  background: #FFFFFF;
  border-bottom: 6px solid #28AAE1;
  border-radius: 4px;
  padding: 2rem;
  margin: 2rem;
  top: 34%;
}
.blog-listing .featured .info button {
  padding: 8px 16px;
}
.blog-listing .featured .info h5, .blog-listing .featured .info .h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.blog-listing .featured .info .info-description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.blog-listing .featured .info a {
  padding: 0.5rem 0.75rem;
}
.blog-listing .list .list-item {
  padding: 0 20px;
  margin: 2rem 0;
}
.blog-listing .list .list-item a {
  transition: all ease 0.3s;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
}
.blog-listing .list .list-item a:hover {
  color: #28AAE1;
}
.blog-listing .list .list-item .image img {
  width: 100%;
  border-bottom: 6px solid #28AAE1;
  border-radius: 4px;
  margin-bottom: 1rem;
  aspect-ratio: 2;
  object-fit: cover;
}
.blog-listing .more {
  justify-content: center;
  margin: 2rem 0;
}
.blog-listing .blog-filters {
  display: flex;
  align-items: baseline;
  gap: 2%;
}
@media (min-width: 992px) {
  .blog-listing .header {
    padding: 3rem;
  }
  .blog-listing .featured {
    height: 532px;
    margin: 3rem 5rem;
  }
  .blog-listing .featured img {
    width: 68%;
    height: 100%;
  }
  .blog-listing .featured .info {
    width: 42%;
    height: 424px;
    top: 12%;
    right: 0;
    padding: 64px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-listing .featured .info h5, .blog-listing .featured .info .h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
  }
  .blog-listing .featured .info .info-description {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
  }
  .blog-listing .list {
    justify-content: center;
    gap: 2%;
  }
  .blog-listing .list .list-item {
    width: 45%;
    padding: 0 6px;
  }
  .blog-listing .list .list-item .image img {
    height: auto;
  }
  .blog-listing .list .list-item p {
    padding-right: 4rem;
  }
  .blog-listing .blog-filters {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 1170px) {
  .blog-listing .featured .info {
    padding: 32px;
  }
}

article.post header {
  margin: 3rem auto;
}
article.post header h1, article.post header .h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 72px;
  text-align: center;
}
article.post header .entry-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.post header .entry-meta .sep {
  display: none;
}
article.post header .entry-meta .by-author .sep {
  display: initial;
}
article.post header .entry-meta .by-author .author-meta a, article.post header .entry-meta .by-author .sep {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000;
}
article.post header .entry-meta a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-decoration: none;
}
article.post p {
  margin: 3rem 0 !important;
}
article.post .entry-content .post-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 7/3;
  object-fit: cover;
}
article.post .entry-content img {
  object-fit: cover;
  width: 100%;
}
article.post .entry-content .btn {
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  transition: all ease 0.3s;
}
article.post .entry-content .btn:hover {
  background-color: #000;
  color: #fff;
}

.post-navigation {
  padding-bottom: 20px;
}
.post-navigation a {
  color: rgba(0, 0, 0, 0.5) !important;
  transition: all ease 0.3s;
}
.post-navigation a:hover {
  color: #000 !important;
}

.share-post {
  margin-bottom: 3rem !important;
}
.share-post p:first-child {
  margin-top: 5px;
}
.share-post a {
  width: 40px;
  height: 42px;
  background: black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rp4wp-related-posts {
  padding: 0 5rem;
  display: inline-block;
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
@media screen and (max-width: 1024px) {
  .rp4wp-related-posts {
    padding: 0;
  }
}
@media screen and (max-width: 498px) {
  .rp4wp-related-posts {
    padding: 0 3rem;
    width: 100%;
  }
}
.rp4wp-related-posts .slick-track {
  display: flex !important;
}
.rp4wp-related-posts .slick-slider {
  padding: 0 !important;
}
.rp4wp-related-posts .slick-list {
  margin: 0 -6px;
}
.rp4wp-related-posts .slick-slide {
  margin: 0 6px;
  height: inherit !important;
}
.rp4wp-related-posts h3, .rp4wp-related-posts .h3 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.rp4wp-related-posts ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .rp4wp-related-posts ul {
    gap: 28px;
  }
}
@media screen and (max-width: 498px) {
  .rp4wp-related-posts ul {
    float: none !important;
  }
}
.rp4wp-related-posts ul li {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  border-bottom: 4px solid #28aae1;
  width: calc(25% - 12px);
}
@media screen and (max-width: 991px) {
  .rp4wp-related-posts ul li {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 498px) {
  .rp4wp-related-posts ul li {
    width: 100%;
  }
}
.rp4wp-related-posts ul li .rp4wp-related-post-image {
  width: 100%;
  padding: 0;
  height: 150px;
}
.rp4wp-related-posts ul li .rp4wp-related-post-image img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 498px) {
  .rp4wp-related-posts ul li .rp4wp-related-post-image {
    margin-bottom: 10px;
  }
}
.rp4wp-related-posts ul li .rp4wp-related-post-content {
  padding: 16px;
}
.rp4wp-related-posts ul li .rp4wp-related-post-content a {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  transition: all ease 0.3s;
}
.rp4wp-related-posts ul li .rp4wp-related-post-content a:hover {
  color: #28aae1;
  text-decoration: none;
}
.rp4wp-related-posts ul li .rp4wp-related-post-content > p {
  margin: 0 !important;
  line-height: 1.2495rem !important;
  font-size: 0.875rem;
  font-weight: 400 !important;
}
.rp4wp-related-posts .slick-arrow {
  width: 30px;
  height: 30px;
  top: 40%;
  margin-left: -20px;
  padding: 0 !important;
  opacity: 0.5;
  background-size: cover;
  top: 50%;
}
.rp4wp-related-posts .slick-arrow::before {
  display: none;
}
.rp4wp-related-posts .slick-arrow.slick-prev {
  background-image: url("../../../trek-travel-theme/assets/images/video/right.png") !important;
  transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
  background-repeat: no-repeat;
}
.rp4wp-related-posts .slick-arrow.slick-next {
  margin-right: -20px;
  background-image: url("../../../trek-travel-theme/assets/images/video/right.png") !important;
  background-repeat: no-repeat;
}

.share-post {
  margin-bottom: 3rem !important;
}
.share-post p:first-child {
  margin-top: 5px;
}
.share-post a {
  width: 40px;
  height: 42px;
  background: black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recent-posts {
  padding: 0 5rem;
}
.recent-posts .card {
  border-bottom: 4px solid #28AAE1;
  border-radius: 4px;
}
.recent-posts .card .card-img-top {
  object-fit: cover;
}

form .gform_body ul {
  margin: 0;
  padding: 0;
}
form .gform_body ul li {
  margin: 0;
  padding: 0;
}
form .gform_legacy_markup_wrapper .gform_footer {
  width: fit-content !important;
  margin: auto !important;
}
form input.gform_button.button {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  color: white;
  background-color: black;
  border: 2px solid black;
  border-radius: 3px;
}
form input.gform_button.button:hover {
  color: #000000;
  background-color: #fff;
}
@media (min-width: 992px) {
  form .gform_body {
    display: flex;
    justify-content: center;
  }
  form .gform_body ul {
    display: flex !important;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
    justify-content: space-between;
  }
  form .gform_body ul li {
    width: 100%;
    padding-right: 0 !important;
  }
  form .gform_body ul li div.ginput_container {
    width: 100% !important;
    margin: 0 auto !important;
  }
  form .gform_body ul li div.ginput_container input:not([type=checkbox]), form .gform_body ul li div.ginput_container select, form .gform_body ul li div.ginput_container textarea {
    width: 100% !important;
    margin: 0 auto !important;
    border: 1px solid #B2B3B6;
    border-radius: 4px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-left: 16px !important;
  }
  form .gform_body ul li div.ginput_container input[type=checkbox] {
    margin: 0 12px 0 0 !important;
    height: auto !important;
  }
  form .gform_body ul li div.ginput_container input[type=checkbox]:focus {
    border: 1px solid #B2B3B6;
    border-radius: 2px;
    box-shadow: none;
  }
  form .gform_body ul li div.ginput_container input[type=checkbox]:checked {
    background-color: #000 !important;
    border-color: #000 !important;
  }
  form .gform_body ul li div.ginput_container input:not([type=checkbox]), form .gform_body ul li div.ginput_container input:not([type=textarea]), form .gform_body ul li div.ginput_container input:not([type=radio]), form .gform_body ul li div.ginput_container select {
    height: 56px;
  }
  form .gform_body ul li div.ginput_container span.name_last {
    padding-right: 0 !important;
  }
  form .gform_body ul li div.ginput_container.ginput_recaptcha {
    margin-left: 0 !important;
  }
  form .gform_body ul li input[type=submit] {
    width: 100%;
    padding: 16px 24px;
    background: #000000;
    border-radius: 4px;
    color: #fff;
  }
  form .gform_body ul li input[type=submit]:hover {
    color: #000000;
    background: #fff;
  }
  form .gform_body ul li div.gfield_description {
    margin-left: 0 !important;
    border: none !important;
    overflow: hidden !important;
    padding-left: 24px !important;
  }
  form .gform_body ul li div.ginput_container_consent {
    display: flex;
    align-items: center;
  }
  form .gform_body ul li div.ginput_container_date {
    position: relative;
  }
  form .gform_body ul li div.ginput_container_date img.ui-datepicker-trigger {
    position: absolute;
    right: 2%;
    top: 35%;
  }
  form .gform_body ul .gf_first_name, form .gform_body ul .gf_last_name {
    width: 48% !important;
  }
}

.bike-fit-form-section ul.gform_fields {
  width: 100% !important;
}

form.trek-trip-finder-form input:hover, form.trek-trip-finder-form i:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  form.trek-trip-finder-form .show-trips-btn {
    width: 100%;
  }
  form.trek-trip-finder-form .show-trips-btn button {
    width: 100%;
  }
}

.thank-you-page .thankyou-hero {
  position: relative;
  margin-bottom: 32px;
}
.thank-you-page .thankyou-hero img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  opacity: 0.9;
}
@media screen and (max-width: 997px) {
  .thank-you-page .thankyou-hero img {
    height: 40vh;
  }
}
.thank-you-page .thankyou-hero .page-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  width: 100%;
  transform: translateX(-50%);
  z-index: 9999;
}
.thank-you-page .thankyou-hero .page-title h1, .thank-you-page .thankyou-hero .page-title .h1 {
  color: #333;
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: left;
  width: 100%;
  margin-bottom: 50px;
  color: white;
  margin-bottom: 0;
  padding: 0 10px;
}
@media screen and (max-width: 997px) {
  .thank-you-page .thankyou-hero .page-title h1, .thank-you-page .thankyou-hero .page-title .h1 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 997px) {
  .thank-you-page .thankyou-hero .page-title {
    width: 80%;
    margin: 0;
    left: 0;
    transform: translateX(0);
  }
}
.thank-you-page .thankyou-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 35%, rgba(255, 255, 255, 0) 100%);
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 997px) {
  .thank-you-page .thankyou-hero {
    margin-bottom: 16px;
  }
}
.thank-you-page .breadcrumb-container {
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  padding: 0 10px;
}
.thank-you-page .breadcrumb-container .breadcrumb .breadcrumb-item,
.thank-you-page .breadcrumb-container .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 997px) {
  .thank-you-page .breadcrumb-container {
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
.thank-you-page .thank-you-info {
  text-align: center;
  margin-bottom: 56px;
}
.thank-you-page .thank-you-info h2, .thank-you-page .thank-you-info .h2 {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 997px) {
  .thank-you-page .thank-you-info h2, .thank-you-page .thank-you-info .h2 {
    line-height: 37px;
    font-size: 28px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.thank-you-page .thank-you-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 997px) {
  .thank-you-page .thank-you-info p {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 997px) {
  .thank-you-page .thank-you-info .wp-block-spacer {
    height: 25px !important;
  }
}

.banner-hero-full {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  max-height: 920px;
  margin-bottom: 90px;
}

.video-sect {
  background: rgb(244, 244, 244);
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 50%, rgb(244, 244, 244) 50%);
}

.video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-sect {
  position: relative;
  background-color: #6B9214;
}
.cta-sect .row {
  align-items: center;
  height: 100%;
}
.cta-sect .cta-block {
  position: relative;
  display: flex;
}
.cta-sect .cta-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cta-sect .cta-content > * {
  color: white;
}
.cta-sect .cta-content .btn {
  width: fit-content;
  background-color: transparent;
}
.cta-sect .cta-img {
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media (min-width: 992px) {
  .cta-sect .cta-block {
    min-height: 600px;
  }
}
@media (max-width: 991.98px) {
  .cta-sect .cta-block {
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .cta-sect .container {
    height: 100%;
  }
  .cta-sect .cta-content {
    align-items: center;
    text-align: center;
    padding: 90px 0 120px;
  }
  .cta-sect .cta-img {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .cta-sect .cta-content {
    padding: 70px 0 100px;
  }
}

body.page-template-tpl-landing-hw p {
  font-size: 20px;
  line-height: 38px;
}

.intro-sect {
  margin-bottom: 85px;
}

.main-sect,
.inclusion-sect {
  background-color: #F4F4F4;
}

.intro-content,
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.main-sect {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 767.98px) {
  .main-sect {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.details-sect {
  position: relative;
  margin-bottom: 100px;
}
.details-sect .row {
  align-items: center;
  height: 100%;
}
.details-sect > :nth-child(odd) {
  background-color: black;
}
.details-sect > :nth-child(odd) .row {
  justify-content: flex-end;
}
.details-sect > :nth-child(odd) .details-img {
  left: 0;
}
@media (min-width: 1200px) {
  .details-sect > :nth-child(odd) .details-content {
    padding-right: 15px;
  }
}
.details-sect > :nth-child(even) {
  background-color: #6B9214;
}
.details-sect > :nth-child(even) .row {
  justify-content: flex-start;
}
.details-sect > :nth-child(even) .details-img {
  right: 0;
}
@media (min-width: 1200px) {
  .details-sect > :nth-child(even) .details-content {
    padding-left: 15px;
  }
}
.details-sect .details-block {
  position: relative;
  display: flex;
}
.details-sect .details-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.details-sect .details-content > * {
  color: white;
}
.details-sect .details-img {
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media (min-width: 768px) {
  .details-sect .details-block {
    min-height: 600px;
  }
}
@media (max-width: 767.98px) {
  .details-sect .details-block {
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .details-sect .container {
    height: 100%;
  }
  .details-sect .details-content {
    padding: 90px 0 120px;
  }
  .details-sect .details-img {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .details-sect .details-content {
    padding: 70px 0 100px;
  }
}

.levels-sect .container .row {
  flex-wrap: nowrap;
  align-items: center;
}
.levels-sect .lvl-header {
  margin-bottom: 80px;
}
.levels-sect .lvl-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 60px;
}
.levels-sect .lvl-container .lvl-numbers {
  max-height: 40px;
}
@media (max-width: 767.98px) {
  .levels-sect .lvl-container {
    gap: 20px;
  }
}
.levels-sect .avg-lvls > span.h5 {
  font-size: clamp(16px, 2vw, 24px);
}
.levels-sect .avg-title {
  font-size: clamp(14px, 2vw, 20px);
}
.levels-sect .avg-lvls span {
  line-height: normal;
  margin-left: 1.5vw;
}
@media (max-width: 575.98px) {
  .levels-sect .avg-lvls {
    text-align: center;
  }
  .levels-sect .avg-lvls span {
    margin: 0;
    font-size: clamp(12px, 2vw, 16px);
  }
}
.levels-sect .lvls-find {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}
.levels-sect .lvls-find span {
  font-size: 16px;
}

.inclusion-sect {
  padding-top: 100px;
  padding-bottom: 200px;
}
.inclusion-sect .inc-header {
  margin-bottom: 80px;
}
.inclusion-sect .inc-img {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
}
.inclusion-sect .inc-content {
  padding-top: 60px;
}
.inclusion-sect .inc-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.inclusion-sect .inc-content ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}
.inclusion-sect .inc-content > :last-child {
  font-size: 16px;
  color: #666666;
}
@media (min-width: 1200px) {
  .inclusion-sect .inc-content {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .inclusion-sect {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}