@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap";
:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

hr {
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  margin: 1rem 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

@media (width >= 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

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

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

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

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

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: .875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

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 {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer {
  color: #6c757d;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

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

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

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em;
}

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

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

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

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

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

.col {
  flex: 1 0 0;
}

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

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

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

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

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

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

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

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

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

.col-2 {
  flex: none;
  width: 16.6667%;
}

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

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

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

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

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

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }

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

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

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

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

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

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

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

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

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

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

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

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

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

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

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

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

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

.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) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a5b5cc;
  --bs-table-striped-bg: #c4d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe5;
  --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: #b4b6b7;
  --bs-table-striped-bg: #d6d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbcdce;
  --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: #a7b9b1;
  --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: #a5c4ca;
  --bs-table-striped-bg: #c4e8ef;
  --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: #ccc2a4;
  --bs-table-striped-bg: #f2e6c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dab9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece0be;
  --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: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc1c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7c9;
  --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: #c6c7c8;
  --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: #4d5154;
  --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 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (width <= 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

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

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.form-control {
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  margin: -.375rem -.75rem;
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

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

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

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

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

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

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

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

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

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

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

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

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

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .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 .25rem #0d6efd40;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-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"] {
  --bs-form-check-bg-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 {
  --bs-form-check-bg-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");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

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

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

.form-switch .form-check-input {
  --bs-form-switch-bg: 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-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

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

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: 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");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

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

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

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

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

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

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

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

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

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

@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 {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@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 {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  z-index: 2;
  max-width: 100%;
  height: 100%;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.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), :-webkit-any(.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.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), :is(.form-floating > .form-control:autofill, .form-floating > .form-control-plaintext:autofill) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}

.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 {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > textarea:focus ~ label:after, .form-floating > textarea:not(:placeholder-shown) ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > textarea:disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

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

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

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

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

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

.input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

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

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.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, .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(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  width: 100%;
  color: var(--bs-form-valid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.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: var(--bs-form-valid-border-color);
  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.1'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.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"] {
  --bs-form-select-bg-icon: 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.1'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.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: var(--bs-form-invalid-border-color);
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.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"] {
  --bs-form-select-bg-icon: 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 .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  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;
  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);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@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 + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child: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-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn-check:checked:focus-visible + .btn {
  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-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.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 #00000020;
  --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 #00000020;
  --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: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.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 #00000020;
  --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 #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --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 #00000020;
  --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 #00000020;
  --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: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --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 #00000020;
  --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 #00000020;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --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: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

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

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity .15s linear;
}

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

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

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

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

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@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 {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius)  - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

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

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

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

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

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

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

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

@media (width >= 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

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

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

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

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.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;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  overflow: hidden;
}

.dropdown-item {
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  background-color: #0000;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.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);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

.dropdown-menu.show {
  display: block;
}

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

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

.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: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

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

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

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

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  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);
  background: none;
  border: 0;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

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

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  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.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(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.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-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: .125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentColor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentColor;
  font-weight: 700;
}

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

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: .5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: .3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: .5rem;
  --bs-navbar-toggler-padding-y: .25rem;
  --bs-navbar-toggler-padding-x: .75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: .25rem;
  --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.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);
  white-space: nowrap;
  text-decoration: none;
}

.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: .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);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

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

.navbar-text {
  color: var(--bs-navbar-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  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);
  color: var(--bs-navbar-color);
  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);
  background-color: #0000;
  line-height: 1;
}

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

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

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

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

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

@media (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 {
    flex-basis: auto;
    display: flex !important;
  }

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

  .navbar-expand-sm .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (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 {
    flex-basis: auto;
    display: flex !important;
  }

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

  .navbar-expand-md .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (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 {
    flex-basis: auto;
    display: flex !important;
  }

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

  .navbar-expand-lg .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (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 {
    flex-basis: auto;
    display: flex !important;
  }

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

  .navbar-expand-xl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (width >= 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

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

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

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 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 {
    flex-basis: auto;
    display: flex !important;
  }

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

  .navbar-expand-xxl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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 {
  flex-basis: auto;
  display: flex !important;
}

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

.navbar-expand .offcanvas {
  z-index: auto;
  flex-grow: 1;
  transition: none;
  position: static;
  visibility: visible !important;
  background-color: #0000 !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: #ffffff8c;
  --bs-navbar-hover-color: #ffffffbf;
  --bs-navbar-disabled-color: #ffffff40;
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: #ffffff1a;
  --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");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
  --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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

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

.card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-width: 0;
}

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

.card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  flex: auto;
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  color: var(--bs-card-subtitle-color);
  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);
  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);
  margin-bottom: 0;
}

.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(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.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(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

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

.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 (width >= 576px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-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: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .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='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@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(-1 * var(--bs-accordion-border-width)) 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 {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  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);
  flex-shrink: 0;
  margin-left: auto;
}

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

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

.accordion-button:focus {
  z-index: 3;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

.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-header .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-header .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-item {
  border-left: 0;
  border-right: 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-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button:after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%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-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%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-.708'/%3e%3c/svg%3e");
}

.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: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  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);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}

.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, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

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

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: .65em;
  --bs-badge-padding-y: .35em;
  --bs-badge-font-size: .75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  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);
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  color: var(--bs-alert-link-color);
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  z-index: 2;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

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

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

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

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

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

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-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(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (width >= 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (width >= 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-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:not(:first-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(-1 * var(--bs-list-group-border-width));
    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 {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: .5;
  --bs-btn-close-hover-opacity: .75;
  --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: .25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  opacity: var(--bs-btn-close-opacity);
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root, [data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: .75rem;
  --bs-toast-padding-y: .5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: .875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  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);
  background-clip: padding-box;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  --bs-toast-zindex: 1090;
  z-index: var(--bs-toast-zindex);
  pointer-events: none;
  width: max-content;
  max-width: 100%;
  position: absolute;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  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));
  background-clip: padding-box;
  align-items: center;
  display: flex;
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg)  - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  z-index: var(--bs-modal-zindex);
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .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 {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: flex;
}

.modal-content {
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: .5;
  z-index: var(--bs-backdrop-zindex);
  background-color: var(--bs-backdrop-bg);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

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

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  padding: var(--bs-modal-padding);
  flex: auto;
  position: relative;
}

.modal-footer {
  padding: calc(var(--bs-modal-padding)  - var(--bs-modal-footer-gap) * .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);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (width >= 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (width >= 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (width >= 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

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

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (width <= 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

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

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: .875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg)  - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: .5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: .5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  background-clip: padding-box;
  text-decoration: none;
  display: block;
}

.popover .popover-arrow {
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
  display: block;
}

.popover .popover-arrow:before, .popover .popover-arrow:after {
  content: "";
  border: 0 solid #0000;
  display: block;
  position: absolute;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height))  - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before, .bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

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

.bs-popover-top > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

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

.bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

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

.bs-popover-end > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height))  - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

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

.bs-popover-bottom > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header:before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

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

.bs-popover-start > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

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

.bs-popover-start > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
  margin-bottom: 0;
}

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.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 .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 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 15%;
  filter: var(--bs-carousel-control-icon-filter);
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@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;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

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

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

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

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

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

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  opacity: .5;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

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

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

.carousel-caption {
  color: var(--bs-carousel-caption-color);
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow, .spinner-border {
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
}

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

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-border-width: .25em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: #0000;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-grow;
  opacity: 0;
  background-color: currentColor;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform .3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (width <= 575.98px) {
  .offcanvas-sm {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (width <= 575.98px) {
  .offcanvas-sm.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-sm.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (width >= 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 767.98px) {
  .offcanvas-md {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (width <= 767.98px) {
  .offcanvas-md.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (width >= 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 991.98px) {
  .offcanvas-lg {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (width <= 991.98px) {
  .offcanvas-lg.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (width >= 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 1199.98px) {
  .offcanvas-xl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (width <= 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (width >= 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (width <= 1399.98px) {
  .offcanvas-xxl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (width <= 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (width <= 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (width >= 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

.offcanvas {
  z-index: var(--bs-offcanvas-zindex);
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  transition: var(--bs-offcanvas-transition);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: fixed;
  bottom: 0;
}

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

.offcanvas.offcanvas-start {
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

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

.offcanvas-backdrop.show {
  opacity: .5;
}

.offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  align-items: center;
  display: flex;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  line-height: var(--bs-offcanvas-title-line-height);
  margin-bottom: 0;
}

.offcanvas-body {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  flex-grow: 1;
  overflow-y: auto;
}

.placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before {
  content: "";
  display: inline-block;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.focus-ring:focus {
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  outline: 0;
}

.icon-link {
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em;
  backface-visibility: hidden;
  align-items: center;
  gap: .375rem;
  display: inline-flex;
}

.icon-link > .bi {
  fill: currentColor;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform .2s ease-in-out;
}

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

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
}

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

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

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

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

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

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

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

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

@media (width >= 576px) {
  .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (width >= 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (width >= 992px) {
  .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (width >= 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (width >= 1400px) {
  .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

.hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

.vr {
  width: var(--bs-border-width);
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  min-height: 1em;
  display: inline-block;
}

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

.opacity-75 {
  opacity: .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;
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

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

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

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

.border-opacity-75 {
  --bs-border-opacity: .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: 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: .25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-gap-1 {
  row-gap: .25rem !important;
}

.row-gap-2 {
  row-gap: .5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

.column-gap-1 {
  column-gap: .25rem !important;
}

.column-gap-2 {
  column-gap: .5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

.link-opacity-25, .link-opacity-25-hover:hover {
  --bs-link-opacity: .25;
}

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

.link-opacity-75, .link-opacity-75-hover:hover {
  --bs-link-opacity: .75;
}

.link-opacity-100, .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

.link-offset-2, .link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

.link-offset-3, .link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

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

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: .1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: .25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: .5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: .75;
}

.link-underline-opacity-100, .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.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-xxl) !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-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

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

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

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

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

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

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

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

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

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

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

.rounded-start-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (width >= 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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: 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: .25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

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

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

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

  .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: .5rem !important;
  }

  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

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

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

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

@media (width >= 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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: 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: .25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (width >= 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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: 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: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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: 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: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (width >= 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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: 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: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: .5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-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;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  min-width: 200px;
  max-width: 100%;
  text-shadow: none;
  z-index: 0;
  direction: ltr;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.plyr audio, .plyr iframe, .plyr video {
  width: 100%;
  height: 100%;
  display: block;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  padding: 3px 4px;
  line-height: 1;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  text-align: center;
  width: 100%;
  transition: transform .4s ease-in-out;
  animation: .3s plyr-fade-in;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.plyr__captions span:empty {
  display: none;
}

@media (width >= 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}

@media (width >= 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  white-space: pre-wrap;
  border-radius: 2px;
  padding: .2em .5em;
  line-height: 185%;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * .7);
  background: none;
  border: 0;
  flex-shrink: 0;
  transition: all .3s;
  position: relative;
  overflow: visible;
}

.plyr__control svg {
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
  display: block;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr="airplay"], .plyr [data-plyr="captions"], .plyr [data-plyr="fullscreen"], .plyr [data-plyr="pip"], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr="airplay"], .plyr--captions-enabled [data-plyr="captions"], .plyr--fullscreen-enabled [data-plyr="fullscreen"], .plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform .3s;
}

.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  text-align: left;
  white-space: nowrap;
  z-index: 3;
  margin-bottom: 10px;
  animation: .2s plyr-popup;
  position: absolute;
  bottom: 100%;
  right: -3px;
}

.plyr__menu__container > div {
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7 - var(--plyr-menu-arrow-size, 4px) / 2);
  width: 0;
  position: absolute;
  top: 100%;
}

.plyr__menu__container [role="menu"] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * .7);
}

.plyr__menu__container [role="menuitem"], .plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}

.plyr__menu__container [role="menuitem"]:first-child, .plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  color: var(--plyr-menu-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * .7 / 1.5) calc(var(--plyr-control-spacing, 10px) * .7 * 1.5);
  user-select: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  width: 100%;
  display: flex;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * .7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * .7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 4);
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * .7 * 2);
  position: relative;
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * .7);
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after, .plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  content: "";
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  background: #0000001a;
  flex-shrink: 0;
  width: 16px;
  transition: all .3s;
  display: block;
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  opacity: 0;
  background: #fff;
  border: 0;
  width: 6px;
  height: 6px;
  transition: transform .3s, opacity .3s;
  top: 50%;
  left: 12px;
  transform: translateY(-50%)scale(0);
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  transform: translateY(-50%)scale(1);
}

.plyr__menu__container .plyr__control[role="menuitemradio"]:focus-visible:before, .plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: #23282f1a;
}

.plyr__menu__container .plyr__menu__value {
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * .7 * -1 + 2px);
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 3.5);
  pointer-events: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.plyr--full-ui input[type="range"] {
  appearance: none;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  background: none;
  border: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s;
  display: block;
}

.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  user-select: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px)  - var(--plyr-range-track-height, 5px)) / 2 * -1);
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  border: 0;
  border-radius: 100%;
  transition: all .2s;
  position: relative;
}

.plyr--full-ui input[type="range"]::-moz-range-track {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  user-select: none;
  background: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  border: 0;
  border-radius: 100%;
  transition: all .2s;
  position: relative;
}

.plyr--full-ui input[type="range"]::-moz-range-progress {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  background: currentColor;
}

.plyr--full-ui input[type="range"]::-ms-track {
  color: #0000;
}

.plyr--full-ui input[type="range"]::-ms-fill-upper {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  user-select: none;
  background: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-ms-track {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  user-select: none;
  background: none;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-ms-fill-lower {
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  user-select: none;
  background: currentColor;
  border: 0;
  transition: box-shadow .3s;
}

.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  border: 0;
  border-radius: 100%;
  margin-top: 0;
  transition: all .2s;
  position: relative;
}

.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}

.plyr--full-ui input[type="range"]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type="range"]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type="range"]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  opacity: 0;
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (width <= 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  transform-origin: 50% 100%;
  white-space: nowrap;
  z-index: 2;
  line-height: 1.3;
  transition: transform .2s .1s, opacity .2s .1s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px)scale(.8);
}

.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  z-index: 2;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%)scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  transform-origin: 0 100%;
  left: 0;
  transform: translateY(10px)scale(.8);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  transform-origin: 100% 100%;
  left: auto;
  right: 0;
  transform: translateY(10px)scale(.8);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0)scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type="range"], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type="range"] {
  z-index: 2;
  position: relative;
}

.plyr__progress .plyr__tooltip {
  overflow-wrap: break-word;
  max-width: 120px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  background: none;
  border: 0;
  border-radius: 100px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: none;
}

.plyr__progress__buffer::-webkit-progress-value {
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  background: currentColor;
  border-radius: 100px;
  transition: width .2s;
}

.plyr__progress__buffer::-moz-progress-bar {
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  background: currentColor;
  border-radius: 100px;
  transition: width .2s;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s;
}

.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0 50%, #23282f99 0 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000;
  animation: 1s linear infinite plyr-progress;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type="range"] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  z-index: 2;
  min-width: 60px;
  max-width: 90px;
  position: relative;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.2813%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: var(--plyr-video-control-color, #fff);
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  z-index: 3;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (width >= 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded="true"] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: var(--plyr-video-control-color, #fff);
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  z-index: 2;
  border: 0;
  border-radius: 100%;
  transition: all .3s;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plyr__control--overlaid svg {
  position: relative;
  left: 2px;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

.plyr:fullscreen {
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0 !important;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (width >= 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  z-index: 10000000;
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  inset: 0;
  border-radius: 0 !important;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (width >= 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  z-index: -1;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.plyr__ads > div, .plyr__ads > div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.plyr__ads:after {
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  pointer-events: none;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
  background: #23282f;
  border-radius: 2px;
  padding: 2px 6px;
  font-size: 11px;
  position: absolute;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  opacity: .8;
  z-index: 3;
  background: currentColor;
  width: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 100%;
  z-index: 2;
  padding: 3px;
  transition: transform .2s .1s, opacity .2s .1s;
  position: absolute;
  bottom: 100%;
  transform: translateY(10px)scale(.8);
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0)scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  z-index: 2;
  width: 0;
  position: absolute;
  transform: translateX(-50%);
}

.plyr__preview-thumb__image-container {
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px)  - 1px);
  z-index: 0;
  background: #c1c8d1;
  position: relative;
  overflow: hidden;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px #00000026;
}

.plyr__preview-thumb__image-container img {
  max-width: none;
  max-height: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px)  - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px)  - 1px);
  z-index: 3;
  padding: 20px 6px 6px;
  line-height: 1.1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
}

.plyr [hidden] {
  display: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --smooth: cubic-bezier(.15, .9, .34, .95);
  --custom: cubic-bezier(.76, 0, .24, 1);
  --ink: #173247;
  --eggshell: #faeee7;
  --inkdark: #12273b;
  --flatgold: #a28d42;
  --brightorange: #f5a623;
  --brightblue: #00d6d6;
  --sagegreen: #009da5;
  --alertred: #eb003b;
  --pureblack: #000;
  --offblack: #3d4041;
  --darkgrey: #626667;
  --grey: #9ea1a2;
  --lightgrey1: #d6c6bc;
  --lightgrey2: #eedfd6;
  --purewhite: #fff;
  --golden: #c3bb9f;
  --golden2: #c4bb9f;
  --golden3: #9c947b;
}

html {
  font-size: 10px;
}

body {
  background-color: var(--eggshell);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Jost, Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

a, a:hover {
  text-decoration: none;
}

a:focus-visible {
  outline: 1px solid #000;
}

p {
  font-size: 1.6rem;
  line-height: 130%;
}

p.alt {
  font-weight: 500;
}

.rich-text p, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
  margin-bottom: 2.4rem;
}

.rich-text em {
  font-style: italic;
}

.rich-text a:not(.btn):not(.btn-secondary) {
  color: var(--ink);
  text-decoration: underline;
  position: relative;
}

.rich-text a:not(.btn):not(.btn-secondary):hover {
  text-decoration: none;
}

.rich-text ul {
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
}

.rich-text ul li {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
  position: relative;
}

.rich-text ul li:last-child {
  margin-bottom: 0;
}

.rich-text ul li:before {
  content: "";
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 6px;
}

@media screen and (width <= 991px) {
  .rich-text ul li {
    padding-left: 1.6rem;
  }

  .rich-text ul li:before {
    left: 0;
  }
}

.rich-text ol {
  counter-reset: item;
  margin-bottom: 4.8rem;
  font-size: 1.8rem;
}

.rich-text ol li {
  margin-bottom: 4rem;
  padding-left: 2.4rem;
  position: relative;
}

.rich-text ol li ol {
  padding-top: .4rem;
}

.rich-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: var(--ink);
  font-family: Jost;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.rich-text ol li:last-child {
  margin-bottom: 0;
}

.rich-text ul, .rich-text ol {
  margin-top: 1.6rem;
}

.rich-text ul li, .rich-text ol li {
  margin-bottom: 2.4rem;
}

.rich-text h1, .rich-text .h1 {
  letter-spacing: -.01em;
  font-family: Cormorant Garamond;
  font-size: 7rem;
  font-weight: 600;
  line-height: 90%;
}

.rich-text h1.alt, .rich-text .h1.alt {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 300;
}

@media screen and (width <= 991px) {
  .rich-text h1, .rich-text .h1 {
    font-size: 3.4rem;
    line-height: 114%;
  }

  .rich-text h1.alt, .rich-text .h1.alt {
    font-weight: 500;
    line-height: 100%;
  }
}

.rich-text h2 {
  letter-spacing: -.01em;
  font-family: Cormorant Garamond;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 100%;
}

.rich-text h2.alt {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
}

@media screen and (width <= 991px) {
  .rich-text h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 105%;
  }

  .rich-text h2.alt {
    font-weight: 500;
  }
}

.rich-text h3 {
  letter-spacing: -.01em;
  font-family: Cormorant Garamond;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 110%;
}

.rich-text h3.alt {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
}

@media screen and (width <= 991px) {
  .rich-text h3 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 105%;
  }

  .rich-text h3.alt {
    font-weight: 500;
  }
}

.rich-text h4 {
  letter-spacing: -.01em;
  font-family: Cormorant Garamond;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 114%;
}

.rich-text h4.alt {
  font-style: italic;
  font-weight: 500;
}

@media screen and (width <= 991px) {
  .rich-text h4 {
    letter-spacing: 0;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 100%;
  }
}

.rich-text h5 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 120%;
}

.rich-text h5.alt {
  font-weight: 600;
}

@media screen and (width <= 991px) {
  .rich-text h5 {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .rich-text h5.alt {
    font-weight: 700;
  }
}

.rich-text h6 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 130%;
}

.rich-text h6.alt {
  font-weight: 400;
}

.rich-text strong {
  font-weight: bold;
}

.rich-text i {
  font-style: italic;
}

.rich-text u {
  text-decoration: underline;
}

.rich-text img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.rich-text img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.rich-text img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text .alignright {
  float: right;
}

.rich-text .alignleft {
  float: left;
}

.rich-text .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.full {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.component.padS {
  padding-top: 4rem;
}

.component.padS.padBottom {
  padding-bottom: 4rem;
}

.component.padM {
  padding-top: 8rem;
}

.component.padM.padBottom {
  padding-bottom: 8rem;
}

.component.padL {
  padding-top: 14rem;
}

.component.padL.padBottom {
  padding-bottom: 14rem;
}

.btn {
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  padding: 0 2.4rem 0 3.2rem;
  display: inline-flex;
  position: relative;
}

.btn:before {
  content: "";
  height: 100%;
  transition: all .6s var(--smooth);
  opacity: 0;
  z-index: 0;
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
  border-radius: 4px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn span {
  color: var(--ink);
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

.btn:after {
  content: "";
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  transition: all .6s var(--smooth);
  background: url("arrow.99db1c2b.svg") center / contain no-repeat;
  margin-left: 1rem;
  display: block;
  position: relative;
}

.btn-blue {
  background: var(--ink);
  border-color: #faeee74d;
}

.btn-blue:before {
  background: linear-gradient(272.51deg, #12273b -.78%, #173147 43.97%, #33516a 81.67%, #4e6c85 99.77%);
}

.btn-blue:after {
  background-image: url("arrow_white.a696c7ff.svg");
}

.btn-blue span {
  color: var(--eggshell);
}

@media screen and (width >= 992px) {
  .btn:hover:before {
    opacity: 1;
  }

  .btn:hover:after {
    transform: translate(.6rem);
  }
}

.btn-secondary {
  padding-bottom: 1.5rem;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.btn-secondary:before, .btn-secondary:after {
  content: "";
  background-color: #faeee7b3;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateZ(0);
}

.btn-secondary:after {
  transition: transform .6s var(--smooth);
  transform-origin: 0;
  background-color: #fff;
  transform: scaleX(0)translateZ(0);
}

.btn-secondary span {
  color: var(--eggshell);
  -webkit-text-fill-color: transparent;
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%) text;
  font-weight: 500;
}

@media screen and (width >= 992px) {
  .btn-secondary:hover span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%) text;
  }

  .btn-secondary:hover:after {
    transform: scaleX(1)translateZ(0);
  }
}

.btn-secondary-blue:before {
  background: #0030574d;
}

.btn-secondary-blue:after {
  background: var(--ink);
}

.btn-secondary-blue span {
  color: var(--ink);
  background: none;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media screen and (width >= 992px) {
  .btn-secondary-blue:hover {
    text-decoration: none;
  }

  .btn-secondary-blue:hover span {
    background: none;
    background-clip: initial;
    -webkit-text-fill-color: initial;
  }
}

.btn-secondary.small {
  padding-bottom: .6rem;
  font-size: 1.4rem;
}

.btn-secondary.small span {
  font-weight: 400;
}

.btn.btn-full {
  width: 100%;
}

.btn-arrow-left, .btn-arrow-right {
  appearance: none;
  background: none;
  border: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  position: relative;
}

.btn-arrow-left:before, .btn-arrow-right:before {
  content: "";
  backdrop-filter: blur(24px);
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  background: #00000040;
  border: 1.5px solid #faeee7b3;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.btn-arrow-left:after, .btn-arrow-right:after {
  content: "";
  transform-origin: center;
  background: url("arrow-button.9fca659b.svg") center / contain no-repeat;
  width: 7px;
  height: 11px;
  margin: -5.5px 0 0 -3.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (width >= 992px) {
  .btn-arrow-left:hover:before, .btn-arrow-right:hover:before {
    backdrop-filter: blur(48px);
    background: #00000080;
    border-color: #faeee7e6;
    transform: scale(1.2)translateZ(0);
  }
}

@media screen and (width <= 991px) {
  .btn-arrow-left, .btn-arrow-right {
    width: 2.4rem;
    height: 2.4rem;
  }

  .btn-arrow-left:after, .btn-arrow-right:after {
    width: 6px;
    height: 8px;
    margin: -4px 0 0 -3px;
  }
}

.btn-arrow-left.big, .btn-arrow-right.big {
  width: 5.6rem;
  height: 5.6rem;
}

.btn-arrow-left.big:before, .btn-arrow-right.big:before {
  background-color: #0030574d;
}

.btn-arrow-left.big:after, .btn-arrow-right.big:after {
  width: 11px;
  height: 16px;
  margin: -8px 0 0 -5.5px;
}

@media screen and (width <= 991px) {
  .btn-arrow-left.big, .btn-arrow-right.big {
    width: 3.2rem;
    height: 3.2rem;
  }

  .btn-arrow-left.big:after, .btn-arrow-right.big:after {
    width: 7px;
    height: 10px;
    margin: -5px 0 0 -3.5px;
  }
}

.btn-arrow-left.btn-light:before, .btn-arrow-right.btn-light:before {
  border-color: var(--lightgrey1);
  background-color: var(--eggshell);
}

.btn-arrow-left.btn-light:after, .btn-arrow-right.btn-light:after {
  background-image: url("arrow-button-light.b3c0ee23.svg");
}

.btn-arrow-left:after {
  transform: rotate(180deg);
}

.btn-wishlist .circle {
  opacity: 0;
  pointer-events: none;
  background: url("circle.5fb877d1.svg") center / contain no-repeat;
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: -1.6rem;
  left: -1.6rem;
  transform: scale(.6);
}

.btn-wishlist svg {
  transform: translateY(1px);
}

.btn-wishlist.scale-down:before {
  transition: transform .3s var(--smooth);
  transform: scale(0) !important;
}

.btn-wishlist.liked:before {
  background: #fff;
  transform: scale(1);
}

.btn-wishlist.liked svg path {
  fill: url("#heartGradient");
}

.pause-video {
  appearance: none;
  width: 3.2rem;
  height: 3.2rem;
  transition: all .6s var(--smooth);
  background-color: #000;
  border: 1.5px solid #ffffffbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
  position: relative;
  transform: translateZ(0);
}

.pause-video:before {
  content: "";
  width: 8px;
  height: 10px;
  transition: all .4s var(--smooth);
  background: url("pause.772ebed9.svg") center / contain no-repeat;
  margin: -5px 0 0 -4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pause-video:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 9px;
  height: 12px;
  transition: all .4s var(--smooth);
  background: url("play.dc813282.svg") center / contain no-repeat;
  margin: -6px 0 0 -4.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (width <= 991px) {
  .pause-video {
    width: 2.4rem;
    height: 2.4rem;
  }

  .pause-video:before {
    width: 6px;
    height: 8px;
    margin: -4px 0 0 -3px;
  }
}

@media screen and (width >= 992px) {
  .pause-video:hover {
    border-color: #fff;
  }
}

.pause-video.paused:before {
  opacity: 0;
  visibility: hidden;
}

.pause-video.paused:after {
  opacity: 1;
  visibility: visible;
}

.play-video {
  appearance: none;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.play-video:before {
  content: "";
  backdrop-filter: blur(48px);
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  background-color: #00000040;
  border: 1.5px solid #faeee7b3;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.play-video:after {
  content: "";
  background: url("play.dc813282.svg") center / contain no-repeat;
  width: 13px;
  height: 15px;
  margin: -7.5px 0 0 -6.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (width >= 992px) {
  .play-video:hover:before {
    background: #00000080;
    border-color: #faeee7e6;
    transform: scale(1.14)translateZ(0);
  }
}

@media screen and (width <= 991px) {
  .play-video {
    width: 4.8rem;
    height: 4.8rem;
  }

  .play-video:after {
    width: 11px;
    height: 13px;
    margin-top: -6.5px;
    margin-left: -5.5px;
  }
}

.btn-gradient {
  appearance: none;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  display: flex;
  position: relative;
}

.btn-gradient:before {
  content: "";
  width: 100%;
  height: 100%;
  transition: transform .4s var(--smooth);
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.btn-gradient:hover:before {
  transform: scale(1.2)translateZ(0);
}

.btn-gradient svg {
  display: block;
  position: relative;
}

.share {
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: 2.4rem;
  align-items: center;
  height: 4rem;
  padding: 0 1.2rem;
  display: inline-flex;
}

.share__item {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.2rem;
  display: block;
  transform: translateY(-1px);
}

.share__item:first-child {
  margin-left: 0;
}

.share__item:last-child {
  margin-right: 0;
}

.share__item path {
  transition: fill .4s var(--smooth);
}

.share__item:hover path {
  fill: #fff;
}

.share__close {
  appearance: none;
  background: none;
  border: none;
  margin-left: 1.6rem;
  padding: 0;
}

.share-wrapper {
  position: relative;
}

.share-wrapper .share {
  opacity: 0;
  visibility: hidden;
  transition: all .4s var(--smooth);
  padding-right: 4px;
  position: absolute;
  top: -.4rem;
  right: .8rem;
}

.share-wrapper .share.show {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  appearance: none;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  display: flex;
  position: relative;
}

.close-btn:before {
  content: "";
  border: 1px solid var(--lightgrey1);
  background-color: var(--eggshell);
  width: 100%;
  height: 100%;
  transition: all .4s var(--smooth);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.close-btn svg {
  transition: all .4s var(--smooth);
  display: block;
  position: relative;
}

.close-btn:hover:before {
  transform: scale(1.2);
}

.close-btn:hover svg {
  transform: scale(1.1);
}

.testimonial {
  border: 1px solid #9c947b;
  width: 37.6rem;
  margin: 6.8rem auto 4.4rem;
  padding: 0 4rem 3.2rem;
}

@media screen and (width <= 991px) {
  .testimonial {
    width: 100%;
  }
}

.testimonial__image {
  border-radius: 50%;
  width: 13.6rem;
  height: 13.6rem;
  margin: -6.8rem auto 2rem;
  overflow: hidden;
}

.testimonial__content {
  text-align: center;
}

.testimonial__content img {
  margin: 1.8rem 2px 2.4rem;
}

.testimonial__content h6 {
  margin-bottom: 0;
}

.testimonial__content .author {
  margin-top: 2.4rem;
}

.testimonial__content .date {
  font-size: 1.2rem;
  font-weight: 500;
}

.testimonial-reviews {
  text-align: center;
  padding: 0;
}

.testimonial-reviews img {
  margin: 0;
}

.testimonial-reviews h3 {
  color: var(--flatgold);
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .testimonial-reviews h3 {
    font-size: 2.4rem;
  }
}

.testimonial-reviews h3 span {
  width: 14rem;
}

.testimonial-reviews h3 span:first-child {
  text-align: right;
}

.testimonial-reviews h3 span:last-child {
  text-align: left;
}

.testimonial-reviews h3 img {
  margin: 0 2rem;
  display: block;
}

.article .rich-text .article__title {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.article .rich-text .article__title a {
  text-decoration: none;
}

@media screen and (width <= 991px) {
  .article .rich-text .article__title {
    padding-right: 20%;
  }
}

.article__image {
  position: relative;
  overflow: hidden;
}

.article__image:after {
  content: "";
  pointer-events: none;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.article__image img {
  transition: all 2s var(--smooth);
}

.article__image__arrow {
  pointer-events: none;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
}

.article__image__arrow:before {
  content: "";
  border: 1.5px solid var(--lightgrey1);
  background-color: var(--eggshell);
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.article__image__arrow:after {
  content: "";
  background: url("arrow-button-ink.ac83da87.svg") center / contain no-repeat;
  width: .7rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article__image:hover .article__image__arrow:before, .article__image:hover img {
  transform: scale(1.1);
}

.article__categories {
  flex-wrap: wrap;
  padding: 1.6rem 0 2.4rem;
  display: flex;
}

.article__categories .category {
  color: var(--offblack);
  align-items: center;
  margin-right: 2.4rem;
  font-size: 1.4rem;
  display: flex;
}

.article__categories .category:last-child {
  margin-right: 0;
}

.article__categories .category__arrow {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 6px;
  display: block;
  position: relative;
}

.article__categories .category__arrow:before {
  content: "";
  background-color: var(--lightgrey1);
  width: 100%;
  height: 100%;
  transition: all .4s var(--smooth);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.article__categories .category__arrow:after {
  content: "";
  background: url("arrow-category.e4fb5c8a.svg") center / contain no-repeat;
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article__categories .category:hover .category__arrow:before {
  transform: scale(1.2);
}

.skip-to-content-link {
  color: #000;
  z-index: 50;
  background: #fff;
  height: 30px;
  padding: 8px;
  transition: transform .3s;
  position: absolute;
  left: 50%;
  transform: translateY(-100%);
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.pop-in {
  z-index: 600;
  background-color: var(--ink);
  width: 100%;
  height: 100%;
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  transition: all .4s var(--smooth);
  position: fixed;
  top: 0;
  left: 0;
}

.pop-in__close {
  z-index: 2;
  position: absolute;
  top: calc(50% - 279px - 10rem);
  left: 50%;
  transform: translateX(calc(-50% - 4.4rem));
}

.pop-in__close:before {
  background-color: var(--ink);
}

@media screen and (width <= 1400px) {
  .pop-in__close {
    top: 2rem;
  }
}

@media screen and (width <= 991px) {
  .pop-in__close {
    width: 4rem;
    height: 4rem;
    top: 2.6rem;
    transform: translateX(-50%);
  }

  .pop-in__close:before {
    width: 4rem;
    height: 4rem;
  }
}

.pop-in .buttons {
  top: calc(50% - 279px - 10rem);
  right: calc((100% - var(--container)) / 2);
  z-index: 2;
  display: flex;
  position: absolute;
}

.pop-in .buttons .btn-share {
  margin-right: 1.2rem;
}

@media screen and (width <= 1400px) {
  .pop-in .buttons {
    top: 2rem;
  }
}

@media screen and (width <= 991px) {
  .pop-in .buttons {
    top: 3.2rem;
    right: 2.4rem;
  }
}

.pop-in > .btn {
  z-index: 2;
  position: absolute;
  bottom: calc(50% - 279px - 10rem);
  left: 50%;
  transform: translateX(calc(-50% - 4.4rem));
}

@media screen and (width <= 1400px) {
  .pop-in > .btn {
    bottom: 4.2rem;
  }
}

@media screen and (width <= 991px) {
  .pop-in > .btn {
    min-width: 27.2rem;
    bottom: 6.2rem;
    transform: translateX(-50%);
  }

  .pop-in > .btn span {
    font-size: 1.4rem;
  }
}

.pop-in.show {
  opacity: 1;
  visibility: visible;
}

.pop-in-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-in-wrap:before {
  background-color: var(--eggshell);
  content: "";
  left: calc((100% - var(--container)) / 2);
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (width <= 991px) {
  .pop-in-wrap {
    background-color: var(--eggshell);
    overflow-x: scroll;
  }

  .pop-in-wrap:before {
    display: none;
  }
}

.pop-in .container {
  height: 100%;
}

.pop-in__wrapper {
  align-items: center;
  height: 100%;
  padding-left: 18rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .pop-in__wrapper {
    padding-left: 2.4rem;
  }
}

.pop-in__content {
  z-index: 1;
  height: 55.8rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .pop-in__content {
    height: 49.8rem;
  }
}

.pop-in__content p:last-child {
  margin-bottom: 0;
}

.pop-in__content .column {
  height: 100%;
}

.pop-in__content .column:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--eggshell));
  opacity: 0;
  width: 95%;
  height: 10rem;
  transition: opacity .4s var(--smooth);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pop-in__content .column.has-overflow:after {
  opacity: 1;
}

.pop-in__content .column.has-overflow .scroller {
  padding-bottom: 6rem;
}

@media screen and (width <= 991px) {
  .pop-in__content .column {
    position: relative;
  }
}

.pop-in__content .column.intro {
  border-right: 1px solid var(--lightgrey1);
  width: 42.8rem;
  padding-right: 6rem;
}

.pop-in__content .column.intro .scroller {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.pop-in__content .column.intro .scroller > div:first-child p {
  margin-bottom: 6px;
  font-size: 1.6rem;
}

.pop-in__content .column.intro .scroller > div:first-child h3 {
  font-style: italic;
  font-weight: 500;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.intro {
    width: 29.6rem;
    padding-right: 2.4rem;
  }

  .pop-in__content .column.intro p {
    font-size: 1.4rem;
  }
}

.pop-in__content .column.highlights, .pop-in__content .column.holidays {
  border-right: 1px solid var(--lightgrey1);
  width: 34rem;
  padding: 2.4rem 7.2rem 0;
  position: relative;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.highlights, .pop-in__content .column.holidays {
    width: 31.2rem;
    padding: 0 5.6rem 0 6.4rem;
  }
}

.pop-in__content .column .scroller {
  height: 100%;
  overflow-y: auto;
}

.pop-in__content .column .scroller::-webkit-scrollbar {
  display: none;
}

.pop-in__content .column.gallery {
  width: 56rem;
  padding: 3rem 9rem 0 7.6rem;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.gallery {
    border-right: 1px solid var(--lightgrey1);
    width: 31.2rem;
    padding: 0 5.6rem 0 6.4rem;
  }

  .pop-in__content .column.gallery h4 {
    border-bottom: 1px solid var(--lightgrey1);
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 2.8rem;
  }
}

.pop-in__content .column.gallery .images {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.gallery .images {
    gap: 8px;
  }
}

.pop-in__content .column.gallery .images__item {
  width: calc(50% - 8px);
  height: 21.2rem;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.gallery .images__item {
    width: 100%;
    height: 10.5rem;
  }

  .pop-in__content .column.gallery .images__item:last-child {
    height: 8.1rem;
  }
}

.pop-in__content .column.gallery .images__item:first-child {
  width: 100%;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.gallery .images__item:first-child {
    height: 21.5rem;
  }
}

.pop-in__content .column.map {
  width: 54rem;
  padding: 3rem 0 0;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.map {
    width: 50rem;
    padding: 0 0 0 3.2rem;
  }

  .pop-in__content .column.map h4 {
    border-bottom: 1px solid var(--lightgrey1);
    max-width: 19.2rem;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 2.8rem;
  }
}

.pop-in__content .column .highlight {
  border-top: 1px solid var(--lightgrey1);
  padding: 2.4rem 0;
}

.pop-in__content .column.holidays {
  padding-top: 3rem;
}

@media screen and (width <= 991px) {
  .pop-in__content .column.holidays {
    padding-top: 0;
  }
}

.pop-in__content .column.holidays h4 {
  margin-bottom: 4.8rem;
}

.pop-in__content .column .holidays__item {
  padding-bottom: 5rem;
}

.pop-in__content .column .holidays__item h6.alt {
  margin: 1.6rem 0;
}

.pop-in__content .column .holidays__item .btn-secondary {
  font-size: 1.2rem;
}

.pop-in__content .column .holidays__item .btn-secondary span {
  font-weight: 500;
}

.pop-in__nav {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -2.8rem;
  transform: translateY(-50%);
}

@media screen and (width <= 991px) {
  .pop-in__nav {
    right: -1.6rem;
  }
}

.pop-in__nav:before {
  background-color: #fff !important;
}

@media screen and (width >= 992px) {
  .pop-in__nav:after {
    transition: transform 1s var(--smooth);
  }

  .pop-in__nav.scrolled:after {
    transform: rotate(180deg);
  }
}

.pop-in__image {
  height: 55.8rem;
  width: calc(12rem + (100vw - var(--container)) / 2);
  position: absolute;
  left: 0;
}

@media screen and (width <= 991px) {
  .pop-in__image {
    width: 2.4rem;
    height: 49.8rem;
  }
}

.pop-in .tags {
  gap: 6px;
  margin-bottom: 3rem;
  display: flex;
}

.pop-in .tags .cards__item__days, .pop-in .tags .cards__item__category {
  position: relative;
  inset: auto;
  transform: none;
}

.accommodation-item-cards + .experience-item-cards, .accommodation-item-cards + .itinerary-item-cards, .experience-item-cards + .accommodation-item-cards, .experience-item-cards + .itinerary-item-cards, .itinerary-item-cards + .accommodation-item-cards, .itinerary-item-cards + .experience-item-cards {
  margin-top: -4rem;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

@media screen and (width <= 991px) {
  .page-template-page-destination .home__hero__navigation.single_image:after {
    left: -8px;
    right: auto;
  }

  .page-template-page-destination .home__hero {
    height: 100vh;
  }

  .home__hero__navigation.single_image + .row .home__hero__content__wrapper {
    height: auto;
  }

  .home__hero__navigation.single_image + .row .home__hero__content__wrapper .content-slide {
    padding-bottom: 0;
    position: relative;
  }

  .home__hero__navigation.single_image + .row .home__hero__content__wrapper .content-slide .buttons .btn:first-child {
    margin-top: 2.4rem;
  }
}

@media screen and (width <= 768px) and (orientation: landscape) {
  .page-template-page-destination .home__hero {
    height: 120vh;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  margin: 5px auto;
  display: block;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  text-align: center;
  max-width: 96%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.feature__content .hs-button.primary, .feature__content .hs-button.primary:hover {
  height: 4.4rem !important;
  color: var(--ink) !important;
  z-index: 1 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%) !important;
  border: none !important;
  border-radius: 4px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 2.4rem !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  display: block !important;
  position: relative !important;
}

.feature__content .hs-main-font-element {
  color: #f7f4ee;
}

.component.quick-links, .component.itinerary-item-cards .ov-wrapper, .component.experience-item-cards .ov-wrapper, .component.accommodation-item-cards .ov-wrapper {
  overflow: hidden;
}

@media screen and (width <= 991px) {
  .wp-video, .wp-video .mejs-container, .wp-video video {
    max-width: 100%;
    width: 100% !important;
  }

  .wp-video .mejs-container, .wp-video video {
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  .wp-video .mejs-layers, .wp-video .mejs-overlay, .wp-video .mejs-poster {
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.page-template-page-landing #main {
  padding-top: 20rem;
}

* {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

html.no-scroll {
  overflow: hidden;
}

body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media screen and (width <= 991px) {
  body.no-scroll {
    overflow: hidden;
  }
}

img {
  max-width: 100%;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}

@media screen and (width <= 991px) {
  .container {
    padding: 0 2.4rem;
  }
}

.gform_wrapper > .gform_validation_errors {
  display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  border-radius: .4rem;
  position: relative;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_text:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  content: "";
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: .5rem;
  width: 100%;
  height: calc(100% + .2rem);
  position: absolute;
  top: 0;
  left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_text:focus-within:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_email:focus-within:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:focus-within:before {
  background: #173247;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices {
  border-radius: .5rem;
  height: 50px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices.is-focused:before, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices:focus-within:before {
  background: #173247;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices:before {
  content: "";
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices:after {
  background-image: url("dropdown_arrow.155cb9a5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 16px;
  height: 9px;
  margin-top: -2.5px;
  transition: all .5s;
  right: 2.4rem;
  transform: rotate(180deg);
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices.is-open:after {
  transform: rotate(0);
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices > .choices__list {
  background-color: #faeee7;
  border: none;
  top: calc(100% + 10px);
  box-shadow: 0 6px 15px -2px #10182814;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices__inner {
  letter-spacing: 0;
  vertical-align: middle;
  color: #12273b;
  background-color: #faeee7;
  border: 1px solid #0000;
  border-radius: .5rem;
  align-items: center;
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  min-height: 48px;
  padding: 1.15rem 2.4rem;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  top: .1rem;
  left: .1rem;
  overflow: hidden;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices__inner .choices__list {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices__inner .choices__list .choices__item {
  color: #12273b;
  letter-spacing: 0;
  opacity: 1;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="checkbox"], [type="radio"]), .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  letter-spacing: 0;
  vertical-align: middle;
  color: #12273b;
  background-color: #faeee7;
  border: 1px solid #0000;
  border-radius: .4rem;
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  padding: 1.15rem 2.4rem;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  top: .1rem;
  left: .1rem;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="checkbox"], [type="radio"])::placeholder, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  color: #12273b;
  letter-spacing: 0;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent {
  position: relative;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent label {
  letter-spacing: 0;
  vertical-align: middle;
  color: #173247;
  padding-left: 24px;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent label:before {
  content: "";
  background-color: #9ea1a2;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent label:after {
  content: "";
  opacity: 0;
  background-color: #12273b;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  transition: all .5s;
  position: absolute;
  top: 2px;
  left: 2px;
}

.gform_wrapper .gform_body .gform_fields .gfield .validation_message {
  color: #eb003b;
  background-color: #0000;
  border: none;
  margin-top: .2rem;
  padding: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_text:before, .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_email:before, .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select:before {
  background: #eb003b;
}

.gform_wrapper .gform_footer {
  margin-bottom: 30px;
  margin-top: 22px !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
  height: 4.4rem;
  color: var(--ink);
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem 0 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
}

.header {
  z-index: 10;
  will-change: transform;
  width: 100vw;
  transition: transform 1s var(--smooth), padding-top 1s var(--smooth);
  padding-top: 4.6rem;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

@media screen and (width <= 1200px) {
  .header {
    pointer-events: none;
    padding-top: 2.3rem;
  }
}

.header.translate {
  pointer-events: none;
  transform: translateY(-100%)translateZ(0);
}

.header.translate .header__logo__symbol {
  opacity: 0;
  visibility: hidden;
}

@media screen and (width >= 992px) {
  .header.scrolled {
    background-color: var(--eggshell);
    height: 7.2rem;
    padding-top: 1.7rem;
  }

  .header.scrolled .header__logo__symbol {
    opacity: 0;
    visibility: hidden;
  }

  .header.scrolled .header__logo__main {
    transform: scale(.85)translateY(-.8rem);
  }
}

@media screen and (width <= 1200px) {
  .header.scrolled .header__logo {
    opacity: 0;
    visibility: hidden;
  }
}

.header.open .header__logo {
  opacity: 1;
  visibility: visible;
}

.header.open .header__logo .header__logo__symbol {
  opacity: 0;
  visibility: hidden;
}

.header.open .header__logo .header__logo__main.dark {
  display: none;
}

.header.open .header__logo .header__logo__main.light {
  display: block;
}

.header.open .wishlist-mobile path {
  fill: url("#fillWishlistGradient");
  stroke: none;
}

.header.open .mobile_menu {
  pointer-events: initial;
}

.header .container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

@media screen and (width <= 1200px) {
  .header .container {
    z-index: 2;
    pointer-events: none;
    justify-content: center;
  }
}

.header__left, .header__right {
  align-items: center;
  width: calc(50% - 17.5rem);
  display: flex;
}

@media screen and (width <= 1400px) {
  .header__left, .header__right {
    width: calc(50% - 12rem);
  }
}

@media screen and (width <= 1200px) {
  .header__left, .header__right {
    width: auto;
  }

  .header .header__menu {
    display: none;
  }
}

.header .header__menu__nav {
  display: flex;
}

.header .header__menu__nav__col {
  margin-right: 4rem;
}

.header .header__menu__nav__col:last-child {
  margin-right: 0;
}

.header .header__menu__nav__col__link {
  color: var(--ink);
  appearance: none;
  background-color: #0000;
  border: none;
  padding: 0;
  line-height: 1;
  display: block;
}

.header .header__menu__nav__col.parent .header__menu__nav__col__link {
  align-items: center;
  display: flex;
  position: relative;
}

.header .header__menu__nav__col.parent .header__menu__nav__col__link:after, .header .header__menu__nav__col.parent .header__menu__nav__col__link:before {
  content: "";
  width: 10px;
  height: 7px;
  transition: all .4s var(--smooth);
  background: url("arrow-nav.7d8e00f7.svg") center / contain no-repeat;
  margin-left: 8px;
  display: block;
}

.header .header__menu__nav__col.parent .header__menu__nav__col__link:before {
  opacity: 0;
  visibility: hidden;
  background-image: url("arrow-nav-eggshell.d9eb343d.svg");
  position: absolute;
  right: 0;
}

.header .header__menu__nav__col.parent .header__menu__nav__col__link:hover:after, .header .header__menu__nav__col.parent .header__menu__nav__col__link:hover:before {
  transform: translateY(3px);
}

.header .mega-menu {
  opacity: 0;
  visibility: hidden;
  background-color: var(--eggshell);
  width: calc(100% - 1.6rem);
  transition: all .6s var(--smooth);
  border-radius: 4px;
  display: flex;
  position: absolute;
  top: 5.8rem;
  left: 8px;
  overflow: hidden;
}

.header .mega-menu__list {
  width: calc(100% - 40rem);
  padding: 4.6rem 8rem 21.2rem;
  display: flex;
}

.header .mega-menu__list__wrap {
  border-left: 1px solid var(--lightgrey1);
  width: 25%;
  min-width: 26.8rem;
  min-height: 36rem;
  padding-left: 1.6rem;
}

.header .mega-menu__list__wrap:first-child {
  border-left: none;
  padding-left: 0;
}

.header .mega-menu__list__items {
  flex-direction: column;
  height: calc(100% - 3.4rem);
  display: flex;
}

.header .mega-menu__list__items__item {
  margin-bottom: 1rem;
}

.header .mega-menu__list__items__item__link {
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 130%;
  position: relative;
}

@media screen and (width >= 992px) {
  .header .mega-menu__list__items__item__link:before, .header .mega-menu__list__items__item__link:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateZ(0);
  }

  .header .mega-menu__list__items__item__link:before {
    opacity: 0;
    visibility: hidden;
    transition: all .2s var(--smooth);
    background-color: #0030574d;
  }

  .header .mega-menu__list__items__item__link:after {
    background-color: var(--ink);
    transform-origin: 0;
    transition: all .8s var(--smooth);
    transform: scaleX(0)translateZ(0);
  }

  .header .mega-menu__list__items__item__link:hover:before {
    opacity: 1;
    visibility: visible;
  }

  .header .mega-menu__list__items__item__link:hover:after {
    transform: scaleX(1)translateZ(0);
  }
}

.header .mega-menu__list__items__item:last-child {
  margin-bottom: 0;
}

.header .mega-menu__list__items__item.explore_all_link {
  margin-top: auto;
}

.header .mega-menu__list__items__item.explore_all_link a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
}

.header .mega-menu__list__label {
  color: var(--darkgrey);
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 130%;
}

.header .mega-menu__feature {
  z-index: 1;
  background-color: var(--ink);
  width: 40rem;
  position: relative;
  overflow: hidden;
}

.header .mega-menu__feature:after {
  content: "";
  background: linear-gradient(#17314700 43.47%, #173147b3 76.32%, #173147 100%);
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width >= 992px) {
  .header .mega-menu__feature:hover .mega-menu__feature__image img {
    transform: scale(1.1);
  }
}

.header .mega-menu__feature__image {
  height: 42.8rem;
  position: relative;
  overflow: hidden;
}

.header .mega-menu__feature__image:after {
  content: "";
  background: linear-gradient(#17314700 43.47%, #173147b3 76.32%, #173147 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.header .mega-menu__feature__image img {
  transition: transform 2s var(--smooth);
}

.header .mega-menu__feature__content__top {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 3.7rem;
  left: 0;
}

.header .mega-menu__feature__content__top__pill {
  border-radius: 20px;
  align-items: center;
  height: 2.2rem;
  padding-left: 2px;
  padding-right: 2rem;
  display: flex;
}

.header .mega-menu__feature__content__top__pill__image {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 8px;
  display: block;
}

.header .mega-menu__feature__content__top__pill__text {
  color: var(--eggshell);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.header .mega-menu__feature__content__bottom {
  text-align: center;
  color: var(--eggshell);
  z-index: 1;
  padding: 0 15%;
  position: absolute;
  bottom: 2.8rem;
}

.header .mega-menu__feature__content__bottom svg {
  margin: 0 auto;
  display: block;
}

.header .mega-menu__feature__content__bottom__subtitle {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 130%;
}

.header .mega-menu__feature__content__bottom__title {
  margin-top: 1.4rem;
  font-family: Cormorant Garamond;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 110%;
}

.header .mega-menu__feature__content__bottom__description {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 130%;
}

.header .mega-menu__feature__content__bottom__days {
  text-transform: uppercase;
  color: #000;
  letter-spacing: .2em;
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border-radius: 12px;
  align-items: center;
  height: 2.4rem;
  margin: 3rem auto 0;
  padding: 0 1.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-flex;
}

.header .mega-menu__watermark {
  color: var(--lightgrey2);
  pointer-events: none;
  font-family: Cormorant Garamond;
  font-size: 20rem;
  font-style: italic;
  font-weight: 300;
  line-height: 90%;
  position: absolute;
  bottom: 0;
  left: 2.4rem;
}

.header .mega-menu.active {
  opacity: 1;
  visibility: visible;
}

.header .submenu {
  opacity: 0;
  visibility: hidden;
  transition: all .6s var(--smooth);
  background-color: var(--eggshell);
  padding: 1.2rem 4.8rem 1rem 1.6rem;
  position: absolute;
  top: 5.8rem;
  transform: translateX(-1.6rem);
  box-shadow: 0 8px 12px #00000014;
}

.header .submenu__item {
  margin-bottom: 1rem;
}

.header .submenu__item:last-child {
  margin-bottom: 0;
}

.header .submenu__item__link {
  color: var(--ink);
  position: relative;
}

@media screen and (width >= 992px) {
  .header .submenu__item__link:before, .header .submenu__item__link:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateZ(0);
  }

  .header .submenu__item__link:before {
    opacity: 0;
    visibility: hidden;
    transition: all .2s var(--smooth);
    background-color: #0030574d;
  }

  .header .submenu__item__link:after {
    background-color: var(--ink);
    transform-origin: 0;
    transition: all .8s var(--smooth);
    transform: scaleX(0)translateZ(0);
  }

  .header .submenu__item__link:hover:before {
    opacity: 1;
    visibility: visible;
  }

  .header .submenu__item__link:hover:after {
    transform: scaleX(1)translateZ(0);
  }
}

.header .submenu__item.explore_all_link {
  margin-top: 8.6rem;
}

.header .submenu__item.explore_all_link .submenu__item__link {
  font-size: 1.2rem;
  font-weight: 500;
}

.header .submenu.active {
  opacity: 1;
  visibility: visible;
}

.header__logo {
  text-align: center;
  width: 17.5rem;
}

.header__logo__main {
  transition: all .6s var(--smooth);
  margin-bottom: 3rem;
}

.header__logo__main.dark {
  display: none;
}

@media screen and (width <= 1200px) {
  .header__logo__main {
    pointer-events: initial;
    width: 15.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo__symbol {
  transition: all .3s var(--smooth);
}

.header__left .header__menu {
  margin-left: 3.2rem;
}

.header__right {
  justify-content: flex-end;
}

@media screen and (width <= 1200px) {
  .header__right .btn {
    display: none;
  }
}

.header__right .header__menu {
  margin-right: 3.2rem;
}

.header__right .btn:before {
  background: var(--inkdark);
}

.header__right .btn, .header__right .btn-blue {
  padding: 0 2.4rem;
}

.header__right__search {
  appearance: none;
  background-color: #0000;
  border: none;
  margin-right: 2.4rem;
  padding: 0;
}

@media screen and (width <= 1200px) {
  .header__right__search {
    display: none;
  }
}

.header__right__search:hover .icon-fill {
  fill: url("#fillGradient");
}

.header__right__wishlist {
  appearance: none;
  background-color: #0000;
  border: none;
  padding: 0;
  position: absolute;
  top: 4px;
  right: -3.2rem;
}

.header__right__wishlist:after {
  content: "";
  width: 7px;
  height: 7px;
  transition: transform .6s var(--smooth);
  will-change: transform;
  background-color: #00d6d6;
  border: 1px solid #173247;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
  transform: scale(0);
}

.header__right__wishlist.likes:after {
  transform: scale(1);
}

.header__right__wishlist:hover path {
  fill: url("#hoverFillGradient");
}

.header .phone {
  color: #fff;
  letter-spacing: .05em;
  width: 13.8rem;
  height: 3.4rem;
  transition: all .4s var(--smooth);
  background-color: #0009;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  display: flex;
}

.header .phone:hover {
  background-color: #000c;
}

@media screen and (width <= 1200px) {
  .header .phone {
    display: none;
  }
}

.header .wishlist-mobile, .header .toggle-menu {
  display: none;
}

@media screen and (width <= 1200px) {
  .header .wishlist-mobile, .header .toggle-menu {
    pointer-events: initial;
    display: block;
  }
}

.header .wishlist-mobile {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 2.4rem;
}

.header .toggle-menu {
  appearance: none;
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border: none;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  position: absolute;
  top: 0;
  right: 2.4rem;
}

.header .toggle-menu span {
  width: 1.9rem;
  height: 2px;
  transition: all .6s var(--smooth);
  background-color: #000;
  margin: 2px auto;
  display: block;
}

.header .toggle-menu span:last-child {
  transform-origin: 0;
  transform: scaleX(.7);
}

.header .toggle-menu.close span:first-child {
  transform: rotate(45deg)translateX(2px)translateY(3px)translateZ(0);
}

.header .toggle-menu.close span:nth-child(2) {
  transform: rotate(-45deg)translateZ(0);
}

.header .toggle-menu.close span:last-child {
  opacity: 0;
  visibility: hidden;
}

.header .btn-blue {
  background: linear-gradient(272.51deg, #12273b -.78%, #173147 43.97%, #33516a 81.67%, #4e6c85 99.77%);
  border: none;
  border-radius: 10px;
  height: 3.4rem;
}

.header .btn-blue:before {
  border: none;
  border-radius: 10px;
}

.header .btn-blue span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%) text;
  font-size: 1.4rem;
  font-weight: 600;
}

.header .btn-blue:after {
  display: none;
}

.header.mega-opened {
  background-color: #0000;
}

.header.header__dark .header__menu__nav__col__link {
  color: var(--eggshell);
}

.header.header__dark .header__logo__main.dark {
  display: block;
}

.header.header__dark .header__logo__main.light {
  display: none;
}

.header.header__dark .header__menu__nav__col.parent .header__menu__nav__col__link:before {
  opacity: 1;
  visibility: visible;
}

.header.header__dark .header__menu__nav__col.parent .header__menu__nav__col__link:after {
  opacity: 0;
  visibility: hidden;
}

.header.header__dark .header__right__search path {
  stroke: var(--eggshell);
}

.header.header__dark .header__right__search:hover path {
  stroke: #fff;
}

.header.header__dark .header__right__wishlist path {
  stroke: var(--eggshell);
}

.header.header__dark .header__right__wishlist:hover path {
  fill: url("#hoverFillGradientDark");
  stroke: #0000;
}

.header.header__dark .btn-blue {
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
}

.header.header__dark .btn-blue span {
  color: var(--ink);
  background: none;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

.header.header__dark .btn-blue:before, .header.header__dark .btn-blue:hover:before {
  background: #fff;
}

#overlay {
  z-index: 5;
  backdrop-filter: blur(48px);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  background: #17324799;
  position: fixed;
  top: 0;
  left: 0;
}

#overlay.show {
  opacity: 1;
  visibility: visible;
}

.sticky__cta_group {
  z-index: 5;
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  background-color: #00000080;
  border-radius: 12px;
  margin: auto;
  padding: 4px;
  display: inline-flex;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.sticky__cta_group__mobile {
  background-color: #000000b3;
  border: 2px solid #e9e3cd;
  border-radius: 100px;
  align-items: center;
  height: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 1.6rem;
  display: none;
  bottom: 2.8rem;
}

.sticky__cta_group__mobile .link {
  -webkit-text-fill-color: transparent;
  color: #0000;
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%) text;
  margin-right: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.sticky__cta_group__mobile .link:after {
  content: "";
  background-color: var(--eggshell);
  width: 1px;
  height: 3.2rem;
  display: block;
  position: absolute;
  top: -4px;
  right: -1.6rem;
}

.sticky__cta_group__mobile .phone {
  transform: translateY(-.2rem);
}

.sticky__cta_group__desktop .phone {
  letter-spacing: .05em;
  color: #fff;
  width: 13.8rem;
  height: 3.4rem;
  transition: all .6s var(--smooth);
  background-color: #0006;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.sticky__cta_group__desktop .phone:hover {
  background-color: #000;
}

.sticky__cta_group__desktop .btn {
  height: 3.4rem;
  color: var(--ink);
  border: none;
  border-radius: 10px;
  width: 13.8rem;
  margin-left: 4px;
}

.sticky__cta_group__desktop .btn span {
  font-size: 1.4rem;
  font-weight: 600;
}

.sticky__cta_group__desktop .btn:before {
  background: #fff;
  border-radius: 10px;
}

.sticky__cta_group__desktop .btn:after {
  display: none;
}

@media screen and (width <= 1200px) {
  .sticky__cta_group__desktop {
    display: none;
  }

  .sticky__cta_group__mobile {
    z-index: 600;
    display: flex;
  }
}

.mobile_menu {
  display: none;
}

@media screen and (width <= 1200px) {
  .mobile_menu {
    opacity: 0;
    visibility: hidden;
    background-color: var(--eggshell);
    height: 100dvh;
    min-height: 100vh;
    transition: opacity .2s var(--smooth), visibility .2s var(--smooth), transform .6s var(--smooth);
    padding: 10rem 2.4rem 0;
    display: block;
  }

  .mobile_menu .mobile_menu_wrap {
    height: 100%;
    overflow: hidden auto;
  }

  .mobile_menu.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .mobile_menu .search_form {
    display: none;
  }

  .mobile_menu__search {
    appearance: none;
    border: none;
    border-bottom: 1px solid var(--lightgrey1);
    text-align: left;
    background: none;
    width: 100%;
    padding: 0 0 2rem 1.2rem;
    display: block;
  }

  .mobile_menu .mobile_menu_social_links {
    justify-content: center;
    margin: 7rem 0 6rem;
    display: flex;
  }

  .mobile_menu .mobile_menu_social_links a {
    margin: 0 .8rem;
  }

  .mobile_menu .mobile_menu_social_links svg path {
    fill: var(--darkgrey);
  }

  .mobile_menu .mobile_menu__cta_group {
    background-color: var(--ink);
    border: 2px solid #e9e3cd;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 5.6rem;
    display: flex;
    position: relative;
  }

  .mobile_menu .mobile_menu__cta_group .mobile_menu__cta {
    color: var(--eggshell);
    font-size: 2.2rem;
  }

  .mobile_menu .mobile_menu__cta_group .mobile_menu__phone {
    padding-left: 2rem;
    display: block;
    position: absolute;
    right: 2.4rem;
  }

  .mobile_menu .mobile_menu__cta_group .mobile_menu__phone:before {
    content: "";
    background-color: var(--eggshell);
    width: 1px;
    height: 4rem;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
  }

  .mobile_menu .mobile-submenu {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    min-height: 100%;
    max-height: 100dvh;
    transition: all .2s var(--smooth) .6s;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background-color: #fff9f5;
    padding: 9.5rem 2.4rem 14rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    transform: translateX(100%);
  }

  .mobile_menu .mobile-submenu__back {
    appearance: none;
    z-index: 1;
    background: url("submenu-back.74eb9e47.svg") center / contain no-repeat;
    border: none;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
  }

  .mobile_menu .mobile-submenu__title {
    color: var(--ink);
    text-align: center;
    margin: auto;
    font-family: Cormorant Garamond;
    font-size: 2.8rem;
    font-style: italic;
    font-weight: 500;
    position: absolute;
    top: 1.8rem;
    left: 0;
    right: 0;
  }

  .mobile_menu .mobile-submenu.show {
    opacity: 1;
    visibility: visible;
    transition: all .1s var(--smooth);
  }

  .mobile_menu .mobile-submenu__item__label {
    color: var(--darkgrey);
    border-bottom: 1px solid var(--lightgrey1);
    margin-top: 3.2rem;
    padding: 1.8rem 0 1.8rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
  }

  .mobile_menu .mobile-submenu__item__link {
    color: var(--ink);
    border-bottom: 1px solid var(--lightgrey1);
    padding: 1.4rem 0 1.4rem .8rem;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
  }

  .mobile_menu .mobile-submenu__item:nth-child(3) .mobile-submenu__item__label {
    margin-top: 0;
  }

  .mobile_menu__items__navigation__item__link {
    color: var(--ink);
    appearance: none;
    border: none;
    border-bottom: 1px solid var(--lightgrey1);
    text-align: left;
    background: none;
    width: 100%;
    padding: 2rem 0 2rem 1.2rem;
    font-size: 1.8rem;
    display: block;
    position: relative;
  }

  .mobile_menu__items__navigation__item.parent > button:after {
    content: "";
    background: url("arrow-menu-mobile.b036af22.svg") center / contain no-repeat;
    width: 1rem;
    height: 1.6rem;
    display: block;
    position: absolute;
    top: 2.6rem;
    right: 1.2rem;
  }
}

.header.showSubmenu .mobile_menu {
  transform: translateX(-100%);
}

.header.showSubmenu .header__logo {
  opacity: 0;
  visibility: hidden;
}

.header.showSubmenu .wishlist-mobile, .header-search, .desktop_search_popup {
  display: none;
}

@media screen and (width <= 1200px) {
  .header.open ~ main .boiler-menu-wrapper {
    z-index: 2;
  }

  .header.open ~ .sticky__cta_group__mobile {
    z-index: 5;
  }
}

.mod-gallery .gallery-single {
  height: 70rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .mod-gallery .gallery-single {
    height: 33.6rem;
  }
}

.mod-gallery .pause-video {
  margin-left: auto;
}

.mod-gallery .pagination {
  padding-top: 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.mod-gallery .pagination span:nth-child(2) {
  margin: 0 3px;
}

@media screen and (width <= 991px) {
  .mod-gallery .pagination {
    justify-content: flex-end;
    padding-right: 1.6rem;
  }
}

.mod-gallery .controls {
  width: 100%;
  position: absolute;
  bottom: 4rem;
}

.mod-gallery .controls__wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .mod-gallery .controls {
    bottom: 1.6rem;
  }

  .mod-gallery .controls__wrapper {
    align-items: flex-end;
    padding: 0 1.6rem;
  }
}

.mod-gallery .caption {
  padding: 2.4rem 0 0;
}

.mod-gallery .caption h4 {
  border-left: 1px solid var(--lightgrey1);
  padding: 0 4rem;
}

@media screen and (width <= 991px) {
  .mod-gallery .caption h4 {
    padding-left: 1.6rem;
    padding-right: 0;
  }
}

.mod-gallery .gallery-slider {
  justify-content: center;
  height: 70rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .mod-gallery .gallery-slider {
    height: 33.6rem;
  }

  .mod-gallery .gallery-slider .controls {
    width: 100vw;
    left: -2.4rem;
  }
}

.mod-gallery .gallery-slider .gallery-nav {
  pointer-events: none;
  width: calc(var(--container)  - 15px);
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mod-gallery .gallery-slider .gallery-nav button {
  pointer-events: initial;
  transition: all .4s var(--smooth);
}

.mod-gallery .gallery-slider .gallery-nav button.inactive {
  opacity: 0;
  visibility: hidden;
}

.mod-gallery .gallery-slider .gallery-nav__prev {
  margin-left: -2.8rem;
}

.mod-gallery .gallery-slider .gallery-nav__next {
  margin-right: -2.8rem;
}

@media screen and (width <= 991px) {
  .mod-gallery .gallery-slider .gallery-nav {
    width: calc(100% - 4.6rem);
  }

  .mod-gallery .gallery-slider .gallery-nav__prev {
    margin-left: -1.6rem;
  }

  .mod-gallery .gallery-slider .gallery-nav__next {
    margin-right: -1.6rem;
  }
}

.mod-gallery .gallery-slider__main {
  width: calc(var(--container)  - 15px);
  height: 100%;
  margin: 0 1px;
  position: relative;
}

@media screen and (width <= 991px) {
  .mod-gallery .gallery-slider__main {
    width: calc(100% - 4.6rem);
  }
}

.mod-gallery .gallery-slider__item {
  flex: 1;
  position: relative;
}

.mod-gallery .gallery-slider__item.next .slide, .mod-gallery .gallery-slider__item.prev .slide {
  cursor: pointer;
  background-color: var(--ink);
}

.mod-gallery .gallery-slider__item.next .slide img, .mod-gallery .gallery-slider__item.next .slide video, .mod-gallery .gallery-slider__item.prev .slide img, .mod-gallery .gallery-slider__item.prev .slide video {
  opacity: .5;
}

.mod-gallery .gallery-slider .slide {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mod-gallery .gallery-caption {
  height: 11.4rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .mod-gallery .gallery-caption {
    height: 15rem;
  }
}

.mod-gallery .gallery-caption .caption {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all .4s var(--smooth);
  position: absolute;
}

.mod-gallery .gallery-caption .caption.active {
  opacity: 1;
  visibility: visible;
  transition: all .4s var(--smooth) .4s;
}

@media screen and (width <= 991px) {
  .quick-links {
    overflow: hidden;
    padding-top: 0 !important;
  }
}

.quick-links .wrapper {
  height: 60rem;
  margin-bottom: 10rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .quick-links .wrapper {
    height: auto;
    margin-bottom: 0;
  }
}

.quick-links__title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 991px) {
  .quick-links__title {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}

.quick-links__title .container {
  align-items: flex-end;
  height: 100%;
  padding-bottom: 6.4rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .quick-links__title .container {
    padding-top: 10rem;
    padding-bottom: 1rem;
  }
}

.quick-links__title .container:before {
  content: "";
  opacity: .5;
  background: url("symbol-white.23c0087b.svg") center / contain no-repeat;
  width: 23rem;
  height: 23rem;
  display: block;
  position: absolute;
  top: 0;
  left: -16rem;
}

@media screen and (width <= 991px) {
  .quick-links__title .container:before {
    width: 14.7rem;
    height: 14.7rem;
    left: auto;
    right: -4rem;
  }
}

.quick-links__title h1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0;
  margin-left: -1rem;
  font-size: 8rem;
  font-style: italic;
  font-weight: 300;
  transform: rotate(180deg);
}

@media screen and (width <= 991px) {
  .quick-links__title h1 {
    text-orientation: initial;
    writing-mode: initial;
    margin-left: 0;
    font-size: 4.8rem;
    transform: none;
  }
}

.quick-links__slider {
  position: relative;
}

.quick-links__slider.swiper {
  overflow: initial;
}

@media screen and (width >= 992px) {
  .quick-links__slider .swiper-button-prev, .quick-links__slider .swiper-button-next {
    z-index: 2;
    transition: all .6s var(--smooth);
    position: absolute;
    top: 23.2rem;
  }

  .quick-links__slider .swiper-button-prev.swiper-button-disabled, .quick-links__slider .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
  }

  .quick-links__slider .swiper-button-prev {
    left: 7rem;
  }

  .quick-links__slider .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    right: 5rem;
  }

  .quick-links__slider .swiper-button-next.show {
    opacity: 1;
    visibility: visible;
  }

  .quick-links__slider .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (width <= 991px) {
  .quick-links__slider .nav {
    justify-content: center;
    padding-top: 4.4rem;
    display: flex;
  }

  .quick-links__slider .nav .swiper-button-next.swiper-button-disabled, .quick-links__slider .nav .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
  }

  .quick-links__slider .nav .swiper-button-next {
    margin-left: 2.4rem;
  }
}

.quick-links__slider .slide {
  width: 16rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .quick-links__slider .slide {
    width: 12.6rem;
  }
}

.quick-links__slider .slide__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-links__slider .slide__image {
  width: 100%;
  height: 53.6rem;
  transition: all 1s var(--smooth);
  transform-origin: bottom;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

@media screen and (width <= 991px) {
  .quick-links__slider .slide__image {
    height: 40rem;
  }
}

.quick-links__slider .slide__image:after {
  content: "";
  width: 100%;
  height: 100%;
  transition: all .6s var(--smooth);
  background: linear-gradient(0deg, #00000040, #00000040), linear-gradient(270deg, #00305700 0%, #00305780 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-links__slider .slide__image img {
  transition: all 2s var(--smooth);
  mix-blend-mode: multiply;
  transform: translateZ(0);
}

.quick-links__slider .slide__content {
  align-items: flex-end;
  height: 6.4rem;
  padding: 4px 0 0 1.6rem;
  display: flex;
  position: relative;
}

.quick-links__slider .slide__content:after {
  content: "";
  width: 8px;
  height: 8px;
  transition: transform .6s var(--smooth);
  background: url("arrow-gradient.2dab8419.svg") center / contain no-repeat;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 1.6rem;
  transform: translateZ(0);
}

.quick-links__slider .slide__content .line {
  background-color: #c3bb9f;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-links__slider .slide__content h4 {
  margin-bottom: 0;
  padding-right: 6rem;
}

@media screen and (width <= 991px) {
  .quick-links__slider .slide__content h4 {
    padding-right: 2rem;
  }
}

@media screen and (width >= 992px) {
  .quick-links__slider .slide:hover .slide__image {
    transform: scaleY(1.03)translateZ(0);
  }

  .quick-links__slider .slide:hover .slide__image img {
    transform: scale(1.05)translateZ(0);
  }

  .quick-links__slider .slide:hover .slide__image:after {
    opacity: .3;
  }

  .quick-links__slider .slide:hover .slide__content:after {
    transform: translateX(.8rem)translateZ(0);
  }
}

@media screen and (width <= 991px) {
  .home .quick-links {
    padding-bottom: 0 !important;
  }
}

footer.footer {
  background-color: var(--inkdark);
  padding: 93px 0 35px;
}

footer.footer .legal-consent-container a {
  color: var(--eggshell) !important;
}

footer.footer .footer__top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 102px;
  display: flex;
}

footer.footer .footer__top:last-child {
  margin-bottom: 0;
}

footer.footer .footer__top_left {
  max-width: 400px;
}

footer.footer .footer__top_left_heading {
  color: var(--eggshell);
  letter-spacing: -.01em;
  margin-bottom: 7px;
  font-family: Cormorant Garamond;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

footer.footer .footer__top_left_form .gform_wrapper > .gform_validation_errors {
  display: none;
}

footer.footer .footer__top_left_form .gform_wrapper > .gform_heading .gform_title {
  color: var(--eggshell);
  letter-spacing: -.01em;
  margin-bottom: 7px;
  font-family: Cormorant Garamond;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

footer.footer .footer__top_left_form .gform_wrapper > .gform_heading .gform_required_legend {
  display: none;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields {
  gap: 0;
  margin-bottom: 19px;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield {
  margin-bottom: 16px;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield:last-child {
  margin-bottom: 0;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email {
  position: relative;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email:before {
  display: none;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email input[type="email"] {
  background-color: var(--inkdark);
  color: var(--eggshell);
  box-shadow: none;
  transition: all .5s var(--smooth);
  border: 1px solid #c3bb9f;
  border-radius: 4px;
  padding: 11.5px 23px 10.5px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email input[type="email"]:hover, footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email input[type="email"]:focus {
  border-color: var(--eggshell);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email input[type="email"]:hover::placeholder, footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email input[type="email"]:focus::placeholder {
  color: var(--eggshell);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email input[type="email"]::placeholder {
  color: #9c947b;
  transition: all .5s var(--smooth);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_email.success {
  border-color: var(--sagegreen) !important;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent {
  position: relative;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:focus + .gform-field-label:before, footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:hover + .gform-field-label:before {
  background-color: var(--eggshell);
  border-color: var(--eggshell);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent input[type="checkbox"]:checked + .gform-field-label:before {
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%) !important;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent .gform-field-label {
  color: var(--eggshell);
  padding-left: 24px;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent .gform-field-label:before {
  content: "";
  border: 1px solid var(--grey);
  background-color: var(--grey);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent:focus .gform-field-label:before, footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .ginput_container_consent:hover .gform-field-label:before {
  background-color: var(--eggshell);
  border-color: var(--eggshell);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container_email:not(.success) input[type="email"] {
  border-color: var(--alertred) !important;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label:before {
  border-color: var(--alertred);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_fields .gfield .validation_message {
  display: none !important;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_footer input[type="submit"] {
  color: var(--ink);
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border: 1.5px solid #faeee7b2;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 11px 32px 10.1px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  position: relative;
}

footer.footer .footer__top_left_form .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
}

footer.footer .footer__top_left_form .gform_wrapper .gform_footer input[type="submit"]:after {
  content: "";
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

footer.footer .footer__top_left_form .gform_confirmation_message {
  color: var(--eggshell);
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

footer.footer .footer__top_right {
  margin-top: 10px;
}

footer.footer .footer__top_right_link {
  flex-direction: column;
  align-items: center;
  gap: 37px;
  display: flex;
}

footer.footer .footer__top_right_link img {
  max-width: 100%;
  display: block;
}

footer.footer .footer__middle {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 109px;
  display: flex;
}

footer.footer .footer__middle:last-child {
  margin-bottom: 0;
}

footer.footer .footer__middle .footer__nav {
  width: calc(84.33% - 15px);
}

footer.footer .footer__middle .footer__nav .row {
  flex-wrap: wrap;
  gap: 40px;
  display: flex;
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col {
  width: calc(20% - 32px);
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col_label {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(98deg, #e9e3cd 0%, #c4bb9f 100%);
  -webkit-background-clip: text;
  border-bottom: 1px solid #faeee74d;
  width: 100%;
  padding-bottom: 6px;
  font-family: Jost;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col_link {
  color: var(--eggshell);
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col_link:hover {
  color: var(--golden);
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col__sub_menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col__sub_menu .footer__nav__col__sub_menu_link {
  color: var(--eggshell);
  margin-top: 10px;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col__sub_menu .footer__nav__col__sub_menu_link:hover {
  color: var(--golden);
}

footer.footer .footer__middle .footer__logo_list {
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: calc(15.67% - 15px);
  display: flex;
}

footer.footer .footer__bottom .footer__bottom_inner {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px 20px;
  width: 100%;
  display: flex;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__copyright_text {
  text-align: left;
  width: calc(25% - 13.33px);
  color: var(--eggshell);
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__registration_text {
  text-align: center;
  width: calc(50% - 13.33px);
  color: var(--eggshell);
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav {
  justify-content: flex-end;
  align-items: center;
  width: calc(25% - 13.33px);
  font-size: 12px;
  line-height: 130%;
  display: flex;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav .footer__legal_nav_item {
  font-size: 12px;
  line-height: 130%;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav .footer__legal_nav_item .footer__legal_nav_item_link {
  color: var(--eggshell);
  padding-right: 12px;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav .footer__legal_nav_item .footer__legal_nav_item_link:hover {
  color: var(--golden);
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav .footer__legal_nav_item .footer__legal_nav_item_link:after {
  content: "|";
  font: inherit;
  color: var(--eggshell);
  position: absolute;
  right: 4px;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav .footer__legal_nav_item:last-child .footer__legal_nav_item_link {
  padding-right: 0;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav .footer__legal_nav_item:last-child .footer__legal_nav_item_link:after {
  display: none;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__author_text {
  text-align: center;
  text-align: center;
  width: 100%;
  color: var(--eggshell);
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

footer.footer .footer__bottom .footer__bottom_inner .footer__author_text a {
  color: var(--eggshell);
}

@media (width >= 768px) {
  footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col_label .footer__nav__col_label_icon {
    display: none;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col__sub_menu {
    max-height: none !important;
  }
}

@media (width >= 1400px) {
  footer.footer {
    padding: 93px 0 35px;
  }

  footer.footer .container {
    box-sizing: content-box;
    max-width: 1232px;
  }
}

@media (width <= 1199px) {
  footer.footer {
    padding: 82px 0 35px;
  }

  footer.footer .footer__top {
    margin-bottom: 84px;
  }

  footer.footer .footer__middle {
    margin-bottom: 79px;
  }

  footer.footer .footer__middle .footer__nav {
    width: calc(81.33% - 15px);
  }

  footer.footer .footer__middle .footer__nav .row {
    gap: 20px;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col {
    width: calc(20% - 16px);
  }

  footer.footer .footer__middle .footer__logo_list {
    width: calc(18.67% - 15px);
  }

  footer.footer .footer__bottom .footer__bottom_inner .footer__copyright_text {
    width: calc(28% - 13.33px);
  }

  footer.footer .footer__bottom .footer__bottom_inner .footer__registration_text {
    width: calc(44% - 13.33px);
  }

  footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav {
    width: calc(28% - 13.33px);
  }
}

@media (width <= 991px) {
  footer.footer {
    padding: 68px 0 36px;
  }

  footer.footer .footer__middle {
    flex-wrap: wrap;
    margin-bottom: 74px;
  }

  footer.footer .footer__middle .footer__nav {
    width: 100%;
  }

  footer.footer .footer__middle .footer__nav .row {
    gap: 10px;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col {
    width: calc(20% - 8px);
  }

  footer.footer .footer__middle .footer__logo_list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
    margin-top: 74px;
  }

  footer.footer .footer__bottom .footer__bottom_inner {
    justify-content: center;
  }

  footer.footer .footer__bottom .footer__bottom_inner .footer__copyright_text, footer.footer .footer__bottom .footer__bottom_inner .footer__registration_text {
    width: 100%;
    text-align: center !important;
  }

  footer.footer .footer__bottom .footer__bottom_inner .footer__legal_nav {
    justify-content: center;
    width: 100%;
    text-align: center !important;
  }

  footer.footer .footer__bottom .footer__bottom_inner .footer__author_text {
    width: 100%;
    text-align: center !important;
  }
}

@media (width <= 767px) {
  footer.footer {
    padding: 56px 0 38px;
  }

  footer.footer .footer__top {
    flex-direction: column-reverse;
  }

  footer.footer .footer__top .footer__top_right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 106px;
  }

  footer.footer .footer__top .footer__top_left {
    width: 100%;
    max-width: none;
  }

  footer.footer .footer__top .footer__top_left_form .gform_wrapper > .gform_heading .gform_title {
    letter-spacing: 0%;
    font-size: 28px;
    line-height: 105%;
  }

  footer.footer .footer__top .footer__top_left_form .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    line-height: normal;
  }

  footer.footer .footer__top .footer__top_left_form .gform_confirmation_message {
    line-height: 90%;
  }

  footer.footer .footer__middle .footer__nav .row {
    gap: 32px;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col {
    width: 100%;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col_label {
    justify-content: space-between;
    gap: 20px;
    display: flex;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col_label .footer__nav__col_label_icon {
    width: 16px;
    height: 16px;
    transition: all .5s;
    transform: rotate(0);
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col__sub_menu {
    transition: all .5s;
    overflow: hidden;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col .footer__nav__col__sub_menu .footer__nav__col__sub_menu_link:last-child {
    margin-bottom: 14px;
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col.active .footer__nav__col_label .footer__nav__col_label_icon {
    transform: rotate(-180deg);
  }

  footer.footer .footer__middle .footer__nav .row .footer__nav__col:not(:first-child) .footer__nav__col__sub_menu {
    max-height: 0;
  }
}

.mod-text-v2 .wrapper.columns_1_2 .rich-text, .mod-text-v2 .wrapper.columns_2_1 .rich-text, .mod-text-v2 .wrapper.columns_3 .rich-text, .mod-text-v2 .wrapper.columns_2_2 .rich-text {
  padding-right: 2.4rem;
}

.mod-text-v2 .wrapper .rich-text .btn-secondary {
  color: var(--ink);
}

@media (width <= 767px) {
  .mod-text-v2 .wrapper.columns_1_2 .rich-text, .mod-text-v2 .wrapper.columns_2_1 .rich-text, .mod-text-v2 .wrapper.columns_3 .rich-text, .mod-text-v2 .wrapper.columns_2_2 .rich-text {
    padding-right: 0;
  }
}

.itinerary .container {
  position: relative;
}

.itinerary__head {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (width <= 991px) {
  .itinerary__head {
    text-align: left;
  }
}

.itinerary__description {
  margin-bottom: 8px;
}

@media screen and (width <= 991px) {
  .itinerary__description {
    padding-right: 20%;
  }
}

.itinerary__subtitle {
  position: relative;
}

.itinerary__subtitle span {
  background-color: var(--eggshell);
  margin: 0 auto;
  padding: 0 10rem;
  display: table;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__subtitle span {
    margin: 0;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 2.1rem;
  }
}

.itinerary__subtitle:before {
  content: "";
  background-color: var(--lightgrey1);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.itinerary__title {
  background-color: var(--eggshell);
  z-index: 2;
  text-align: center;
  padding: 2.2rem 0 1rem;
  position: sticky;
  top: 0;
}

.itinerary__title .buttons {
  display: flex;
  position: absolute;
  top: 3.2rem;
  right: 0;
}

.itinerary__title .buttons .btn-share {
  margin-right: 1.2rem;
}

@media screen and (width <= 991px) {
  .itinerary__title {
    text-align: left;
    padding: 2.2rem 30% 3.8rem 0;
    position: relative;
  }

  .itinerary__title .buttons {
    display: none;
  }
}

.itinerary__skip {
  right: calc(20px + (100% - var(--container)) / 2);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  height: 3.2rem;
  padding: 0 4px 0 1rem;
  display: inline-flex;
  position: fixed;
  bottom: 5rem;
  box-shadow: 0 8px 12px #00000014;
}

@media screen and (width <= 991px) {
  .itinerary__skip {
    border-radius: 100px;
    height: 4.8rem;
    padding: 0 1rem;
    bottom: 2.8rem;
  }
}

.itinerary__skip.visible {
  opacity: 1;
  visibility: visible;
}

.itinerary__skip span {
  color: var(--darkgrey);
  margin-right: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

@media screen and (width <= 991px) {
  .itinerary__skip span {
    display: none;
  }
}

.itinerary__skip button {
  appearance: none;
  background-color: #0000;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  position: relative;
}

.itinerary__skip button:last-child {
  margin-left: 2px;
}

.itinerary__skip button:before {
  content: "";
  border: 1.5px solid var(--lightgrey1);
  transform-origin: center;
  width: 100%;
  height: 100%;
  transition: transform .6s var(--smooth);
  will-change: transform;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.itinerary__skip button:after {
  content: "";
  background: url("skip.e5f3b1e9.svg") center no-repeat;
  width: 7px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (width <= 991px) {
  .itinerary__skip button {
    width: 3.2rem;
    height: 3.2rem;
  }

  .itinerary__skip button:after {
    background-size: contain;
    width: 9px;
    height: 10px;
  }

  .itinerary__skip button:last-child {
    margin-left: 6px;
  }
}

.itinerary__skip button.itinerary__skip__prev:after {
  transform: translate(-50%, -55%)rotate(180deg);
}

.itinerary__skip button:hover:before {
  transform: scale(1.14)translateZ(0);
}

.itinerary__content {
  position: relative;
}

.itinerary__content__item {
  border-top: 1px solid var(--lightgrey1);
  background-color: var(--eggshell);
  padding-top: 2rem;
  padding-bottom: 20rem;
  position: sticky;
  top: 10.8rem;
}

.itinerary__content__item .testimonial {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (width <= 991px) {
  .itinerary__content__item {
    top: 2.4rem;
  }
}

.itinerary__content__item:first-child {
  padding-bottom: 4rem;
}

.itinerary__content__item h6 {
  margin-bottom: 8px;
}

.itinerary__content__item h4 {
  border-bottom: 1px dashed var(--lightgrey1);
  border-bottom: 1px solid #0000;
  border-image: repeating-linear-gradient(to right, var(--lightgrey1) 0, var(--lightgrey1) 5px, transparent 5px, transparent 10px);
  border-image-slice: 1;
  margin-bottom: 2.4rem;
  padding-bottom: 1.6rem;
}

@media screen and (width <= 991px) {
  .itinerary__content__item h4 {
    font-size: 2.6rem;
  }
}

.itinerary__content__item:last-child {
  border-top: none;
}

@media screen and (width <= 991px) {
  .itinerary__content__item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (width >= 992px) {
  .itinerary__content__item .wrapper {
    justify-content: space-between;
    display: flex;
  }

  .itinerary__content__item .wrapper.has-image .content, .itinerary__content__item .wrapper.has-image .image {
    width: calc(50% - 2.4rem);
  }

  .itinerary__content__item .wrapper.has-image .image img {
    width: 100%;
  }
}

@media screen and (width <= 991px) {
  .itinerary__content__item .image img {
    width: 100%;
  }
}

.itinerary__content__item .btn-secondary {
  margin: 1rem auto 0;
  display: table;
}

.itinerary__content .share-itinerary {
  text-align: center;
  padding-top: 8rem;
}

.itinerary__content .share-itinerary__title {
  border: none;
  margin-bottom: 0;
  position: relative;
}

.itinerary__content .share-itinerary__title span {
  background-color: var(--eggshell);
  margin: 0 auto;
  padding: 0 6rem;
  display: table;
  position: relative;
}

.itinerary__content .share-itinerary__title:before {
  content: "";
  background-color: var(--lightgrey1);
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (width <= 991px) {
  .itinerary__content .share-itinerary__title {
    margin-bottom: 2.4rem;
    padding: 0;
    font-size: 2.6rem;
  }

  .itinerary__content .share-itinerary__title:before {
    display: none;
  }
}

.itinerary__map {
  border-top: 1px solid var(--lightgrey1);
  padding-top: 3.6rem;
  padding-bottom: 3.2rem;
  position: sticky;
  top: 10.8rem;
}

@media screen and (width <= 991px) {
  .itinerary__map {
    position: relative;
    top: auto;
  }
}

.mod-featured-block {
  overflow: hidden;
}

.mod-featured-block.bg_standard {
  background-color: var(--eggshell);
}

.mod-featured-block.bg_gold {
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
}

.mod-featured-block .feature__content .feature__content_inner .feature__content_data {
  row-gap: 40px;
  padding-right: 40px;
}

.mod-featured-block .feature__content .feature__content_inner .feature__content_data .feature__content_cta_group {
  gap: 20px 40px;
}

.mod-featured-block .feature__content .feature__content_inner .feature__img {
  min-height: 376px;
  max-height: 464px;
  position: relative;
}

.mod-featured-block .feature__content .feature__content_inner .feature__img video, .mod-featured-block .feature__content .feature__content_inner .feature__img img {
  object-fit: cover;
  object-position: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mod-featured-block .feature__content .feature__content_inner .feature__img .pause-video {
  z-index: 1;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.mod-featured-block .feature__content .feature__content_inner .feature__img .play-video {
  z-index: 1;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.mod-featured-block .feature__content .floating_image {
  width: 104px;
  height: 240px;
}

.mod-featured-block.image_align_right .feature__content .feature__content_inner {
  margin-left: auto;
}

.mod-featured-block.image_align_right .feature__content .feature__content_inner .feature__img .pause-video {
  left: auto;
  right: 32px;
}

.mod-featured-block.image_align_right .feature__content .feature__content_inner .feature__img .play-video {
  left: 32px;
  right: auto;
}

@media screen and (width <= 991px) {
  .mod-featured-block .feature__content_text {
    width: 100%;
  }
}

.mod-featured-block.overlap_to_top {
  overflow: initial;
}

.mod-featured-block.overlap_to_top.padL {
  padding-top: 80px;
}

.mod-featured-block.overlap_to_top.image_align_right .feature__content .feature__content_inner .feature__img {
  margin-left: auto;
}

.mod-featured-block.overlap_to_top .feature__content .feature__content_inner.image_2_empty {
  column-gap: 40px;
}

.mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__content_data {
  row-gap: 24px;
  max-width: 562px;
  padding-right: 32px;
}

.mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__content_data .feature__content_cta_group {
  margin-top: 23px;
}

.mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__img {
  max-height: none;
  margin-top: -144px;
}

.mod-featured-block.bg_navy {
  background: var(--ink);
}

.mod-featured-block.bg_navy .feature__content .feature__content_inner .feature__content_data .feature__content_text > * {
  color: var(--eggshell);
}

@media (width >= 992px) {
  .mod-featured-block .feature__content .feature__content_inner .feature__img .small_image {
    display: none;
  }
}

@media (width >= 1400px) {
  .mod-featured-block .feature__content .container {
    max-width: 1232px;
  }
}

@media (width <= 1439px) {
  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner.image_2_empty {
    column-gap: 0;
  }
}

@media (width <= 1199px) {
  .mod-featured-block .feature__content .feature__content_inner {
    column-gap: 40px;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__content_data {
    padding-right: 0;
  }

  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner {
    column-gap: 40px;
  }

  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__content_data {
    padding-right: 0;
  }
}

@media (width <= 991px) {
  .mod-featured-block.padS.overlap_to_top .feature__content .feature__content_inner .feature__img, .mod-featured-block.padM.overlap_to_top .feature__content .feature__content_inner .feature__img {
    margin-top: -112px;
  }

  .mod-featured-block .feature__content .feature__content_inner {
    row-gap: 40px;
    margin: 0;
    flex-direction: column !important;
  }

  .mod-featured-block .feature__content .feature__content_inner.have_side_image {
    width: 100% !important;
  }

  .mod-featured-block .feature__content .feature__content_inner.have_side_image .feature__img_inner {
    width: calc(100% - 72px) !important;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img {
    order: 0;
    align-items: flex-start;
    gap: 8px;
    min-height: auto;
    padding: 0;
    display: flex;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img_inner {
    height: 100%;
    position: relative;
    width: 100% !important;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img_inner video, .mod-featured-block .feature__content .feature__content_inner .feature__img_inner img {
    min-height: 376px;
    max-height: 464px;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img video, .mod-featured-block .feature__content .feature__content_inner .feature__img img {
    position: relative;
    top: auto;
    left: auto;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img .small_image {
    width: 64px;
    height: 120px;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img .pause-video {
    bottom: 16px;
    left: 16px;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img .play-video {
    bottom: 16px;
    right: 16px;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__content_data {
    order: 1;
    row-gap: 32px;
    padding: 0;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__content_data .feature__content_cta_group {
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .mod-featured-block .feature__content .floating_image {
    display: none;
  }

  .mod-featured-block.image_align_right .feature__content .feature__content_inner .feature__img {
    flex-direction: row-reverse !important;
  }

  .mod-featured-block.image_align_right .feature__content .feature__content_inner .feature__img .play-video {
    left: 16px;
    right: auto;
  }

  .mod-featured-block.image_align_right .feature__content .feature__content_inner .feature__img .pause-video {
    left: auto;
    right: 16px;
  }

  .mod-featured-block.overlap_to_top.padL {
    padding-top: 40px;
  }

  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__img {
    order: 0;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-top: -72px;
    display: flex;
  }

  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__content_data {
    order: 1;
    row-gap: 32px;
    width: 100%;
  }

  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__content_data .feature__content_cta_group {
    margin-top: 8px;
  }

  .mod-featured-block.overlap_to_top .feature__content .feature__content_inner .feature__content_data .feature__content_text {
    min-height: auto;
  }
}

@media (width <= 767px) {
  .mod-featured-block .feature__content .feature__content_inner {
    row-gap: 24px;
  }

  .mod-featured-block .feature__content .feature__content_inner.have_side_image .feature__img_inner video, .mod-featured-block .feature__content .feature__content_inner.have_side_image .feature__img_inner img {
    min-height: 312px;
  }

  .mod-featured-block .feature__content .feature__content_inner .feature__img_inner video, .mod-featured-block .feature__content .feature__content_inner .feature__img_inner img {
    min-height: 402px;
  }
}

.home__hero + .mod-featured-block.overlap_to_top, .home__hero + .boiler-menu-wrapper + .mod-featured-block.overlap_to_top {
  overflow: hidden;
}

.player {
  z-index: 30;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.player .wrapper {
  backdrop-filter: blur(48px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .4s var(--smooth);
  background: #173247cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.player .plyr {
  --plyr-color-main: var(--ink);
}

.player .container {
  position: relative;
}

@media screen and (width <= 991px) {
  .player .container {
    padding: 0;
  }
}

.player.show {
  pointer-events: initial;
}

.player.show .wrapper {
  opacity: 1;
  visibility: visible;
}

.player__close {
  margin: auto;
  position: absolute;
  top: -2.4rem;
  left: 0;
  right: 0;
}

@media screen and (width <= 991px) {
  .player__close {
    top: -25vh;
  }
}

.testimonial_inner .testimonial_heading {
  row-gap: .8rem;
  margin-bottom: 4.2rem;
}

.testimonial_inner .testimonial_heading h2 {
  width: 100%;
  position: relative;
}

.testimonial_inner .testimonial_heading h2 em, .testimonial_inner .testimonial_heading h2 span {
  background-color: var(--eggshell);
  padding-left: .8rem;
  padding-right: .8rem;
  position: relative;
}

.testimonial_inner .testimonial_heading h2:before {
  content: "";
  background-color: var(--lightgrey1);
  width: 100%;
  height: .1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block !important;
}

.testimonial_inner .testimonial_slider {
  margin-bottom: 9.7rem;
  position: relative;
}

.testimonial_inner .testimonial_slider .swiper-button-disabled {
  opacity: 0;
}

.testimonial_inner .testimonial_slider_images {
  z-index: 1;
}

.testimonial_inner .testimonial_slider_images .swiper-button-next, .testimonial_inner .testimonial_slider_images .swiper-button-prev {
  background-color: var(--eggshell);
}

.testimonial_inner .testimonial_slider_images .swiper-button-next svg, .testimonial_inner .testimonial_slider_images .swiper-button-prev svg {
  pointer-events: none;
}

.testimonial_inner .testimonial_slider_images_list {
  width: 13.6rem;
  height: 13.6rem;
}

.testimonial_inner .testimonial_slider_images_list_item {
  transition: all .6s var(--smooth);
}

.testimonial_inner .testimonial_slider_images_list_item:not(:first-child) {
  clip-path: circle(0%);
}

.testimonial_inner .testimonial_slider_images_list_item.active {
  clip-path: circle(50%);
}

.testimonial_inner .testimonial_slider_images_list_item_img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.testimonial_inner .testimonial_slider_quotes .slide {
  padding: 2rem 4rem 4rem;
}

.testimonial_inner .testimonial_slider_quotes .slide .quote_title {
  margin-bottom: 2.4rem;
}

.testimonial_inner .testimonial_slider_quotes .slide .quote_ratings {
  column-gap: .4rem;
  margin-bottom: 2.4rem;
}

.testimonial_inner .testimonial_slider_quotes .slide .quote_text {
  margin-bottom: 2.4rem;
}

.testimonial_inner .testimonial_slider_quotes .slide .quote_meta_name {
  margin-bottom: .4rem;
}

.testimonial_inner .testimonial_slider_quotes .slide .quote_meta_date {
  color: var(--ink);
  font-family: Jost;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 130%;
}

.testimonial_inner .testimonial_slider_frame {
  width: var(--slide_width, 37.6rem);
  height: var(--slide_height, 30rem);
  background: linear-gradient(#faeee7, #faeee7) padding-box padding-box, linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%) border-box;
  border: .1rem solid #0000;
  transition: all 1.2s;
  position: absolute;
  top: 6.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial_inner .testimonial_cta {
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_inner .testimonial_cta_image {
  margin-bottom: .8rem;
}

.testimonial_inner .testimonial_cta_link {
  text-align: center;
  margin-left: -1.9rem;
  display: inline-block;
}

.testimonial_inner .testimonial_cta_link .text_link {
  transition: all .6s var(--smooth);
  padding-top: .4rem;
  padding-bottom: .5rem;
  text-decoration: none !important;
}

.testimonial_inner .testimonial_cta_link .text_link h6 {
  color: var(--ink);
  font-size: 1.4rem;
}

.testimonial_inner .testimonial_cta_link .text_link:after, .testimonial_inner .testimonial_cta_link .text_link:before {
  content: "";
  background: #0030574d;
  width: 100%;
  height: .1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial_inner .testimonial_cta_link .text_link:after {
  background-color: var(--ink);
  width: 0;
  transition: all .6s var(--smooth);
}

.testimonial_inner .testimonial_cta_link .text_link:hover:after {
  width: 100%;
}

@media (width >= 992px) {
  .testimonial_inner .testimonial_slider_images {
    position: relative;
  }
}

@media (width <= 1199px) {
  .testimonial_inner .testimonial_slider_quotes .slide {
    padding: 2rem;
  }
}

@media (width <= 991px) {
  .testimonial_inner .testimonial_slider_images .swiper-button-next, .testimonial_inner .testimonial_slider_images .swiper-button-prev {
    z-index: 2;
    width: 4rem;
    height: 4rem;
    top: var(--top_position, calc(50% + 3rem)) !important;
    transition: top .5s !important;
  }

  .testimonial_inner .testimonial_slider_images .swiper-button-next {
    right: -2rem !important;
  }

  .testimonial_inner .testimonial_slider_images .swiper-button-prev {
    left: -2rem !important;
  }

  .testimonial_inner .testimonial_slider_images_list {
    z-index: 2;
  }

  .testimonial_inner .testimonial_slider_quotes .slide {
    padding: 2rem 4rem;
  }
}

@media (width <= 767px) {
  .testimonial_inner .testimonial_slider_images_list {
    width: 9.6rem;
    height: 9.6rem;
  }

  .testimonial_inner .testimonial_slider_quotes .slide {
    padding: 3.6rem 3.2rem 4rem;
  }

  .testimonial_inner .testimonial_slider_frame {
    top: 4.8rem;
  }
}

.item-cards__title {
  padding-bottom: 3.4rem;
}

@media screen and (width <= 991px) {
  .item-cards__title {
    padding-bottom: 2.8rem;
  }
}

.item-cards__cta {
  justify-content: center;
  padding-top: 5.6rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .item-cards__cta .btn {
    width: 100%;
  }
}

.item-cards--blog > div:first-child, .item-cards--blog > div:nth-child(2) {
  margin-bottom: 15rem;
}

@media screen and (width <= 991px) {
  .item-cards--blog > div:first-child, .item-cards--blog > div:nth-child(2) {
    margin-bottom: 4rem;
  }
}

.item-cards--blog > div:first-child .article {
  border-top: 1px solid var(--lightgrey1);
}

.item-cards--blog > div:first-child .article .article__image {
  height: 43.3rem;
}

@media screen and (width <= 991px) {
  .item-cards--blog > div:first-child .article .article__image {
    height: 30rem;
  }
}

@media screen and (width >= 992px) {
  .item-cards--blog > div:nth-child(2) .article {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .item-cards--blog > div:nth-child(2) .article .article__content {
    border-bottom: 1px solid var(--lightgrey1);
    order: 2;
  }

  .item-cards--blog > div:nth-child(2) .article .article__image {
    flex-grow: 1;
    order: 1;
  }
}

@media screen and (width <= 991px) {
  .item-cards--blog > div:nth-child(2) .article {
    border-top: 1px solid var(--lightgrey1);
  }

  .item-cards--blog > div:nth-child(2) .article .article__image {
    width: 80%;
    height: 30rem;
    margin-left: -2.4rem;
  }

  .item-cards--blog > div:nth-child(2) .article .article__image .article__image__arrow {
    left: 4rem;
  }
}

@media screen and (width >= 992px) {
  .item-cards--blog > div:nth-child(3) .article {
    flex-direction: column;
    display: flex;
  }

  .item-cards--blog > div:nth-child(3) .article .article__image {
    order: 1;
    height: 40rem;
  }

  .item-cards--blog > div:nth-child(3) .article .article__content {
    border-bottom: 1px solid var(--lightgrey1);
    order: 2;
  }
}

@media screen and (width <= 991px) {
  .item-cards--blog > div:nth-child(3) .article {
    border-top: 1px solid var(--lightgrey1);
    margin-bottom: 4rem;
  }

  .item-cards--blog > div:nth-child(3) .article .article__image {
    height: 25.6rem;
  }
}

@media screen and (width >= 992px) {
  .item-cards--blog > div:nth-child(4) .article {
    transform: translateX(calc(var(--container) / 12));
  }
}

.item-cards--blog > div:nth-child(4) .article .article__image {
  height: 40rem;
}

.item-cards--blog > div:nth-child(4) .article .article__content {
  border-top: 1px solid var(--lightgrey1);
}

@media screen and (width <= 991px) {
  .item-cards--blog > div:nth-child(4) .article .article__image {
    width: 80%;
    height: 30rem;
    margin-left: auto;
    transform: translateX(2.4rem);
  }

  .item-cards--blog > div:nth-child(4) .article .article__title {
    width: 80%;
    margin-left: auto;
    padding-right: 0;
    transform: translateX(2.4rem);
  }
}

.item-cards__wrapper {
  background-color: var(--ink);
  color: var(--eggshell);
  margin-top: 0;
  padding: 9.6rem 0;
  position: relative;
}

@media screen and (width <= 991px) {
  .item-cards__wrapper {
    padding: 6rem 0;
  }
}

.item-cards__wrapper:before {
  content: "";
  z-index: 1;
  background: url("symbol.8d1cef73.svg") center / contain no-repeat;
  width: 8rem;
  height: 8rem;
  margin: auto;
  display: block;
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
}

.item-cards__wrapper:after {
  content: "";
  opacity: .3;
  mix-blend-mode: multiply;
  background: url("bg.defa1ec9.jpg") center / cover no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.item-cards__wrapper > .container {
  z-index: 1;
  position: relative;
}

.item-cards .slider-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .item-cards .slider-title {
    margin-bottom: 2rem;
  }
}

.item-cards .slider-title h2 {
  padding: 0 10rem;
}

@media screen and (width <= 991px) {
  .item-cards .slider-title h2 {
    padding: 0 2rem;
  }
}

.item-cards .slider-title:before, .item-cards .slider-title:after {
  content: "";
  background-color: var(--lightgrey1);
  flex-grow: 1;
  height: 1px;
  display: block;
  transform: translateY(-4px);
}

@media screen and (width <= 991px) {
  .item-cards .slider-title:before, .item-cards .slider-title:after {
    transform: translateY(-6px);
  }
}

.item-cards .testimonial-reviews {
  margin-top: 5rem;
}

.item-cards .testimonial-reviews h3 {
  color: var(--eggshell);
}

.item-cards .testimonial-reviews + .btn-secondary {
  margin: 1rem auto 0;
  display: table;
}

.accommodation-item-cards .item-cards__wrapper:before {
  background-image: url("symbol-accommodation.633391b3.svg");
}

.experience-item-cards .item-cards__wrapper:before {
  background-image: url("symbol-experience.ab2d9fd9.svg");
}

.slider-cards {
  position: relative;
}

.slider-cards .swiper-center-frame {
  pointer-events: none;
  z-index: 1;
  border: 1px solid #c3bb9f;
  transition: width .3s, height .3s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.slider-cards__item {
  position: relative;
}

.slider-cards__item__image {
  clip-path: polygon(25% 0%, 75% 0%, 75% 100%, 25% 100%);
  height: 24.2rem;
  transition: all 1s var(--smooth);
  z-index: 2;
  position: relative;
}

@media screen and (width <= 991px) {
  .slider-cards__item__image {
    height: 27.6rem;
  }
}

.slider-cards__item__content {
  text-align: center;
  padding: 3.8rem 5.2rem 3.2rem;
}

@media screen and (width <= 991px) {
  .slider-cards__item__content {
    padding: 3.8rem 4rem 3.2rem;
  }
}

.slider-cards__item__content h6 {
  opacity: 0;
  visibility: hidden;
  transition: all .4s var(--smooth);
}

.slider-cards__item.swiper-slide-active .slider-cards__item__image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: calc(100% - 3px);
  left: 2px;
}

.slider-cards__item.swiper-slide-active h6 {
  opacity: 1;
  visibility: visible;
  transition: all .4s var(--smooth) .4s;
}

.slider-cards .nav {
  pointer-events: none;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 9.2rem;
  left: 0;
}

@media screen and (width <= 991px) {
  .slider-cards .nav {
    z-index: 2;
    top: 25.6rem;
  }
}

.slider-cards .nav button {
  pointer-events: initial;
}

@media screen and (width <= 991px) {
  .slider-cards .nav button {
    width: 4rem;
    height: 4rem;
  }

  .slider-cards .nav button:before {
    backdrop-filter: blur(24px);
    background: #0030574d;
  }

  .slider-cards .nav button:after {
    width: .8rem;
    height: 1.4rem;
    margin: -.7rem 0 0 -.4rem;
  }

  .slider-cards .nav button:first-child {
    margin-left: -2rem;
  }

  .slider-cards .nav button:last-child {
    margin-right: -2rem;
  }
}

.cards-title {
  text-align: center;
}

.cards {
  margin: 2.4rem 0 4.8rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .cards {
    width: calc(100% + 4.8rem);
    min-height: 56.8rem;
    margin-bottom: 0;
    margin-left: -2.4rem;
  }

  .cards .swiper {
    padding: 0 2.4rem;
  }
}

.cards .nav {
  pointer-events: none;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 27rem;
  left: 0;
}

.cards .nav button {
  pointer-events: initial;
  transition: all .4s var(--smooth);
}

.cards .nav button:first-child {
  margin-left: -2.8rem;
}

.cards .nav button:last-child {
  margin-right: -2.8rem;
}

.cards .nav button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@media screen and (width <= 991px) {
  .cards .nav {
    width: calc(100% - 2rem);
    top: 26rem;
    left: 1rem;
  }

  .cards .nav button, .cards .nav button:before {
    width: 4rem;
    height: 4rem;
  }

  .cards .nav button:first-child {
    margin-left: 0;
  }

  .cards .nav button:last-child {
    margin-right: 0;
  }

  .cards .nav button:after {
    width: 1.4rem;
    height: 1.4rem;
    margin: -7px 0 0 -7px;
  }
}

.cards__item {
  opacity: 0;
  position: relative;
  transition: opacity .4s var(--smooth) !important;
}

@media screen and (width <= 991px) {
  .cards__item {
    max-height: 48rem;
  }
}

.cards__item__link {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute !important;
}

.cards__item .wrapper {
  transition: all .4s var(--smooth);
  position: relative;
}

@media screen and (width >= 992px) {
  .cards__item .wrapper {
    clip-path: polygon(0% 5%, 100% 5%, 100% 95%, 0% 95%);
  }
}

.cards__item .wrapper:after {
  content: "";
  opacity: .4;
  mix-blend-mode: multiply;
  background: linear-gradient(#17314700 43.47%, #173147b3 76.32%, #173147 100%);
  width: 100%;
  height: 18rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cards__item .wrapper:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#17314700 43.47%, #173147b3 76.32%, #173147 100%);
  width: 100%;
  height: 43.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 991px) {
  .cards__item .wrapper:before {
    height: 39.2rem;
  }
}

.cards__item__category {
  position: absolute;
}

.cards__item__image {
  background-color: var(--ink);
  height: 62rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .cards__item__image {
    height: 48rem;
    transition: all .8s var(--smooth) !important;
  }
}

.cards__item__image img {
  opacity: .7;
  height: 43rem;
  transition: all .4s var(--smooth);
}

@media screen and (width <= 991px) {
  .cards__item__image img {
    height: 39rem;
  }
}

.cards__item .btn-wishlist {
  z-index: 3;
  position: absolute;
  top: 4.4rem;
  right: 2.4rem;
}

@media screen and (width <= 991px) {
  .cards__item .btn-wishlist {
    top: 2.6rem;
  }
}

.cards__item__category {
  z-index: 2;
  background-color: var(--ink);
  border-radius: 20px;
  align-items: center;
  height: 2.2rem;
  padding-left: 2px;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 991px) {
  .cards__item__category {
    top: 3.2rem;
  }
}

.cards__item__category__image {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 8px;
  display: block;
}

.cards__item__category__text {
  color: var(--eggshell);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 600;
}

.cards__item__category.bright-orange {
  background-color: var(--brightorange);
}

.cards__item__category.bright-orange .cards__item__category__text {
  color: var(--ink);
}

.cards__item__category.bright-orange svg path {
  fill: var(--ink);
}

.cards__item__category.bright-blue {
  background-color: var(--brightblue);
}

.cards__item__category.bright-blue .cards__item__category__text {
  color: var(--ink);
}

.cards__item__category.bright-blue svg path {
  fill: var(--ink);
}

.cards__item__days {
  text-transform: uppercase;
  color: #000;
  letter-spacing: .2em;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border-radius: 12px;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 991px) {
  .cards__item__days {
    transition: all .2s var(--smooth);
    top: 51rem;
    bottom: auto;
    padding: 0 1rem !important;
  }

  .cards__item > .cards__item__days {
    opacity: 0;
    visibility: hidden;
  }
}

.cards__item__content {
  z-index: 2;
  text-align: center;
  transition: all .4s var(--smooth);
  width: 100%;
  padding: 0 3.2rem 6rem;
  position: absolute;
  bottom: 0;
}

@media screen and (width <= 991px) {
  .cards__item__content {
    padding-bottom: 7rem;
    top: 30rem;
    bottom: auto;
  }
}

.cards__item__content h3, .cards__item__content p {
  margin-bottom: 1.6rem;
}

.cards__item__content h6 {
  opacity: 0;
  visibility: hidden;
  transition: all .4s var(--smooth);
}

.cards__item__content svg {
  opacity: 0;
  visibility: hidden;
  transition: all .4s var(--smooth);
  margin: 0 auto 1.6rem;
  display: table;
}

@media screen and (width <= 991px) {
  .cards__item__content svg {
    transform: translateX(-2rem);
  }
}

@media screen and (width >= 992px) {
  .cards__item:hover .wrapper {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .cards__item:hover .cards__item__content {
    padding-bottom: 8rem;
  }

  .cards__item:hover .cards__item__content h6, .cards__item:hover .cards__item__content svg {
    opacity: 1;
    visibility: visible;
  }

  .cards__item:hover .cards__item__image img {
    opacity: 1;
  }

  .cards__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .wrapper, .cards__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .wrapper, .cards__item.swiper-slide-prev .wrapper {
    opacity: .6;
  }
}

@media screen and (width <= 991px) {
  .cards__item.swiper-slide-active {
    max-height: 56.8rem;
  }

  .cards__item.swiper-slide-active .cards__item__image {
    height: 56.8rem;
  }

  .cards__item.swiper-slide-active > .cards__item__days, .cards__item.swiper-slide-active .cards__item__content h6, .cards__item.swiper-slide-active .cards__item__content svg {
    opacity: 1;
    visibility: visible;
  }

  .cards__item.swiper-slide-active .cards__item__content svg {
    transition: all .4s var(--smooth) .3s;
    transform: translateX(0);
  }
}

@media screen and (width >= 992px) {
  .cards .swiper {
    overflow: initial;
  }
}

.cards.noslider .swiper-wrapper {
  justify-content: center;
  gap: 16px;
}

@media screen and (width <= 991px) {
  .cards.noslider .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.cards.noslider .swiper-wrapper .swiper-slide {
  opacity: 1;
  flex: 100%;
  max-width: 40rem;
}

@media screen and (width >= 768px) {
  .cards.noslider .swiper-wrapper .swiper-slide {
    flex: calc(50% - 8px);
  }
}

@media screen and (width >= 992px) {
  .cards.noslider .swiper-wrapper .swiper-slide {
    flex: 1 1 0;
  }
}

.cards.noslider .nav {
  display: none;
}

.cards-filters {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.cards-filters__item {
  appearance: none;
  background-color: var(--inkdark);
  height: 3.4rem;
  color: var(--eggshell);
  transition: all .4s var(--smooth);
  border: 1px solid #faeee74d;
  border-radius: 4rem;
  align-items: center;
  margin: 0 6px 12px;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  display: flex;
}

.cards-filters__item:hover {
  background-color: var(--ink);
}

.cards-filters__item.active {
  color: var(--ink);
  background: #faeee7e6;
}

.cards-multiple-filters {
  z-index: 1;
  align-items: flex-end;
  height: 4.4rem;
  margin: 2.4rem 0;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .cards-multiple-filters {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
}

.cards-multiple-filters > span {
  color: var(--eggshell);
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (width <= 991px) {
  .cards-multiple-filters > span {
    text-align: center;
    order: 2;
    width: 100%;
    display: block;
  }
}

.cards-multiple-filters__button {
  background-color: var(--ink);
  height: 4.4rem;
  transition: all .4s var(--smooth);
  border: 1.5px solid #faeee74d;
  border-radius: 4px;
  align-items: center;
  padding: 0 2.4rem 0 3.2rem;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (width <= 991px) {
  .cards-multiple-filters__button {
    order: 1;
    margin-bottom: 1rem;
    position: relative;
    left: auto;
    transform: none;
  }
}

.cards-multiple-filters__button span {
  color: var(--eggshell);
  margin-right: 1.6rem;
  font-weight: 500;
}

.cards-multiple-filters__button circle {
  transition: all .4s var(--smooth);
  display: block;
}

.cards-multiple-filters__button:hover {
  background-color: var(--inkdark);
}

.cards-multiple-filters__button:hover circle:nth-child(4) {
  transform: translateX(-12px);
}

.cards-multiple-filters__button:hover circle:nth-child(5) {
  transform: translateX(7px);
}

.cards-multiple-filters__button:hover circle:nth-child(6) {
  transform: translateX(11px);
}

.filters-overlay {
  background-color: var(--inkdark);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .4s var(--smooth);
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.filters-overlay.show {
  opacity: 1;
  visibility: visible;
}

.filters-overlay__wrapper {
  background-color: var(--ink);
  padding: 7rem 0 4.4rem;
}

@media screen and (width <= 991px) {
  .filters-overlay__wrapper {
    max-height: 70vh;
    overflow: hidden scroll;
  }
}

.filters-overlay__close {
  justify-content: center;
  padding-bottom: 2.4rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .filters-overlay__close {
    margin-top: -2.8rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.filters-overlay__ctas {
  text-align: center;
  padding-top: 13rem;
}

@media screen and (width <= 991px) {
  .filters-overlay__ctas {
    padding-top: 5.6rem;
  }

  .filters-overlay__ctas .btn {
    min-width: 27.2rem;
  }
}

.filters-overlay__ctas .btn-secondary {
  appearance: none;
  background: none;
  border: none;
  margin: 1.8rem auto 0;
  padding-left: 0;
  padding-right: 0;
  display: table;
}

@media screen and (width <= 991px) {
  .filters-overlay__ctas .btn-secondary {
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}

.filters-overlay .accordion {
  background-color: #0000;
  border: none;
}

@media screen and (width <= 991px) {
  .filters-overlay .accordion {
    padding: 0 8px;
  }
}

.filters-overlay .accordion-item, .filters-overlay .accordion-header, .filters-overlay .accordion-button, .filters-overlay .accordion-body {
  box-shadow: none;
  background-color: #0000;
  border: none;
  border-radius: 0 !important;
}

.filters-overlay .accordion-item:last-child {
  border-bottom: 1px solid #faeee74d;
}

.filters-overlay .accordion-body {
  padding: 1.6rem 0 3.2rem;
}

.filters-overlay .accordion-button {
  text-align: center;
  height: 6.4rem;
  color: var(--eggshell);
  border-top: 1px solid #faeee74d;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
}

.filters-overlay .accordion-button:after {
  content: "";
  background: url("arrow-accordion.ddd69aae.svg") center / contain no-repeat;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  position: absolute;
  right: 0;
}

.accommodation-item-cards .pop-in-wrap:before {
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
}

.accommodation-item-cards .pop-in-wrap .column.has-overflow:after {
  display: none;
}

.accommodation-item-cards .pop-in__wrapper:before {
  content: "";
  top: 0;
  left: calc((100% - var(--container)) / 2);
  background: url("bg-pop-in.7fe852d4.png") center / contain no-repeat;
  width: 1017px;
  height: 636px;
  display: block;
  position: absolute;
}

.logo_wall_block_main {
  overflow: hidden;
}

.logo_wall_block_main_top {
  width: calc(100% - 9.6rem);
  margin-left: 9.6rem;
  padding-bottom: 2.4rem;
  padding-left: .8rem;
  position: relative;
}

.logo_wall_block_main_top:before {
  content: "";
  border: 1px solid #d6c6bc;
  border-radius: 100%;
  width: .8rem;
  height: .8rem;
  position: absolute;
  bottom: -.3rem;
  left: 0;
}

.logo_wall_block_main_top:after {
  content: "";
  background-color: #d6c6bc;
  width: calc(100% - .8rem);
  height: .1rem;
  position: absolute;
  bottom: 0;
  left: .8rem;
}

.logo_wall_block_main_top_content {
  max-width: 40rem;
  padding-right: 4rem;
}

.logo_wall_block_main_top_content p {
  margin-bottom: 1.7rem;
}

.logo_wall_block_main_top_content :last-child {
  margin-bottom: 0;
}

.logo_wall_block_main_top_arrows {
  gap: .8rem;
  margin-right: 10.4rem;
}

.logo_wall_block_main_top_arrows .swiper-button-prev, .logo_wall_block_main_top_arrows .swiper-button-next {
  cursor: pointer;
}

.logo_wall_block_main_top_arrows .swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}

.logo_wall_block_main_bottom {
  margin-top: 2.4rem;
  margin-left: 9.6rem;
}

.logo_wall_block_main_bottom_content {
  background-color: #faeee7;
  max-width: 40rem;
  min-height: 24.5rem;
  padding-right: 4rem;
  position: relative;
}

.logo_wall_block_main_bottom_content:before {
  content: "";
  z-index: -1;
  opacity: 0;
  width: 5.7rem;
  height: 86%;
  transition: all .5s;
  position: absolute;
  top: 3rem;
  right: 0;
  box-shadow: 20px 0 70px #eedfd6;
}

.logo_wall_block_main_bottom_content.show_shadow:before {
  opacity: 1;
}

.logo_wall_block_main_bottom_content p {
  margin-bottom: 1.7rem;
}

.logo_wall_block_main_bottom_content:last-child {
  margin-bottom: 0;
}

.logo_wall_block_main_bottom_logo_group {
  row-gap: 4rem;
  width: calc(100% - 40rem);
}

.logo_wall_block_main_bottom_logo_group_top {
  width: 100%;
  transition: transform .8s;
  transform: translateX(20%);
}

.logo_wall_block_main_bottom_logo_group_bottom {
  width: 100%;
  transition: transform .8s;
  transform: translateX(40%);
}

.logo_wall_block_main_bottom_logo_group.animate .logo_wall_block_main_bottom_logo_group_bottom, .logo_wall_block_main_bottom_logo_group.animate .logo_wall_block_main_bottom_logo_group_top {
  transform: translateX(0);
}

.logo_wall_block_main_bottom_logo_group .swiper-wrapper .swiper-slide {
  max-width: 30.2rem;
  padding-right: 8rem;
}

.logo_wall_block_main_bottom_logo_group .swiper-wrapper .swiper-slide .logo_wall_block_main_bottom_logo_group_top_item, .logo_wall_block_main_bottom_logo_group .swiper-wrapper .swiper-slide .logo_wall_block_main_bottom_logo_group_bottom_item {
  text-align: center;
  opacity: .6;
}

@media (width <= 991px) {
  .logo_wall_block_main_top {
    width: calc(100% - 4.8rem);
    margin-left: 4.8rem;
  }

  .logo_wall_block_main_top_arrows {
    margin-right: 5.2rem;
  }

  .logo_wall_block_main_bottom {
    margin-left: 4.8rem;
  }

  .logo_wall_block_main_bottom_logo_group .swiper-wrapper .swiper-slide {
    max-width: 26.2rem;
    padding-right: 4rem;
  }
}

@media (width <= 767px) {
  .logo_wall_block_main_top {
    width: calc(100% - 2.4rem);
    margin-left: 2.4rem;
  }

  .logo_wall_block_main_top_content p {
    margin-bottom: .8rem;
  }

  .logo_wall_block_main_bottom {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .logo_wall_block_main_bottom_content {
    width: 100%;
    min-height: auto;
    margin-bottom: 6.4rem;
    margin-left: 2.4rem;
  }

  .logo_wall_block_main_bottom_logo_group {
    row-gap: 2.5rem;
    width: 100%;
  }

  .logo_wall_block_main_bottom_logo_group .swiper-wrapper .swiper-slide {
    max-width: 19rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo_wall_block_main_bottom_logo_group .swiper-wrapper .swiper-slide img {
    object-fit: contain;
    object-position: center;
  }

  .logo_wall_block_main_bottom_logo_group_bottom .swiper-wrapper .swiper-slide:first-child {
    max-width: 22rem;
    padding-left: 5rem;
  }
}

@media (width >= 768px) {
  .logo_wall_block_main .swiper-button-next.is-hidden, .logo_wall_block_main .swiper-button-prev.is-hidden {
    display: none;
  }
}

.mod-accordion .accordion_title {
  margin-bottom: 4rem;
}

.mod-accordion .accordion .accordion-item {
  box-shadow: none;
  background-color: #0000;
  border-width: 0 0 .1rem;
  border-bottom-style: solid;
  border-bottom-color: #d6c6bc;
}

.mod-accordion .accordion .accordion-item:first-child {
  border-top: .1rem solid #d6c6bc;
}

.mod-accordion .accordion .accordion-item .accordion-button {
  box-shadow: none;
  background-color: #0000;
  gap: 16rem;
  min-height: 9.6rem;
  padding: 1.5rem 0;
}

.mod-accordion .accordion .accordion-item .accordion-button .accordion_number {
  letter-spacing: -.01em;
  vertical-align: middle;
  color: #404659;
  min-width: 4.8rem;
  font-family: Cormorant Garamond;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

.mod-accordion .accordion .accordion-item .accordion-button .accordion_heading_text {
  vertical-align: middle;
  color: #404659;
  width: calc(100% - 39.2rem);
  font-family: Jost;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 120%;
}

.mod-accordion .accordion .accordion-item .accordion-button .accordion_button_icon {
  min-width: 2.4rem;
  transition: all .5s;
  transform: rotate(0);
}

.mod-accordion .accordion .accordion-item .accordion-button:not(.collapsed) .accordion_button_icon {
  transform: rotate(-180deg);
}

.mod-accordion .accordion .accordion-item .accordion-button:after {
  display: none;
}

.mod-accordion .accordion .accordion-item .accordion-collapse {
  box-shadow: none;
  background-color: #0000;
}

.mod-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
  max-width: calc(100% - 39.2rem);
  margin-bottom: 4rem;
  margin-left: 20.8rem;
  padding: 0;
}

@media (width >= 1200px) {
  .mod-accordion .container {
    box-sizing: content-box;
    max-width: 123.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (width <= 1199px) {
  .mod-accordion .accordion .accordion-item .accordion-button {
    gap: 8rem;
  }

  .mod-accordion .accordion .accordion-item .accordion-button .accordion_number {
    font-size: 2.4rem;
    position: relative;
    top: -.2rem;
  }

  .mod-accordion .accordion .accordion-item .accordion-button .accordion_heading_text {
    vertical-align: middle;
    color: #404659;
    width: calc(100% - 23.2rem);
    font-size: 2rem;
  }

  .mod-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    max-width: calc(100% - 23.2rem);
    margin-left: 12.8rem;
  }
}

@media (width <= 991px) {
  .mod-accordion .accordion .accordion-item .accordion-button {
    gap: 4rem;
  }

  .mod-accordion .accordion .accordion-item .accordion-button .accordion_heading_text {
    vertical-align: middle;
    color: #404659;
    width: calc(100% - 15.2rem);
  }

  .mod-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    max-width: calc(100% - 15.2rem);
    margin-left: 8.8rem;
  }
}

@media (width <= 767px) {
  .mod-accordion .accordion .accordion-item .accordion-button {
    gap: 0;
  }

  .mod-accordion .accordion .accordion-item .accordion-button .accordion_number {
    min-width: 3.2rem;
    font-size: 2.1rem;
    position: relative;
    top: -.4rem;
  }

  .mod-accordion .accordion .accordion-item .accordion-button .accordion_heading_text {
    vertical-align: middle;
    color: #404659;
    width: calc(100% - 6.4rem);
    font-size: 1.8rem;
  }

  .mod-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    max-width: calc(100% - 6.4rem);
    margin-left: 3.2rem;
  }
}

.summary-block .summary_block_inner {
  position: relative;
}

.summary-block .summary_block_inner .divider_gradient {
  background: linear-gradient(#eedfd6 0%, #faeee7 100%);
  width: 100%;
  height: calc(100% - 64px);
  position: absolute;
  top: 64px;
  left: 0;
}

.summary-block .summary_block_inner .row {
  position: relative;
}

.summary-block .summary_block_inner .row .box_border {
  border: 1.5px solid #d6c6bc;
  height: 100%;
  padding: 0 30px 30px 24px;
}

.summary-block .summary_block_inner .row .box_border .box_title {
  align-items: center;
  min-height: 64px;
  display: flex;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group > .row {
  row-gap: 8px;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .content_text_group {
  margin-bottom: 44px;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .content_text_group .content_text :last-child {
  margin-bottom: 0;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .content_text_group .content_text ul {
  flex-direction: column;
  row-gap: 8px;
  margin-top: 0;
  display: flex;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .content_text_group .content_text ul li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .content_text_group .content_text ul li:before {
  background: #3d4041;
  width: 3px;
  height: 3px;
  top: 8px;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .bullet_list {
  flex-direction: column;
  row-gap: 8px;
  display: flex;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .bullet_list_item {
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .bullet_list_item_icon {
  display: block;
}

.summary-block .summary_block_inner .row .box_border .summar_content_group .bullet_list_item_text {
  line-height: 130%;
}

@media (width <= 991px) {
  .summary-block .summary_block_inner {
    overflow: hidden;
  }

  .summary-block .summary_block_inner .divider_gradient {
    display: none;
  }

  .summary-block .summary_block_inner .container > .row {
    row-gap: 40px;
  }

  .summary-block .summary_block_inner .container > .row .box_border_col {
    position: relative;
  }

  .summary-block .summary_block_inner .container > .row .box_border_col:before {
    content: "";
    background: linear-gradient(#eedfd6 0%, #faeee7 100%);
    width: 110vw;
    height: calc(100% - 64px);
    position: absolute;
    top: 64px;
    left: 45%;
    transform: translateX(-50%);
  }

  .summary-block .summary_block_inner .container > .row .box_border_col .box_border {
    position: relative;
  }

  .summary-block .summary_block_inner .row .box_border .summar_content_group .content_text_group {
    margin-bottom: 30px;
  }

  .summary-block .summary_block_inner .row .box_border .summar_content_group .bullet_list_item {
    align-items: flex-start;
  }
}

.mod-quote-block-v2 .quote_title {
  padding: 2rem 0;
}

.mod-quote-block-v2 .quote_content {
  border-bottom: .1rem solid #d6c6bc;
  column-gap: 5.6rem;
  padding-bottom: 5.6rem;
}

.mod-quote-block-v2 .quote_content .quote_image {
  max-width: 15.6rem;
}

.mod-quote-block-v2 .quote_content .quote_image img {
  mix-blend-mode: multiply;
}

.mod-quote-block-v2 .quote_content .quote_inner_content {
  margin-top: 4rem;
}

.mod-quote-block-v2 .quote_content .quote_text > * {
  text-indent: -.22em;
}

.mod-quote-block-v2 .callback_content {
  margin-left: 7.6rem;
  padding-top: 6.3rem;
}

.mod-quote-block-v2 .callback_content .callback_content_data {
  gap: 2rem 1.5rem;
  margin-bottom: 2rem;
  margin-left: -6.5rem;
}

.mod-quote-block-v2 .callback_content .callback_content_data .callback_content_data_image_img {
  max-height: 4.3rem;
}

.mod-quote-block-v2 .callback_content .callback_content_data .btn {
  border: .15rem solid #faeee74d;
  height: 5.3rem;
}

.mod-quote-block-v2 .callback_content .callback_content_data .btn span {
  font-size: 2.2rem;
  line-height: 120%;
}

.mod-quote-block-v2 .callback_content .callback_content_data .circle_icon {
  background-color: #00d6d6;
  border-radius: 100%;
  width: .8rem;
  height: .8rem;
}

.mod-quote-block-v2 .callback_content .callback_content_phone {
  text-decoration: none !important;
}

@media (width <= 1199px) {
  .mod-quote-block-v2 .quote_content {
    column-gap: 4rem;
  }

  .mod-quote-block-v2 .quote_content .quote_inner_content {
    margin-top: 3rem;
  }

  .mod-quote-block-v2 .callback_content {
    margin-left: 6rem;
    padding-top: 5rem;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data {
    margin-left: -4.8rem;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data .btn span {
    font-size: 2rem;
  }
}

@media (width <= 991px) {
  .mod-quote-block-v2 .quote_title {
    padding: 1rem 0;
  }

  .mod-quote-block-v2 .quote_content {
    column-gap: 2rem;
    padding-bottom: 4.8rem;
  }

  .mod-quote-block-v2 .quote_content .quote_inner_content {
    margin-top: 2.1rem;
  }

  .mod-quote-block-v2 .callback_content {
    margin-left: 3rem;
    padding-top: 4rem;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data {
    margin-left: -3rem;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data .btn:hover:before {
    opacity: 1;
  }
}

@media (width <= 767px) {
  .mod-quote-block-v2 .quote_title {
    padding: 0;
  }

  .mod-quote-block-v2 .quote_content {
    padding-bottom: 4rem;
  }

  .mod-quote-block-v2 .quote_content .quote_image_img {
    width: auto;
    max-height: 10.3rem;
  }

  .mod-quote-block-v2 .callback_content {
    margin-left: 0;
    padding-top: 3.2rem;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data {
    margin-left: 0;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data_image {
    width: 100%;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data .btn {
    height: 5rem;
  }

  .mod-quote-block-v2 .callback_content .callback_content_data .btn span {
    font-family: Jost;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 130%;
  }
}

.image-wall-block {
  overflow: hidden;
}

.image-wall-block .section_inner {
  gap: 2.4rem 1.67%;
}

.image-wall-block .section_inner .floating_image {
  z-index: 5;
  width: 100vw;
  height: 66.6667vw;
  transition: all .5s;
  top: 44%;
  left: 0;
  transform: translateY(-50%);
}

.image-wall-block .section_inner .left_image {
  width: 7.223%;
  height: auto;
  min-height: 358px;
  padding-top: 28.334%;
}

.image-wall-block .section_inner .image_wall_content {
  width: 25.556%;
  padding-right: 2.4rem;
}

.image-wall-block .section_inner .image_wall_content > :first-child img {
  mix-blend-mode: multiply;
  will-change: transform;
  transform: translateZ(0);
}

.image-wall-block .section_inner .image_wall_content > :not(:first-child) {
  padding-left: 1.6rem;
}

.image-wall-block .section_inner .image_grid {
  gap: 1.6rem;
  width: 63.89%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col {
  gap: 1.6rem;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 {
  width: calc(44.34% - .8rem);
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 .image_grid_item_image:first-child {
  width: 100%;
  padding-top: 40.01%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 .image_grid_item_image:nth-child(2) {
  width: 100%;
  padding-top: 98.02%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 .image_grid_item_image:nth-child(3) {
  width: calc(50% - .8rem);
  padding-top: 40.01%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 .image_grid_item_image:nth-child(4) {
  width: calc(50% - .8rem);
  padding-top: 66.015%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 {
  width: calc(21.74% - .8rem);
  top: -7.77778vw;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 .image_grid_item_image:first-child {
  padding-top: 137.5%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 .image_grid_item_image:nth-child(2) {
  padding-top: 104.17%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 .image_grid_item_image:nth-child(3) {
  padding-top: 175%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 {
  width: calc(21.74% - .8rem);
  top: -6.11111vw;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 .image_grid_item_image:first-child {
  padding-top: 104.17%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 .image_grid_item_image:nth-child(2) {
  padding-top: 87.5%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 .image_grid_item_image:nth-child(3) {
  padding-top: 150%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_4 {
  width: calc(10.43% - .8rem);
  top: -6.80556vw;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_4 .image_grid_item_image:first-child {
  padding-top: 245.6%;
}

.image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_4 .image_grid_item_image:nth-child(2) {
  padding-top: 318.36%;
}

@media (width <= 1359px) {
  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_4 {
    display: none !important;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 {
    width: calc(47.44% - .8rem);
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 {
    width: calc(25.84% - .8rem);
    top: -7.24778vw;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 {
    width: calc(25.84% - .8rem);
    top: -5.31111vw;
  }
}

@media (width <= 1199px) {
  .image-wall-block .section_inner .image_wall_content {
    width: 36%;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_4 {
    display: none !important;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 {
    min-width: calc(47.44% - .8rem);
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 {
    min-width: calc(25.84% - .8rem);
    top: -6.54778vw;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 {
    min-width: calc(25.84% - .8rem);
    top: -4.81111vw;
  }
}

@media (width <= 991px) {
  .image-wall-block .section_inner .image_wall_content {
    width: 43%;
  }

  .image-wall-block .section_inner .image_grid {
    width: 50%;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 {
    min-width: calc(60% - .8rem);
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 {
    min-width: calc(40% - .8rem);
    top: -4.54778vw;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_3 {
    display: none !important;
  }
}

@media (width <= 767px) {
  .image-wall-block {
    overflow: hidden;
  }

  .image-wall-block .section_inner .left_image {
    min-width: 6.4vw;
  }

  .image-wall-block .section_inner .image_wall_content {
    min-width: 64vw;
    padding-right: 1rem;
  }

  .image-wall-block .section_inner .image_grid {
    min-width: 417px;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_1 {
    min-width: 100%;
  }

  .image-wall-block .section_inner .image_grid .image_grid_item_col.image_grid_item_col_2 {
    display: none !important;
  }
}

#image_wall_focus_element.is-zoomed {
  transform-origin: center;
  z-index: 3;
  clip-path: inset(0%);
  transition: none;
  scale: 4;
}

.mod-map-block .row {
  row-gap: 5rem;
}

.mod-map-block .row .content {
  border: .1rem solid #d6c6bc;
  border-width: .1rem 0;
  padding-top: 2.4rem;
  padding-bottom: 4.2rem;
}

.mod-map-block .row .content .content_inner {
  max-width: 65.8%;
}

.mod-map-block .row .content .content_inner :last-child {
  margin-bottom: 0;
}

.mod-map-block .row .map iframe {
  display: block;
}

@media (width <= 1359px) {
  .mod-map-block .row .content .content_inner {
    max-width: 72%;
  }
}

@media (width <= 1199px) {
  .mod-map-block .row .content .content_inner {
    max-width: 80%;
  }
}

@media (width <= 991px) {
  .mod-map-block .row .content .content_inner {
    max-width: 100%;
  }
}

@media (width <= 575px) {
  .mod-map-block .row .map iframe {
    height: 88.2667vw;
  }
}

.hubspot-form-block #hubspot-form-block .form_heading {
  text-align: center;
  letter-spacing: -.01em;
  max-width: 102.4rem;
  margin: 0 auto 8rem;
  font-family: Cormorant Garamond;
  font-size: 8rem;
  font-weight: 600;
  line-height: 90%;
}

.hubspot-form-block #hubspot-form-block .form_heading.alt {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 300;
}

.hubspot-form-block #hubspot-form-block .form_inner .rich-text.add_background {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  box-shadow: 0 4px 50px #0000001a;
}

.hubspot-form-block #hubspot-form-block .form_inner .rich-text.add_background:before {
  content: "";
  border-top: 20px solid #0000;
  border-bottom: 20px solid #0000;
  border-left: 20px solid #fff;
  position: absolute;
  top: 50px;
  left: 100%;
}

.hubspot-form-block #hubspot-form-block .form_inner .image_parent_bg:before {
  content: "";
  backdrop-filter: blur(18.6px);
  background: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hubspot-form-block #hubspot-form-block .form_inner .image_parent_middle_img {
  padding: 7.1rem 6rem 5.9rem 5.6rem;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .form_code_heading {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media (width <= 480px) {
  .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form > fieldset.form-columns-2 .field {
    margin-bottom: 1.6rem;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form > fieldset.form-columns-2 .field:last-child {
    margin-bottom: 0;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form > fieldset {
    margin-bottom: 1.6rem;
  }
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field {
  position: relative;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone > label, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs_opted_in_for_newsletter_etg_property > label, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-fieldtype-select > label, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field label.hide_label, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field > label {
  display: none;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field:not(.hs-phone, .hs-recaptcha) .input:before {
  content: "";
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: .5rem;
  width: 100%;
  height: calc(100% + .2rem);
  position: absolute;
  top: 0;
  left: 0;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field:not(.hs-phone, .hs-recaptcha) .input:focus-within:before {
  background: #173247;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input {
  border-radius: .4rem;
  position: relative;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input textarea, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input input, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input select {
  letter-spacing: 0;
  vertical-align: middle;
  color: #12273b;
  background-color: #faeee7;
  border: 1px solid #0000;
  border-radius: .4rem;
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  padding: 1.15rem 2.4rem;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  top: .1rem;
  left: .1rem;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input textarea {
  box-sizing: border-box;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field ul {
  margin: .2rem 0 0;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field ul li {
  padding-left: 0;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field ul li:before {
  display: none;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field ul li label.hs-error-msg {
  color: #b10732;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: normal;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-recaptcha .input:before, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone .input:before {
  display: none !important;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone .input .hs-input input, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone .input .hs-input select {
  border: 1px solid #c4bb9f;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone .input .hs-input input:focus, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone .input .hs-input select:focus {
  border-color: #173247;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form .hs_submit .actions {
  margin-bottom: 30px;
  margin-left: 0;
  margin-top: 22px !important;
  padding: 0 !important;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form .hs_submit .actions input[type="submit"] {
  height: 4.4rem;
  color: var(--ink);
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 0 2.4rem 0 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form .hs_submit .actions input[type="submit"]:hover {
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
}

.hubspot-form-block #hubspot-form-block .form_inner .contact_form_logo_list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 88px;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.hubspot-form-block #hubspot-form-block .form_inner .contact_form_logo_list img {
  max-height: 80px;
}

@media (width <= 1359px) {
  .hubspot-form-block #hubspot-form-block .form_heading {
    max-width: 80rem;
    margin-bottom: 6rem;
    font-size: 6rem;
  }
}

@media (width <= 1199px) {
  .hubspot-form-block #hubspot-form-block .form_heading {
    margin-bottom: 4.5rem;
    font-size: 4.8rem;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .contact_form_logo_list {
    column-gap: 64px;
  }
}

@media (width <= 991px) {
  .hubspot-form-block #hubspot-form-block .form_heading {
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }

  .hubspot-form-block #hubspot-form-block .form_heading br {
    display: none;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .image_parent_middle_img {
    padding: 3.5rem 3rem 2.9rem 2.6rem;
  }
}

@media (width <= 767px) {
  .hubspot-form-block #hubspot-form-block .form_inner {
    row-gap: 3.6rem;
  }

  .hubspot-form-block #hubspot-form-block .form_inner.left_type_text .form_left {
    order: 2;
  }

  .hubspot-form-block #hubspot-form-block .form_inner.left_type_text .form_right {
    order: 1;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .image_parent_bg {
    max-height: 50%;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .rich-text.add_background {
    padding: 16px;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .rich-text.add_background:before {
    display: none;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .contact_form_logo_list img {
    max-height: 55px;
  }
}

@media (width <= 575px) {
  .hubspot-form-block #hubspot-form-block .form_inner .image_parent_bg {
    max-height: 36.2667vw;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .image_parent_middle_img {
    padding: 0 10.9rem 1.8rem 10.3rem;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .contact_form_logo_list {
    column-gap: 24px;
  }
}

@media (width <= 479px) {
  .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field.hs-phone .input .hs-input select {
    margin-bottom: 10px;
  }

  .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input textarea, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input input, .hubspot-form-block #hubspot-form-block .form_inner .form_code .hbspt-form form .field .input select {
    width: calc(100% - .2rem) !important;
  }
}

@media (width <= 374px) {
  .hubspot-form-block #hubspot-form-block .form_inner .image_parent_middle_img {
    padding: 0 8.9rem 1.8rem 8.3rem;
  }
}

.boiler-hero {
  min-height: 20rem;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 991px) {
  .boiler-hero {
    min-height: 65rem;
  }

  .boiler-hero.no-img {
    min-height: 20rem;
  }
}

.boiler-hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.boiler-hero-background img {
  object-fit: cover;
  object-position: center;
  z-index: -3;
  mix-blend-mode: Multiply;
  filter: grayscale();
  width: 100%;
  position: relative;
}

.boiler-hero-background .white-box {
  opacity: .8;
  z-index: -2;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.boiler-hero-background:after {
  content: "";
  z-index: -1;
  opacity: .7;
  background: linear-gradient(98deg, #e9e3cd 0%, #c4bb9f 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.boiler-hero-content {
  z-index: 1;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 141px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.boiler-hero-right {
  position: relative;
}

.boiler-hero-left.no_bg_image :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.boiler-hero-left.no_bg_image .title:after {
  display: none !important;
}

.boiler-hero-left .subtitle {
  letter-spacing: 0%;
  vertical-align: bottom;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.boiler-hero-left .title {
  padding-bottom: 44px;
  font-family: Cormorant Garamond;
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.boiler-hero-left .title:after {
  content: "";
  background: url("hero-section-line.f3c1746f.svg") 0 no-repeat;
  width: 100vw;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.boiler-hero-left .btn {
  width: 100%;
}

@media (width >= 1200px) {
  .boiler-hero-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    padding-top: 165px;
  }

  .boiler-hero-right {
    width: 50%;
  }

  .boiler-hero-right:before {
    z-index: -1;
    left: 0;
  }

  .boiler-hero-left {
    width: 50%;
  }

  .boiler-hero-left .subtitle {
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 120%;
  }

  .boiler-hero-left .subtitle:after {
    content: "";
    background: url("hero-section-line.f3c1746f.svg") 0 no-repeat;
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .boiler-hero-left .title {
    font-size: 80px;
    font-weight: 300;
    line-height: 90%;
  }

  .boiler-hero-left .title:after {
    display: none;
  }

  .boiler-hero-left .btn {
    width: initial;
  }
}

.boiler-hero.no-img .boiler-hero-left .subtitle:after {
  display: none;
}

.boiler-menu-wrapper {
  z-index: 555;
  background: linear-gradient(98deg, #e9e3cd 0%, #c4bb9f 100%);
  padding-top: 20px;
  position: sticky;
  top: 0;
  overflow-x: auto;
  box-shadow: 0 2px 6px #0000000d;
}

.boiler-menu-wrapper .boiler-menu-items {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  display: flex;
}

.boiler-menu-wrapper .boiler-menu-items .menu-link {
  color: #173247;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}

.boiler-menu-wrapper .boiler-menu-items .menu-link:after {
  content: "";
  width: 100%;
  height: 3px;
  transition: transform .6s var(--smooth);
  will-change: transform;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.boiler-menu-wrapper .boiler-menu-items .menu-link:hover {
  color: #002649;
}

.boiler-menu-wrapper .boiler-menu-items .menu-link:hover:after, .boiler-menu-wrapper .boiler-menu-items .menu-link.active:after {
  transform: scaleX(1);
}

.boiler-menu-wrapper .boiler-menu-progressbar {
  opacity: .4;
  background: #00305780;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.boiler-menu-wrapper .boiler-menu-progressbar-status {
  background: #faeee7b3;
  height: 4px;
  position: absolute;
}

@media (width >= 1200px) {
  .boiler-menu-wrapper .boiler-menu-items {
    gap: 60px;
  }
}

.mod-gravity-form .et_symbol {
  text-align: center;
  margin-bottom: 13px;
}

.mod-gravity-form .et_symbol_img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mod-gravity-form .form_heading {
  text-align: center;
  letter-spacing: -.01em;
  max-width: 102.4rem;
  margin: 0 auto 8rem;
  font-family: Cormorant Garamond;
  font-size: 8rem;
  font-weight: 600;
  line-height: 90%;
}

.mod-gravity-form .form_heading.alt {
  letter-spacing: 0;
  font-style: italic;
  font-weight: 300;
}

.mod-gravity-form .form_inner .image_parent_bg:before {
  content: "";
  backdrop-filter: blur(18.6px);
  background: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mod-gravity-form .form_inner .image_parent_middle_img {
  padding: 7.1rem 6rem 5.9rem 5.6rem;
}

@media (width <= 1359px) {
  .mod-gravity-form .form_heading {
    max-width: 80rem;
    margin-bottom: 6rem;
    font-size: 6rem;
  }
}

@media (width <= 1199px) {
  .mod-gravity-form .form_heading {
    margin-bottom: 4.5rem;
    font-size: 4.8rem;
  }
}

@media (width <= 991px) {
  .mod-gravity-form .form_heading {
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }

  .mod-gravity-form .form_heading br {
    display: none;
  }

  .mod-gravity-form .form_inner .image_parent_middle_img {
    padding: 3.5rem 3rem 2.9rem 2.6rem;
  }
}

@media (width <= 767px) {
  .mod-gravity-form .form_inner {
    row-gap: 3.6rem;
  }

  .mod-gravity-form .form_inner .image_parent_bg {
    max-height: 50%;
  }
}

@media (width <= 575px) {
  .mod-gravity-form .form_inner .image_parent_bg {
    max-height: 36.2667vw;
  }

  .mod-gravity-form .form_inner .image_parent_middle_img {
    padding: 0 10.9rem 1.8rem 10.3rem;
  }
}

@media (width <= 374px) {
  .mod-gravity-form .form_inner .image_parent_middle_img {
    padding: 0 8.9rem 1.8rem 8.3rem;
  }
}

.mod-gravity-form-v2 .form_heading {
  margin-bottom: 76px;
}

.mod-gravity-form-v2 .gravity_form_popup {
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  padding: 50px 0;
  transition: all .5s;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_overlay {
  backdrop-filter: blur(17px);
  background: #d6c6bccc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner {
  background-color: #fff;
  max-width: 1024px;
  max-height: calc(100vh - 100px);
  margin: auto;
  display: flex;
  position: relative;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .close_gravity_popup {
  background-color: #0000;
  border: none;
  position: absolute;
  top: 24px;
  right: 28px;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_left {
  width: 39%;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_left .image_parent {
  height: 100%;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_left .image_parent_bg:before {
  content: "";
  backdrop-filter: blur(18.6px);
  background: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_left .image_parent_middle_img {
  padding: 7.1rem 6rem 5.9rem 5.6rem;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right {
  background-color: #fff;
  width: 61%;
  padding: 56px 56px 34px 71px;
  overflow-y: auto;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner {
  max-width: 436px;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner .gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-html) {
  max-width: 400px;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="checkbox"], [type="radio"]), .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select, .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select .choices__inner {
  background-color: #fff;
}

.mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .form_right_inner .form_code {
  margin-bottom: 42px;
}

.mod-gravity-form-v2 .gravity_form_popup.show {
  opacity: 1;
  pointer-events: all;
}

.mod-gravity-form-v2 .form_inner .form_inner_content {
  background-color: #eedfd6;
  min-height: 45.3rem;
  padding: 6.8rem;
}

.mod-gravity-form-v2 .form_inner .form_inner_left .form_inner_left_img {
  max-width: 344px;
  margin: 0 auto;
}

.mod-gravity-form-v2 .form_inner .form_inner_right .form_inner_right_content {
  margin-bottom: 45px;
}

.mod-gravity-form-v2 .form_inner .form_inner_right .form_inner_right_content :last-child {
  margin-bottom: 0;
}

.mod-gravity-form-v2 .form_bottom {
  margin-top: 95px;
}

@media (width <= 991px) {
  .mod-gravity-form-v2 .form_inner .form_inner_left .form_inner_left_img {
    max-width: 250px;
  }

  .mod-gravity-form-v2 .form_bottom {
    margin-top: 45px;
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_left .image_parent_middle_img {
    padding: 3.5rem 3rem 2.9rem 2.6rem;
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right {
    padding: 56px 34px 42px;
  }
}

@media (width <= 767px) {
  .mod-gravity-form-v2 .form_inner {
    padding-top: 60px;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content {
    padding: 310px 27px 57px;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content .form_inner_left {
    top: -110px;
    width: 100% !important;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content .form_inner_right {
    width: 100% !important;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content .form_inner_right .form_inner_right_content {
    margin-bottom: 29px;
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner {
    width: calc(100% - 48px);
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .close_gravity_popup {
    top: 20px;
    right: 24px;
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_left {
    display: none;
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right {
    width: 100%;
    padding-left: 27px;
    padding-right: 27px;
  }

  .mod-gravity-form-v2 .gravity_form_popup .gravity_form_popup_inner .form_right .gform_confirmation_message .btn {
    margin-bottom: 20px;
  }
}

@media (width <= 576px) {
  .mod-gravity-form-v2 .form_inner {
    padding-top: 0;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content {
    padding: 38.9333vw 27px 57px;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content .form_inner_left {
    top: -14.4vw;
  }

  .mod-gravity-form-v2 .form_inner .form_inner_content .form_inner_left .form_inner_left_img {
    max-width: 30.9333vw;
  }
}

.post-hero {
  padding-top: 104px;
  overflow: hidden;
}

@media screen and (width <= 991px) {
  .post-hero {
    padding-top: 7.4rem;
  }
}

.post-hero-inner {
  position: relative;
}

.post-hero-image {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.post-hero-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.post-hero-image:after {
  content: "";
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  gap: 25px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.post-hero-content-left {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.post-hero-content-left .author {
  letter-spacing: 0;
  color: #faeee7;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.post-hero-content-left .title {
  letter-spacing: 0;
  vertical-align: bottom;
  color: #faeee7;
  margin-bottom: 28px;
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.post-hero-content-left .excerpt {
  letter-spacing: 0;
  color: #faeee7;
  margin-bottom: 32px;
  font-family: Cormorant Garamond;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.post-hero-content-left .links {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  display: flex;
}

.post-hero-content-left .links a {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #faeee7;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.post-hero-content-left .links a:after {
  content: "";
  background: url("arrow-link.6b5b3c82.svg") center no-repeat;
  width: 12px;
  height: 12px;
}

.post-hero-content .buttons {
  gap: 16px;
  display: flex;
}

.post-hero-content .buttons .share-wrapper .share {
  z-index: 10;
  left: 0;
  right: initial;
}

@media (width >= 1200px) {
  .post-hero-content {
    align-items: initial;
    flex-direction: row;
    justify-content: space-between;
    padding: 43px 56px;
  }

  .post-hero-content-left {
    width: 555px;
  }

  .post-hero-content-left .title {
    font-size: 80px;
    font-weight: 300;
    line-height: 90%;
  }

  .post-hero-content-left .excerpt {
    font-size: 26px;
    line-height: 1.15;
  }

  .post-hero-content .buttons {
    align-items: flex-end;
  }

  .post-hero-content .buttons .share-wrapper .share {
    right: -.4rem;
    left: initial;
  }
}

.post-template-default .header__logo__symbol {
  background: url("symbol-eggshell.975ec11c.svg") center / contain no-repeat;
  height: 7.5rem;
}

.post-template-default .header__logo__symbol img {
  display: none;
}

.itinerary__hero {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  height: 100vh;
  transition: all 1s var(--custom);
  position: relative;
}

.itinerary__hero.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (width <= 991px) {
  .itinerary__hero {
    height: 94rem;
  }
}

.itinerary__hero__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.itinerary__hero__media__item {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.itinerary__hero__media__item .media {
  will-change: transform;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__hero__media__item .media > img, .itinerary__hero__media__item .media > video {
    height: 100svh;
  }

  .itinerary__hero__media__item .media .flip {
    mix-blend-mode: multiply;
    width: 100%;
    height: calc(100rem - 100svh);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
  }

  .itinerary__hero__media__item .media .flip:after {
    content: "";
    z-index: 5;
    background: linear-gradient(#0000, #000, #0000);
    width: 100%;
    height: 32%;
    display: block;
    position: absolute;
    bottom: -10%;
    left: 0;
  }

  .itinerary__hero__media__item .media .flip img, .itinerary__hero__media__item .media .flip video {
    filter: blur(8px);
  }
}

.itinerary__hero__media .media-layers {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}

.itinerary__hero__media .layer {
  position: absolute;
  inset: 0;
}

.itinerary__hero__media .gradient-1 {
  background: linear-gradient(58.2deg, #3d4041 11.5%, #3d404100 54.16%);
}

@media screen and (width <= 991px) {
  .itinerary__hero__media .gradient-1 {
    mix-blend-mode: multiply;
    background: linear-gradient(#3d404100 0%, #3d4041 42.31% 100%);
    height: 60%;
    top: auto;
    bottom: 0;
  }
}

.itinerary__hero__media .gradient-2 {
  mix-blend-mode: multiply;
  background: linear-gradient(#3d4041cc 0%, #3d404100 38.42%);
}

@media screen and (width <= 991px) {
  .itinerary__hero__media .gradient-2 {
    background: linear-gradient(#3d4041cc 0%, #3d404100 45%);
    height: 32rem;
  }
}

.itinerary__hero__media .overlay-dark {
  background: #626667e6;
}

@media screen and (width <= 991px) {
  .itinerary__hero__media .overlay-dark {
    background: #626667cc;
  }
}

.itinerary__hero__media .overlay-light {
  z-index: 0;
  background: #faeee7;
}

.itinerary__hero__media .media-content {
  position: relative;
}

.itinerary__hero__top {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__hero__top .itinerary__hero__top__meta {
    width: 100%;
    height: 110px;
    position: absolute;
    overflow-x: auto;
  }
}

.itinerary__hero__top .itinerary__hero__top__meta_group {
  gap: 6px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: -25.5px;
  transform: translateY(-100%);
}

@media screen and (width <= 991px) {
  .itinerary__hero__top .itinerary__hero__top__meta_group {
    top: 105px;
  }
}

.itinerary__hero__top .itinerary__hero__top__meta_group .cards__item__tag_item, .itinerary__hero__top .itinerary__hero__top__meta_group .cards__item__days, .itinerary__hero__top .itinerary__hero__top__meta_group .cards__item__category {
  white-space: nowrap;
  position: relative;
  inset: auto;
  transform: none;
}

.itinerary__hero__top .itinerary__hero__top__meta_group .cards__item__category {
  height: 2.4rem;
}

.itinerary__hero__top .itinerary__hero__top__meta_group .cards__item__tag_item {
  color: #fff;
  background: #0000004d;
  border: .5px solid #faeee74d;
  border-radius: 12px;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.itinerary__hero__top .itinerary_buttons {
  gap: 16px;
  display: flex;
  position: absolute;
  top: -25.5px;
  right: 0;
  transform: translateY(-100%);
}

@media screen and (width <= 991px) {
  .itinerary__hero__top .itinerary_buttons {
    display: none !important;
  }
}

.itinerary__hero__top .itinerary_buttons .share-wrapper .share {
  right: -.3rem;
}

.itinerary__hero__top:before {
  content: "";
  border: 1px solid #faeee7b3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -8px;
}

.itinerary__hero__top:after {
  content: "";
  border: 1px solid #faeee7b3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: -8px;
}

.itinerary__hero__top .line {
  background-color: var(--eggshell);
  opacity: .7;
  flex-grow: 1;
  height: .5px;
  display: block;
}

@media screen and (width <= 991px) {
  .itinerary__hero__top {
    z-index: 4;
    width: calc(100% - 2.4rem);
    position: absolute;
    top: 18rem;
  }

  .itinerary__hero__top:after {
    display: none;
  }
}

.itinerary__hero__content {
  z-index: 3;
  color: var(--eggshell);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content .container {
    position: relative;
  }
}

.itinerary__hero__content__wrapper {
  height: 36rem;
  padding-bottom: 4.8rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content__wrapper {
    height: 30rem;
  }
}

.itinerary__hero__content__wrapper p {
  max-width: 40rem;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content__wrapper p {
    max-width: 30rem;
    font-size: 1.4rem;
  }
}

.itinerary__hero__content__review {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content__review {
    column-gap: 20px;
    padding-bottom: 8.8rem;
    position: static;
  }
}

.itinerary__hero__content__review .itinerary__hero__content__review_details {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (width <= 575px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details {
    flex-direction: column;
    row-gap: 24px;
  }
}

.itinerary__hero__content__review .itinerary__hero__content__review_details_item {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding-top: 6.7rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (width <= 767px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item {
    padding-top: 0;
  }
}

@media screen and (width <= 575px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item {
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 16px;
    width: 100%;
  }
}

.itinerary__hero__content__review .itinerary__hero__content__review_details_item_image {
  width: 37px;
  height: 35px;
  margin-bottom: 19px;
}

@media screen and (width <= 575px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item_image {
    text-align: left;
    margin-bottom: 0;
  }
}

.itinerary__hero__content__review .itinerary__hero__content__review_details_item_img {
  display: block;
}

.itinerary__hero__content__review .itinerary__hero__content__review_details_item_title {
  letter-spacing: 0;
  text-align: center;
  color: #faeee7;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (width <= 575px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item_title {
    text-align: left;
  }
}

.itinerary__hero__content__review .itinerary__hero__content__review_details_item_description {
  letter-spacing: -.01em;
  text-align: center;
  color: #faeee7;
  font-family: Cormorant Garamond;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 33px;
}

@media screen and (width <= 575px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item_description {
    text-align: left;
    line-height: 100%;
  }
}

@media screen and (width >= 992px) {
  .itinerary__hero__content__review .itinerary__hero__content__review_details_item:after {
    content: "";
    background-color: var(--eggshell);
    opacity: .7;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
  }

  .itinerary__hero__content__review .itinerary__hero__content__review_details_item:last-child:after {
    display: none;
  }
}

.itinerary__hero__content__review .itinerary_buttons {
  flex-direction: column-reverse;
  row-gap: 16px;
  margin-top: 13px;
  display: flex;
}

@media screen and (width >= 992px) {
  .itinerary__hero__content__review .itinerary_buttons {
    display: none;
  }
}

.itinerary__hero__content__review .itinerary_buttons .share-wrapper .share {
  right: 0;
}

.itinerary__hero__content__review .pause-video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 8.2rem;
  right: 8px;
}

.itinerary__hero__content__review .pause-video.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content__review .pause-video {
    top: -4.2rem;
    bottom: auto;
    right: 2.6rem;
  }
}

.itinerary__hero__content .content-slide {
  pointer-events: none;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2.8rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.itinerary__hero__content .content-slide .buttons {
  align-items: flex-end;
  padding-right: 3.2rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content .content-slide .buttons {
    padding-right: 0;
    display: block;
  }

  .itinerary__hero__content .content-slide .buttons .btn-secondary {
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    display: table;
  }
}

.itinerary__hero__content .content-slide .buttons .btn {
  margin-right: 4rem;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content .content-slide .buttons .btn {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .itinerary__hero__content .content-slide .buttons .play-video {
    position: absolute;
    top: -6rem;
    left: 0;
  }
}

.itinerary__hero__content .content-slide h1 {
  max-width: 40rem;
  margin-bottom: 2.8rem;
  padding-right: 7.2rem;
  font-family: Cormorant Garamond;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content .content-slide h1 {
    height: auto;
    margin-bottom: 8rem;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 90%;
  }
}

@media screen and (width <= 575px) {
  .itinerary__hero__content .content-slide h1 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 0;
    display: -webkit-box;
    overflow: hidden;
  }
}

.itinerary__hero__content .content-slide h1, .itinerary__hero__content .content-slide p, .itinerary__hero__content .content-slide .buttons {
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s var(--smooth), visibility .6s var(--smooth), transform .1s ease .6s;
  transform: translateY(4rem)translateZ(0);
}

@media screen and (width <= 991px) {
  .itinerary__hero__content .content-slide .buttons {
    transform: none;
  }
}

.itinerary__hero__content .content-slide.active {
  pointer-events: initial;
}

.itinerary__hero__content .content-slide.active h1, .itinerary__hero__content .content-slide.active p, .itinerary__hero__content .content-slide.active .buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)translateZ(0);
}

.itinerary__hero__content .content-slide.active h1 {
  transition: all .6s var(--smooth) .6s;
}

.itinerary__hero__content .content-slide.active p {
  transition: all .6s var(--smooth) .7s;
}

.itinerary__hero__content .content-slide.active .buttons {
  transition: all .6s var(--smooth) .8s;
}

@media screen and (width <= 991px) {
  .itinerary__hero__content .content-slide.active .buttons {
    transform: none;
  }
}

.accommodation-hero {
  position: relative;
  overflow: hidden;
}

.accommodation-hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.accommodation-hero-background img {
  object-fit: cover;
  object-position: center;
  z-index: -3;
  mix-blend-mode: Multiply;
  filter: grayscale();
  width: 100%;
  position: relative;
}

.accommodation-hero-background .white-box {
  opacity: .8;
  z-index: -2;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.accommodation-hero-background:after {
  content: "";
  z-index: -1;
  opacity: .7;
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.accommodation-hero-content {
  z-index: 1;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 136px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.accommodation-hero-right {
  width: 100%;
  height: 651px;
  position: relative;
}

@media (width <= 767px) {
  .accommodation-hero-right {
    height: 69.3333vw;
  }
}

.accommodation-hero-left {
  width: 100%;
}

@media (width <= 991px) {
  .accommodation-hero-left {
    flex-direction: column;
    display: flex;
  }
}

.accommodation-hero-left__meta {
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

@media (width <= 991px) {
  .accommodation-hero-left__meta {
    order: 2;
    width: calc(100% + 24px);
    margin-bottom: 114px;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .accommodation-hero-left__meta .line {
    top: 0;
    bottom: auto;
  }
}

.accommodation-hero-left__meta_left {
  align-items: center;
  column-gap: 6px;
  width: calc(100% - 100px);
  display: flex;
  overflow-x: auto;
}

@media (width <= 991px) {
  .accommodation-hero-left__meta_left {
    width: 100%;
  }
}

.accommodation-hero-left__meta .cards__item__tag_item, .accommodation-hero-left__meta .cards__item__holiday_style, .accommodation-hero-left__meta .cards__item__category {
  white-space: nowrap;
  position: relative;
  inset: auto;
  transform: none;
}

.accommodation-hero-left__meta .cards__item__holiday_style {
  letter-spacing: 2.2px;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border: 1px solid #faeee74d;
  border-radius: 12px;
  padding: 6px 14px 4px;
  font-family: Jost;
  font-size: 11px;
  font-weight: 600;
  line-height: 130%;
}

.accommodation-hero-left__meta .cards__item__tag_item {
  letter-spacing: 0;
  color: #626667;
  background: #faeee7;
  border: .5px solid #00000040;
  border-radius: 12px;
  padding: 5px 12px 3px;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.accommodation-hero-left__meta .line {
  opacity: 1;
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 100%);
  flex-grow: 1;
  width: 100%;
  height: .5px;
  padding-left: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.accommodation-hero-left__meta .line:before {
  content: "";
  border: 1px solid #faeee7;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: -3px;
  left: -8px;
}

.accommodation-hero-left__meta_right {
  align-items: center;
  column-gap: 16px;
  display: flex;
}

.accommodation-hero-left__meta_right .share-wrapper .share {
  right: 0;
}

@media (width <= 991px) {
  .accommodation-hero-left__meta_right {
    display: none;
  }

  .accommodation-hero-left .accommodation_title_group {
    order: 1;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 20px;
    display: flex;
  }
}

.accommodation-hero-left .accommodation_title_group .accommodation_title_group_share {
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  display: flex;
}

.accommodation-hero-left .accommodation_title_group .accommodation_title_group_share .share-wrapper .share {
  right: 0;
}

@media (width >= 992px) {
  .accommodation-hero-left .accommodation_title_group .accommodation_title_group_share {
    display: none;
  }
}

.accommodation-hero-left .subtitle {
  letter-spacing: 0%;
  vertical-align: bottom;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.accommodation-hero-left .title {
  padding-bottom: 44px;
  font-family: Cormorant Garamond;
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.accommodation-hero-left .highlights_list {
  width: 100%;
  display: flex;
}

@media (width <= 991px) {
  .accommodation-hero-left .highlights_list {
    order: 3;
  }
}

@media (width <= 575px) {
  .accommodation-hero-left .highlights_list {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 36px;
  }

  .accommodation-hero-left .highlights_list .highlights_list_item {
    width: 100% !important;
    min-height: auto !important;
    padding-left: 0 !important;
  }

  .accommodation-hero-left .highlights_list .highlights_list_item:after {
    display: none !important;
  }

  .accommodation-hero-left .highlights_list .highlights_list_item_description {
    max-width: none !important;
  }
}

.accommodation-hero-left .highlights_list .highlights_list_item {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  min-height: 137px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.accommodation-hero-left .highlights_list .highlights_list_item:not(:first-child) {
  padding-left: 24px;
}

.accommodation-hero-left .highlights_list .highlights_list_item:not(:last-child):after {
  content: "";
  background-color: #eedfd6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.accommodation-hero-left .highlights_list .highlights_list_item_title {
  letter-spacing: 0;
  color: #173247;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.accommodation-hero-left .highlights_list .highlights_list_item_description {
  letter-spacing: -.01em;
  color: #173247;
  max-width: 136px;
  font-family: Cormorant Garamond;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

.accommodation-hero-left .highlights_list .highlights_list_item_description * {
  letter-spacing: -.01em;
  color: #173247;
  font-family: Cormorant Garamond;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

.accommodation-hero-left .btn {
  width: 100%;
}

@media (width >= 992px) {
  .accommodation-hero-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    padding-top: 165px;
    padding-bottom: 0;
  }

  .accommodation-hero-right {
    width: 50%;
  }

  .accommodation-hero-right:before {
    z-index: -1;
    left: 0;
  }

  .accommodation-hero-left {
    width: 50%;
  }

  .accommodation-hero-left > * {
    padding-right: 24px;
  }

  .accommodation-hero-left__meta {
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
  }

  .accommodation-hero-left__meta_left {
    align-items: center;
    column-gap: 6px;
    width: calc(100% - 100px);
    display: flex;
    overflow-x: auto;
  }

  .accommodation-hero-left__meta .cards__item__tag_item, .accommodation-hero-left__meta .cards__item__holiday_style, .accommodation-hero-left__meta .cards__item__category {
    white-space: nowrap;
    position: relative;
    inset: auto;
    transform: none;
  }

  .accommodation-hero-left__meta .cards__item__holiday_style {
    letter-spacing: 2.2px;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
    border: 1px solid #faeee74d;
    border-radius: 12px;
    padding: 6px 14px 4px;
    font-family: Jost;
    font-size: 11px;
    font-weight: 600;
    line-height: 130%;
  }

  .accommodation-hero-left__meta .cards__item__tag_item {
    letter-spacing: 0;
    color: #626667;
    background: #faeee7;
    border: .5px solid #00000040;
    border-radius: 12px;
    padding: 5px 12px 3px;
    font-family: Jost;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }

  .accommodation-hero-left__meta .line {
    opacity: 1;
    background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 100%);
    flex-grow: 1;
    width: 100%;
    height: 1px;
    padding-left: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .accommodation-hero-left__meta .line:before {
    content: "";
    border: 1px solid #faeee7;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: -3px;
    left: -8px;
  }

  .accommodation-hero-left__meta_right {
    align-items: center;
    column-gap: 16px;
    display: flex;
  }

  .accommodation-hero-left__meta_right .share-wrapper .share {
    right: 0;
  }

  .accommodation-hero-left .subtitle {
    font-size: 22px;
    line-height: 120%;
  }

  .accommodation-hero-left .title {
    min-height: 200px;
    padding-bottom: 36px;
    font-size: 80px;
    font-weight: 300;
    line-height: 90%;
  }

  .accommodation-hero-left .title:after {
    display: none;
  }

  .accommodation-hero-left .btn {
    width: initial;
  }
}

.posts-list {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 48px;
  display: flex;
}

.posts-list .post-item {
  width: 100%;
}

.posts-list .post-item:first-child {
  margin-top: 0;
}

.posts-list .post-item.right {
  flex-direction: row-reverse;
}

.posts-list .post-item.wide {
  margin: 90px 0;
}

@media (width <= 991px) {
  .posts-list .post-item.wide {
    margin: 40px 0;
  }
}

@media (width <= 767px) {
  .posts-list .post-item.wide {
    margin: 0;
  }
}

.posts-list .post-item.wide:first-child {
  margin-top: 0;
}

.posts-list .post-item > h2 {
  margin-bottom: 20px;
  display: none;
}

.posts-list .post-item h2 a {
  letter-spacing: 0;
  color: #173247;
  margin-bottom: 23px;
  font-family: Cormorant Garamond;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 105%;
  display: block;
}

.posts-list .post-item .post-item-image {
  height: 305px;
  margin-bottom: 20px;
  position: relative;
}

.posts-list .post-item .post-item-image img {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.posts-list .post-item .post-item-image:before {
  content: "";
  z-index: 1;
  background: #0000001a;
  position: absolute;
  inset: 0;
}

.posts-list .post-item .post-item-image .post-item-link-icon {
  z-index: 2;
  background: url("arrow-post-card-link.d825fc60.svg") 0 / contain no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.posts-list .post-item .post-item-content .excerpt {
  display: none;
}

.posts-list .post-item .post-item-content .links {
  border-bottom: 1px solid #d6c6bc;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-bottom: 27px;
  display: flex;
}

.posts-list .post-item .post-item-content .links a {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #3d4041;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.posts-list .post-item .post-item-content .links a:after {
  content: "";
  background: url("arrow-link.6b5b3c82.svg") center no-repeat;
  width: 12px;
  height: 12px;
}

.posts-list .post-item.wide .post-item-image {
  width: calc(100% + 48px);
  margin: 0 -24px 20px;
}

.posts-list .post-item.wide .post-item-image .post-item-link-icon {
  left: 40px;
}

.posts-list .post-item.wide .post-item-content > h2 {
  display: none;
}

.posts-list .post-item.wide .post-item-content .excerpt {
  letter-spacing: 0;
  color: #173247;
  margin-bottom: 66px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.posts-list .post-item.wide > h2 {
  display: block;
}

@media (width >= 575px) {
  .posts-list {
    gap: 17px;
  }

  .posts-list .post-item {
    width: calc(50% - 8.5px);
  }

  .posts-list .post-item .post-item-image {
    height: 404px;
  }

  .posts-list .post-item .post-item-content {
    flex-direction: column;
    height: calc(100% - 424px);
    display: flex;
  }

  .posts-list .post-item .post-item-content .links {
    margin-top: auto;
  }

  .posts-list .post-item.wide {
    width: 100%;
  }

  .posts-list .post-item.wide > h2 {
    display: none;
  }

  .posts-list .post-item.wide .post-item-image {
    width: 100%;
    margin: 0 0 20px;
  }

  .posts-list .post-item.wide .post-item-content > h2 {
    display: block;
  }
}

@media (width >= 768px) {
  .posts-list .post-item {
    width: calc(33.3333% - 11.3333px);
  }

  .posts-list .post-item.wide {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .posts-list .post-item.wide .post-item-image {
    width: 57%;
    margin: 0;
  }

  .posts-list .post-item.wide .post-item-content {
    width: 34%;
    height: 100%;
  }
}

.experience-hero {
  position: relative;
  overflow: hidden;
}

.experience-hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.experience-hero-background img {
  object-fit: cover;
  object-position: center;
  z-index: -3;
  mix-blend-mode: Multiply;
  filter: grayscale();
  width: 100%;
  position: relative;
}

.experience-hero-background .white-box {
  opacity: .8;
  z-index: -2;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.experience-hero-background:after {
  content: "";
  z-index: -1;
  opacity: .7;
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.experience-hero-content {
  z-index: 1;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 136px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.experience-hero-right {
  width: 100%;
  height: 651px;
  position: relative;
}

@media (width <= 767px) {
  .experience-hero-right {
    height: 69.3333vw;
  }
}

.experience-hero-left {
  width: 100%;
}

@media (width <= 991px) {
  .experience-hero-left {
    flex-direction: column;
    display: flex;
  }
}

.experience-hero-left__meta {
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

@media (width <= 991px) {
  .experience-hero-left__meta {
    order: 2;
    width: calc(100% + 24px);
    margin-bottom: 114px;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .experience-hero-left__meta .line {
    top: 0;
    bottom: auto;
  }
}

.experience-hero-left__meta_left {
  align-items: center;
  column-gap: 6px;
  width: calc(100% - 100px);
  display: flex;
  overflow-x: auto;
}

@media (width <= 991px) {
  .experience-hero-left__meta_left {
    width: 100%;
  }
}

.experience-hero-left__meta .cards__item__tag_item, .experience-hero-left__meta .cards__item__holiday_style, .experience-hero-left__meta .cards__item__category {
  white-space: nowrap;
  position: relative;
  inset: auto;
  transform: none;
}

.experience-hero-left__meta .cards__item__holiday_style {
  letter-spacing: 2.2px;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
  border: 1px solid #faeee74d;
  border-radius: 12px;
  padding: 6px 14px 4px;
  font-family: Jost;
  font-size: 11px;
  font-weight: 600;
  line-height: 130%;
}

.experience-hero-left__meta .cards__item__tag_item {
  letter-spacing: 0;
  color: #626667;
  background: #faeee7;
  border: .5px solid #00000040;
  border-radius: 12px;
  padding: 5px 12px 3px;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.experience-hero-left__meta .line {
  opacity: 1;
  background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 100%);
  flex-grow: 1;
  width: 100%;
  height: .5px;
  padding-left: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.experience-hero-left__meta .line:before {
  content: "";
  border: 1px solid #faeee7;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: -3px;
  left: -8px;
}

.experience-hero-left__meta_right {
  align-items: center;
  column-gap: 16px;
  display: flex;
}

.experience-hero-left__meta_right .share-wrapper .share {
  right: 0;
}

@media (width <= 991px) {
  .experience-hero-left__meta_right {
    display: none;
  }

  .experience-hero-left .experience_title_group {
    order: 1;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 20px;
    display: flex;
  }
}

.experience-hero-left .experience_title_group .experience_title_group_share {
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  display: flex;
}

.experience-hero-left .experience_title_group .experience_title_group_share .share-wrapper .share {
  right: 0;
}

@media (width >= 992px) {
  .experience-hero-left .experience_title_group .experience_title_group_share {
    display: none;
  }
}

.experience-hero-left .subtitle {
  letter-spacing: 0%;
  vertical-align: bottom;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.experience-hero-left .title {
  padding-bottom: 15px;
  font-family: Cormorant Garamond;
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.experience-hero-left .highlights_list {
  width: 100%;
  display: flex;
}

@media (width <= 991px) {
  .experience-hero-left .highlights_list {
    order: 3;
  }
}

@media (width <= 575px) {
  .experience-hero-left .highlights_list {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 36px;
  }

  .experience-hero-left .highlights_list .highlights_list_item {
    width: 100% !important;
    min-height: auto !important;
    padding-left: 0 !important;
  }

  .experience-hero-left .highlights_list .highlights_list_item:after {
    display: none !important;
  }

  .experience-hero-left .highlights_list .highlights_list_item_description {
    max-width: none !important;
  }
}

.experience-hero-left .highlights_list .highlights_list_item {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  min-height: 137px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.experience-hero-left .highlights_list .highlights_list_item:not(:first-child) {
  padding-left: 24px;
}

.experience-hero-left .highlights_list .highlights_list_item:not(:last-child):after {
  content: "";
  background-color: #eedfd6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.experience-hero-left .highlights_list .highlights_list_item_title {
  letter-spacing: 0;
  color: #173247;
  font-family: Jost;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.experience-hero-left .highlights_list .highlights_list_item_description {
  letter-spacing: -.01em;
  color: #173247;
  max-width: 136px;
  font-family: Cormorant Garamond;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

.experience-hero-left .highlights_list .highlights_list_item_description * {
  letter-spacing: -.01em;
  color: #173247;
  font-family: Cormorant Garamond;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 115%;
}

.experience-hero-left .btn {
  width: 100%;
}

@media (width >= 992px) {
  .experience-hero-content {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    padding-top: 165px;
    padding-bottom: 49px;
  }

  .experience-hero-right {
    width: 50%;
  }

  .experience-hero-right:before {
    z-index: -1;
    left: 0;
  }

  .experience-hero-left {
    width: 50%;
    margin-bottom: 100px;
  }

  .experience-hero-left > * {
    padding-right: 24px;
  }

  .experience-hero-left__meta {
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
  }

  .experience-hero-left__meta_left {
    align-items: center;
    column-gap: 6px;
    width: calc(100% - 100px);
    display: flex;
    overflow-x: auto;
  }

  .experience-hero-left__meta .cards__item__tag_item, .experience-hero-left__meta .cards__item__holiday_style, .experience-hero-left__meta .cards__item__category {
    white-space: nowrap;
    position: relative;
    inset: auto;
    transform: none;
  }

  .experience-hero-left__meta .cards__item__holiday_style {
    letter-spacing: 2.2px;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(98deg, #c4bb9f 0%, #ece6d0 100%);
    border: 1px solid #faeee74d;
    border-radius: 12px;
    padding: 6px 14px 4px;
    font-family: Jost;
    font-size: 11px;
    font-weight: 600;
    line-height: 130%;
  }

  .experience-hero-left__meta .cards__item__tag_item {
    letter-spacing: 0;
    color: #626667;
    background: #faeee7;
    border: .5px solid #00000040;
    border-radius: 12px;
    padding: 5px 12px 3px;
    font-family: Jost;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }

  .experience-hero-left__meta .line {
    opacity: 1;
    background: linear-gradient(98deg, #fbf7ec 0%, #e9e3cd 100%);
    flex-grow: 1;
    width: 100%;
    height: 1px;
    padding-left: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .experience-hero-left__meta .line:before {
    content: "";
    border: 1px solid #faeee7;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: -3px;
    left: -8px;
  }

  .experience-hero-left__meta_right {
    align-items: center;
    column-gap: 16px;
    display: flex;
  }

  .experience-hero-left__meta_right .share-wrapper .share {
    right: 0;
  }

  .experience-hero-left .subtitle {
    font-size: 22px;
    line-height: 120%;
  }

  .experience-hero-left .title {
    min-height: 200px;
    padding-bottom: 36px;
    font-size: 80px;
    font-weight: 300;
    line-height: 90%;
  }

  .experience-hero-left .title:after {
    display: none;
  }

  .experience-hero-left .btn {
    width: initial;
  }
}

.not_found_content {
  padding: 14.2rem 0 6.3rem;
}

@media (width >= 992px) {
  .not_found_content {
    padding: 15rem 0 7.6rem;
  }
}

.not_found_content_inner {
  max-width: 560px;
}

.not_found_content_sub_heading {
  letter-spacing: 0;
  vertical-align: bottom;
  color: #173247;
  margin-bottom: .6rem;
  font-family: Jost;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

@media (width >= 992px) {
  .not_found_content_sub_heading {
    margin-bottom: 3.6rem;
    font-size: 2.2rem;
  }
}

.not_found_content_heading {
  color: #003057;
  margin-bottom: 4rem;
}

@media (width >= 992px) {
  .not_found_content_heading {
    font-size: 8rem;
    line-height: 90%;
  }
}

.favourites_content {
  padding: 8.2rem 0 3rem;
}

@media (width >= 992px) {
  .favourites_content {
    padding: 14.2rem 0 5.7rem;
  }
}

.favourites_content_inner {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.favourites_content_inner_left {
  max-width: 560px;
}

.favourites_content_inner_right .share-wrapper .share {
  right: 0;
}

.favourites_content_sub_heading {
  letter-spacing: 0;
  vertical-align: bottom;
  color: #173247;
  margin-bottom: .6rem;
  font-family: Jost;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

@media (width >= 992px) {
  .favourites_content_sub_heading {
    margin-bottom: 3.6rem;
    font-size: 2.2rem;
  }
}

.favourites_content_heading {
  color: #003057;
  margin-bottom: 4rem;
}

@media (width >= 992px) {
  .favourites_content_heading {
    font-size: 8rem;
    line-height: 90%;
  }
}

.page-template-page-favourites .itinerary-item-cards .item-cards__wrapper, .page-template-page-favourites .experience-item-cards .item-cards__wrapper, .page-template-page-favourites .accommodation-item-cards .item-cards__wrapper {
  margin-top: 0;
}

.search_popup {
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  transition: all .6s var(--smooth);
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.search_popup.search_popup_active {
  opacity: 1;
  visibility: visible;
}

.search_popup_close {
  background-color: #0000;
  border: none;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}

.search_popup .search_popup_inner {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.search_popup .search_popup_inner .search_popup_inner_form {
  width: 100%;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form label {
  width: calc(100% - 115px);
  padding-bottom: 2px;
  position: relative;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form label:after {
  content: "";
  background: linear-gradient(to right, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form .search-field {
  appearance: none;
  width: 100%;
  color: var(--eggshell);
  background-color: #0000;
  border: none;
  padding: 12px;
  font-size: 24px;
  line-height: normal;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form .search-field::selection {
  color: #000;
  background: #fff;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form .search-field:focus-visible {
  outline: none;
}

.search_popup input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  display: flex;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form .search-field::placeholder {
  color: var(--eggshell);
  opacity: .8;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form .search-submit {
  color: var(--ink);
  appearance: none;
  z-index: 1;
  background: linear-gradient(to right, #fbf7ec 0%, #e9e3cd 54.43%, #c4bb9f 100%);
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  transition: all .5s;
  display: block;
  position: relative;
}

.search_popup .search_popup_inner .search_popup_inner_form .search-form .search-submit:hover {
  background: linear-gradient(to right, #c4bb9f 0%, #e9e3cd 54.43%, #fbf7ec 100%);
}

body.search-results, body.search-no-results {
  padding: 250px 0 0;
}

.search-header .search-form {
  gap: 15px;
  margin-bottom: 30px;
  display: flex;
}

.search-header .search-form .search-form__input {
  border: solid var(--inkdark);
  appearance: none;
  background-color: #0000;
  border-width: 0 0 2px;
  border-radius: 0;
  min-width: 300px;
}

.search-header .num-results {
  font-size: 20px;
}

.results-container {
  margin-bottom: 80px;
}

.results-container .results .results__item:first-child .results__item__link {
  border-top: 1px solid var(--inkdark);
}

.results-container .results .results__item .results__item__link {
  border-bottom: 1px solid var(--inkdark);
  color: var(--inkdark);
  width: 100%;
  padding: 25px 0;
  font-family: Cormorant Garamond;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  transition: all .5s;
  display: block;
}

.results-container .results .results__item .results__item__link:hover {
  opacity: .8;
}

.search-header .search_header_column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.results-container .results .results__pagination {
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.results-container .results .results__pagination .button_group {
  gap: 15px;
  display: flex;
}

.results-container .results .results__pagination .button_group .btn:disabled {
  background: var(--ink);
  opacity: .7;
  border-color: #faeee74d;
}

.results-container .results .results__pagination .button_group .btn.prev {
  flex-direction: row-reverse;
  display: flex;
}

.results-container .results .results__pagination .button_group .btn.prev:after {
  position: relative;
  left: -1rem;
  transform: rotate(180deg);
  margin-left: 1rem !important;
}

@media (width <= 991px) {
  .results-container .results .results__item .results__item__link {
    padding: 20px 0;
    font-size: 3rem;
  }
}

@media (width <= 479px) {
  .search-header .search-form .search-form__input {
    min-width: auto;
  }
}

.home__hero {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  height: 100vh;
  transition: all 1s var(--custom);
  position: relative;
}

.home__hero.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (width <= 991px) {
  .home__hero {
    height: 94rem;
  }

  .home__hero.single_image {
    height: 100vh;
  }
}

.home__hero__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home__hero__media__item {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.home__hero__media__item .media {
  will-change: transform;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (width <= 991px) {
  .home__hero__media__item .media > img, .home__hero__media__item .media > video {
    height: 100svh;
  }

  .home__hero__media__item .media .flip {
    mix-blend-mode: multiply;
    width: 100%;
    height: calc(100rem - 100svh);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
  }

  .home__hero__media__item .media .flip:after {
    content: "";
    z-index: 5;
    background: linear-gradient(#0000, #000, #0000);
    width: 100%;
    height: 32%;
    display: block;
    position: absolute;
    bottom: -10%;
    left: 0;
  }

  .home__hero__media__item .media .flip img, .home__hero__media__item .media .flip video {
    filter: blur(8px);
  }
}

.home__hero__media .media-layers {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}

.home__hero__media .layer {
  position: absolute;
  inset: 0;
}

.home__hero__media .gradient-1 {
  background: linear-gradient(58.2deg, #3d4041 11.5%, #3d404100 54.16%);
}

@media screen and (width <= 991px) {
  .home__hero__media .gradient-1 {
    mix-blend-mode: multiply;
    background: linear-gradient(#3d404100 0%, #3d4041 42.31% 100%);
    height: 60%;
    top: auto;
    bottom: 0;
  }
}

.home__hero__media .gradient-2 {
  mix-blend-mode: multiply;
  background: linear-gradient(#3d4041cc 0%, #3d404100 38.42%);
}

@media screen and (width <= 991px) {
  .home__hero__media .gradient-2 {
    background: linear-gradient(#3d4041cc 0%, #3d404100 45%);
    height: 32rem;
  }
}

.home__hero__media .overlay-dark {
  background: #626667e6;
}

@media screen and (width <= 991px) {
  .home__hero__media .overlay-dark {
    background: #626667cc;
  }
}

.home__hero__media .overlay-light {
  z-index: 0;
  background: #faeee7;
}

.home__hero__media .media-content {
  position: relative;
}

.home__hero__navigation {
  align-items: center;
  display: flex;
  position: relative;
}

.home__hero__navigation.single_image {
  top: -17px;
}

.home__hero__navigation.single_image:after {
  content: "";
  border: 1px solid #faeee7b3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: -8px;
}

@media screen and (width <= 991px) {
  .home__hero__navigation.single_image + .row .home__hero__content__wrapper h1 {
    height: auto;
    margin-bottom: 4rem;
  }
}

.home__hero__navigation .pagination {
  color: var(--eggshell);
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.home__hero__navigation .pagination span:nth-child(2) {
  margin: 0 3px;
}

.home__hero__navigation:before {
  content: "";
  border: 1px solid #faeee7b3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -8px;
}

.home__hero__navigation .nav {
  display: flex;
}

.home__hero__navigation .nav .btn-arrow-left {
  margin-right: 8px;
}

.home__hero__navigation .line {
  background-color: var(--eggshell);
  opacity: .7;
  flex-grow: 1;
  height: .5px;
  display: block;
}

@media screen and (width <= 991px) {
  .home__hero__navigation {
    z-index: 4;
    width: calc(100% - 2.4rem);
    position: absolute;
    top: 18rem;
  }

  .home__hero__navigation:before {
    display: none;
  }

  .home__hero__navigation.single_image:before {
    display: block;
  }

  .home__hero__navigation .pagination {
    width: 4rem;
    margin-left: 3.2rem;
    position: relative;
    top: auto;
    transform: none;
  }

  .home__hero__navigation .nav .btn-arrow-left {
    margin: 0;
    position: absolute;
    top: -3px;
    left: 0;
  }

  .home__hero__navigation .nav .btn-arrow-right {
    position: absolute;
    top: -3px;
    right: 2.4rem;
  }
}

.home__hero__content {
  z-index: 3;
  color: var(--eggshell);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .home__hero__content .container {
    position: relative;
  }

  .home__hero__content.single_image {
    padding-bottom: 10rem;
  }
}

.home__hero__content__wrapper {
  height: 41rem;
  padding-bottom: 4.8rem;
  position: relative;
}

@media screen and (width <= 991px) {
  .home__hero__content__wrapper {
    height: 44rem;
  }
}

@media screen and (width >= 992px) {
  .home__hero__content__wrapper:after {
    content: "";
    background-color: var(--eggshell);
    opacity: .7;
    width: 1px;
    height: calc(100% + 17px);
    display: block;
    position: absolute;
    top: -17px;
    right: -8px;
  }
}

.home__hero__content__wrapper p {
  max-width: 40rem;
}

@media screen and (width <= 991px) {
  .home__hero__content__wrapper p {
    max-width: 30rem;
    font-size: 1.4rem;
  }
}

.home__hero__content__review {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 991px) {
  .home__hero__content__review {
    position: static;
  }
}

.home__hero__content__review .pause-video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 5.2rem;
  right: 8px;
}

.home__hero__content__review .pause-video.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (width <= 991px) {
  .home__hero__content__review .pause-video {
    top: -4.2rem;
    bottom: auto;
    right: 2.6rem;
  }
}

.home__hero__content .content-slide {
  pointer-events: none;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.home__hero__content .content-slide .buttons {
  align-items: flex-end;
  padding-right: 3.2rem;
  display: flex;
}

@media screen and (width <= 991px) {
  .home__hero__content .content-slide .buttons {
    padding-right: 0;
    display: block;
  }

  .home__hero__content .content-slide .buttons .btn-secondary {
    margin: 0 auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    display: table;
  }
}

.home__hero__content .content-slide .buttons .btn {
  margin-right: 4rem;
}

@media screen and (width <= 991px) {
  .home__hero__content .content-slide .buttons .btn {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

.home__hero__content .content-slide .buttons .play-video {
  margin-left: auto;
}

@media screen and (width <= 991px) {
  .home__hero__content .content-slide .buttons .play-video {
    position: absolute;
    top: -6rem;
    left: 0;
  }
}

.home__hero__content .content-slide h1 {
  margin-bottom: 2.8rem;
  padding-right: 7.2rem;
  font-family: Cormorant Garamond;
  font-size: 8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 90%;
}

@media screen and (width <= 991px) {
  .home__hero__content .content-slide h1 {
    height: 13rem;
    margin-bottom: 8rem;
    font-size: 4.8rem;
    font-weight: 400;
  }
}

.home__hero__content .content-slide .article__categories, .home__hero__content .content-slide h1, .home__hero__content .content-slide p, .home__hero__content .content-slide .buttons {
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s var(--smooth), visibility .6s var(--smooth), transform .1s ease .6s;
  transform: translateY(4rem)translateZ(0);
}

@media screen and (width <= 991px) {
  .home__hero__content .content-slide .buttons {
    transform: none;
  }
}

.home__hero__content .content-slide.active {
  pointer-events: initial;
}

.home__hero__content .content-slide.active h1, .home__hero__content .content-slide.active p, .home__hero__content .content-slide.active .buttons, .home__hero__content .content-slide.active .article__categories {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)translateZ(0);
}

.home__hero__content .content-slide.active h1 {
  transition: all .6s var(--smooth) .6s;
}

.home__hero__content .content-slide.active p, .home__hero__content .content-slide.active .article__categories {
  transition: all .6s var(--smooth) .7s;
}

.home__hero__content .content-slide.active .buttons {
  transition: all .6s var(--smooth) .8s;
}

@media screen and (width <= 991px) {
  .home__hero__content .content-slide.active .buttons {
    transform: none;
  }
}

.page-template-front-page .header__logo__symbol img {
  background-color: var(--ink);
  border-radius: 50%;
}

.page-template-front-page .header__left, .page-template-front-page .header__right {
  opacity: 0;
  visibility: hidden;
}

.page-template-front-page .header.show .header__left, .page-template-front-page .header.show .header__right {
  opacity: 1;
  visibility: visible;
  transition: all .4s var(--smooth) .2s;
}

.page-template-front-page .header.show .header__logo__symbol img {
  transition: background-color .4s var(--smooth) .3s;
  background-color: #0000;
}

.archive__hero_ext.home__hero {
  height: 48.1944vw;
}

.archive__hero_ext.home__hero .home__hero__content .content-slide .article__categories .category {
  color: #faeee7;
}

.archive__hero_ext.home__hero .home__hero__content .content-slide .article__categories .category__arrow:after {
  background-image: url("arrow-category-blue.a0879768.svg");
}

.archive_posts_inner {
  padding: 42px 0 113px;
}

.archive_posts_inner .archive_posts_filter {
  gap: 123px;
}

.archive_posts_inner .archive_posts_filter_label {
  gap: 8px;
}

.archive_posts_inner .archive_posts_filter .dropdown_group {
  column-gap: 16px;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .blog_filter_dropdown {
  width: 296px;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices {
  z-index: 2;
  border-radius: .5rem;
  width: 296px;
  height: 50px;
  margin-bottom: 0;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices:first-child {
  z-index: 5;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices:nth-child(2) {
  z-index: 4;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices:nth-child(3) {
  z-index: 3;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices.is-focused:before, .archive_posts_inner .archive_posts_filter .dropdown_group .choices:focus-within:before {
  background: #173247;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices:before {
  content: "";
  background: linear-gradient(98deg, #c4bb9f 0%, #9c947b 100%);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices:after {
  background-image: url("dropdown_arrow.155cb9a5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 16px;
  height: 9px;
  margin-top: -2.5px;
  transition: all .5s;
  transform: rotate(180deg);
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices.is-open:after {
  transform: rotate(0);
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices > .choices__list {
  opacity: 1;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  top: calc(100% + 10px);
  box-shadow: 0 6px 15px -2px #10182814;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices > .choices__list .choices__list {
  max-height: none;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices__inner {
  letter-spacing: 0;
  vertical-align: middle;
  color: #12273b;
  background-color: #faeee7;
  border: 1px solid #0000;
  border-radius: .5rem;
  align-items: center;
  width: calc(100% - .2rem);
  height: calc(100% - .2rem);
  min-height: 48px;
  padding: 1.15rem 2.4rem;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
  top: .1rem;
  left: .1rem;
  overflow: hidden;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices__inner .choices__list {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.archive_posts_inner .archive_posts_filter .dropdown_group .choices__inner .choices__list .choices__item {
  color: #12273b;
  letter-spacing: 0;
  opacity: 1;
  font-family: Jost;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.archive_posts_inner .archive_posts_list {
  margin-top: 55px;
}

.archive_posts_inner .archive_posts_list .posts__more {
  gap: 30px;
  margin-top: 77px;
}

.archive_posts_inner .archive_posts_list .posts__more a[disabled] {
  color: #9ea1a2;
  pointer-events: none;
}

.archive_posts_inner .archive_posts_list .posts__more a[disabled] span {
  color: #9ea1a2;
}

.archive_category_list_section {
  margin-bottom: 116px;
}

.archive_category_list_section .archive_category_list_section_inner {
  text-align: center;
  margin: 0 auto;
}

.archive_category_list_section .archive_category_list_section_inner .heading {
  max-width: 816px;
  margin: 0 auto 23px;
}

.archive_category_list_section .archive_category_list_section_inner .description {
  max-width: 618px;
  margin: 0 auto 42px;
}

.archive_category_list_section .archive_category_list_section_inner .cat_list_group {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

.archive_category_list_section .archive_category_list_section_inner .cat_list_group_item {
  letter-spacing: 0;
  background-color: #12273b;
  border: 1px solid #12273b;
  border-radius: 40px;
  padding: 6px 10px;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  transition: all .5s;
  color: #faeee7 !important;
  text-decoration: none !important;
}

.archive_category_list_section .archive_category_list_section_inner .cat_list_group_item:hover {
  background-color: #0000;
  color: #12273b !important;
}

@media (width <= 1399px) {
  .archive_posts_inner .archive_posts_filter {
    gap: 90px;
  }
}

@media (width <= 1199px) {
  .archive_posts_inner .archive_posts_filter {
    gap: 50px;
  }

  .archive_posts_inner .archive_posts_filter .dropdown_group .choices {
    width: 256px;
  }
}

@media (width <= 991px) {
  .archive_posts_inner {
    padding-top: 32px;
  }

  .archive_posts_inner .archive_posts_filter {
    gap: 30px;
    align-items: flex-start !important;
  }

  .archive_posts_inner .archive_posts_filter_label {
    min-width: 100px;
    position: relative;
    top: 12px;
  }

  .archive_posts_inner .archive_posts_filter .dropdown_group {
    row-gap: 16px;
  }
}

@media (width <= 767px) {
  .archive_posts_inner .archive_posts_filter .dropdown_group .choices {
    width: 100%;
  }

  .archive_posts_inner .archive_posts_list {
    margin-top: 68px;
  }
}

@media (width <= 575px) {
  .archive_posts_inner .archive_posts_filter {
    flex-direction: column;
    align-items: center;
    row-gap: 19px;
  }

  .archive_posts_inner .archive_posts_filter_label {
    margin: 0 auto;
    top: 0;
  }

  .archive_posts_inner .archive_posts_filter .dropdown_group .choices {
    z-index: 12;
    width: 296px;
    margin: 0 auto;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.choices {
  margin-bottom: 24px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  cursor: not-allowed;
  user-select: none;
  background-color: #eaeaea;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: block;
}

.choices[data-type*="select-one"] .choices__button {
  opacity: .25;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-radius: 10em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 25px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}

.choices[data-type*="select-one"] .choices__item[data-placeholder] .choices__button {
  display: none;
}

.choices[data-type*="select-one"]:after {
  content: "";
  pointer-events: none;
  border: 5px solid #0000;
  border-top-color: #333;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  right: 11.5px;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: #0000 #0000 #333;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  margin-left: 25px;
  margin-right: 0;
  left: 0;
  right: auto;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  opacity: .75;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-left: 1px solid #003642;
  border-radius: 0;
  width: 8px;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  vertical-align: top;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  width: 100%;
  padding: 4px 16px 4px 4px;
  display: inline-block;
}

[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  vertical-align: middle;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  background-color: #005f75;
  border: 1px solid #004a5c;
  border-radius: 20px;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 1;
  word-break: break-all;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  width: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
  top: 100%;
  overflow: hidden;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  border-radius: .25rem .25rem 0 0;
  margin-top: 0;
  margin-bottom: -1px;
  top: auto;
  bottom: 100%;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  max-height: 300px;
  position: relative;
  overflow: auto;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 10px;
  font-size: 14px;
  position: relative;
}

[dir="rtl"] .choices__list--dropdown .choices__item, [dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (width >= 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable[data-select-text]:after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after {
    content: attr(data-select-text);
    opacity: 0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable[data-select-text]:after, [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after {
    left: 10px;
    right: auto;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  color: gray;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  vertical-align: baseline;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 4px 0 4px 2px;
  font-size: 14px;
  display: inline-block;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration {
  display: none;
}

.choices__input::-webkit-search-cancel-button {
  display: none;
}

.choices__input::-webkit-search-results-button {
  display: none;
}

.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

.choices__input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}

.choices__placeholder {
  opacity: .5;
}
/*# sourceMappingURL=index.css.map */
