@charset "UTF-8";
:root {
  --font-family-base: "Uncut Sans",sans-serif;
  font-size: var(--bs-root-font-size);
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 834px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-xxl: 1440px;
  --a11y-main-color: white;
  --a11y-secondary-color: black;
  --a11y-hover-color: #ccc;
  --a11y-active-color: #bbb;
  --a11y-window-bg: white;
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff
}
: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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.1875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4211;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}
*,
::after,
::before {
  box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}
.h1,
h1 {
  font-size: calc(1.421875rem + 2.0625vw)
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.96875rem
  }
}
.h2,
h2 {
  font-size: calc(1.3625rem + 1.35vw)
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2.375rem
  }
}
.h3,
h3 {
  font-size: calc(1.3328125rem + .99375vw)
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 2.078125rem
  }
  .h4,
  h4 {
    font-size: 1.78125rem
  }
  .h5,
  h5 {
    font-size: 1.484375rem
  }
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol,
ul {
  padding-left: 2rem
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: 600
}
.small,
small {
  font-size: .875em
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg)
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: underline;
  color: var(--color-80)
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem
}
kbd kbd {
  padding: 0;
  font-size: 1em
}
figure {
  margin: 0 0 1rem
}
img,
svg {
  vertical-align: middle
}
table {
  caption-side: bottom;
  border-collapse: collapse
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit
}
label {
  display: inline-block
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
select {
  text-transform: none
}
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
select {
  word-wrap: normal
}
select:disabled {
  opacity: 1
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none!important
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
textarea {
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}
legend + * {
  clear: left
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
iframe {
  border: 0
}
summary {
  display: list-item;
  cursor: pointer
}
progress {
  vertical-align: baseline
}
[hidden] {
  display: none!important
}
.lead {
  font-size: calc(1.2734375rem + .28125vw);
  font-weight: 300
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
  .lead {
    font-size: 1.484375rem
  }
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: .875em;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.2734375rem + .28125vw)
}
@media (min-width:1200px) {
  .blockquote {
    font-size: 1.484375rem
  }
}
.blockquote > :last-child {
  margin-bottom: 0
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d
}
.blockquote-footer::before {
  content: "— "
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 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='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: var(--color-80);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  --bs-accordion-border-color: var(--color-40);
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-bg: white;
  --bs-accordion-btn-icon: null;
  --bs-accordion-btn-active-icon: null;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0 transparent;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1.5rem;
  --bs-accordion-active-color: var(--color-100);
  --bs-accordion-active-bg: var(--color-40)
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.1875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition)
}
.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 {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition)
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button,
  .accordion-button::after {
    transition: none
  }
}
.accordion-button:hover {
  z-index: 2
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}
.accordion-header {
  margin-bottom: 0
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius)
}
.accordion-item:not(:first-of-type) {
  border-top: 0
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}
.accordion-flush .accordion-collapse {
  border-width: 0
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}
.accordion-flush .accordion-item:first-child {
  border-top: 0
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: calc(0 - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius)
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius)
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius)
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color)
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color)
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color)
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x)
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}
.card-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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius)
}
.card-img,
.card-img-bottom,
.card-img-top {
  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)
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --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-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
  .container,
  .container-sm {
    max-width: 576px
  }
}
@media (min-width:834px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 834px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 992px
  }
}
@media (min-width:1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px
  }
}
@media (min-width:1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px
  }
}
.form-label {
  margin-bottom: .5rem
}
.col-form-label {
  padding-top: calc(.625rem + 1px);
  padding-bottom: calc(.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4211
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: calc(1.2734375rem + .28125vw)
}
@media (min-width:1200px) {
  .col-form-label-lg {
    font-size: 1.484375rem
  }
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: 1.0390625rem
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color)
}
.form-control {
  display: block;
  width: 100%;
  padding: .625rem 1rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4211;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--color-60);
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.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: #fff;
  border-color: var(--color-80);
  outline: 0;
  box-shadow: 0 0 0 0 transparent
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.4211em;
  margin: 0
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1
}
.form-control::file-selector-button {
  padding: .625rem 1rem;
  margin: -.625rem -1rem;
  margin-inline-end: 1rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-inline-end-width: 1px;
  border-radius: 0;
  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: 0 solid;
  border-color: inherit
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
  .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 {
  display: block;
  width: 100%;
  padding: .625rem 0;
  margin-bottom: 0;
  line-height: 1.4211;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext:focus {
  outline: 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  min-height: calc(1.4211em + .5rem + calc(1px * 2));
  padding: .25rem .5rem;
  font-size: 1.0390625rem;
  border-radius: var(--bs-border-radius-sm)
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem
}
.form-control-lg {
  min-height: calc(1.4211em + 1rem + calc(1px * 2));
  padding: .5rem 1rem;
  font-size: calc(1.2734375rem + .28125vw);
  border-radius: var(--bs-border-radius-lg)
}
@media (min-width:1200px) {
  .form-control-lg {
    font-size: 1.484375rem
  }
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem
}
textarea.form-control {
  min-height: calc(1.4211em + 1.25rem + calc(1px * 2))
}
textarea.form-control-sm {
  min-height: calc(1.4211em + .5rem + calc(1px * 2))
}
textarea.form-control-lg {
  min-height: calc(1.4211em + 1rem + calc(1px * 2))
}
.form-control-color {
  width: 3rem;
  height: calc(1.4211em + 1.25rem + calc(1px * 2));
  padding: .625rem
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}
.form-control-color::-moz-color-swatch {
  border: 0!important;
  border-radius: 0
}
.form-control-color::-webkit-color-swatch {
  border: 0!important;
  border-radius: 0
}
.form-control-color.form-control-sm {
  height: calc(1.4211em + .5rem + calc(1px * 2))
}
.form-control-color.form-control-lg {
  height: calc(1.4211em + 1rem + calc(1px * 2))
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .625rem 3rem .625rem 1rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4211;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid var(--color-60);
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-select:focus {
  border-color: var(--color-80);
  outline: 0;
  box-shadow: 0 0 0 0 transparent
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg)
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color)
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 1.0390625rem;
  border-radius: var(--bs-border-radius-sm)
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: calc(1.2734375rem + .28125vw);
  border-radius: var(--bs-border-radius-lg)
}
@media (min-width:1200px) {
  .form-select-lg {
    font-size: 1.484375rem
  }
}
.form-check {
  display: block;
  min-height: 1.68755625rem;
  padding-left: 1.75em;
  margin-bottom: .125rem
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em
}
.form-check-reverse {
  padding-right: 1.75em;
  padding-left: 0;
  text-align: right
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.75em;
  margin-left: 0
}
.form-check-input {
  --bs-form-check-bg: white;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-top: .08555em;
  vertical-align: top;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #c6cad3;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}
.form-check-input[type=checkbox] {
  border-radius: 0
}
.form-check-input[type=radio] {
  border-radius: 50%
}
.form-check-input:active {
  filter: brightness(90%)
}
.form-check-input:focus {
  border-color: #c6cad3;
  outline: 0;
  box-shadow: 0 0 0 0 transparent
}
.form-check-input:checked {
  background-color: var(--color-80);
  border-color: var(--color-80)
}
.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='-40 -40 488 552'%3e%3cpath fill='white' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%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='0 0 24 24'%3e%3ccircle cx='12' cy='12' r='11' stroke='white' stroke-width='2' fill='none'/%3e%3c/svg%3e")
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --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")
}
.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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-select,
  .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='var%28--color-80%29'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --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")
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}
.btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent
}
.form-range:focus {
  outline: 0
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 0 transparent
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 0 transparent
}
.form-range::-moz-focus-outer {
  border: 0
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  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 {
    -moz-transition: none;
    transition: none
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem
}
.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(1px * 2));
  min-height: calc(3.5rem + calc(1px * 2));
  line-height: 1.25
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb),1);
  transform: scale(.65) translateY(-.5rem) translateX(.5rem)
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem .5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  border-radius: 0
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb),1);
  transform: scale(.65) translateY(-.5rem) translateX(.5rem)
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d
}
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg)
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5
}
.input-group .btn {
  position: relative;
  z-index: 2
}
.input-group .btn:focus {
  z-index: 5
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .625rem 1rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.4211;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid var(--color-60);
  border-radius: 0
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: calc(1.2734375rem + .28125vw);
  border-radius: var(--bs-border-radius-lg)
}
@media (min-width:1200px) {
  .input-group-lg > .btn,
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text {
    font-size: 1.484375rem
  }
  .pagination-lg {
    --bs-pagination-font-size: 1.484375rem
  }
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: 1.0390625rem;
  border-radius: var(--bs-border-radius-sm)
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem
}
.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,
.input-group.has-validation>:nth-last-child(n+3):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:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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(1px * -1);
  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 {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color)
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 1.0390625rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius)
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.4211em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.355275em + .3125rem) center;
  background-size: calc(.71055em + .625rem) calc(.71055em + .625rem)
}
.form-control.is-valid:focus,
.was-validated .form-control: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 {
  padding-right: calc(1.4211em + 1.25rem);
  background-position: top calc(.355275em + .3125rem) right calc(.355275em + .3125rem)
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color)
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select: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.1z'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center,center right 3rem;
  background-size: 16px 12px,calc(.71055em + .625rem) calc(.71055em + .625rem)
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.4211em + 1.25rem))
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color)
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color)
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color)
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color)
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 1.0390625rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius)
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.4211em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.355275em + .3125rem) center;
  background-size: calc(.71055em + .625rem) calc(.71055em + .625rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control: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 {
  padding-right: calc(1.4211em + 1.25rem);
  background-position: top calc(.355275em + .3125rem) right calc(.355275em + .3125rem)
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color)
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select: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");
  padding-right: 5.5rem;
  background-position: right 1rem center,center right 3rem;
  background-size: 16px 12px,calc(.71055em + .625rem) calc(.71055em + .625rem)
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.4211em + 1.25rem))
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color)
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color)
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color)
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}
.row > * {
  flex-shrink: 0;
  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)
}
.col {
  flex: 1 0 0%
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%
}
.col-auto {
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}
.col-3 {
  flex: 0 0 auto;
  width: 25%
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}
.col-6 {
  flex: 0 0 auto;
  width: 50%
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}
.col-9 {
  flex: 0 0 auto;
  width: 75%
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}
.col-12 {
  flex: 0 0 auto;
  width: 100%
}
.offset-1 {
  margin-left: 8.33333333%
}
.offset-2 {
  margin-left: 16.66666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333333%
}
.offset-5 {
  margin-left: 41.66666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333333%
}
.offset-8 {
  margin-left: 66.66666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333333%
}
.offset-11 {
  margin-left: 91.66666667%
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}
.g-5,
.gx-5 {
  --bs-gutter-x: 2rem
}
.g-5,
.gy-5 {
  --bs-gutter-y: 2rem
}
.g-6,
.gx-6 {
  --bs-gutter-x: 3rem
}
.g-6,
.gy-6 {
  --bs-gutter-y: 3rem
}
.g-7,
.gx-7 {
  --bs-gutter-x: 4rem
}
.g-7,
.gy-7 {
  --bs-gutter-y: 4rem
}
.g-8,
.gx-8 {
  --bs-gutter-x: 5rem
}
.g-8,
.gy-8 {
  --bs-gutter-y: 5rem
}
.g-9,
.gx-9 {
  --bs-gutter-x: 6rem
}
.g-9,
.gy-9 {
  --bs-gutter-y: 6rem
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333333%
  }
  .offset-sm-2 {
    margin-left: 16.66666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333333%
  }
  .offset-sm-5 {
    margin-left: 41.66666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333333%
  }
  .offset-sm-8 {
    margin-left: 66.66666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333333%
  }
  .offset-sm-11 {
    margin-left: 91.66666667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4rem
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4rem
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5rem
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5rem
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 6rem
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 6rem
  }
}
@media (min-width:834px) {
  .col-md {
    flex: 1 0 0%
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333333%
  }
  .offset-md-2 {
    margin-left: 16.66666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333333%
  }
  .offset-md-5 {
    margin-left: 41.66666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333333%
  }
  .offset-md-8 {
    margin-left: 66.66666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333333%
  }
  .offset-md-11 {
    margin-left: 91.66666667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4rem
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4rem
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5rem
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5rem
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 6rem
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 6rem
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333333%
  }
  .offset-lg-2 {
    margin-left: 16.66666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333333%
  }
  .offset-lg-5 {
    margin-left: 41.66666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333333%
  }
  .offset-lg-8 {
    margin-left: 66.66666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333333%
  }
  .offset-lg-11 {
    margin-left: 91.66666667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4rem
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4rem
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5rem
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5rem
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 6rem
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 6rem
  }
}
@media (min-width:1280px) {
  .col-xl {
    flex: 1 0 0%
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333333%
  }
  .offset-xl-2 {
    margin-left: 16.66666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333333%
  }
  .offset-xl-5 {
    margin-left: 41.66666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333333%
  }
  .offset-xl-8 {
    margin-left: 66.66666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333333%
  }
  .offset-xl-11 {
    margin-left: 91.66666667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3rem
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4rem
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4rem
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5rem
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5rem
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 6rem
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 6rem
  }
}
@media (min-width:1440px) {
  .col-xxl {
    flex: 1 0 0%
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xxl-0 {
    margin-left: 0
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%
  }
  .offset-xxl-3 {
    margin-left: 25%
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%
  }
  .offset-xxl-6 {
    margin-left: 50%
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%
  }
  .offset-xxl-9 {
    margin-left: 75%
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 3rem
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 3rem
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 4rem
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 4rem
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 5rem
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 5rem
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 6rem
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 6rem
  }
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  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
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color)
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-floating>label,
  .nav-link {
    transition: none
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color)
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}
.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:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color)
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap)
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.1875rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .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);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow)
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color)
}
.disabled > .page-link,
.page-link.disabled {
  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(var(--bs-border-width) * -1)
}
.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: 0.75rem;
  --bs-pagination-font-size: calc(1.2734375rem + 0.28125vw);
  --bs-pagination-border-radius: var(--bs-border-radius-lg)
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 1.0390625rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm)
}
.element-table .ce-table,
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color)
}
.element-table .ce-table > :not(caption) > * > *,
.table > :not(caption) > * > * {
  padding: .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))
}
.element-table .ce-table > tbody,
.table > tbody {
  vertical-align: inherit
}
.element-table .ce-table > thead,
.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-columns>:not(caption)>tr>:nth-child(even),
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --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: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #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: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #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)
}
.element-table,
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}
@media (max-width:833.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}
@media (max-width:1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}
@media (max-width:1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s
}
@media (prefers-reduced-motion:reduce) {
  .collapsing,
  .collapsing.collapse-horizontal {
    transition: none
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.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:focus,
.link-primary:hover {
  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:focus,
.link-secondary:hover {
  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:focus,
.link-success:hover {
  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:focus,
.link-info:hover {
  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:focus,
.link-warning:hover {
  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:focus,
.link-danger:hover {
  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:focus,
.link-light:hover {
  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:focus,
.link-dark:hover {
  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:focus,
.link-body-emphasis:hover {
  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 {
  outline: 0;
  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)
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));
  text-underline-offset: .25em;
  backface-visibility: hidden
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0))
}
.ratio {
  position: relative;
  width: 100%
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}
@media (min-width:834px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}
@media (min-width:1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}
@media (min-width:1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute!important
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1
}
.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 {
  -o-object-fit: contain!important;
  object-fit: contain!important
}
.object-fit-cover {
  -o-object-fit: cover!important;
  object-fit: cover!important
}
.object-fit-fill {
  -o-object-fit: fill!important;
  object-fit: fill!important
}
.object-fit-scale {
  -o-object-fit: scale-down!important;
  object-fit: scale-down!important
}
.object-fit-none {
  -o-object-fit: none!important;
  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: 0.1
}
.border-opacity-25 {
  --bs-border-opacity: 0.25
}
.border-opacity-50 {
  --bs-border-opacity: 0.5
}
.border-opacity-75 {
  --bs-border-opacity: 0.75
}
.border-opacity-100 {
  --bs-border-opacity: 1
}
.w-auto {
  width: auto!important
}
.w-25 {
  width: 25%!important
}
.w-50 {
  width: 50%!important
}
.w-75 {
  width: 75%!important
}
.w-100 {
  width: 100%!important
}
.mw-100 {
  max-width: 100%!important
}
.vw-100 {
  width: 100vw!important
}
.min-vw-100 {
  min-width: 100vw!important
}
.h-25 {
  height: 25%!important
}
.h-50 {
  height: 50%!important
}
.h-75 {
  height: 75%!important
}
.h-100 {
  height: 100%!important
}
.h-auto {
  height: auto!important
}
.mh-100 {
  max-height: 100%!important
}
.vh-100 {
  height: 100vh!important
}
.min-vh-100 {
  min-height: 100vh!important
}
.flex-fill {
  flex: 1 1 auto!important
}
.flex-row {
  flex-direction: row!important
}
.flex-column {
  flex-direction: column!important
}
.flex-row-reverse {
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  flex-direction: column-reverse!important
}
.flex-grow-0 {
  flex-grow: 0!important
}
.flex-grow-1 {
  flex-grow: 1!important
}
.flex-shrink-0 {
  flex-shrink: 0!important
}
.flex-shrink-1 {
  flex-shrink: 1!important
}
.flex-wrap {
  flex-wrap: wrap!important
}
.flex-nowrap {
  flex-wrap: nowrap!important
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}
.justify-content-start {
  justify-content: flex-start!important
}
.justify-content-end {
  justify-content: flex-end!important
}
.justify-content-center {
  justify-content: center!important
}
.justify-content-between {
  justify-content: space-between!important
}
.justify-content-around {
  justify-content: space-around!important
}
.justify-content-evenly {
  justify-content: space-evenly!important
}
.align-items-start {
  align-items: flex-start!important
}
.align-items-end {
  align-items: flex-end!important
}
.align-items-center {
  align-items: center!important
}
.align-items-baseline {
  align-items: baseline!important
}
.align-items-stretch {
  align-items: stretch!important
}
.align-content-start {
  align-content: flex-start!important
}
.align-content-end {
  align-content: flex-end!important
}
.align-content-center {
  align-content: center!important
}
.align-content-between {
  align-content: space-between!important
}
.align-content-around {
  align-content: space-around!important
}
.align-content-stretch {
  align-content: stretch!important
}
.align-self-auto {
  align-self: auto!important
}
.align-self-start {
  align-self: flex-start!important
}
.align-self-end {
  align-self: flex-end!important
}
.align-self-center {
  align-self: center!important
}
.align-self-baseline {
  align-self: baseline!important
}
.align-self-stretch {
  align-self: stretch!important
}
.order-first {
  order: -1!important
}
.order-0 {
  order: 0!important
}
.order-1 {
  order: 1!important
}
.order-2 {
  order: 2!important
}
.order-3 {
  order: 3!important
}
.order-4 {
  order: 4!important
}
.order-5 {
  order: 5!important
}
.order-last {
  order: 7!important
}
.order-6 {
  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: 2rem!important
}
.m-6 {
  margin: 2.5rem!important
}
.m-7 {
  margin: 3rem!important
}
.m-8 {
  margin: 3.5rem!important
}
.m-auto {
  margin: auto!important
}
.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}
.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important
}
.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important
}
.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}
.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}
.mx-5 {
  margin-right: 2rem!important;
  margin-left: 2rem!important
}
.mx-6 {
  margin-right: 2.5rem!important;
  margin-left: 2.5rem!important
}
.mx-7 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}
.mx-8 {
  margin-right: 3.5rem!important;
  margin-left: 3.5rem!important
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}
.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}
.my-1 {
  margin-top: .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: 2rem!important;
  margin-bottom: 2rem!important
}
.my-6 {
  margin-top: 2.5rem!important;
  margin-bottom: 2.5rem!important
}
.my-7 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}
.my-8 {
  margin-top: 3.5rem!important;
  margin-bottom: 3.5rem!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: 2rem!important
}
.mt-6 {
  margin-top: 2.5rem!important
}
.mt-7 {
  margin-top: 3rem!important
}
.mt-8 {
  margin-top: 3.5rem!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: 2rem!important
}
.me-6 {
  margin-right: 2.5rem!important
}
.me-7 {
  margin-right: 3rem!important
}
.me-8 {
  margin-right: 3.5rem!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: 2rem!important
}
.mb-6 {
  margin-bottom: 2.5rem!important
}
.mb-7 {
  margin-bottom: 3rem!important
}
.mb-8 {
  margin-bottom: 3.5rem!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: 2rem!important
}
.ms-6 {
  margin-left: 2.5rem!important
}
.ms-7 {
  margin-left: 3rem!important
}
.ms-8 {
  margin-left: 3.5rem!important
}
.ms-auto {
  margin-left: auto!important
}
.m-n1 {
  margin: -.25rem!important
}
.m-n2 {
  margin: -.5rem!important
}
.m-n3 {
  margin: -1rem!important
}
.m-n4 {
  margin: -1.5rem!important
}
.m-n5 {
  margin: -2rem!important
}
.m-n6 {
  margin: -2.5rem!important
}
.m-n7 {
  margin: -3rem!important
}
.m-n8 {
  margin: -3.5rem!important
}
.mx-n1 {
  margin-right: -.25rem!important;
  margin-left: -.25rem!important
}
.mx-n2 {
  margin-right: -.5rem!important;
  margin-left: -.5rem!important
}
.mx-n3 {
  margin-right: -1rem!important;
  margin-left: -1rem!important
}
.mx-n4 {
  margin-right: -1.5rem!important;
  margin-left: -1.5rem!important
}
.mx-n5 {
  margin-right: -2rem!important;
  margin-left: -2rem!important
}
.mx-n6 {
  margin-right: -2.5rem!important;
  margin-left: -2.5rem!important
}
.mx-n7 {
  margin-right: -3rem!important;
  margin-left: -3rem!important
}
.mx-n8 {
  margin-right: -3.5rem!important;
  margin-left: -3.5rem!important
}
.my-n1 {
  margin-top: -.25rem!important;
  margin-bottom: -.25rem!important
}
.my-n2 {
  margin-top: -.5rem!important;
  margin-bottom: -.5rem!important
}
.my-n3 {
  margin-top: -1rem!important;
  margin-bottom: -1rem!important
}
.my-n4 {
  margin-top: -1.5rem!important;
  margin-bottom: -1.5rem!important
}
.my-n5 {
  margin-top: -2rem!important;
  margin-bottom: -2rem!important
}
.my-n6 {
  margin-top: -2.5rem!important;
  margin-bottom: -2.5rem!important
}
.my-n7 {
  margin-top: -3rem!important;
  margin-bottom: -3rem!important
}
.my-n8 {
  margin-top: -3.5rem!important;
  margin-bottom: -3.5rem!important
}
.mt-n1 {
  margin-top: -.25rem!important
}
.mt-n2 {
  margin-top: -.5rem!important
}
.mt-n3 {
  margin-top: -1rem!important
}
.mt-n4 {
  margin-top: -1.5rem!important
}
.mt-n5 {
  margin-top: -2rem!important
}
.mt-n6 {
  margin-top: -2.5rem!important
}
.mt-n7 {
  margin-top: -3rem!important
}
.mt-n8 {
  margin-top: -3.5rem!important
}
.me-n1 {
  margin-right: -.25rem!important
}
.me-n2 {
  margin-right: -.5rem!important
}
.me-n3 {
  margin-right: -1rem!important
}
.me-n4 {
  margin-right: -1.5rem!important
}
.me-n5 {
  margin-right: -2rem!important
}
.me-n6 {
  margin-right: -2.5rem!important
}
.me-n7 {
  margin-right: -3rem!important
}
.me-n8 {
  margin-right: -3.5rem!important
}
.mb-n1 {
  margin-bottom: -.25rem!important
}
.mb-n2 {
  margin-bottom: -.5rem!important
}
.mb-n3 {
  margin-bottom: -1rem!important
}
.mb-n4 {
  margin-bottom: -1.5rem!important
}
.mb-n5 {
  margin-bottom: -2rem!important
}
.mb-n6 {
  margin-bottom: -2.5rem!important
}
.mb-n7 {
  margin-bottom: -3rem!important
}
.mb-n8 {
  margin-bottom: -3.5rem!important
}
.ms-n1 {
  margin-left: -.25rem!important
}
.ms-n2 {
  margin-left: -.5rem!important
}
.ms-n3 {
  margin-left: -1rem!important
}
.ms-n4 {
  margin-left: -1.5rem!important
}
.ms-n5 {
  margin-left: -2rem!important
}
.ms-n6 {
  margin-left: -2.5rem!important
}
.ms-n7 {
  margin-left: -3rem!important
}
.ms-n8 {
  margin-left: -3.5rem!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: 2rem!important
}
.p-6 {
  padding: 2.5rem!important
}
.p-7 {
  padding: 3rem!important
}
.p-8 {
  padding: 3.5rem!important
}
.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}
.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important
}
.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important
}
.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}
.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}
.px-5 {
  padding-right: 2rem!important;
  padding-left: 2rem!important
}
.px-6 {
  padding-right: 2.5rem!important;
  padding-left: 2.5rem!important
}
.px-7 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}
.px-8 {
  padding-right: 3.5rem!important;
  padding-left: 3.5rem!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: 2rem!important;
  padding-bottom: 2rem!important
}
.py-6 {
  padding-top: 2.5rem!important;
  padding-bottom: 2.5rem!important
}
.py-7 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}
.py-8 {
  padding-top: 3.5rem!important;
  padding-bottom: 3.5rem!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: 2rem!important
}
.pt-6 {
  padding-top: 2.5rem!important
}
.pt-7 {
  padding-top: 3rem!important
}
.pt-8 {
  padding-top: 3.5rem!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: 2rem!important
}
.pe-6 {
  padding-right: 2.5rem!important
}
.pe-7 {
  padding-right: 3rem!important
}
.pe-8 {
  padding-right: 3.5rem!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: 2rem!important
}
.pb-6 {
  padding-bottom: 2.5rem!important
}
.pb-7 {
  padding-bottom: 3rem!important
}
.pb-8 {
  padding-bottom: 3.5rem!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: 2rem!important
}
.ps-6 {
  padding-left: 2.5rem!important
}
.ps-7 {
  padding-left: 3rem!important
}
.ps-8 {
  padding-left: 3.5rem!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: 2rem!important
}
.gap-6 {
  gap: 2.5rem!important
}
.gap-7 {
  gap: 3rem!important
}
.gap-8 {
  gap: 3.5rem!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: 2rem!important
}
.row-gap-6 {
  row-gap: 2.5rem!important
}
.row-gap-7 {
  row-gap: 3rem!important
}
.row-gap-8 {
  row-gap: 3.5rem!important
}
.column-gap-0 {
  -moz-column-gap: 0!important;
  column-gap: 0!important
}
.column-gap-1 {
  -moz-column-gap: .25rem!important;
  column-gap: .25rem!important
}
.column-gap-2 {
  -moz-column-gap: .5rem!important;
  column-gap: .5rem!important
}
.column-gap-3 {
  -moz-column-gap: 1rem!important;
  column-gap: 1rem!important
}
.column-gap-4 {
  -moz-column-gap: 1.5rem!important;
  column-gap: 1.5rem!important
}
.column-gap-5 {
  -moz-column-gap: 2rem!important;
  column-gap: 2rem!important
}
.column-gap-6 {
  -moz-column-gap: 2.5rem!important;
  column-gap: 2.5rem!important
}
.column-gap-7 {
  -moz-column-gap: 3rem!important;
  column-gap: 3rem!important
}
.column-gap-8 {
  -moz-column-gap: 3.5rem!important;
  column-gap: 3.5rem!important
}
.font-monospace {
  font-family: var(--bs-font-monospace)!important
}
.fs-1 {
  font-size: calc(1.421875rem + 2.0625vw)!important
}
.fs-2 {
  font-size: calc(1.3625rem + 1.35vw)!important
}
.fs-3 {
  font-size: calc(1.3328125rem + .99375vw)!important
}
.fs-4 {
  font-size: calc(1.303125rem + .6375vw)!important
}
.fs-5 {
  font-size: calc(1.2734375rem + .28125vw)!important
}
.fs-6 {
  font-size: 1.1875rem!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: 600!important
}
.lh-1 {
  line-height: 1!important
}
.lh-sm {
  line-height: 1.25!important
}
.lh-base {
  line-height: 1.4211!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: rgba(0,0,0,.5)!important
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255,255,255,.5)!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: 0.25
}
.text-opacity-50 {
  --bs-text-opacity: 0.5
}
.text-opacity-75 {
  --bs-text-opacity: 0.75
}
.text-opacity-100 {
  --bs-text-opacity: 1
}
.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: 0.1
}
.link-opacity-25,
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25
}
.link-opacity-50,
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5
}
.link-opacity-75,
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.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: 0.1
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.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: transparent!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: 0.1
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}
.bg-opacity-100 {
  --bs-bg-opacity: 1
}
.bg-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 {
  -webkit-user-select: all!important;
  user-select: all!important
}
.user-select-auto {
  -webkit-user-select: auto!important;
  user-select: auto!important
}
.user-select-none {
  -webkit-user-select: none!important;
  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-bottom-left-radius: 0!important;
  border-top-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-bottom-left-radius: 50%!important;
  border-top-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 (min-width:576px) {
  .float-sm-start {
    float: left!important
  }
  .float-sm-end {
    float: right!important
  }
  .float-sm-none {
    float: none!important
  }
  .object-fit-sm-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
  }
  .object-fit-sm-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
  }
  .object-fit-sm-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
  }
  .object-fit-sm-none {
    -o-object-fit: none!important;
    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
  }
  .w-sm-auto {
    width: auto!important
  }
  .w-sm-25 {
    width: 25%!important
  }
  .w-sm-50 {
    width: 50%!important
  }
  .w-sm-75 {
    width: 75%!important
  }
  .w-sm-100 {
    width: 100%!important
  }
  .flex-sm-fill {
    flex: 1 1 auto!important
  }
  .flex-sm-row {
    flex-direction: row!important
  }
  .flex-sm-column {
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-sm-grow-0 {
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-sm-wrap {
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-sm-start {
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    justify-content: center!important
  }
  .justify-content-sm-between {
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    justify-content: space-around!important
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly!important
  }
  .align-items-sm-start {
    align-items: flex-start!important
  }
  .align-items-sm-end {
    align-items: flex-end!important
  }
  .align-items-sm-center {
    align-items: center!important
  }
  .align-items-sm-baseline {
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    align-items: stretch!important
  }
  .align-content-sm-start {
    align-content: flex-start!important
  }
  .align-content-sm-end {
    align-content: flex-end!important
  }
  .align-content-sm-center {
    align-content: center!important
  }
  .align-content-sm-between {
    align-content: space-between!important
  }
  .align-content-sm-around {
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    align-content: stretch!important
  }
  .align-self-sm-auto {
    align-self: auto!important
  }
  .align-self-sm-start {
    align-self: flex-start!important
  }
  .align-self-sm-end {
    align-self: flex-end!important
  }
  .align-self-sm-center {
    align-self: center!important
  }
  .align-self-sm-baseline {
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    align-self: stretch!important
  }
  .order-sm-first {
    order: -1!important
  }
  .order-sm-0 {
    order: 0!important
  }
  .order-sm-1 {
    order: 1!important
  }
  .order-sm-2 {
    order: 2!important
  }
  .order-sm-3 {
    order: 3!important
  }
  .order-sm-4 {
    order: 4!important
  }
  .order-sm-5 {
    order: 5!important
  }
  .order-sm-last {
    order: 7!important
  }
  .order-sm-6 {
    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: 2rem!important
  }
  .m-sm-6 {
    margin: 2.5rem!important
  }
  .m-sm-7 {
    margin: 3rem!important
  }
  .m-sm-8 {
    margin: 3.5rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-sm-5 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-sm-6 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-sm-7 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-sm-8 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-sm-1 {
    margin-top: .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: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-sm-6 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-sm-7 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-sm-8 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .mt-sm-6 {
    margin-top: 2.5rem!important
  }
  .mt-sm-7 {
    margin-top: 3rem!important
  }
  .mt-sm-8 {
    margin-top: 3.5rem!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: 2rem!important
  }
  .me-sm-6 {
    margin-right: 2.5rem!important
  }
  .me-sm-7 {
    margin-right: 3rem!important
  }
  .me-sm-8 {
    margin-right: 3.5rem!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: 2rem!important
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem!important
  }
  .mb-sm-7 {
    margin-bottom: 3rem!important
  }
  .mb-sm-8 {
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .ms-sm-6 {
    margin-left: 2.5rem!important
  }
  .ms-sm-7 {
    margin-left: 3rem!important
  }
  .ms-sm-8 {
    margin-left: 3.5rem!important
  }
  .ms-sm-auto {
    margin-left: auto!important
  }
  .m-sm-n1 {
    margin: -.25rem!important
  }
  .m-sm-n2 {
    margin: -.5rem!important
  }
  .m-sm-n3 {
    margin: -1rem!important
  }
  .m-sm-n4 {
    margin: -1.5rem!important
  }
  .m-sm-n5 {
    margin: -2rem!important
  }
  .m-sm-n6 {
    margin: -2.5rem!important
  }
  .m-sm-n7 {
    margin: -3rem!important
  }
  .m-sm-n8 {
    margin: -3.5rem!important
  }
  .mx-sm-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-sm-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-sm-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-sm-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-sm-n5 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-sm-n6 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
  }
  .mx-sm-n7 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-sm-n8 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
  }
  .my-sm-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-sm-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-sm-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-sm-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-sm-n5 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-sm-n6 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
  }
  .my-sm-n7 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-sm-n8 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
  }
  .mt-sm-n1 {
    margin-top: -.25rem!important
  }
  .mt-sm-n2 {
    margin-top: -.5rem!important
  }
  .mt-sm-n3 {
    margin-top: -1rem!important
  }
  .mt-sm-n4 {
    margin-top: -1.5rem!important
  }
  .mt-sm-n5 {
    margin-top: -2rem!important
  }
  .mt-sm-n6 {
    margin-top: -2.5rem!important
  }
  .mt-sm-n7 {
    margin-top: -3rem!important
  }
  .mt-sm-n8 {
    margin-top: -3.5rem!important
  }
  .me-sm-n1 {
    margin-right: -.25rem!important
  }
  .me-sm-n2 {
    margin-right: -.5rem!important
  }
  .me-sm-n3 {
    margin-right: -1rem!important
  }
  .me-sm-n4 {
    margin-right: -1.5rem!important
  }
  .me-sm-n5 {
    margin-right: -2rem!important
  }
  .me-sm-n6 {
    margin-right: -2.5rem!important
  }
  .me-sm-n7 {
    margin-right: -3rem!important
  }
  .me-sm-n8 {
    margin-right: -3.5rem!important
  }
  .mb-sm-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-sm-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-sm-n3 {
    margin-bottom: -1rem!important
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-sm-n5 {
    margin-bottom: -2rem!important
  }
  .mb-sm-n6 {
    margin-bottom: -2.5rem!important
  }
  .mb-sm-n7 {
    margin-bottom: -3rem!important
  }
  .mb-sm-n8 {
    margin-bottom: -3.5rem!important
  }
  .ms-sm-n1 {
    margin-left: -.25rem!important
  }
  .ms-sm-n2 {
    margin-left: -.5rem!important
  }
  .ms-sm-n3 {
    margin-left: -1rem!important
  }
  .ms-sm-n4 {
    margin-left: -1.5rem!important
  }
  .ms-sm-n5 {
    margin-left: -2rem!important
  }
  .ms-sm-n6 {
    margin-left: -2.5rem!important
  }
  .ms-sm-n7 {
    margin-left: -3rem!important
  }
  .ms-sm-n8 {
    margin-left: -3.5rem!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: 2rem!important
  }
  .p-sm-6 {
    padding: 2.5rem!important
  }
  .p-sm-7 {
    padding: 3rem!important
  }
  .p-sm-8 {
    padding: 3.5rem!important
  }
  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-sm-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-sm-6 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-sm-7 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-sm-8 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!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: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-sm-6 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-sm-7 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-sm-8 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .pt-sm-6 {
    padding-top: 2.5rem!important
  }
  .pt-sm-7 {
    padding-top: 3rem!important
  }
  .pt-sm-8 {
    padding-top: 3.5rem!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: 2rem!important
  }
  .pe-sm-6 {
    padding-right: 2.5rem!important
  }
  .pe-sm-7 {
    padding-right: 3rem!important
  }
  .pe-sm-8 {
    padding-right: 3.5rem!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: 2rem!important
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem!important
  }
  .pb-sm-7 {
    padding-bottom: 3rem!important
  }
  .pb-sm-8 {
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .ps-sm-6 {
    padding-left: 2.5rem!important
  }
  .ps-sm-7 {
    padding-left: 3rem!important
  }
  .ps-sm-8 {
    padding-left: 3.5rem!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: 2rem!important
  }
  .gap-sm-6 {
    gap: 2.5rem!important
  }
  .gap-sm-7 {
    gap: 3rem!important
  }
  .gap-sm-8 {
    gap: 3.5rem!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: 2rem!important
  }
  .row-gap-sm-6 {
    row-gap: 2.5rem!important
  }
  .row-gap-sm-7 {
    row-gap: 3rem!important
  }
  .row-gap-sm-8 {
    row-gap: 3.5rem!important
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
  }
  .column-gap-sm-1 {
    -moz-column-gap: .25rem!important;
    column-gap: .25rem!important
  }
  .column-gap-sm-2 {
    -moz-column-gap: .5rem!important;
    column-gap: .5rem!important
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
  }
  .column-gap-sm-5 {
    -moz-column-gap: 2rem!important;
    column-gap: 2rem!important
  }
  .column-gap-sm-6 {
    -moz-column-gap: 2.5rem!important;
    column-gap: 2.5rem!important
  }
  .column-gap-sm-7 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
  }
  .column-gap-sm-8 {
    -moz-column-gap: 3.5rem!important;
    column-gap: 3.5rem!important
  }
  .text-sm-start {
    text-align: left!important
  }
  .text-sm-end {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}
@media (min-width:834px) {
  .float-md-start {
    float: left!important
  }
  .float-md-end {
    float: right!important
  }
  .float-md-none {
    float: none!important
  }
  .object-fit-md-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
  }
  .object-fit-md-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
  }
  .object-fit-md-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
  }
  .object-fit-md-none {
    -o-object-fit: none!important;
    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
  }
  .w-md-auto {
    width: auto!important
  }
  .w-md-25 {
    width: 25%!important
  }
  .w-md-50 {
    width: 50%!important
  }
  .w-md-75 {
    width: 75%!important
  }
  .w-md-100 {
    width: 100%!important
  }
  .flex-md-fill {
    flex: 1 1 auto!important
  }
  .flex-md-row {
    flex-direction: row!important
  }
  .flex-md-column {
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-md-grow-0 {
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    flex-grow: 1!important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-md-wrap {
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-md-start {
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    justify-content: center!important
  }
  .justify-content-md-between {
    justify-content: space-between!important
  }
  .justify-content-md-around {
    justify-content: space-around!important
  }
  .justify-content-md-evenly {
    justify-content: space-evenly!important
  }
  .align-items-md-start {
    align-items: flex-start!important
  }
  .align-items-md-end {
    align-items: flex-end!important
  }
  .align-items-md-center {
    align-items: center!important
  }
  .align-items-md-baseline {
    align-items: baseline!important
  }
  .align-items-md-stretch {
    align-items: stretch!important
  }
  .align-content-md-start {
    align-content: flex-start!important
  }
  .align-content-md-end {
    align-content: flex-end!important
  }
  .align-content-md-center {
    align-content: center!important
  }
  .align-content-md-between {
    align-content: space-between!important
  }
  .align-content-md-around {
    align-content: space-around!important
  }
  .align-content-md-stretch {
    align-content: stretch!important
  }
  .align-self-md-auto {
    align-self: auto!important
  }
  .align-self-md-start {
    align-self: flex-start!important
  }
  .align-self-md-end {
    align-self: flex-end!important
  }
  .align-self-md-center {
    align-self: center!important
  }
  .align-self-md-baseline {
    align-self: baseline!important
  }
  .align-self-md-stretch {
    align-self: stretch!important
  }
  .order-md-first {
    order: -1!important
  }
  .order-md-0 {
    order: 0!important
  }
  .order-md-1 {
    order: 1!important
  }
  .order-md-2 {
    order: 2!important
  }
  .order-md-3 {
    order: 3!important
  }
  .order-md-4 {
    order: 4!important
  }
  .order-md-5 {
    order: 5!important
  }
  .order-md-last {
    order: 7!important
  }
  .order-md-6 {
    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: 2rem!important
  }
  .m-md-6 {
    margin: 2.5rem!important
  }
  .m-md-7 {
    margin: 3rem!important
  }
  .m-md-8 {
    margin: 3.5rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-md-5 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-md-6 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-md-7 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-md-8 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-md-1 {
    margin-top: .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: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-md-6 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-md-7 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-md-8 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .mt-md-6 {
    margin-top: 2.5rem!important
  }
  .mt-md-7 {
    margin-top: 3rem!important
  }
  .mt-md-8 {
    margin-top: 3.5rem!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: 2rem!important
  }
  .me-md-6 {
    margin-right: 2.5rem!important
  }
  .me-md-7 {
    margin-right: 3rem!important
  }
  .me-md-8 {
    margin-right: 3.5rem!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: 2rem!important
  }
  .mb-md-6 {
    margin-bottom: 2.5rem!important
  }
  .mb-md-7 {
    margin-bottom: 3rem!important
  }
  .mb-md-8 {
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .ms-md-6 {
    margin-left: 2.5rem!important
  }
  .ms-md-7 {
    margin-left: 3rem!important
  }
  .ms-md-8 {
    margin-left: 3.5rem!important
  }
  .ms-md-auto {
    margin-left: auto!important
  }
  .m-md-n1 {
    margin: -.25rem!important
  }
  .m-md-n2 {
    margin: -.5rem!important
  }
  .m-md-n3 {
    margin: -1rem!important
  }
  .m-md-n4 {
    margin: -1.5rem!important
  }
  .m-md-n5 {
    margin: -2rem!important
  }
  .m-md-n6 {
    margin: -2.5rem!important
  }
  .m-md-n7 {
    margin: -3rem!important
  }
  .m-md-n8 {
    margin: -3.5rem!important
  }
  .mx-md-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-md-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-md-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-md-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-md-n5 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-md-n6 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
  }
  .mx-md-n7 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-md-n8 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
  }
  .my-md-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-md-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-md-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-md-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-md-n5 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-md-n6 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
  }
  .my-md-n7 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-md-n8 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
  }
  .mt-md-n1 {
    margin-top: -.25rem!important
  }
  .mt-md-n2 {
    margin-top: -.5rem!important
  }
  .mt-md-n3 {
    margin-top: -1rem!important
  }
  .mt-md-n4 {
    margin-top: -1.5rem!important
  }
  .mt-md-n5 {
    margin-top: -2rem!important
  }
  .mt-md-n6 {
    margin-top: -2.5rem!important
  }
  .mt-md-n7 {
    margin-top: -3rem!important
  }
  .mt-md-n8 {
    margin-top: -3.5rem!important
  }
  .me-md-n1 {
    margin-right: -.25rem!important
  }
  .me-md-n2 {
    margin-right: -.5rem!important
  }
  .me-md-n3 {
    margin-right: -1rem!important
  }
  .me-md-n4 {
    margin-right: -1.5rem!important
  }
  .me-md-n5 {
    margin-right: -2rem!important
  }
  .me-md-n6 {
    margin-right: -2.5rem!important
  }
  .me-md-n7 {
    margin-right: -3rem!important
  }
  .me-md-n8 {
    margin-right: -3.5rem!important
  }
  .mb-md-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-md-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-md-n3 {
    margin-bottom: -1rem!important
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-md-n5 {
    margin-bottom: -2rem!important
  }
  .mb-md-n6 {
    margin-bottom: -2.5rem!important
  }
  .mb-md-n7 {
    margin-bottom: -3rem!important
  }
  .mb-md-n8 {
    margin-bottom: -3.5rem!important
  }
  .ms-md-n1 {
    margin-left: -.25rem!important
  }
  .ms-md-n2 {
    margin-left: -.5rem!important
  }
  .ms-md-n3 {
    margin-left: -1rem!important
  }
  .ms-md-n4 {
    margin-left: -1.5rem!important
  }
  .ms-md-n5 {
    margin-left: -2rem!important
  }
  .ms-md-n6 {
    margin-left: -2.5rem!important
  }
  .ms-md-n7 {
    margin-left: -3rem!important
  }
  .ms-md-n8 {
    margin-left: -3.5rem!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: 2rem!important
  }
  .p-md-6 {
    padding: 2.5rem!important
  }
  .p-md-7 {
    padding: 3rem!important
  }
  .p-md-8 {
    padding: 3.5rem!important
  }
  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-md-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-md-6 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-md-7 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-md-8 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!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: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-md-6 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-md-7 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-md-8 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .pt-md-6 {
    padding-top: 2.5rem!important
  }
  .pt-md-7 {
    padding-top: 3rem!important
  }
  .pt-md-8 {
    padding-top: 3.5rem!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: 2rem!important
  }
  .pe-md-6 {
    padding-right: 2.5rem!important
  }
  .pe-md-7 {
    padding-right: 3rem!important
  }
  .pe-md-8 {
    padding-right: 3.5rem!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: 2rem!important
  }
  .pb-md-6 {
    padding-bottom: 2.5rem!important
  }
  .pb-md-7 {
    padding-bottom: 3rem!important
  }
  .pb-md-8 {
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .ps-md-6 {
    padding-left: 2.5rem!important
  }
  .ps-md-7 {
    padding-left: 3rem!important
  }
  .ps-md-8 {
    padding-left: 3.5rem!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: 2rem!important
  }
  .gap-md-6 {
    gap: 2.5rem!important
  }
  .gap-md-7 {
    gap: 3rem!important
  }
  .gap-md-8 {
    gap: 3.5rem!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: 2rem!important
  }
  .row-gap-md-6 {
    row-gap: 2.5rem!important
  }
  .row-gap-md-7 {
    row-gap: 3rem!important
  }
  .row-gap-md-8 {
    row-gap: 3.5rem!important
  }
  .column-gap-md-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
  }
  .column-gap-md-1 {
    -moz-column-gap: .25rem!important;
    column-gap: .25rem!important
  }
  .column-gap-md-2 {
    -moz-column-gap: .5rem!important;
    column-gap: .5rem!important
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
  }
  .column-gap-md-5 {
    -moz-column-gap: 2rem!important;
    column-gap: 2rem!important
  }
  .column-gap-md-6 {
    -moz-column-gap: 2.5rem!important;
    column-gap: 2.5rem!important
  }
  .column-gap-md-7 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
  }
  .column-gap-md-8 {
    -moz-column-gap: 3.5rem!important;
    column-gap: 3.5rem!important
  }
  .text-md-start {
    text-align: left!important
  }
  .text-md-end {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left!important
  }
  .float-lg-end {
    float: right!important
  }
  .float-lg-none {
    float: none!important
  }
  .object-fit-lg-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
  }
  .object-fit-lg-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
  }
  .object-fit-lg-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
  }
  .object-fit-lg-none {
    -o-object-fit: none!important;
    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
  }
  .w-lg-auto {
    width: auto!important
  }
  .w-lg-25 {
    width: 25%!important
  }
  .w-lg-50 {
    width: 50%!important
  }
  .w-lg-75 {
    width: 75%!important
  }
  .w-lg-100 {
    width: 100%!important
  }
  .flex-lg-fill {
    flex: 1 1 auto!important
  }
  .flex-lg-row {
    flex-direction: row!important
  }
  .flex-lg-column {
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-lg-grow-0 {
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-lg-wrap {
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-lg-start {
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    justify-content: center!important
  }
  .justify-content-lg-between {
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    justify-content: space-around!important
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly!important
  }
  .align-items-lg-start {
    align-items: flex-start!important
  }
  .align-items-lg-end {
    align-items: flex-end!important
  }
  .align-items-lg-center {
    align-items: center!important
  }
  .align-items-lg-baseline {
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    align-items: stretch!important
  }
  .align-content-lg-start {
    align-content: flex-start!important
  }
  .align-content-lg-end {
    align-content: flex-end!important
  }
  .align-content-lg-center {
    align-content: center!important
  }
  .align-content-lg-between {
    align-content: space-between!important
  }
  .align-content-lg-around {
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    align-content: stretch!important
  }
  .align-self-lg-auto {
    align-self: auto!important
  }
  .align-self-lg-start {
    align-self: flex-start!important
  }
  .align-self-lg-end {
    align-self: flex-end!important
  }
  .align-self-lg-center {
    align-self: center!important
  }
  .align-self-lg-baseline {
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    align-self: stretch!important
  }
  .order-lg-first {
    order: -1!important
  }
  .order-lg-0 {
    order: 0!important
  }
  .order-lg-1 {
    order: 1!important
  }
  .order-lg-2 {
    order: 2!important
  }
  .order-lg-3 {
    order: 3!important
  }
  .order-lg-4 {
    order: 4!important
  }
  .order-lg-5 {
    order: 5!important
  }
  .order-lg-last {
    order: 7!important
  }
  .order-lg-6 {
    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: 2rem!important
  }
  .m-lg-6 {
    margin: 2.5rem!important
  }
  .m-lg-7 {
    margin: 3rem!important
  }
  .m-lg-8 {
    margin: 3.5rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-lg-5 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-lg-6 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-lg-7 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-lg-8 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-lg-1 {
    margin-top: .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: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-lg-6 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-lg-7 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-lg-8 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .mt-lg-6 {
    margin-top: 2.5rem!important
  }
  .mt-lg-7 {
    margin-top: 3rem!important
  }
  .mt-lg-8 {
    margin-top: 3.5rem!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: 2rem!important
  }
  .me-lg-6 {
    margin-right: 2.5rem!important
  }
  .me-lg-7 {
    margin-right: 3rem!important
  }
  .me-lg-8 {
    margin-right: 3.5rem!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: 2rem!important
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem!important
  }
  .mb-lg-7 {
    margin-bottom: 3rem!important
  }
  .mb-lg-8 {
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .ms-lg-6 {
    margin-left: 2.5rem!important
  }
  .ms-lg-7 {
    margin-left: 3rem!important
  }
  .ms-lg-8 {
    margin-left: 3.5rem!important
  }
  .ms-lg-auto {
    margin-left: auto!important
  }
  .m-lg-n1 {
    margin: -.25rem!important
  }
  .m-lg-n2 {
    margin: -.5rem!important
  }
  .m-lg-n3 {
    margin: -1rem!important
  }
  .m-lg-n4 {
    margin: -1.5rem!important
  }
  .m-lg-n5 {
    margin: -2rem!important
  }
  .m-lg-n6 {
    margin: -2.5rem!important
  }
  .m-lg-n7 {
    margin: -3rem!important
  }
  .m-lg-n8 {
    margin: -3.5rem!important
  }
  .mx-lg-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-lg-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-lg-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-lg-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-lg-n5 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-lg-n6 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
  }
  .mx-lg-n7 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-lg-n8 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
  }
  .my-lg-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-lg-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-lg-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-lg-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-lg-n5 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-lg-n6 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
  }
  .my-lg-n7 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-lg-n8 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
  }
  .mt-lg-n1 {
    margin-top: -.25rem!important
  }
  .mt-lg-n2 {
    margin-top: -.5rem!important
  }
  .mt-lg-n3 {
    margin-top: -1rem!important
  }
  .mt-lg-n4 {
    margin-top: -1.5rem!important
  }
  .mt-lg-n5 {
    margin-top: -2rem!important
  }
  .mt-lg-n6 {
    margin-top: -2.5rem!important
  }
  .mt-lg-n7 {
    margin-top: -3rem!important
  }
  .mt-lg-n8 {
    margin-top: -3.5rem!important
  }
  .me-lg-n1 {
    margin-right: -.25rem!important
  }
  .me-lg-n2 {
    margin-right: -.5rem!important
  }
  .me-lg-n3 {
    margin-right: -1rem!important
  }
  .me-lg-n4 {
    margin-right: -1.5rem!important
  }
  .me-lg-n5 {
    margin-right: -2rem!important
  }
  .me-lg-n6 {
    margin-right: -2.5rem!important
  }
  .me-lg-n7 {
    margin-right: -3rem!important
  }
  .me-lg-n8 {
    margin-right: -3.5rem!important
  }
  .mb-lg-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-lg-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-lg-n3 {
    margin-bottom: -1rem!important
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-lg-n5 {
    margin-bottom: -2rem!important
  }
  .mb-lg-n6 {
    margin-bottom: -2.5rem!important
  }
  .mb-lg-n7 {
    margin-bottom: -3rem!important
  }
  .mb-lg-n8 {
    margin-bottom: -3.5rem!important
  }
  .ms-lg-n1 {
    margin-left: -.25rem!important
  }
  .ms-lg-n2 {
    margin-left: -.5rem!important
  }
  .ms-lg-n3 {
    margin-left: -1rem!important
  }
  .ms-lg-n4 {
    margin-left: -1.5rem!important
  }
  .ms-lg-n5 {
    margin-left: -2rem!important
  }
  .ms-lg-n6 {
    margin-left: -2.5rem!important
  }
  .ms-lg-n7 {
    margin-left: -3rem!important
  }
  .ms-lg-n8 {
    margin-left: -3.5rem!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: 2rem!important
  }
  .p-lg-6 {
    padding: 2.5rem!important
  }
  .p-lg-7 {
    padding: 3rem!important
  }
  .p-lg-8 {
    padding: 3.5rem!important
  }
  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-lg-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-lg-6 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-lg-7 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-lg-8 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!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: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-lg-6 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-lg-7 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-lg-8 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .pt-lg-6 {
    padding-top: 2.5rem!important
  }
  .pt-lg-7 {
    padding-top: 3rem!important
  }
  .pt-lg-8 {
    padding-top: 3.5rem!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: 2rem!important
  }
  .pe-lg-6 {
    padding-right: 2.5rem!important
  }
  .pe-lg-7 {
    padding-right: 3rem!important
  }
  .pe-lg-8 {
    padding-right: 3.5rem!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: 2rem!important
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem!important
  }
  .pb-lg-7 {
    padding-bottom: 3rem!important
  }
  .pb-lg-8 {
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .ps-lg-6 {
    padding-left: 2.5rem!important
  }
  .ps-lg-7 {
    padding-left: 3rem!important
  }
  .ps-lg-8 {
    padding-left: 3.5rem!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: 2rem!important
  }
  .gap-lg-6 {
    gap: 2.5rem!important
  }
  .gap-lg-7 {
    gap: 3rem!important
  }
  .gap-lg-8 {
    gap: 3.5rem!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: 2rem!important
  }
  .row-gap-lg-6 {
    row-gap: 2.5rem!important
  }
  .row-gap-lg-7 {
    row-gap: 3rem!important
  }
  .row-gap-lg-8 {
    row-gap: 3.5rem!important
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
  }
  .column-gap-lg-1 {
    -moz-column-gap: .25rem!important;
    column-gap: .25rem!important
  }
  .column-gap-lg-2 {
    -moz-column-gap: .5rem!important;
    column-gap: .5rem!important
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
  }
  .column-gap-lg-5 {
    -moz-column-gap: 2rem!important;
    column-gap: 2rem!important
  }
  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem!important;
    column-gap: 2.5rem!important
  }
  .column-gap-lg-7 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
  }
  .column-gap-lg-8 {
    -moz-column-gap: 3.5rem!important;
    column-gap: 3.5rem!important
  }
  .text-lg-start {
    text-align: left!important
  }
  .text-lg-end {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}
@media (min-width:1280px) {
  .float-xl-start {
    float: left!important
  }
  .float-xl-end {
    float: right!important
  }
  .float-xl-none {
    float: none!important
  }
  .object-fit-xl-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
  }
  .object-fit-xl-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
  }
  .object-fit-xl-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
  }
  .object-fit-xl-none {
    -o-object-fit: none!important;
    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
  }
  .w-xl-auto {
    width: auto!important
  }
  .w-xl-25 {
    width: 25%!important
  }
  .w-xl-50 {
    width: 50%!important
  }
  .w-xl-75 {
    width: 75%!important
  }
  .w-xl-100 {
    width: 100%!important
  }
  .flex-xl-fill {
    flex: 1 1 auto!important
  }
  .flex-xl-row {
    flex-direction: row!important
  }
  .flex-xl-column {
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xl-start {
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    justify-content: center!important
  }
  .justify-content-xl-between {
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    justify-content: space-around!important
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xl-start {
    align-items: flex-start!important
  }
  .align-items-xl-end {
    align-items: flex-end!important
  }
  .align-items-xl-center {
    align-items: center!important
  }
  .align-items-xl-baseline {
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    align-items: stretch!important
  }
  .align-content-xl-start {
    align-content: flex-start!important
  }
  .align-content-xl-end {
    align-content: flex-end!important
  }
  .align-content-xl-center {
    align-content: center!important
  }
  .align-content-xl-between {
    align-content: space-between!important
  }
  .align-content-xl-around {
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    align-content: stretch!important
  }
  .align-self-xl-auto {
    align-self: auto!important
  }
  .align-self-xl-start {
    align-self: flex-start!important
  }
  .align-self-xl-end {
    align-self: flex-end!important
  }
  .align-self-xl-center {
    align-self: center!important
  }
  .align-self-xl-baseline {
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    align-self: stretch!important
  }
  .order-xl-first {
    order: -1!important
  }
  .order-xl-0 {
    order: 0!important
  }
  .order-xl-1 {
    order: 1!important
  }
  .order-xl-2 {
    order: 2!important
  }
  .order-xl-3 {
    order: 3!important
  }
  .order-xl-4 {
    order: 4!important
  }
  .order-xl-5 {
    order: 5!important
  }
  .order-xl-last {
    order: 7!important
  }
  .order-xl-6 {
    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: 2rem!important
  }
  .m-xl-6 {
    margin: 2.5rem!important
  }
  .m-xl-7 {
    margin: 3rem!important
  }
  .m-xl-8 {
    margin: 3.5rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xl-5 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-xl-6 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-xl-7 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xl-8 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xl-1 {
    margin-top: .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: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-xl-6 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-xl-7 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xl-8 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .mt-xl-6 {
    margin-top: 2.5rem!important
  }
  .mt-xl-7 {
    margin-top: 3rem!important
  }
  .mt-xl-8 {
    margin-top: 3.5rem!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: 2rem!important
  }
  .me-xl-6 {
    margin-right: 2.5rem!important
  }
  .me-xl-7 {
    margin-right: 3rem!important
  }
  .me-xl-8 {
    margin-right: 3.5rem!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: 2rem!important
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem!important
  }
  .mb-xl-7 {
    margin-bottom: 3rem!important
  }
  .mb-xl-8 {
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .ms-xl-6 {
    margin-left: 2.5rem!important
  }
  .ms-xl-7 {
    margin-left: 3rem!important
  }
  .ms-xl-8 {
    margin-left: 3.5rem!important
  }
  .ms-xl-auto {
    margin-left: auto!important
  }
  .m-xl-n1 {
    margin: -.25rem!important
  }
  .m-xl-n2 {
    margin: -.5rem!important
  }
  .m-xl-n3 {
    margin: -1rem!important
  }
  .m-xl-n4 {
    margin: -1.5rem!important
  }
  .m-xl-n5 {
    margin: -2rem!important
  }
  .m-xl-n6 {
    margin: -2.5rem!important
  }
  .m-xl-n7 {
    margin: -3rem!important
  }
  .m-xl-n8 {
    margin: -3.5rem!important
  }
  .mx-xl-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-xl-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-xl-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-xl-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-xl-n5 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-xl-n6 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
  }
  .mx-xl-n7 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-xl-n8 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
  }
  .my-xl-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-xl-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-xl-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-xl-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-xl-n5 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-xl-n6 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
  }
  .my-xl-n7 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-xl-n8 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
  }
  .mt-xl-n1 {
    margin-top: -.25rem!important
  }
  .mt-xl-n2 {
    margin-top: -.5rem!important
  }
  .mt-xl-n3 {
    margin-top: -1rem!important
  }
  .mt-xl-n4 {
    margin-top: -1.5rem!important
  }
  .mt-xl-n5 {
    margin-top: -2rem!important
  }
  .mt-xl-n6 {
    margin-top: -2.5rem!important
  }
  .mt-xl-n7 {
    margin-top: -3rem!important
  }
  .mt-xl-n8 {
    margin-top: -3.5rem!important
  }
  .me-xl-n1 {
    margin-right: -.25rem!important
  }
  .me-xl-n2 {
    margin-right: -.5rem!important
  }
  .me-xl-n3 {
    margin-right: -1rem!important
  }
  .me-xl-n4 {
    margin-right: -1.5rem!important
  }
  .me-xl-n5 {
    margin-right: -2rem!important
  }
  .me-xl-n6 {
    margin-right: -2.5rem!important
  }
  .me-xl-n7 {
    margin-right: -3rem!important
  }
  .me-xl-n8 {
    margin-right: -3.5rem!important
  }
  .mb-xl-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-xl-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-xl-n3 {
    margin-bottom: -1rem!important
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-xl-n5 {
    margin-bottom: -2rem!important
  }
  .mb-xl-n6 {
    margin-bottom: -2.5rem!important
  }
  .mb-xl-n7 {
    margin-bottom: -3rem!important
  }
  .mb-xl-n8 {
    margin-bottom: -3.5rem!important
  }
  .ms-xl-n1 {
    margin-left: -.25rem!important
  }
  .ms-xl-n2 {
    margin-left: -.5rem!important
  }
  .ms-xl-n3 {
    margin-left: -1rem!important
  }
  .ms-xl-n4 {
    margin-left: -1.5rem!important
  }
  .ms-xl-n5 {
    margin-left: -2rem!important
  }
  .ms-xl-n6 {
    margin-left: -2.5rem!important
  }
  .ms-xl-n7 {
    margin-left: -3rem!important
  }
  .ms-xl-n8 {
    margin-left: -3.5rem!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: 2rem!important
  }
  .p-xl-6 {
    padding: 2.5rem!important
  }
  .p-xl-7 {
    padding: 3rem!important
  }
  .p-xl-8 {
    padding: 3.5rem!important
  }
  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xl-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-xl-6 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-xl-7 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-xl-8 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!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: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-xl-6 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-xl-7 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-xl-8 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .pt-xl-6 {
    padding-top: 2.5rem!important
  }
  .pt-xl-7 {
    padding-top: 3rem!important
  }
  .pt-xl-8 {
    padding-top: 3.5rem!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: 2rem!important
  }
  .pe-xl-6 {
    padding-right: 2.5rem!important
  }
  .pe-xl-7 {
    padding-right: 3rem!important
  }
  .pe-xl-8 {
    padding-right: 3.5rem!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: 2rem!important
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem!important
  }
  .pb-xl-7 {
    padding-bottom: 3rem!important
  }
  .pb-xl-8 {
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .ps-xl-6 {
    padding-left: 2.5rem!important
  }
  .ps-xl-7 {
    padding-left: 3rem!important
  }
  .ps-xl-8 {
    padding-left: 3.5rem!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: 2rem!important
  }
  .gap-xl-6 {
    gap: 2.5rem!important
  }
  .gap-xl-7 {
    gap: 3rem!important
  }
  .gap-xl-8 {
    gap: 3.5rem!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: 2rem!important
  }
  .row-gap-xl-6 {
    row-gap: 2.5rem!important
  }
  .row-gap-xl-7 {
    row-gap: 3rem!important
  }
  .row-gap-xl-8 {
    row-gap: 3.5rem!important
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
  }
  .column-gap-xl-1 {
    -moz-column-gap: .25rem!important;
    column-gap: .25rem!important
  }
  .column-gap-xl-2 {
    -moz-column-gap: .5rem!important;
    column-gap: .5rem!important
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
  }
  .column-gap-xl-5 {
    -moz-column-gap: 2rem!important;
    column-gap: 2rem!important
  }
  .column-gap-xl-6 {
    -moz-column-gap: 2.5rem!important;
    column-gap: 2.5rem!important
  }
  .column-gap-xl-7 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
  }
  .column-gap-xl-8 {
    -moz-column-gap: 3.5rem!important;
    column-gap: 3.5rem!important
  }
  .text-xl-start {
    text-align: left!important
  }
  .text-xl-end {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}
@media (min-width:1440px) {
  .float-xxl-start {
    float: left!important
  }
  .float-xxl-end {
    float: right!important
  }
  .float-xxl-none {
    float: none!important
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
  }
  .object-fit-xxl-none {
    -o-object-fit: none!important;
    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
  }
  .w-xxl-auto {
    width: auto!important
  }
  .w-xxl-25 {
    width: 25%!important
  }
  .w-xxl-50 {
    width: 50%!important
  }
  .w-xxl-75 {
    width: 75%!important
  }
  .w-xxl-100 {
    width: 100%!important
  }
  .flex-xxl-fill {
    flex: 1 1 auto!important
  }
  .flex-xxl-row {
    flex-direction: row!important
  }
  .flex-xxl-column {
    flex-direction: column!important
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xxl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xxl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xxl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xxl-start {
    justify-content: flex-start!important
  }
  .justify-content-xxl-end {
    justify-content: flex-end!important
  }
  .justify-content-xxl-center {
    justify-content: center!important
  }
  .justify-content-xxl-between {
    justify-content: space-between!important
  }
  .justify-content-xxl-around {
    justify-content: space-around!important
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xxl-start {
    align-items: flex-start!important
  }
  .align-items-xxl-end {
    align-items: flex-end!important
  }
  .align-items-xxl-center {
    align-items: center!important
  }
  .align-items-xxl-baseline {
    align-items: baseline!important
  }
  .align-items-xxl-stretch {
    align-items: stretch!important
  }
  .align-content-xxl-start {
    align-content: flex-start!important
  }
  .align-content-xxl-end {
    align-content: flex-end!important
  }
  .align-content-xxl-center {
    align-content: center!important
  }
  .align-content-xxl-between {
    align-content: space-between!important
  }
  .align-content-xxl-around {
    align-content: space-around!important
  }
  .align-content-xxl-stretch {
    align-content: stretch!important
  }
  .align-self-xxl-auto {
    align-self: auto!important
  }
  .align-self-xxl-start {
    align-self: flex-start!important
  }
  .align-self-xxl-end {
    align-self: flex-end!important
  }
  .align-self-xxl-center {
    align-self: center!important
  }
  .align-self-xxl-baseline {
    align-self: baseline!important
  }
  .align-self-xxl-stretch {
    align-self: stretch!important
  }
  .order-xxl-first {
    order: -1!important
  }
  .order-xxl-0 {
    order: 0!important
  }
  .order-xxl-1 {
    order: 1!important
  }
  .order-xxl-2 {
    order: 2!important
  }
  .order-xxl-3 {
    order: 3!important
  }
  .order-xxl-4 {
    order: 4!important
  }
  .order-xxl-5 {
    order: 5!important
  }
  .order-xxl-last {
    order: 7!important
  }
  .order-xxl-6 {
    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: 2rem!important
  }
  .m-xxl-6 {
    margin: 2.5rem!important
  }
  .m-xxl-7 {
    margin: 3rem!important
  }
  .m-xxl-8 {
    margin: 3.5rem!important
  }
  .m-xxl-auto {
    margin: auto!important
  }
  .mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xxl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xxl-5 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-xxl-6 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-xxl-7 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xxl-8 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xxl-1 {
    margin-top: .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: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-xxl-6 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-xxl-7 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xxl-8 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .mt-xxl-6 {
    margin-top: 2.5rem!important
  }
  .mt-xxl-7 {
    margin-top: 3rem!important
  }
  .mt-xxl-8 {
    margin-top: 3.5rem!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: 2rem!important
  }
  .me-xxl-6 {
    margin-right: 2.5rem!important
  }
  .me-xxl-7 {
    margin-right: 3rem!important
  }
  .me-xxl-8 {
    margin-right: 3.5rem!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: 2rem!important
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem!important
  }
  .mb-xxl-7 {
    margin-bottom: 3rem!important
  }
  .mb-xxl-8 {
    margin-bottom: 3.5rem!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: 2rem!important
  }
  .ms-xxl-6 {
    margin-left: 2.5rem!important
  }
  .ms-xxl-7 {
    margin-left: 3rem!important
  }
  .ms-xxl-8 {
    margin-left: 3.5rem!important
  }
  .ms-xxl-auto {
    margin-left: auto!important
  }
  .m-xxl-n1 {
    margin: -.25rem!important
  }
  .m-xxl-n2 {
    margin: -.5rem!important
  }
  .m-xxl-n3 {
    margin: -1rem!important
  }
  .m-xxl-n4 {
    margin: -1.5rem!important
  }
  .m-xxl-n5 {
    margin: -2rem!important
  }
  .m-xxl-n6 {
    margin: -2.5rem!important
  }
  .m-xxl-n7 {
    margin: -3rem!important
  }
  .m-xxl-n8 {
    margin: -3.5rem!important
  }
  .mx-xxl-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
  }
  .mx-xxl-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
  }
  .mx-xxl-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
  }
  .mx-xxl-n5 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
  }
  .mx-xxl-n6 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
  }
  .mx-xxl-n7 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
  }
  .mx-xxl-n8 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
  }
  .my-xxl-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
  }
  .my-xxl-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
  }
  .my-xxl-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
  }
  .my-xxl-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
  }
  .my-xxl-n5 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
  }
  .my-xxl-n6 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
  }
  .my-xxl-n7 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
  }
  .my-xxl-n8 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
  }
  .mt-xxl-n1 {
    margin-top: -.25rem!important
  }
  .mt-xxl-n2 {
    margin-top: -.5rem!important
  }
  .mt-xxl-n3 {
    margin-top: -1rem!important
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem!important
  }
  .mt-xxl-n5 {
    margin-top: -2rem!important
  }
  .mt-xxl-n6 {
    margin-top: -2.5rem!important
  }
  .mt-xxl-n7 {
    margin-top: -3rem!important
  }
  .mt-xxl-n8 {
    margin-top: -3.5rem!important
  }
  .me-xxl-n1 {
    margin-right: -.25rem!important
  }
  .me-xxl-n2 {
    margin-right: -.5rem!important
  }
  .me-xxl-n3 {
    margin-right: -1rem!important
  }
  .me-xxl-n4 {
    margin-right: -1.5rem!important
  }
  .me-xxl-n5 {
    margin-right: -2rem!important
  }
  .me-xxl-n6 {
    margin-right: -2.5rem!important
  }
  .me-xxl-n7 {
    margin-right: -3rem!important
  }
  .me-xxl-n8 {
    margin-right: -3.5rem!important
  }
  .mb-xxl-n1 {
    margin-bottom: -.25rem!important
  }
  .mb-xxl-n2 {
    margin-bottom: -.5rem!important
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem!important
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem!important
  }
  .mb-xxl-n5 {
    margin-bottom: -2rem!important
  }
  .mb-xxl-n6 {
    margin-bottom: -2.5rem!important
  }
  .mb-xxl-n7 {
    margin-bottom: -3rem!important
  }
  .mb-xxl-n8 {
    margin-bottom: -3.5rem!important
  }
  .ms-xxl-n1 {
    margin-left: -.25rem!important
  }
  .ms-xxl-n2 {
    margin-left: -.5rem!important
  }
  .ms-xxl-n3 {
    margin-left: -1rem!important
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem!important
  }
  .ms-xxl-n5 {
    margin-left: -2rem!important
  }
  .ms-xxl-n6 {
    margin-left: -2.5rem!important
  }
  .ms-xxl-n7 {
    margin-left: -3rem!important
  }
  .ms-xxl-n8 {
    margin-left: -3.5rem!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: 2rem!important
  }
  .p-xxl-6 {
    padding: 2.5rem!important
  }
  .p-xxl-7 {
    padding: 3rem!important
  }
  .p-xxl-8 {
    padding: 3.5rem!important
  }
  .px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xxl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xxl-5 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-xxl-6 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-xxl-7 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-xxl-8 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!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: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-xxl-6 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-xxl-7 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-xxl-8 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .pt-xxl-6 {
    padding-top: 2.5rem!important
  }
  .pt-xxl-7 {
    padding-top: 3rem!important
  }
  .pt-xxl-8 {
    padding-top: 3.5rem!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: 2rem!important
  }
  .pe-xxl-6 {
    padding-right: 2.5rem!important
  }
  .pe-xxl-7 {
    padding-right: 3rem!important
  }
  .pe-xxl-8 {
    padding-right: 3.5rem!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: 2rem!important
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem!important
  }
  .pb-xxl-7 {
    padding-bottom: 3rem!important
  }
  .pb-xxl-8 {
    padding-bottom: 3.5rem!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: 2rem!important
  }
  .ps-xxl-6 {
    padding-left: 2.5rem!important
  }
  .ps-xxl-7 {
    padding-left: 3rem!important
  }
  .ps-xxl-8 {
    padding-left: 3.5rem!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: 2rem!important
  }
  .gap-xxl-6 {
    gap: 2.5rem!important
  }
  .gap-xxl-7 {
    gap: 3rem!important
  }
  .gap-xxl-8 {
    gap: 3.5rem!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: 2rem!important
  }
  .row-gap-xxl-6 {
    row-gap: 2.5rem!important
  }
  .row-gap-xxl-7 {
    row-gap: 3rem!important
  }
  .row-gap-xxl-8 {
    row-gap: 3.5rem!important
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
  }
  .column-gap-xxl-1 {
    -moz-column-gap: .25rem!important;
    column-gap: .25rem!important
  }
  .column-gap-xxl-2 {
    -moz-column-gap: .5rem!important;
    column-gap: .5rem!important
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 2rem!important;
    column-gap: 2rem!important
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 2.5rem!important;
    column-gap: 2.5rem!important
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 3.5rem!important;
    column-gap: 3.5rem!important
  }
  .text-xxl-start {
    text-align: left!important
  }
  .text-xxl-end {
    text-align: right!important
  }
  .text-xxl-center {
    text-align: center!important
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.96875rem!important
  }
  .fs-2 {
    font-size: 2.375rem!important
  }
  .fs-3 {
    font-size: 2.078125rem!important
  }
  .fs-4 {
    font-size: 1.78125rem!important
  }
  .fs-5 {
    font-size: 1.484375rem!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
  }
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
  }
}
.bg-color-100 {
  background-color: var(--color-100)!important
}
.bg-color-80 {
  background-color: var(--color-80)!important
}
.bg-color-60 {
  background-color: var(--color-60)!important
}
.bg-color-40 {
  background-color: var(--color-40)!important
}
.bg-color-20 {
  background-color: var(--color-20)!important
}
.bg-grey-100 {
  background-color: #0b1735!important
}
.bg-grey-80 {
  background-color: #464c5e!important
}
.bg-grey-60 {
  background-color: #8f96a7!important
}
.bg-grey-40 {
  background-color: #c6cad3!important
}
.bg-grey-20 {
  background-color: #f6f7fa!important
}
.text-color-100 {
  color: var(--color-100)!important
}
.text-color-80 {
  color: var(--color-80)!important
}
.text-color-60 {
  color: var(--color-60)!important
}
.text-color-40 {
  color: var(--color-40)!important
}
.text-color-20 {
  color: var(--color-20)!important
}
.text-grey-100 {
  color: #0b1735!important
}
.text-grey-80 {
  color: #464c5e!important
}
.text-grey-60 {
  color: #8f96a7!important
}
.text-grey-40 {
  color: #c6cad3!important
}
.text-grey-20 {
  color: #f6f7fa!important
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}
body main {
  flex: 1;
  display: flex;
  flex-direction: column
}
.full-width-element {
  margin-left: -1rem;
  margin-right: -1rem
}
@media (min-width:992px) {
  .full-width-element {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }
}
.inverse {
  background-color: var(--color-100)
}
@media (max-width:575.98px) {
  .hide-on-mobile {
    display: none!important
  }
  .breadcrumb {
    overflow-x: scroll;
    white-space: nowrap
  }
}
.w-fit-content {
  width: -moz-fit-content;
  width: fit-content
}
.container-xs {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto
}
.label,
.label-list li {
  background-color: var(--color-20);
  border: 1px solid var(--color-60);
  color: var(--color-100);
  font-size: .875rem;
  letter-spacing: .035rem;
  line-height: 1.2857;
  padding: .1875rem .375rem
}
.active.label,
.label-list li.active,
.label-list li:hover,
.label:hover {
  background-color: var(--color-40);
  color: #0b1735
}
.label-list li:focus,
.label:focus {
  background-color: var(--color-40);
  border-color: var(--color-60);
  color: var(--color-100)
}
.label--medium {
  font-size: 1.125rem!important;
  letter-spacing: .0225rem!important;
  line-height: 1.3333!important;
  padding: .25rem .625rem!important
}
.label--large {
  font-size: 1.4375rem!important;
  letter-spacing: .014375rem!important;
  line-height: 1.2174!important;
  padding: .375rem .75rem!important
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  color: var(--color-100)
}
a:disabled {
  color: #c6cad3
}
.inverse a {
  color: #fff
}
.inverse a:hover {
  color: var(--color-80)
}
.inverse a:disabled {
  color: #c6cad3
}
@font-face {
  font-display: swap;
  font-family: "Uncut Sans";
  font-style: normal;
  font-weight: 400 500 600 700;
  src: url(../fonts/Uncut-Sans-Variable.woff2) format("woff2 supports variations"),url(../fonts/Uncut-Sans-Variable.woff2) format("woff2-variations"),url(../fonts/Uncut-Sans-Variable.ttf) format("truetype-variations")
}
.h1,
h1 {
  font-family: var(--font-header-01);
  font-size: var(--font-size-h1-mobile);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-h1-mobile)
}
@media (min-width:992px) {
  .h1,
  h1 {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1)
  }
}
.h2,
h2 {
  font-family: var(--font-header-01);
  font-size: var(--font-size-h2-mobile);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-h2-mobile)
}
@media (min-width:992px) {
  .h2,
  h2 {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2)
  }
}
.h3,
h3 {
  font-family: var(--font-header-01);
  font-size: var(--font-size-h3-mobile);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-h3-mobile)
}
@media (min-width:992px) {
  .h3,
  h3 {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3)
  }
}
.h4,
h4 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .01rem;
  line-height: 1.4545
}
@media (min-width:992px) {
  .h4,
  h4 {
    font-size: 2rem;
    letter-spacing: .01rem;
    line-height: 1.313
  }
}
.h5,
h5 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4
}
@media (min-width:992px) {
  .h5,
  h5 {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
.h6,
h6 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444
}
@media (min-width:992px) {
  .h6,
  h6 {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: .011875rem
}
ul.checkmark > li,
ul.circle > li {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471;
  margin-bottom: 12px
}
ul.checkmark > li:last-of-type,
ul.circle > li:last-of-type {
  margin-bottom: 0
}
ul.checkmark > li::before,
ul.circle > li::before {
  display: none
}
ul.checkmark > li span,
ul.circle > li span {
  position: relative;
  top: -10px
}
ul.checkmark > li span::before,
ul.circle > li span::before {
  content: "  "
}
ul.checkmark > li .list-title,
ul.circle > li .list-title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4;
  top: -8px;
  padding: 0;
  margin-bottom: .25rem
}
ul.checkmark > li {
  list-style-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z" fill="%23741CC0"/><path d="M23.4222 10.3296C23.8616 10.769 23.8616 11.4827 23.4222 11.9222L14.4222 20.9222C13.9827 21.3616 13.269 21.3616 12.8296 20.9222L8.32959 16.4222C7.89014 15.9827 7.89014 15.269 8.32959 14.8296C8.76904 14.3901 9.48271 14.3901 9.92217 14.8296L13.6276 18.5315L21.8331 10.3296C22.2726 9.89014 22.9862 9.89014 23.4257 10.3296H23.4222Z" fill="white"/></svg>')
}
ul.circle > li {
  list-style-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z" fill="%23741CC0"/></svg>')
}
.element-text ol,
.element-text ul,
.element-textmedia ol,
.element-textmedia ul,
.text-media ol,
.text-media ul {
  padding-left: 0;
  list-style-position: inside
}
@supports not (-moz-appearance:none) {
  .element-text ul li::before,
  .element-textmedia ul li::before,
  .text-media ul li::before {
    content: "";
    margin-right: -9px
  }
}
.copytext-large {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .015rem;
  line-height: 1.5
}
@media (min-width:992px) {
  ul.checkmark > li,
  ul.circle > li {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
  ul.checkmark > li .list-title,
  ul.circle > li .list-title {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
  .copytext-large {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5
  }
}
.copytext-medium {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471
}
@media (min-width:992px) {
  .copytext-medium {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
}
.copytext-small {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
@media (min-width:992px) {
  .copytext-small {
    font-size: 1rem;
    line-height: 1.5
  }
}
.copytext-micro {
  font-family: var(--bs-font-sans-serif);
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .01625rem;
  line-height: 1.8462
}
@media (min-width:992px) {
  .copytext-micro {
    line-height: 1.6923
  }
}
.copytext-caps-micro {
  font-family: var(--bs-font-sans-serif);
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .01625rem;
  line-height: 1.8462;
  text-transform: uppercase
}
@media (min-width:992px) {
  .copytext-caps-micro {
    line-height: 1.6923
  }
}
.media-copyright {
  font-family: var(--bs-font-sans-serif);
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .01625rem;
  line-height: 1.8462;
  color: #464c5e;
  margin-top: .5rem;
  word-wrap: break-word
}
.prose {
  word-wrap: break-word
}
.prose .h1,
.prose h1 {
  margin-bottom: 2rem
}
@media (min-width:992px) {
  .media-copyright {
    line-height: 1.6923
  }
  .prose .h1,
  .prose h1 {
    margin-bottom: 3rem
  }
}
.prose .h2,
.prose h2 {
  margin-bottom: 1rem
}
@media (min-width:992px) {
  .prose .h2,
  .prose h2 {
    margin-bottom: 3rem
  }
}
.prose .h3,
.prose h3 {
  margin-bottom: 1rem
}
@media (min-width:992px) {
  .prose .h3,
  .prose h3 {
    margin-bottom: 1.5rem
  }
}
.prose .h4,
.prose h4 {
  margin-bottom: 1rem
}
@media (min-width:992px) {
  .prose .h4,
  .prose h4 {
    margin-bottom: 1.5rem
  }
}
.prose .h5,
.prose h5 {
  margin-bottom: .5rem
}
@media (min-width:992px) {
  .prose .h5,
  .prose h5 {
    margin-bottom: 1rem
  }
}
.prose .h6,
.prose h6 {
  margin-bottom: .5rem
}
.prose p + .prose p {
  margin-top: 2rem
}
.prose ul,
.prose ul li + li,
.prose ul ul li {
  margin-top: 1rem
}
@media (min-width:992px) {
  .prose .h6,
  .prose h6 {
    margin-bottom: 1rem
  }
  .prose ul {
    margin-bottom: 2rem
  }
  .prose ul,
  .prose ul li + li,
  .prose ul ul li {
    margin-top: 2rem
  }
}
.a11y-window {
  position: fixed;
  top: 70px;
  padding: 20px;
  width: 100%;
  max-width: 430px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  font-size: 16px;
  background-color: var(--a11y-window-bg);
  box-shadow: inset 0 0 0 1px var(--a11y-secondary-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s;
  z-index: 1000
}
@media only screen and (max-width:560px) {
  .a11y-window {
    width: 100%;
    max-width: calc(100% - 48px);
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }
}
.a11y-window.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}
.a11y-window--no-icons .a11y-title img,
.a11y-window--no-icons .a11y-title svg {
  display: none
}
.a11y-item {
  margin-top: 15px
}
.a11y-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%
}
.a11y-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin-bottom: 10px
}
.a11y-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--a11y-main-color);
  border: 1px solid var(--a11y-secondary-color);
  color: var(--a11y-secondary-color);
  padding: 10px 20px;
  text-decoration: none;
  transition: .3s;
  cursor: pointer
}
.a11y-btn:hover {
  background-color: var(--a11y-hover-color)
}
.a11y-btn.active,
.a11y-btn.active:hover {
  background-color: var(--a11y-active-color)
}
.a11y-radio {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.a11y-group-radio {
  padding: 0;
  border: none
}
.a11y-radio legend {
  grid-column: 1/-1
}
.a11y-radio label {
  margin-bottom: 5px
}
.a11y-open {
  display: block;
  color: var(--a11y-main-color);
  background: var(--a11y-main-color);
  padding: 8px;
  border: 1px solid var(--a11y-secondary-color);
  transition: .3s;
  cursor: pointer
}
.a11y-open--fixed {
  position: fixed;
  top: 100px;
  right: 24px
}
.a11y-open:hover {
  background-color: var(--a11y-secondary-color)
}
.a11y-open:hover path {
  fill: var(--a11y-main-color)
}
.a11y-open svg {
  display: block
}
.a11y-open svg path {
  transition: .3s
}
.highlight-enabled :hover {
  outline: solid 2px;
  outline-color: var(--a11y-highlight-color)!important
}
.a11y-remove-bg {
  background-image: none!important
}
.a11y-cursor,
.a11y-highlight,
.a11y-images {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  text-align: left;
  color: var(--a11y-secondary-color);
  font-size: 18px;
  min-height: 34px;
  background-color: transparent!important;
  border: none
}
.a11y-cursor.active::after,
.a11y-highlight.active::after,
.a11y-images.active::after {
  left: 30px
}
.a11y-cursor::before,
.a11y-highlight::before,
.a11y-images::before {
  content: "";
  width: 45px;
  min-width: 45px;
  height: 18px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px var(--a11y-secondary-color)
}
@media only screen and (max-width:560px) {
  .a11y-cursor,
  .a11y-highlight,
  .a11y-images {
    min-height: 32px
  }
  .a11y-cursor::before,
  .a11y-highlight::before,
  .a11y-images::before {
    width: 40px;
    min-width: 40px
  }
  .a11y-cursor.active::after,
  .a11y-highlight.active::after,
  .a11y-images.active::after {
    left: 24px
  }
}
.a11y-cursor::after,
.a11y-highlight::after,
.a11y-images::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: var(--a11y-secondary-color);
  border-radius: 50%;
  transition: .3s
}
@media only screen and (max-width:991px) {
  .a11y-cursor {
    display: none
  }
}
.a11y-reset {
  margin-top: 15px
}
.accordion-button {
  font-weight: 600;
  justify-content: space-between
}
.accordion-button .accordion-open-icon {
  display: block
}
.accordion-button .accordion-collapsed-icon,
.accordion-button:not(.collapsed) .accordion-open-icon {
  display: none
}
.accordion-button:not(.collapsed) .accordion-collapsed-icon {
  display: block
}
.accordion-button::after {
  content: none
}
.accordion-button:hover {
  background-color: var(--color-40)
}
.accordion-item {
  border: 0;
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}
.accordion-item .accordion-body :last-child {
  margin-bottom: 0
}
.article-collage .row,
.article-collage .row > * {
  margin: 0;
  padding: 0
}
.article-collage .row {
  flex-grow: 1
}
.article-collage__card {
  background-color: var(--color-20);
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1
}
.article-collage__card:hover {
  background-color: var(--color-40)
}
.article-collage__card-image {
  aspect-ratio: 10/3;
  -o-object-fit: cover;
  object-fit: cover
}
@media (min-width:992px) {
  .article-collage__card--horizontal {
    flex-direction: row
  }
  .article-collage__card--horizontal > * {
    width: 50%
  }
  .article-collage__card-image {
    aspect-ratio: 4/3
  }
  .article-collage__card--big .article-collage__card-image {
    aspect-ratio: 16/6
  }
}
.article-collage__card-body {
  border-color: var(--color-100);
  display: flex;
  flex-direction: column;
  gap: .5rem;
  height: 100%;
  padding: 1rem;
  word-wrap: break-word
}
.article-collage__card-body p {
  margin-bottom: 0
}
.article-collage__card-bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
@media (min-width:992px) {
  .article-collage__card--3 .article-collage__card-body {
    border-left: 1px solid var(--color-100)
  }
  .article-collage__card--4 .article-collage__card-body {
    border-bottom: 1px solid var(--color-100);
    border-left: 1px solid var(--color-100)
  }
  .article-collage__card-bodytext {
    font-size: 1rem;
    line-height: 1.5
  }
}
.article-collage__card-header {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444;
  margin-bottom: .5rem
}
.article-list {
  border-bottom: 1px solid #c6cad3;
  padding: 1rem 0;
  position: relative;
  z-index: 1
}
.article-list + .article-list {
  padding-top: 1.5rem
}
.article-list:hover {
  background-color: var(--color-40);
  border-bottom-color: var(--color-80)
}
@media (min-width:992px) {
  .article-collage__card-header {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
  .article-list {
    display: flex;
    padding: 1.5rem 1rem
  }
  .article-list__image-wrapper {
    flex-shrink: 0
  }
}
@media (max-width:991.98px) {
  .article-collage__card .icon {
    height: 1rem;
    width: 1rem
  }
  .article-list__no-image-wrapper {
    display: none
  }
}
.article-list__image {
  aspect-ratio: 16/9;
  height: 100%;
  margin-bottom: 1rem;
  -o-object-fit: cover;
  object-fit: cover
}
.article-list__body {
  word-wrap: break-word
}
@media (min-width:992px) {
  .article-list__image {
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 0;
    width: 7.5rem
  }
  .article-list__body {
    flex-grow: 1;
    margin: 0 1.5rem
  }
}
.article-list__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4;
  margin: 1rem 0 .5rem
}
@media (min-width:992px) {
  .article-list__title {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
.article-list__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471;
  margin-bottom: .5rem
}
.article-list__link-wrapper {
  align-self: center
}
.article-list__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem
}
@media (min-width:992px) {
  .article-list__bodytext {
    font-size: 1.1875rem;
    line-height: 1.5263;
    margin-bottom: 0
  }
  .article-list__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 4rem
  }
}
.article-list__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  color: #0b1735!important;
  background-color: var(--color-20);
  text-decoration: none
}
.article-list__link--left {
  flex: 1
}
.article-list__link--left span,
.article-list__link--left strong {
  display: block
}
.article-list__link--left strong {
  font-size: 18px;
  line-height: 26px
}
.article-list__link--left span {
  font-size: 16px;
  line-height: 24px;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-decoration: underline
}
.article-list__link svg {
  width: 40px;
  height: 40px
}
.article-teaser {
  border-color: var(--color-40);
  margin: 1.5rem 0;
  position: relative;
  z-index: 1
}
@media (min-width:992px) {
  .article-list__link {
    width: 265px;
    min-width: 265px;
    padding: 32px 16px 32px 32px;
    gap: 8px
  }
  .article-teaser {
    margin: 3rem 0
  }
}
.article-teaser__body {
  word-wrap: break-word
}
.article-teaser__link {
  color: inherit;
  text-decoration: none
}
.article-teaser__link:hover {
  color: inherit
}
.article-teaser__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem
}
@media (min-width:992px) {
  .article-teaser__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem
  }
}
@media (max-width:991.98px) {
  .article-teaser__no-image-wrapper {
    display: none
  }
  .article-teaser--list .article-teaser__no-image-wrapper + .article-teaser__body {
    padding-top: 0
  }
}
.article-teaser--l .article-teaser__image,
.article-teaser--l .article-teaser__no-image-wrapper,
.article-teaser--list .article-teaser__image,
.article-teaser--list .article-teaser__no-image-wrapper,
.article-teaser--m .article-teaser__image,
.article-teaser--m .article-teaser__no-image-wrapper,
.article-teaser--s .article-teaser__image,
.article-teaser--s .article-teaser__no-image-wrapper {
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.article-teaser--l .article-teaser__title,
.article-teaser--list .article-teaser__title,
.article-teaser--m .article-teaser__title,
.article-teaser--s .article-teaser__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4;
  margin: 1rem 0 .5rem
}
@media (min-width:992px) {
  .article-teaser--l .article-teaser__title,
  .article-teaser--list .article-teaser__title,
  .article-teaser--m .article-teaser__title,
  .article-teaser--s .article-teaser__title {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
.article-teaser--l .article-teaser__bodytext,
.article-teaser--list .article-teaser__bodytext,
.article-teaser--m .article-teaser__bodytext,
.article-teaser--s .article-teaser__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471;
  margin-bottom: .5rem
}
.article-teaser--l {
  margin: 1rem 0
}
@media (min-width:992px) {
  .article-teaser--l .article-teaser__bodytext,
  .article-teaser--list .article-teaser__bodytext,
  .article-teaser--m .article-teaser__bodytext,
  .article-teaser--s .article-teaser__bodytext {
    font-size: 1.1875rem;
    line-height: 1.5263;
    margin-bottom: 1.5rem
  }
  .article-teaser--l {
    margin: 2rem 0
  }
  .article-teaser--l .article-teaser__body {
    padding: 2.5rem
  }
}
.article-teaser--l .article-teaser__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .01rem;
  line-height: 1.4545
}
.article-teaser--s {
  align-items: flex-start;
  margin: 1rem 0
}
@media (min-width:992px) {
  .article-teaser--l .article-teaser__title {
    font-size: 2rem;
    letter-spacing: .01rem;
    line-height: 1.313
  }
  .article-teaser--s {
    display: flex;
    flex-direction: row;
    margin: 2rem 0
  }
  .article-teaser--s .article-teaser__image-wrapper {
    flex-shrink: 0;
    width: 10.8125rem
  }
  .article-teaser--s .article-teaser__image {
    aspect-ratio: 1/1
  }
}
.article-teaser--s .article-teaser__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444
}
@media (min-width:992px) {
  .article-teaser--s .article-teaser__title {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
}
.article-teaser--s .article-teaser__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
@media (min-width:992px) {
  .article-teaser--s .article-teaser__bodytext {
    font-size: 1rem;
    line-height: 1.5
  }
}
.article-teaser--xs .article-teaser__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4
}
@media (min-width:992px) {
  .article-teaser--xs .article-teaser__title {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
.article-teaser-list .article-teaser-list__header {
  font-family: var(--bs-font-sans-serif);
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .01625rem;
  line-height: 1.8462;
  text-transform: uppercase;
  color: #464c5e;
  margin-bottom: 0
}
.article-teaser--list {
  display: flex;
  flex-direction: column
}
@media (min-width:992px) {
  .article-teaser-list .article-teaser-list__header {
    line-height: 1.6923;
    margin-left: 7.1875rem
  }
  .article-teaser--list {
    flex-direction: row;
    margin: 1.5rem 0
  }
  .article-teaser--list .article-teaser__image-wrapper,
  .article-teaser--list .article-teaser__no-image-wrapper {
    display: block;
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 5.6875rem
  }
  .article-teaser--list .article-teaser__image {
    aspect-ratio: 1/1;
    height: auto
  }
}
.article-teaser--list .article-teaser__body {
  border-bottom: 1px solid #c6cad3;
  flex: 1 1 auto;
  padding: 1rem 0 1.5rem
}
.article-teaser--list .article-teaser__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444;
  margin-top: 0
}
@media (min-width:992px) {
  .article-teaser--list .article-teaser__body {
    padding: 0 0 1.5rem
  }
  .article-teaser--list .article-teaser__title {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
}
.article-teaser--list .article-teaser__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333;
  margin-bottom: 1rem
}
@media (min-width:992px) {
  .article-teaser--list .article-teaser__bodytext {
    font-size: 1rem;
    line-height: 1.5
  }
}
@media (max-width:991.98px) {
  .article-teaser--l .article-teaser__title,
  .article-teaser--list .article-teaser__title,
  .article-teaser--m .article-teaser__title,
  .article-teaser--s .article-teaser__title,
  .article-teaser--xs .article-teaser__title {
    font-family: var(--bs-font-sans-serif);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .0075rem;
    line-height: 1.4
  }
}
@media (max-width:991.98px) and (min-width:992px) {
  .article-teaser--l .article-teaser__title,
  .article-teaser--list .article-teaser__title,
  .article-teaser--m .article-teaser__title,
  .article-teaser--s .article-teaser__title,
  .article-teaser--xs .article-teaser__title {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
@media (max-width:991.98px) {
  .article-teaser--l .article-teaser__bodytext,
  .article-teaser--list .article-teaser__bodytext,
  .article-teaser--m .article-teaser__bodytext,
  .article-teaser--s .article-teaser__bodytext,
  .article-teaser--xs .article-teaser__bodytext {
    font-family: var(--bs-font-sans-serif);
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: .011875rem;
    line-height: 1.6471
  }
}
@media (max-width:991.98px) and (min-width:992px) {
  .article-teaser--l .article-teaser__bodytext,
  .article-teaser--list .article-teaser__bodytext,
  .article-teaser--m .article-teaser__bodytext,
  .article-teaser--s .article-teaser__bodytext,
  .article-teaser--xs .article-teaser__bodytext {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
}
.article-teaser .stretched-link {
  gap: 13px;
  color: #0b1735!important
}
.article-teaser .stretched-link:hover {
  color: var(--color-80)!important
}
.breadcrumb {
  height: 3rem
}
.breadcrumb li,
.breadcrumb ul {
  height: 100%
}
.breadcrumb ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  gap: .3125rem;
  height: 100%
}
.breadcrumb a,
.breadcrumb li {
  align-items: center;
  display: flex;
  gap: .3125rem
}
.breadcrumb li:last-child {
  padding-right: 1rem
}
.breadcrumb a {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333;
  color: #0b1735;
  text-decoration: none
}
.breadcrumb svg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem
}
button {
  border: none
}
.btn-solid {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4211;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-80);
  border: .125rem solid var(--color-80);
  color: #fff;
  padding: .3125rem .9375rem
}
.btn-solid:hover {
  background-color: var(--color-100);
  border: .125rem solid var(--color-60);
  color: #fff
}
.btn-solid:disabled {
  color: #c6cad3;
  background-color: #f6f7fa;
  border: .125rem solid #f6f7fa
}
.btn-arrow {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4211;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-80);
  color: #fff;
  padding: 1.5rem 1rem 1.5rem 1.5rem
}
.btn-arrow:hover {
  background-color: var(--color-100);
  box-shadow: inset 0 0 0 .125rem var(--color-60);
  color: #fff
}
.btn-arrow:disabled {
  color: #c6cad3;
  background-color: #f6f7fa;
  box-shadow: none!important
}
.btn-arrow:disabled::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_2053_516)'%3E %3Cpath d='M0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16ZM18.4125 8.44375L24.6562 15.1375C24.875 15.375 25 15.6812 25 16C25 16.3188 24.875 16.6312 24.6562 16.8625L18.4125 23.5562C18.15 23.8375 17.7812 24 17.3937 24C16.625 24 16 23.375 16 22.6063V19H10C8.89375 19 8 18.1063 8 17V15C8 13.8938 8.89375 13 10 13H16V9.39375C16 8.625 16.625 8 17.3937 8C17.7812 8 18.15 8.1625 18.4125 8.44375Z' fill='%23C6CAD3'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_2053_516'%3E %3Crect width='32' height='32' fill='%23C6CAD3'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")
}
.btn-arrow:disabled.btn-arrow--left::after {
  order: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16ZM13.5875 23.5562L7.34375 16.8625C7.125 16.625 7 16.3188 7 16C7 15.6812 7.125 15.3687 7.34375 15.1375L13.5875 8.44375C13.85 8.1625 14.2188 8 14.6062 8C15.375 8 16 8.625 16 9.39375V13H22C23.1063 13 24 13.8938 24 15V17C24 18.1063 23.1063 19 22 19H16V22.6063C16 23.375 15.375 24 14.6062 24C14.2188 24 13.85 23.8375 13.5875 23.5562Z' fill='%23C6CAD3'/%3E %3C/svg%3E")
}
.btn-arrow::after {
  content: "";
  display: block;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_2053_516)'%3E %3Cpath d='M0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16ZM18.4125 8.44375L24.6562 15.1375C24.875 15.375 25 15.6812 25 16C25 16.3188 24.875 16.6312 24.6562 16.8625L18.4125 23.5562C18.15 23.8375 17.7812 24 17.3937 24C16.625 24 16 23.375 16 22.6063V19H10C8.89375 19 8 18.1063 8 17V15C8 13.8938 8.89375 13 10 13H16V9.39375C16 8.625 16.625 8 17.3937 8C17.7812 8 18.15 8.1625 18.4125 8.44375Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_2053_516'%3E %3Crect width='32' height='32' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")
}
.btn-arrow--left {
  padding: 1.5rem 1.5rem 1.5rem 1rem
}
.btn-arrow--left::after {
  order: -1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M32 16C32 11.7565 30.3143 7.68687 27.3137 4.68629C24.3131 1.68571 20.2435 0 16 0C11.7565 0 7.68687 1.68571 4.68629 4.68629C1.68571 7.68687 0 11.7565 0 16C0 20.2435 1.68571 24.3131 4.68629 27.3137C7.68687 30.3143 11.7565 32 16 32C20.2435 32 24.3131 30.3143 27.3137 27.3137C30.3143 24.3131 32 20.2435 32 16ZM13.5875 23.5562L7.34375 16.8625C7.125 16.625 7 16.3188 7 16C7 15.6812 7.125 15.3687 7.34375 15.1375L13.5875 8.44375C13.85 8.1625 14.2188 8 14.6062 8C15.375 8 16 8.625 16 9.39375V13H22C23.1063 13 24 13.8938 24 15V17C24 18.1063 23.1063 19 22 19H16V22.6063C16 23.375 15.375 24 14.6062 24C14.2188 24 13.85 23.8375 13.5875 23.5562Z' fill='white'/%3E %3C/svg%3E")
}
.btn-outline {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4211;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: .0625rem solid var(--color-60);
  color: var(--color-80);
  padding: .375rem 1rem
}
.btn-outline:hover {
  background-color: var(--color-20);
  border: .125rem solid var(--color-60);
  padding: .3125rem .9375rem
}
.btn-outline:disabled {
  background-color: transparent;
  border: .0625rem solid #8f96a7;
  color: #8f96a7;
  padding: .375rem 1rem
}
.inverse .btn-solid {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4211;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: .125rem solid #fff;
  color: var(--color-80);
  padding: .3125rem .9375rem
}
.inverse .btn-solid:hover {
  background-color: var(--color-40);
  border: .125rem solid var(--color-60)
}
.inverse .btn-solid:disabled {
  background-color: #c6cad3;
  border: .125rem solid #c6cad3;
  color: #464c5e
}
.inverse .btn-outline {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4211;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: .0625rem solid var(--color-40);
  color: #fff;
  padding: .375rem 1rem
}
.inverse .btn-outline:hover {
  background-color: var(--color-80);
  border: .125rem solid var(--color-60);
  padding: .3125rem .9375rem
}
.inverse .btn-outline:disabled {
  background-color: transparent;
  border: .0625rem solid #8f96a7;
  color: #c6cad3;
  padding: .375rem 1rem
}
.contact-card .card-header {
  background: #f6f7fa;
  border-bottom: 0;
  padding: 1rem;
  word-wrap: break-word
}
.contact-card-socials {
  display: none;
  margin-top: 1rem
}
.contact-card-socials:has(a) {
  display: block
}
.contact-card-socials a {
  color: #000;
  margin-right: .75rem;
  text-decoration: none
}
.contact-card-socials a:hover {
  color: var(--color-80)
}
.contact-card-link-row {
  display: flex;
  margin-top: 1rem;
  position: relative;
  word-wrap: break-word
}
.contact-card .card-body > .contact-card-link-row:first-child {
  margin-top: 0
}
.contact-card-icon {
  margin-right: .5rem
}
.contact-card-close-link {
  display: block
}
.collapsed .contact-card-close-link,
.contact-card-open-link {
  display: none
}
.collapsed .contact-card-open-link {
  display: block
}
.contact-card-footer-link {
  text-decoration: none
}
.contact-card-footer-link-text {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333;
  margin-left: .25rem;
  text-decoration: underline
}
@media (min-width:992px) {
  .breadcrumb {
    height: 4rem
  }
  .breadcrumb li:last-child {
    padding-right: 2.5rem
  }
  .breadcrumb a,
  .contact-card-footer-link-text {
    font-size: 1rem;
    line-height: 1.5
  }
}
.contact-card .card-footer {
  background-color: #fff;
  cursor: pointer
}
.card--cta {
  background-color: #fff;
  border-color: var(--color-40)
}
.card--cta img {
  width: 100%;
  aspect-ratio: 9/4;
  -o-object-fit: cover;
  object-fit: cover
}
.card--cta ol,
.card--cta p,
.card--cta ul {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471
}
.card--cta .card-body > :last-child {
  margin: 1.5rem 0 0
}
.teaser {
  padding: 24px;
  background-color: var(--color-20)
}
@media (min-width:834px) {
  .teaser {
    padding: 32px
  }
}
.teaser :last-child {
  margin-bottom: 0
}
.hr-color-100,
.teaser p {
  color: var(--color-100)
}
.hr-color-80 {
  color: var(--color-80)
}
.hr-color-60 {
  color: var(--color-60)
}
.hr-color-40 {
  color: var(--color-40)
}
.hr-color-20 {
  color: var(--color-20)
}
.hr-grey-100 {
  color: #0b1735
}
.hr-grey-80 {
  color: #464c5e
}
.hr-grey-60 {
  color: #8f96a7
}
.hr-grey-40 {
  color: #c6cad3
}
.hr-grey-20 {
  color: #f6f7fa
}
.ekd-element {
  margin: 1.5rem 0
}
@media (max-width:991.98px) {
  .ekd-element.element-container_33 + .ekd-element.element-container_33,
  .ekd-element.element-container_33 + .ekd-element.element-container_50,
  .ekd-element.element-container_50 + .ekd-element.element-container_33,
  .ekd-element.element-container_50 + .ekd-element.element-container_50 {
    margin-top: 0
  }
  .ekd-element .element-container__col-inner>:last-child,
  .ekd-element .element-container__col-inner>:last-child .article-teaser {
    margin-bottom: 0
  }
  .ekd-element .element-container__column:first-child .element-container__col-inner > :first-child,
  .ekd-element .element-container__column:first-child .element-container__col-inner > :first-child .article-teaser:first-child {
    margin-top: 0
  }
  .link-box__icon-area {
    align-self: flex-start
  }
}
@media (min-width:992px) {
  .card--cta ol,
  .card--cta p,
  .card--cta ul {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
  .teaser {
    padding: 40px
  }
  .ekd-element {
    margin: 3rem 0
  }
  .ekd-element .element-container__col-inner>:first-child,
  .ekd-element .element-container__col-inner>:first-child .article-teaser:first-child {
    margin-top: 0
  }
  .ekd-element .element-container__col-inner>:last-child,
  .ekd-element .element-container__col-inner>:last-child .article-teaser {
    margin-bottom: 0
  }
  .ekd-element .element-container__col-inner > :last-child.ekd-element .prose > :last-child,
  .ekd-element .element-container__col-inner > :last-child.ekd-element .text-media > :last-child {
    margin-bottom: 0
  }
}
.page-hero-container .ekd-element {
  margin: 0
}
.event-list {
  border-bottom: 1px solid #c6cad3;
  padding: 1rem;
  position: relative;
  z-index: 1
}
.event-list + .event-list {
  padding-top: 1.5rem
}
.event-list__bodytext,
.event-list__category,
.event-list__date,
.event-list__location,
.event-list__title {
  margin-bottom: .5rem
}
.event-list__date {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444;
  align-items: center;
  color: var(--color-100);
  display: flex
}
.event-list__date .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  margin-right: .5rem
}
@media (min-width:992px) {
  .event-list {
    padding: 1.5rem .5rem
  }
  .event-list__date {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
  .event-list__date .icon {
    display: none
  }
}
.event-list__title {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4;
  word-wrap: break-word
}
@media (min-width:992px) {
  .event-list__title {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
.event-list__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471;
  word-wrap: break-word
}
@media (min-width:992px) {
  .event-list__bodytext {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
}
.event-list__category,
.event-list__location {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333;
  color: #464c5e;
  word-wrap: break-word
}
.event-list__location {
  align-items: center;
  display: flex;
  word-wrap: break-word
}
.event-list__location .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  margin-right: .5rem
}
.event-list__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem
}
@media (min-width:992px) {
  .event-list__category,
  .event-list__location {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0
  }
  .event-list__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem
  }
}
.form-control.f3-form-error {
  background-color: #ffe5e5;
  border: 1px solid #c52f38
}
.input-group [type=text] {
  padding-left: 0
}
.input-group-text {
  border: 0
}
.form-floating {
  overflow: hidden
}
.form-floating .form-control:not(:disabled):hover {
  background-color: var(--color-20)
}
.form-floating .form-control:disabled {
  border: 1px solid #999
}
.form-floating > textarea.form-control {
  height: 10.3125rem
}
.form-floating.error .form-error {
  display: block
}
.form-floating.error .form-control {
  border-color: #fa0b0b
}
.form-floating label {
  color: #888
}
.form-floating label + p {
  margin-top: .5rem!important
}
.form-floating p {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-top: .5rem!important
}
.form-floating p + input {
  margin-top: .5rem!important
}
.form-error {
  display: none;
  color: #fa0b0b;
  font-size: .875rem;
  line-height: 1rem
}
.form-select {
  min-height: calc(3.5rem + 2px)
}
.form-select:hover {
  background-color: var(--color-20)
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent
}
.form-check:not(:has(input:disabled)):hover .form-check-input {
  border-color: var(--color-80)
}
.form-check label {
  cursor: pointer
}
.invalid-message {
  display: none
}
.validated .form-check-input:invalid,
.validated .form-control:invalid,
.validated .form-select:invalid {
  background-color: #ffe5e5;
  border: 1px solid #c52f38
}
.validated .form-check-input:invalid ~ span.invalid-message,
.validated .form-control:invalid ~ span.invalid-message,
.validated .form-select:invalid ~ span.invalid-message {
  color: #c52f38;
  display: inline
}
@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
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none!important
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto
}
.swiper-button-lock {
  display: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none!important
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none!important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s,top .2s
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,left .2s
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,right .2s
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit)
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.slider-gallery {
  margin-left: -1rem;
  margin-right: -1rem
}
.slider-gallery .swiper-wrapper {
  position: absolute
}
.slider-gallery .main-container,
.slider-gallery .subtitle-container {
  width: 76%
}
@media (min-width:992px) {
  .slider-gallery {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }
  .slider-gallery .main-container,
  .slider-gallery .subtitle-container {
    flex: 0 0 auto;
    width: 50%
  }
}
.slider-gallery .subtitle-container {
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
  word-wrap: break-word
}
.slider-gallery .swiper-slide > img {
  color: transparent;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%
}
.slider-gallery .btn-container,
.slider-gallery .fraction-container {
  gap: .25rem;
  width: 32%
}
@media (min-width:576px) {
  .slider-gallery .btn-container,
  .slider-gallery .fraction-container {
    width: 26%
  }
}
.slider-gallery .beside-container {
  width: 12%
}
.slider-gallery .beside-container > .ratio-beside {
  --bs-aspect-ratio: 200%
}
.slider-gallery .beside-container > .ratio-beside-bottom {
  --bs-aspect-ratio: 35%
}
.slider-gallery .beside-container .swiper-slide > img {
  width: 400%
}
@media (min-width:992px) {
  .slider-gallery .beside-container {
    flex: 0 0 auto;
    width: 25%
  }
  .slider-gallery .beside-container > .ratio-beside {
    --bs-aspect-ratio: 56.25%
  }
  .slider-gallery .beside-container > .ratio-beside-bottom {
    --bs-aspect-ratio: 16%
  }
  .slider-gallery .beside-container .swiper-slide > img {
    width: 100%
  }
}
.slider-gallery .swiper-button-next,
.slider-gallery .swiper-button-prev,
.slider-gallery .swiper-pagination {
  position: static
}
.slider-gallery .swiper-button-next,
.slider-gallery .swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  border: .0625rem solid #000;
  height: 2.5rem;
  margin: 0;
  width: 2.5rem
}
.slider-gallery .swiper-button-prev {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'> <path fill='none' stroke='currentColor' stroke-linecap='square' stroke-width='48' d='M244 400L100 256l144-144M120 256h292'/></svg>")
}
.slider-gallery .swiper-button-next {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'> <path fill='none' stroke='currentColor' stroke-linecap='square' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/></svg>")
}
.slider-gallery .swiper-button-next::after,
.slider-gallery .swiper-button-prev::after {
  content: none
}
.copyright {
  background: rgba(11,23,53,.4);
  bottom: 0;
  color: #fff;
  font-size: .625rem;
  line-height: 1.375rem;
  padding-inline: .5rem;
  position: absolute;
  right: 0
}
.icon,
.icon-32 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem
}
@media (min-width:992px) {
  .icon-32 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 2rem;
    width: 2rem
  }
}
.icon-40 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem
}
@media (min-width:992px) {
  .icon-40 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 2.5rem;
    width: 2.5rem
  }
}
.icon-48 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem
}
@media (min-width:992px) {
  .icon-48 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 3rem;
    width: 3rem
  }
}
.icon-add {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3E %3C/svg%3E")
}
.icon-arrow-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M244 400L100 256l144-144M120 256h292'/%3E %3C/svg%3E")
}
.icon-arrow-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/%3E %3C/svg%3E")
}
.icon-arrow-forward-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/%3E %3C/svg%3E")
}
.icon-calender {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M32 456a24 24 0 0024 24h400a24 24 0 0024-24V192H32zM480 87.77A23.8 23.8 0 00456 64h-55.92V32h-48v32H159.92V32h-48v32H56a23.8 23.8 0 00-24 23.77V144h448z'/%3E %3C/svg%3E")
}
.icon-call-outline {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M451 374c-15.88-16-54.34-39.35-73-48.76-24.3-12.24-26.3-13.24-45.4.95-12.74 9.47-21.21 17.93-36.12 14.75s-47.31-21.11-75.68-49.39-47.34-61.62-50.53-76.48 5.41-23.23 14.79-36c13.22-18 12.22-21 .92-45.3-8.81-18.9-32.84-57-48.9-72.8C119.9 44 119.9 47 108.83 51.6A160.15 160.15 0 0083 65.37C67 76 58.12 84.83 51.91 98.1s-9 44.38 23.07 102.64 54.57 88.05 101.14 134.49S258.5 406.64 310.85 436c64.76 36.27 89.6 29.2 102.91 23s22.18-15 32.83-31a159.09 159.09 0 0013.8-25.8C465 391.17 468 391.17 451 374z' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='32'/%3E %3C/svg%3E")
}
.icon-call-sharp {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M478.94 370.14c-5.22-5.56-23.65-22-57.53-43.75-34.13-21.94-59.3-35.62-66.52-38.81a3.83 3.83 0 00-3.92.49c-11.63 9.07-31.21 25.73-32.26 26.63-6.78 5.81-6.78 5.81-12.33 4-9.76-3.2-40.08-19.3-66.5-45.78s-43.35-57.55-46.55-67.3c-1.83-5.56-1.83-5.56 4-12.34.9-1.05 17.57-20.63 26.64-32.25a3.83 3.83 0 00.49-3.92c-3.19-7.23-16.87-32.39-38.81-66.52-21.78-33.87-38.2-52.3-43.76-57.52a3.9 3.9 0 00-3.89-.87 322.35 322.35 0 00-56 25.45A338 338 0 0033.35 92a3.83 3.83 0 00-1.26 3.74c2.09 9.74 12.08 50.4 43.08 106.72 31.63 57.48 53.55 86.93 100 133.22S252 405.21 309.54 436.84c56.32 31 97 41 106.72 43.07a3.86 3.86 0 003.75-1.26A337.73 337.73 0 00454.35 430a322.7 322.7 0 0025.45-56 3.9 3.9 0 00-.86-3.86z'/%3E %3C/svg%3E")
}
.icon-chevron-down {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E %3C/svg%3E")
}
.icon-chevron-right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E %3Cpath d='m184 112 144 144-144 144' fill='none' stroke='currentColor' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48'/%3E %3C/svg%3E")
}
.icon-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E %3Cpath fill='currentColor' d='M31.25 11.366 28.634 8.75 20 17.384 11.366 8.75 8.75 11.366 17.384 20 8.75 28.634l2.616 2.616L20 22.616l8.634 8.634 2.616-2.616L22.616 20l8.634-8.634Z'/%3E %3C/svg%3E")
}
.icon-close-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' color='white'%3E %3Cpath fill='currentColor' d='M31.25 11.366 28.634 8.75 20 17.384 11.366 8.75 8.75 11.366 17.384 20 8.75 28.634l2.616 2.616L20 22.616l8.634 8.634 2.616-2.616L22.616 20l8.634-8.634Z'/%3E %3C/svg%3E")
}
.icon-download-outline {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 33' focusable='false' class='chakra-icon css-13htje0'%3E %3Cpath d='M22.333 10.5h-1v2h1v-2zm3.667 1h1a1 1 0 00-1-1v1zm0 18v1a1 1 0 001-1h-1zm-20 0H5a1 1 0 001 1v-1zm0-18v-1a1 1 0 00-1 1h1zm3.667 1h1v-2h-1v2zm12.666 0H26v-2h-3.667v2zm2.667-1v18h2v-18h-2zm1 17H6v2h20v-2zm-19 1v-18H5v18h2zm-1-17h3.667v-2H6v2zm5.707 4.293L11 16.086 9.586 17.5l.707.707 1.414-1.414zm3.586 6.414l.707.707 1.414-1.414-.707-.707-1.414 1.414zm-5-5l5 5 1.414-1.414-5-5-1.414 1.414z' fill='currentColor'%3E %3C/path%3E %3Cpath d='M21.707 18.207l.707-.707L21 16.086l-.707.707 1.414 1.414zm-6.414 3.586l-.707.707L16 23.914l.707-.707-1.414-1.414zm5-5l-5 5 1.414 1.414 5-5-1.414-1.414z' fill='currentColor'%3E %3C/path%3E %3Cpath d='M17 3.5v-1h-2v1h2zm-2 18v1h2v-1h-2zm0-18v18h2v-18h-2z' fill='currentColor'%3E %3C/path%3E %3C/svg%3E")
}
.icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'%3E %3Cpath d='M480 257.35c0-123.7-100.3-224-224-224s-224 100.3-224 224c0 111.8 81.9 204.47 189 221.29V322.12h-56.89v-64.77H221V208c0-56.13 33.45-87.16 84.61-87.16 24.51 0 50.15 4.38 50.15 4.38v55.13H327.5c-27.81 0-36.51 17.26-36.51 35v42h62.12l-9.92 64.77H291v156.54c107.1-16.81 189-109.48 189-221.31z' fill-rule='evenodd'/%3E %3C/svg%3E")
}
.icon-facebook-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor' color='white'%3E %3Cpath d='M480 257.35c0-123.7-100.3-224-224-224s-224 100.3-224 224c0 111.8 81.9 204.47 189 221.29V322.12h-56.89v-64.77H221V208c0-56.13 33.45-87.16 84.61-87.16 24.51 0 50.15 4.38 50.15 4.38v55.13H327.5c-27.81 0-36.51 17.26-36.51 35v42h62.12l-9.92 64.77H291v156.54c107.1-16.81 189-109.48 189-221.31z' fill-rule='evenodd'/%3E %3C/svg%3E")
}
.icon-home {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E %3Cpath d='M416 174.74V48h-80v58.45L256 32 0 272h64v208h144V320h96v160h144V272h64l-96-97.26z'/%3E %3C/svg%3E")
}
.icon-instagram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'%3E %3Cpath d='M349.33 69.33a93.62 93.62 0 0193.34 93.34v186.66a93.62 93.62 0 01-93.34 93.34H162.67a93.62 93.62 0 01-93.34-93.34V162.67a93.62 93.62 0 0193.34-93.34h186.66m0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32z'/%3E%3Cpath d='M377.33 162.67a28 28 0 1128-28 27.94 27.94 0 01-28 28zM256 181.33A74.67 74.67 0 11181.33 256 74.75 74.75 0 01256 181.33m0-37.33a112 112 0 10112 112 112 112 0 00-112-112z'/%3E %3C/svg%3E")
}
.icon-instagram-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor' color='white'%3E %3Cpath d='M349.33 69.33a93.62 93.62 0 0193.34 93.34v186.66a93.62 93.62 0 01-93.34 93.34H162.67a93.62 93.62 0 01-93.34-93.34V162.67a93.62 93.62 0 0193.34-93.34h186.66m0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32z'/%3E%3Cpath d='M377.33 162.67a28 28 0 1128-28 27.94 27.94 0 01-28 28zM256 181.33A74.67 74.67 0 11181.33 256 74.75 74.75 0 01256 181.33m0-37.33a112 112 0 10112 112 112 112 0 00-112-112z'/%3E %3C/svg%3E")
}
.icon-linkedin {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32zm-273.3 373.43h-64.18V205.88h64.18zM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43 0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44-17.74 0-28.24 12-32.91 23.69-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44 42.13 0 74 27.77 74 87.64z'/%3E %3C/svg%3E")
}
.icon-location {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E %3Cpath fill='currentColor' d='M256 32C167.67 32 96 96.51 96 176c0 128 160 304 160 304s160-176 160-304c0-79.49-71.67-144-160-144zm0 224a64 64 0 1164-64 64.07 64.07 0 01-64 64z'/%3E %3C/svg%3E")
}
.icon-location-grey-60 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' color='%238f96a7'%3E %3Cpath fill='currentColor' d='M256 32C167.67 32 96 96.51 96 176c0 128 160 304 160 304s160-176 160-304c0-79.49-71.67-144-160-144zm0 224a64 64 0 1164-64 64.07 64.07 0 01-64 64z'/%3E %3C/svg%3E")
}
.icon-mail {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M464 80H48a16 16 0 00-16 16v320a16 16 0 0016 16h416a16 16 0 0016-16V96a16 16 0 00-16-16zM265.82 284.63a16 16 0 01-19.64 0L89.55 162.81l19.64-25.26L256 251.73l146.81-114.18 19.64 25.26z'/%3E %3C/svg%3E")
}
.icon-menu {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32' d='M80 160h352M80 256h352M80 352h352'/%3E %3C/svg%3E")
}
.icon-menu-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32' d='M80 160h352M80 256h352M80 352h352'/%3E %3C/svg%3E")
}
.icon-open-outline {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 33' focusable='false' class='chakra-icon css-13htje0'%3E %3Cpath d='M4 28.5H3a1 1 0 0 0 1 1v-1Zm0-20v-1a1 1 0 0 0-1 1h1Zm11.634 1h1v-2h-1v2ZM25 17.167v-1h-2v1h2ZM24 28.5v1a1 1 0 0 0 1-1h-1Zm-2.5-1H4v2h17.5v-2ZM5 28.5v-20H3v20h2Zm-1-19h11.634v-2H4v2Zm19 7.667V28.5h2V17.167h-2ZM21.5 29.5H24v-2h-2.5v2Z' fill='currentColor'%3E %3C/path%3E %3Cpath d='M28 4.5v7M21.333 4.5H28M14 18.5 27.5 5' stroke='currentColor' stroke-width='2'%3E %3C/path%3E%3C/svg%3E")
}
.icon-print-outline {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M384 368h24a40.12 40.12 0 0040-40V168a40.12 40.12 0 00-40-40H104a40.12 40.12 0 00-40 40v160a40.12 40.12 0 0040 40h24' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='32'/%3E %3Crect x='128' y='240' width='256' height='208' rx='24.32' ry='24.32' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='32'/%3E %3Cpath d='M384 128v-24a40.12 40.12 0 00-40-40H168a40.12 40.12 0 00-40 40v24' fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='32'/%3E %3Ccircle cx='392' cy='184' r='24'/%3E %3C/svg%3E")
}
.icon-remove {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='square' stroke-linejoin='round' stroke-width='32' d='M400 256H112'/%3E %3C/svg%3E")
}
.icon-search-outline {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E %3Cpath fill='currentColor' d='m29 27.25-7.755-7.756a10.03 10.03 0 0 0 1.92-5.912c0-5.559-4.523-10.082-10.082-10.082C7.522 3.5 3 8.023 3 13.582c0 5.56 4.523 10.083 10.082 10.083a10.03 10.03 0 0 0 5.912-1.92L26.75 29.5 29 27.25Zm-15.918-6.77a6.899 6.899 0 1 1 6.899-6.898 6.906 6.906 0 0 1-6.899 6.899Z'/%3E %3C/svg%3E")
}
.icon-share-social-outline {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Ccircle cx='128' cy='256' r='48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E %3Ccircle cx='384' cy='112' r='48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E %3Ccircle cx='384' cy='400' r='48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M169.83 279.53l172.34 96.94M342.17 135.53l-172.34 96.94'/%3E %3C/svg%3E")
}
.icon-x {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23.0822 17.9503L35.1438 3.85H32.2856L21.8125 16.0931L13.4477 3.85H3.7998L16.4491 22.3637L3.7998 37.15H6.65819L17.7181 24.2209L26.5519 37.15H36.1998L23.0815 17.9503H23.0822ZM19.1673 22.5268L17.8856 20.6833L7.6881 6.01396H12.0784L20.3079 17.8526L21.5896 19.6961L32.287 35.0844H27.8967L19.1673 22.5275V22.5268Z' fill='currentColor'/%3E %3C/svg%3E")
}
.icon-x-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cpath d='M23.0822 17.9503L35.1438 3.85H32.2856L21.8125 16.0931L13.4477 3.85H3.7998L16.4491 22.3637L3.7998 37.15H6.65819L17.7181 24.2209L26.5519 37.15H36.1998L23.0815 17.9503H23.0822ZM19.1673 22.5268L17.8856 20.6833L7.6881 6.01396H12.0784L20.3079 17.8526L21.5896 19.6961L32.287 35.0844H27.8967L19.1673 22.5275V22.5268Z' fill='currentColor'/%3E %3C/svg%3E")
}
.icon-xing {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E %3Cpath d='M313.8 303.9L469 32H365L209.4 303.8a1.35 1.35 0 000 1.7l98.9 173.8c.4.7.8.7 1.6.7H413l-99.3-174.7a1.74 1.74 0 01.1-1.4zM221.9 216.2L163 113a2 2 0 00-2-1H65l58.9 104.4a1.13 1.13 0 01.1.8L43 352h96.8a1.54 1.54 0 001.6-.9l80.5-133.7a2.44 2.44 0 000-1.2z'/%3E %3C/svg%3E")
}
.icon-youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'%3E %3Cpath d='M508.64 148.79c0-45-33.1-81.2-74-81.2C379.24 65 322.74 64 265 64h-18c-57.6 0-114.2 1-169.6 3.6C36.6 67.6 3.5 104 3.5 149 1 184.59-.06 220.19 0 255.79q-.15 53.4 3.4 106.9c0 45 33.1 81.5 73.9 81.5 58.2 2.7 117.9 3.9 178.6 3.8q91.2.3 178.6-3.8c40.9 0 74-36.5 74-81.5 2.4-35.7 3.5-71.3 3.4-107q.34-53.4-3.26-106.9zM207 353.89v-196.5l145 98.2z'/%3E %3C/svg%3E")
}
.icon-youtube-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor' color='white'%3E %3Cpath d='M508.64 148.79c0-45-33.1-81.2-74-81.2C379.24 65 322.74 64 265 64h-18c-57.6 0-114.2 1-169.6 3.6C36.6 67.6 3.5 104 3.5 149 1 184.59-.06 220.19 0 255.79q-.15 53.4 3.4 106.9c0 45 33.1 81.5 73.9 81.5 58.2 2.7 117.9 3.9 178.6 3.8q91.2.3 178.6-3.8c40.9 0 74-36.5 74-81.5 2.4-35.7 3.5-71.3 3.4-107q.34-53.4-3.26-106.9zM207 353.89v-196.5l145 98.2z'/%3E %3C/svg%3E")
}
.label-list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0
}
.link-box {
  align-items: center;
  background-color: var(--color-20);
  border: 1px solid var(--color-40);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  z-index: 1
}
.link-box + .link-box {
  margin-top: 1rem
}
.element-downloads {
  margin: 3rem 0
}
.element-downloads + .element-downloads {
  margin-top: -2rem
}
@media (min-width:992px) {
  .element-downloads {
    margin: 3rem 0
  }
  .link-box {
    padding: 1rem 1.5rem
  }
}
.link-box--download .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 33' focusable='false' class='chakra-icon css-13htje0' color='white'%3E %3Cpath d='M22.333 10.5h-1v2h1v-2zm3.667 1h1a1 1 0 00-1-1v1zm0 18v1a1 1 0 001-1h-1zm-20 0H5a1 1 0 001 1v-1zm0-18v-1a1 1 0 00-1 1h1zm3.667 1h1v-2h-1v2zm12.666 0H26v-2h-3.667v2zm2.667-1v18h2v-18h-2zm1 17H6v2h20v-2zm-19 1v-18H5v18h2zm-1-17h3.667v-2H6v2zm5.707 4.293L11 16.086 9.586 17.5l.707.707 1.414-1.414zm3.586 6.414l.707.707 1.414-1.414-.707-.707-1.414 1.414zm-5-5l5 5 1.414-1.414-5-5-1.414 1.414z' fill='currentColor'%3E %3C/path%3E %3Cpath d='M21.707 18.207l.707-.707L21 16.086l-.707.707 1.414 1.414zm-6.414 3.586l-.707.707L16 23.914l.707-.707-1.414-1.414zm5-5l-5 5 1.414 1.414 5-5-1.414-1.414z' fill='currentColor'%3E %3C/path%3E %3Cpath d='M17 3.5v-1h-2v1h2zm-2 18v1h2v-1h-2zm0-18v18h2v-18h-2z' fill='currentColor'%3E %3C/path%3E %3C/svg%3E")
}
.link-box--external .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 33' focusable='false' class='chakra-icon css-13htje0' color='white'%3E %3Cpath d='M4 28.5H3a1 1 0 0 0 1 1v-1Zm0-20v-1a1 1 0 0 0-1 1h1Zm11.634 1h1v-2h-1v2ZM25 17.167v-1h-2v1h2ZM24 28.5v1a1 1 0 0 0 1-1h-1Zm-2.5-1H4v2h17.5v-2ZM5 28.5v-20H3v20h2Zm-1-19h11.634v-2H4v2Zm19 7.667V28.5h2V17.167h-2ZM21.5 29.5H24v-2h-2.5v2Z' fill='currentColor'%3E %3C/path%3E %3Cpath d='M28 4.5v7M21.333 4.5H28M14 18.5 27.5 5' stroke='currentColor' stroke-width='2'%3E %3C/path%3E%3C/svg%3E")
}
.link-box--internal .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/%3E %3C/svg%3E")
}
.link-box__text-area {
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-right: 2rem
}
.link-box__download-info {
  color: var(--color-100);
  font-size: 1rem;
  letter-spacing: .005rem;
  line-height: 1.5;
  margin: 0
}
.link-box__download-description {
  color: var(--color-100);
  font-size: .8125rem;
  letter-spacing: .024375rem;
  line-height: 1.8462;
  margin: 0
}
@media (min-width:992px) {
  .link-box__download-description {
    letter-spacing: .01625rem;
    line-height: 1.6923
  }
}
.link-box__header {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444;
  text-decoration: none
}
@media (min-width:992px) {
  .link-box__header {
    font-size: 1.125rem;
    line-height: 1.4211
  }
}
.link-box__header:hover {
  color: inherit
}
.link-box__external-link {
  font-size: 1rem;
  letter-spacing: .005rem;
  line-height: 1.5;
  margin: 0;
  text-decoration: underline
}
.link-box__icon-wrapper {
  align-items: center;
  background-color: var(--color-80);
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem
}
.link-box .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 24px;
  width: 24px
}
@media (min-width:992px) {
  .link-box__icon-wrapper {
    height: 3rem;
    width: 3rem
  }
  .link-box .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 32px;
    width: 32px
  }
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0
}
.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  outline-offset: 1px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: .75rem;
  line-height: 1.5
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
.leaflet-tile::selection {
  background: 0 0
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none!important;
  max-height: none!important
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none!important;
  max-height: none!important;
  width: auto;
  padding: 0
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter
}
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y
}
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51,181,229,.4);
  color: #0078a8
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden
}
.leaflet-tile-loaded {
  visibility: inherit
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800
}
.leaflet-overlay-pane svg {
  -moz-user-select: none
}
.leaflet-pane {
  z-index: 400
}
.leaflet-tile-pane {
  z-index: 200
}
.leaflet-overlay-pane {
  z-index: 400
}
.leaflet-shadow-pane {
  z-index: 500
}
.leaflet-marker-pane {
  z-index: 600
}
.leaflet-tooltip-pane {
  z-index: 650
}
.leaflet-popup-pane {
  z-index: 700
}
.leaflet-map-pane canvas {
  z-index: 100
}
.leaflet-map-pane svg {
  z-index: 200
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both
}
.leaflet-bottom,
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none
}
.leaflet-top {
  top: 0
}
.leaflet-right {
  right: 0
}
.leaflet-bottom {
  bottom: 0
}
.leaflet-left {
  left: 0
}
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px
}
.leaflet-top .leaflet-control {
  margin-top: 10px
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px
}
.leaflet-left .leaflet-control {
  margin-left: 10px
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1
}
.leaflet-zoom-animated {
  transform-origin: 0 0
}
svg.leaflet-zoom-animated {
  will-change: transform
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform .25s cubic-bezier(0,0,.25,1)
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden
}
.leaflet-interactive {
  cursor: pointer
}
.leaflet-grab {
  cursor: grab
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair
}
.leaflet-control,
.leaflet-popup-pane {
  cursor: auto
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,.5)
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,.65);
  border-radius: 4px
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  color: #000
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block
}
.leaflet-bar a:focus,
.leaflet-bar a:hover {
  background-color: #f4f4f4
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console",Monaco,monospace;
  text-indent: 1px
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  background: #fff;
  border-radius: 5px
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px
}
.leaflet-control-layers label {
  display: block;
  font-size: 1.08333em
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px
}
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png)
}
.leaflet-container .leaflet-control-attribution {
  background: rgba(255,255,255,.8);
  margin: 0
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4
}
.leaflet-control-attribution a {
  text-decoration: none
}
.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
  text-decoration: underline
}
.leaflet-attribution-flag {
  display: inline!important;
  vertical-align: baseline!important;
  width: 1em;
  height: .6669em
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255,255,255,.8);
  text-shadow: 1px 1px #fff
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 2px solid rgba(0,0,0,.2);
  background-clip: padding-box
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 1.08333em;
  min-height: 1px
}
.leaflet-popup-content p {
  margin: 1.3em 0
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg)
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,.4)
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma,Verdana,sans-serif;
  color: #757575;
  text-decoration: none;
  background: 0 0
}
.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #585858
}
.leaflet-popup-scrolled {
  overflow: auto
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,.4)
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: ""
}
.leaflet-tooltip-bottom {
  margin-top: 6px
}
.leaflet-tooltip-top {
  margin-top: -6px
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff
}
.leaflet-tooltip-left {
  margin-left: -6px
}
.leaflet-tooltip-right {
  margin-left: 6px
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff
}
.map {
  aspect-ratio: 3/4;
  display: none
}
@media (min-width:576px) {
  .map {
    aspect-ratio: 1/1
  }
}
@media (min-width:834px) {
  .map {
    aspect-ratio: 4/3
  }
}
.map.is-visible {
  display: block
}
.map-popup__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 3rem
}
.map-popup__list + .map-popup__list {
  margin-top: .5rem
}
.map-popup__list a {
  color: var(--color-80)
}
.map-popup__list-item {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
@media (min-width:992px) {
  .map {
    aspect-ratio: 16/9
  }
  .map-popup__list-item {
    font-size: 1rem;
    line-height: 1.5
  }
}
.map-popup__company {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .015rem;
  line-height: 1.5
}
.map-popup__further-information a {
  font-weight: 600
}
.map-popup__route-planner {
  margin-top: 1.5rem;
  text-align: right
}
.map-popup__route-planner a {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  letter-spacing: .011875rem;
  line-height: 1.6471;
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 0
}
.map-popup__route-planner a .icon {
  margin-left: .5rem
}
.map .leaflet-popup {
  width: 20rem
}
.map .leaflet-popup-content-wrapper,
.map .leaflet-popup-tip {
  border: 1px solid var(--color-80);
  box-shadow: none
}
.map .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0
}
.map .leaflet-popup-content {
  margin: 1rem 1rem 1.5rem
}
.map .leaflet-popup-content p {
  margin: 0
}
.map a.leaflet-popup-close-button {
  color: var(--color-80);
  font-size: 1.375rem;
  right: 1rem;
  top: 1rem
}
.row .element-map {
  margin: 0
}
.row .element-map .map {
  margin: 0!important;
  aspect-ratio: 16/9
}
.media-wrapper {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1
}
.media-video,
.media-video iframe {
  aspect-ratio: 16/9;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}
.news-detail__header,
.news-detail__image,
.news-detail__info,
.news-detail__teaser {
  margin-bottom: 1.5rem
}
@media (min-width:834px) {
  .news-detail__header,
  .news-detail__image,
  .news-detail__info,
  .news-detail__teaser {
    margin-bottom: 2rem
  }
}
@media (min-width:992px) {
  .map-popup__company {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5
  }
  .map-popup__route-planner {
    margin-top: 2rem
  }
  .map-popup__route-planner a {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
  .map .leaflet-popup {
    width: 28.75rem
  }
  .news-detail__header,
  .news-detail__image,
  .news-detail__info,
  .news-detail__teaser {
    margin-bottom: 2.5rem
  }
}
.news-detail__header {
  font-family: var(--font-header-01);
  font-size: var(--font-size-h3-mobile);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-h3-mobile);
  word-wrap: break-word
}
@media (min-width:992px) {
  .news-detail__header {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3)
  }
}
.news-detail__info {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
@media (min-width:992px) {
  .news-detail__info {
    font-size: 1rem;
    line-height: 1.5
  }
}
.news-detail__teaser {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  letter-spacing: .015rem;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word
}
@media (min-width:992px) {
  .news-detail__teaser {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5
  }
}
.news-detail__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471
}
.news-detail__bodytext .h2,
.news-detail__bodytext .h3,
.news-detail__bodytext h2,
.news-detail__bodytext h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem
}
@media (min-width:834px) {
  .news-detail__bodytext > * {
    margin-bottom: 1.25rem
  }
  .news-detail__bodytext .h2,
  .news-detail__bodytext .h3,
  .news-detail__bodytext h2,
  .news-detail__bodytext h3 {
    margin-top: 2rem;
    margin-bottom: 1.25rem
  }
}
.news-detail__bodytext .h2,
.news-detail__bodytext h2 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .0075rem;
  line-height: 1.4
}
@media (min-width:992px) {
  .news-detail__bodytext {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
  .news-detail__bodytext > * {
    margin-bottom: 1.5rem
  }
  .news-detail__bodytext .h2,
  .news-detail__bodytext .h3,
  .news-detail__bodytext h2,
  .news-detail__bodytext h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem
  }
  .news-detail__bodytext .h2,
  .news-detail__bodytext h2 {
    font-size: 1.5rem;
    letter-spacing: .0075rem;
    line-height: 1.375
  }
}
.news-detail__bodytext .h3,
.news-detail__bodytext h3 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444
}
.news-detail__bodytext ul li {
  margin-top: .5rem!important
}
@media (min-width:834px) {
  .news-detail__bodytext ul li {
    margin-top: .625rem!important
  }
  .text-media .float {
    --bs-gutter-x: 32px
  }
}
.hero {
  position: relative;
  z-index: 1
}
.hero__image {
  aspect-ratio: 16/9;
  background-color: #f6f7fa;
  position: relative;
  z-index: 1
}
.hero__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.hero__text-box-wrapper {
  inset: 0;
  position: absolute;
  z-index: 1
}
@media (max-width:1279.98px) {
  .hero__text-box-wrapper {
    position: static
  }
}
.hero__text-box {
  color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: .75rem 2rem 2rem;
  position: relative;
  z-index: 1
}
@media (min-width:992px) {
  .news-detail__bodytext .h3,
  .news-detail__bodytext h3 {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
  .news-detail__bodytext ul li {
    margin-top: .75rem!important
  }
  .hero__text-box {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }
}
@media (min-width:1280px) {
  .hero__image {
    aspect-ratio: 21/9
  }
  .hero__text-box {
    margin: 3rem 0;
    padding: 2rem 3rem 3rem
  }
}
.hero__text-header {
  font-family: var(--font-header-01);
  font-size: var(--font-size-h3-mobile);
  font-weight: var(--font-weight-header);
  line-height: var(--line-height-h3-mobile);
  margin-bottom: 1rem;
  word-wrap: break-word
}
@media (min-width:992px) {
  .hero__text-header {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3)
  }
}
.hero__text-bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .011875rem;
  line-height: 1.6471;
  word-wrap: break-word
}
.hero__text-bodytext > :last-child {
  margin: 2rem 0 0
}
@media (min-width:1280px) {
  .hero__text-bodytext > :last-child {
    margin: 3rem 0 0
  }
}
.pagination {
  --bs-pagination-color: #464c5e;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: #464c5e;
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-focus-color: #464c5e;
  --bs-pagination-focus-bg: transparent;
  --bs-pagination-focus-box-shadow: 0 0 0 0 transparent;
  --bs-pagination-active-color: white;
  --bs-pagination-active-bg: var(--color-80);
  --bs-pagination-active-border-color: var(--color-80);
  --bs-pagination-disabled-color: #464c5e;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: transparent;
  margin-bottom: 0
}
.pagination .page-item .page-link {
  margin-left: 0
}
.pagination .page-item .page-link:hover {
  border-color: var(--color-80)
}
.pagination .search-pager__item_first.disabled .page-link,
.pagination .search-pager__item_last.disabled .page-link {
  border-color: #8f96a7;
  color: #8f96a7
}
.pagination .search-pager__item_first.disabled svg path,
.pagination .search-pager__item_last.disabled svg path {
  fill: #8f96a7
}
.pagination .search-pager__item_first .page-link,
.pagination .search-pager__item_last .page-link {
  color: var(--color-80);
  border: 1px solid var(--color-80)
}
.pagination .search-pager__item_first .page-link:hover,
.pagination .search-pager__item_last .page-link:hover {
  background-color: var(--color-20);
  border: 2px solid var(--color-60);
  padding: calc(.375rem - .0625rem) calc(.75rem - .0625rem)
}
.pagination .search-pager__item_first .page-link {
  margin-right: 1.5rem
}
.pagination .search-pager__item_last .page-link {
  margin-left: 1.5rem
}
.pagination.pagination-with-first-btn .search-pager__item_first:first-child .page-link {
  margin-right: .625rem;
  padding-left: .9375rem;
  padding-right: .9375rem
}
.pagination.pagination-with-first-btn .search-pager__item_first:first-child .page-link:hover {
  background-color: var(--color-20);
  border: 2px solid var(--color-60);
  padding: calc(.375rem - .0625rem) calc(.9375rem - .0625rem)
}
.pagination.pagination-with-last-btn .search-pager__item_last:last-child .page-link {
  margin-left: .625rem;
  padding-left: .9375rem;
  padding-right: .9375rem
}
.pagination.pagination-with-last-btn .search-pager__item_last:last-child .page-link:hover {
  background-color: var(--color-20);
  border: 2px solid var(--color-60);
  padding: calc(.375rem - .0625rem) calc(.9375rem - .0625rem)
}
.privacy-consent-manager {
  background-color: #c6cad3;
  bottom: 0;
  display: none;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 9999
}
.privacy-consent-manager p {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
.privacy-consent-manager.open {
  display: block
}
.privacy-consent-manager .cb-full {
  display: none;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}
.privacy-consent-manager .cb-full .icon-close {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1
}
.privacy-consent-manager .cb-full .cb-optionlist .h3,
.privacy-consent-manager .cb-full .cb-optionlist h3 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .0059375rem;
  line-height: 1.4444
}
.privacy-consent-manager .cb-full label {
  cursor: pointer
}
.privacy-consent-manager .cb-full label.cb-accept {
  opacity: .35
}
.privacy-consent-manager .cb-full label.cb-accept.always-active {
  opacity: 1
}
.privacy-consent-manager .cb-full label.cb-deny {
  background-color: #8f96a7;
  border: .125rem solid #8f96a7
}
.privacy-consent-manager .cb-full input[type=checkbox] {
  left: -999px;
  position: fixed
}
.privacy-consent-manager .cb-full input[type=checkbox]:checked ~ label.cb-accept {
  opacity: 1
}
.privacy-consent-manager .cb-full input[type=checkbox]:checked ~ label.cb-deny {
  opacity: .35
}
.privacy-consent-manager.full {
  bottom: initial;
  height: 100%;
  padding: 0
}
.privacy-consent-manager.full .cb-small {
  display: none
}
.privacy-consent-manager.full .cb-full {
  display: block;
  max-height: 100vh;
  overflow-y: auto;
  width: 100%
}
@media (min-width:992px) {
  .hero__text-bodytext {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
  .privacy-consent-manager p {
    font-size: 1rem;
    line-height: 1.5
  }
  .privacy-consent-manager .cb-full .cb-optionlist .h3,
  .privacy-consent-manager .cb-full .cb-optionlist h3 {
    font-size: 1.1875rem;
    letter-spacing: .0059375rem;
    line-height: 1.421
  }
  .privacy-consent-manager.full {
    background-color: rgba(11,23,53,.8)
  }
  .privacy-consent-manager.full .cb-full {
    background-color: #c6cad3;
    max-width: 62rem
  }
}
body.ekdcm-dialog .privacy-consent-manager {
  bottom: initial!important;
  height: 100vh
}
body.ekdcm-top .privacy-consent-manager {
  top: 0
}
.privacy-statement-paragraph {
  align-items: center;
  aspect-ratio: 16/9;
  background-color: #f6f7fa;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 2rem;
  position: relative;
  text-align: center;
  transition: opacity 2s;
  z-index: 1
}
@media (min-width:576px) {
  .privacy-statement-paragraph {
    padding-left: 10%;
    padding-right: 10%
  }
  .media--large .privacy-statement-paragraph {
    padding-left: 20%;
    padding-right: 20%
  }
}
.privacy-statement-paragraph a {
  text-decoration: none
}
.privacy-statement-paragraph button {
  margin-bottom: 1rem
}
.privacy-statement-paragraph p {
  margin-bottom: 0
}
.privacy-statement-paragraph__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333
}
@media (min-width:992px) {
  .privacy-statement-paragraph__bodytext {
    font-size: 1rem;
    line-height: 1.5
  }
}
.nav-link {
  color: #8f96a7;
  padding-bottom: .5rem;
  padding-top: .5rem
}
.nav-link:focus,
.nav-link:hover {
  color: #8f96a7
}
.nav-tabs {
  border-bottom: .125rem solid #8f96a7
}
.nav-tabs .nav-link {
  border-width: 0;
  margin-bottom: -.125rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--color-20);
  border-color: transparent;
  border-bottom: .125rem solid var(--color-80);
  color: var(--color-80)
}
.element-table {
  overflow-x: auto;
  width: 100%
}
.element-table .ce-table td,
.element-table .ce-table th {
  -webkit-hyphens: auto;
  hyphens: auto;
  min-width: 13.25rem
}
.element-table .ce-table thead tr {
  border: 0 hidden
}
.element-table .ce-table thead th {
  background-color: #f6f7fa;
  color: #464c5e;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .005rem;
  line-height: 1.5;
  padding: .75rem 1rem
}
.element-table .ce-table tbody td,
.element-table .ce-table tbody th {
  padding: 1.5rem 1rem
}
.element-table .ce-table tbody th {
  background-color: #f6f7fa;
  color: #464c5e;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .011875rem
}
.element-table .ce-table tbody td {
  color: #464c5e;
  font-size: 1rem;
  letter-spacing: .005rem;
  line-height: 1.5
}
.image-wrapper {
  position: relative
}
.image-wrapper img {
  display: block;
  width: 100%
}
.text-media .h1,
.text-media .h2,
.text-media .h3,
.text-media .h4,
.text-media .h5,
.text-media .h6,
.text-media h1,
.text-media h2,
.text-media h3,
.text-media h4,
.text-media h5,
.text-media h6 {
  margin-bottom: 2.5rem
}
.text-media__header {
  word-wrap: break-word
}
.text-media__copyright {
  font-family: var(--bs-font-sans-serif);
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .01625rem;
  line-height: 1.8462;
  color: #464c5e;
  margin-top: .5rem
}
@media (min-width:992px) {
  .text-media__copyright {
    line-height: 1.6923
  }
}
.text-media__bodytext {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .015rem;
  line-height: 1.5;
  margin-top: 2.5rem
}
.text-media .float {
  hyphens: auto;
  -webkit-hyphens: auto
}
@media (min-width:992px) {
  .text-media__bodytext {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5
  }
  .text-media .float {
    --bs-gutter-x: 48px
  }
}
.text-media .float .mediaelement {
  position: relative;
  width: calc(50% - 12px);
  margin-bottom: 4px;
  z-index: 2
}
.text-media .float .mediaelement.own-width {
  width: auto
}
.text-media .float .mediaelement.own-width img {
  width: -moz-fit-content;
  width: fit-content
}
@media (max-width:575.98px) {
  .text-media .float .mediaelement {
    width: 100%;
    float: none!important;
    margin: 0 0 16px!important
  }
}
.text-media .float .mediaelement--float-right {
  float: right;
  margin-left: 24px
}
.text-media .float .mediaelement--float-left {
  float: left;
  margin-right: 24px
}
.search .search-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5)
}
.search .search-container > div[class^=col] {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.search div[class^=col] > p {
  margin-bottom: .375rem
}
.search .search-filter .label-list li {
  padding: 0
}
.search .search-filter .label-list li a {
  display: block;
  font-size: 16px;
  padding: 8px 16px;
  text-decoration: none
}
.search .switch {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 1.5rem
}
.search .switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0
}
.search .switch__checkbox:checked + .switch__slider {
  background-color: var(--color-80)
}
.search .switch__checkbox:checked + .switch__slider::before {
  transform: translateX(1.625rem)
}
.search .switch__slider {
  position: absolute;
  inset: 0;
  background-color: #ccc;
  border-radius: 1.5rem;
  transition: .4s;
  cursor: pointer
}
.search .switch__slider::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: .25rem;
  bottom: .25rem;
  background-color: #fff;
  border-radius: 50%;
  transition: .4s
}
.search .btn-solid {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}
.search .news-list-view .event-list:hover {
  background-color: var(--color-40);
  border-bottom-color: var(--color-80)
}
.search .news-list-view .event-list .label-list {
  margin-bottom: 6px
}
main .select2-container {
  display: block!important;
  width: 100%!important
}
div:has(:first-child.custom-select) {
  position: relative
}
.select2 {
  min-height: 3.625rem;
  border: .0625rem solid var(--color-60)
}
.select2-hidden-accessible {
  bottom: 0;
  left: 0
}
.select2-container--open .select2-selection__arrow b {
  border-width: 0 8px 10px!important
}
.select2-selection {
  min-height: 3.5rem;
  padding: 1rem!important;
  border: none!important
}
.select2-selection--multiple {
  padding: .625rem 1rem .9375rem!important
}
.select2-selection textarea {
  display: inline-block!important;
  min-height: auto;
  height: 1.5rem!important;
  margin: 0!important;
  transform: translateY(2px);
  border-radius: 0
}
.select2-selection textarea::placeholder {
  color: var(--bs-body-color)!important
}
.select2-selection__rendered {
  padding-left: 0!important;
  color: var(--bs-body-color)!important
}
.select2-selection__choice {
  display: inline-flex!important;
  align-items: center;
  height: 1.5rem;
  padding-left: 1.5625rem!important;
  background-color: var(--color-20)!important;
  border: .0625rem solid!important;
  border-radius: 0!important
}
.select2-selection__choice__remove {
  height: 100%;
  color: var(--bs-body-color)!important;
  border-right: 1px solid!important;
  border-radius: 0!important;
  transition: .3s
}
.select2-selection__choice__remove:hover {
  color: #fff!important;
  background-color: var(--color-60)!important
}
.select2-selection__choice__remove span {
  display: block;
  transform: translateY(-3px)
}
.select2-selection__choice__display {
  color: var(--bs-body-color)!important;
  font-weight: 400!important;
  padding-left: 0!important
}
.select2-selection__arrow {
  top: 50%!important;
  right: 1rem!important;
  transform: translateY(-50%)
}
.select2-selection__arrow b {
  border-width: 10px 8px 0!important;
  margin-left: -8px!important;
  margin-top: -4px!important
}
.select-container {
  display: flex;
  flex-direction: column
}
.select-container .select2-hidden-accessible {
  position: static!important;
  margin: -.0625rem!important;
  min-height: 0!important;
  order: 2
}
.search-form {
  display: flex;
  gap: 8px;
  z-index: 2
}
.search-form input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23b67def'%3E %3Cg clip-path='url(%23clip0_24_113153)'%3E %3Cpath d='M23.3836 21.6191L16.8546 15.0901C18.2797 13.2167 18.9401 10.8719 18.7021 8.53019C18.464 6.18844 17.3454 4.02453 15.5725 2.47624C13.7995 0.927952 11.5047 0.110889 9.15221 0.190356C6.79974 0.269822 4.56527 1.23988 2.90087 2.90428C1.23647 4.56868 0.266404 6.80315 0.186938 9.15563C0.107471 11.5081 0.924534 13.8029 2.47282 15.5759C4.02111 17.3488 6.18502 18.4674 8.52677 18.7055C10.8685 18.9435 13.2133 18.2832 15.0866 16.8581L21.6156 23.3871C21.8521 23.6177 22.1693 23.7468 22.4996 23.7468C22.8299 23.7468 23.1472 23.6177 23.3836 23.3871C23.6179 23.1525 23.7495 22.8345 23.7495 22.5031C23.7495 22.1716 23.6179 21.8536 23.3836 21.6191ZM2.74963 9.50005C2.74963 8.16503 3.14551 6.85998 3.88721 5.74995C4.62891 4.63992 5.68312 3.77476 6.91652 3.26386C8.14992 2.75297 9.50712 2.6193 10.8165 2.87975C12.1259 3.1402 13.3286 3.78308 14.2726 4.72708C15.2166 5.67109 15.8595 6.87382 16.1199 8.18319C16.3804 9.49256 16.2467 10.8498 15.7358 12.0832C15.2249 13.3166 14.3598 14.3708 13.2497 15.1125C12.1397 15.8542 10.8347 16.2501 9.49963 16.2501C7.71007 16.2479 5.99441 15.5361 4.729 14.2707C3.46359 13.0053 2.75175 11.2896 2.74963 9.50005Z' fill='currentColor'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_24_113153'%3E %3Crect width='24' height='24' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  flex: 1;
  min-height: 56px;
  padding-left: 56px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: left 16px center
}
.search-form input::placeholder {
  color: rgba(33,37,41,.5)
}
.search-form button {
  padding: 6px 24px
}
.newsletter {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem
}
@media (max-width:991.98px) {
  .newsletter {
    padding-bottom: 3rem;
    padding-top: 3rem
  }
}
.newsletter__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  width: 100%;
  max-width: 49.25rem;
  margin: 0 auto
}
.newsletter__content strong {
  display: block;
  color: var(--color-100);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
  letter-spacing: .005em
}
@media (max-width:833.98px) {
  .newsletter {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
  }
  .newsletter__content {
    flex-direction: column
  }
  .newsletter__content strong {
    font-size: 1.75rem;
    line-height: 2.375rem;
    text-align: center
  }
}
.newsletter-subscribe {
  display: flex;
  flex-wrap: wrap
}
.newsletter-subscribe--left {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: var(--color-80)
}
.newsletter-subscribe--left .h2,
.newsletter-subscribe--left h2 {
  margin-bottom: 0
}
.newsletter-subscribe form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem
}
.newsletter-subscribe form .form-floating {
  width: 100%
}
.newsletter-subscribe form .col {
  width: calc(50% - .75rem)
}
@media (max-width:833.98px) {
  .newsletter-subscribe form {
    gap: 1rem
  }
  .newsletter-subscribe form .col {
    width: calc(50% - .5rem)
  }
}
@media (max-width:575.98px) {
  .newsletter__content strong {
    font-size: 1.375rem;
    line-height: 2rem
  }
  .newsletter-subscribe form .col {
    width: 100%
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option--selectable {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}
.select2-hidden-accessible {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  height: 1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: 0
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-radius: 0 4px 4px 0
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--group {
  padding: 0
}
.select2-container--default .select2-results__option--disabled {
  color: #999
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: 0
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-radius: 0 4px 4px 0
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
  border-top: none
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--classic .select2-results__option--group {
  padding: 0
}
.select2-container--classic .select2-results__option--disabled {
  color: grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}
.job-search .search-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5)
}
.job-search .search-container > div[class^=col] {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.job-search div[class^=col] > p {
  margin-bottom: .375rem
}
.job-search .select2 {
  min-height: 3.625rem;
  border: .0625rem solid var(--color-60)
}
.job-search .select2-hidden-accessible {
  bottom: 0;
  left: 0
}
.job-search .select2-container {
  display: block!important;
  width: 100%!important
}
.job-search .select2-container--open .select2-selection__arrow b {
  border-width: 0 8px 10px!important
}
.job-search .select2-selection {
  min-height: 3.5rem;
  padding: 1rem!important;
  border: none!important
}
.job-search .select2-selection--multiple {
  padding: .625rem 1rem .9375rem!important
}
.job-search .select2-selection textarea {
  display: inline-block!important;
  min-height: auto;
  height: 1.5rem!important;
  margin: 0!important;
  transform: translateY(2px);
  border-radius: 0
}
.job-search .select2-selection textarea::placeholder {
  color: var(--bs-body-color)!important
}
.job-search .select2-selection__rendered {
  padding-left: 0!important;
  color: var(--bs-body-color)!important
}
.job-search .select2-selection__placeholder {
  color: var(--bs-body-color)!important
}
.job-search .select2-selection__choice {
  display: inline-flex!important;
  align-items: center;
  height: 1.5rem;
  padding-left: 1.5625rem!important;
  background-color: var(--color-20)!important;
  border: .0625rem solid!important;
  border-radius: 0!important
}
.job-search .select2-selection__choice__remove {
  height: 100%;
  color: var(--bs-body-color)!important;
  border-right: 1px solid!important;
  border-radius: 0!important;
  transition: .3s
}
.job-search .select2-selection__choice__remove:hover {
  color: #fff!important;
  background-color: var(--color-60)!important
}
.job-search .select2-selection__choice__remove span {
  display: block;
  transform: translateY(-3px)
}
.job-search .select2-selection__choice__display {
  color: var(--bs-body-color)!important;
  font-weight: 400!important;
  padding-left: 0!important
}
.job-search .select2-selection__arrow {
  top: 50%!important;
  right: 1rem!important;
  transform: translateY(-50%)
}
.job-search .select2-selection__arrow b {
  border-width: 10px 8px 0!important;
  margin-left: -8px!important;
  margin-top: -4px!important
}
.job-search .switch {
  position: relative;
  display: inline-block;
  width: 3.125rem;
  height: 1.5rem
}
.job-search .switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0
}
.job-search .switch__checkbox:checked + .switch__slider {
  background-color: var(--color-80)
}
.job-search .switch__checkbox:checked + .switch__slider::before {
  transform: translateX(1.625rem)
}
.job-search .switch__slider {
  position: absolute;
  inset: 0;
  background-color: #ccc;
  border-radius: 1.5rem;
  transition: .4s;
  cursor: pointer
}
.job-search .switch__slider::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: .25rem;
  bottom: .25rem;
  background-color: #fff;
  border-radius: 50%;
  transition: .4s
}
.job-search .btns-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px
}
.job-search .btn-solid {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}
.job-search .news-list-view .event-list:hover {
  background-color: var(--color-40);
  border-bottom-color: var(--color-80)
}
.job-search .news-list-view .event-list .label-list {
  margin-bottom: 6px
}
.select2-dropdown {
  border-color: var(--color-60)!important;
  border-radius: 0!important
}
.select2-dropdown .select2-search {
  display: none
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: var(--color-60)!important
}
.select2-dropdown .select2-results__option--disabled {
  display: none
}
.a11y-window {
  right: 96px
}
@media only screen and (max-width:560px) {
  .a11y-window {
    left: auto;
    max-width: calc(100% - 96px);
    transform: translateX(0)
  }
}
.a11y-open--fixed {
  border-color: var(--color-80);
  z-index: 1000
}
.a11y-open--fixed:hover {
  background-color: var(--color-80)
}
.search-autocomplete {
  position: relative;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: -.25rem -.25rem 1.25rem .25rem rgba(164,160,160,.2)
}
@media (max-width:991.98px) {
  .a11y-window {
    right: 80px
  }
  .a11y-open--fixed {
    right: 16px
  }
  .search-autocomplete {
    padding: 1.25rem
  }
}
.search-autocomplete__list {
  display: none;
  width: 100%;
  transition: .3s
}
.search-autocomplete__list p {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0
}
@media (max-width:833.98px) {
  .search-autocomplete {
    padding: 1rem
  }
  .search-autocomplete__list p {
    margin: 1.25rem 0
  }
}
.search-autocomplete__list p span {
  color: var(--color-80)
}
.search-autocomplete__list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}
.search-autocomplete__list ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.25rem
}
.search-autocomplete__list ul li:last-child {
  margin-bottom: 0
}
.search-autocomplete__list ul li button {
  color: var(--text-color-1);
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: transparent;
  padding: 0
}
@media (max-width:991.98px) {
  .search-autocomplete__list ul li button {
    font-size: 1.125rem
  }
}
.search-autocomplete__list ul li button:hover {
  text-decoration: underline
}
.search-autocomplete__list ul li button span {
  color: var(--color-80)
}
.search-autocomplete__list ul li button p {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem
}
@media (max-width:991.98px) {
  .search-autocomplete__list ul li button p {
    font-size: 1.125rem
  }
}
.show-on-submit {
  display: none
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box
}
.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%;
  position: relative;
  transition-property: transform;
  display: block
}
.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 {
  transform: translateZ(0);
  backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.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-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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)
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: transparent
}
.pswp:focus {
  outline: 0
}
.pswp * {
  box-sizing: border-box
}
.pswp img {
  max-width: none
}
.pswp--open {
  display: block
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity
}
.pswp__bg {
  background: var(--pswp-bg)
}
.pswp,
.pswp__scroll-wrap {
  overflow: hidden
}
.pswp__bg,
.pswp__container,
.pswp__content,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out
}
.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
  -webkit-user-select: none;
  user-select: none
}
.pswp__item {
  z-index: 1;
  overflow: hidden
}
.pswp__hidden {
  display: none!important
}
.pswp__content {
  pointer-events: none
}
.pswp__content > * {
  pointer-events: auto
}
.pswp__error-msg-container {
  display: grid
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color)
}
.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);
  z-index: 10;
  pointer-events: none
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto
}
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: 0 0;
  border: 0;
  box-shadow: none;
  opacity: .85;
  -webkit-appearance: none;
  -webkit-touch-callout: none
}
.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
  transition: none;
  padding: 0;
  background: 0 0;
  border: 0;
  box-shadow: none;
  opacity: 1
}
.pswp__button:disabled {
  opacity: .3;
  cursor: auto
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none
}
.pswp__icn:focus {
  outline: 0
}
.pswp__img--with-bg,
div.pswp__img--placeholder {
  background: var(--pswp-placeholder-bg)
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none!important
}
.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity
}
.pswp__button--close {
  margin-right: 6px
}
.pswp__button--arrow {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: 0 0;
  border-radius: 0
}
.pswp--one-slide .pswp__button--arrow {
  display: none
}
.pswp--touch .pswp__button--arrow {
  visibility: hidden
}
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0
}
.pswp__button--arrow--next {
  right: 0
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1,1)
}
.pswp__button--zoom {
  display: none
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none
}
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity .2s linear;
  animation: .6s linear infinite pswp-clockwise
}
.pswp__preloader--active .pswp__icn {
  opacity: .85
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: .85
}
.pswp--one-slide .pswp__counter {
  display: none
}
main:has(.products-container) {
  overflow-x: hidden
}
.products-container .step {
  display: none
}
.products-container .step.current {
  display: block
}
.products-container .products-actions {
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden
}
@media (max-width:991.98px) {
  .products-container .products-actions {
    width: calc(100% + 2rem);
    margin-bottom: 2.5rem;
    margin-left: -1rem
  }
}
.products-container .products-actions.show {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  visibility: visible;
  overflow: visible
}
.products-container .products-actions--inner {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem
}
@media (min-width:992px) {
  .products-container .products-actions.show {
    height: 5rem
  }
  .products-container .products-actions--inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw
  }
}
.products-container .products-actions .btn-arrow {
  max-width: calc(50% - .625rem)
}
.products-container .product-confirmation-popup {
  position: fixed;
  width: 100%;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 640px;
  padding: 40px;
  background-color: #fff;
  box-shadow: .125rem .375rem .375rem .125rem rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s;
  z-index: 1001
}
.products-container .product-confirmation-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}
.products-container .product-confirmation-popup p {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  letter-spacing: .12px;
  margin-bottom: 40px
}
@media (max-width:575.98px) {
  .products-container .products-actions .btn-arrow {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem
  }
  .products-container .products-actions .btn-arrow:first-child {
    align-items: flex-start;
    text-align: left
  }
  .products-container .products-actions .btn-arrow:last-child {
    align-items: flex-end;
    text-align: right
  }
  .products-container .products-actions .btn-arrow::after {
    order: -1
  }
  .products-container .product-confirmation-popup {
    padding: 24px
  }
  .products-container .product-confirmation-popup p {
    margin-bottom: 24px
  }
}
.products-container .product-confirmation-popup__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px
}
.products-container .products-form .products-actions {
  height: -moz-fit-content!important;
  height: fit-content!important;
  opacity: 1!important;
  visibility: visible!important;
  overflow: visible!important;
  margin-top: 3rem
}
@media (min-width:992px) {
  .products-container .products-form .products-actions {
    height: 5rem!important
  }
}
@media (max-width:991.98px) {
  .products-container .product-confirmation-popup {
    z-index: 999
  }
  .products-container .products-form .products-actions {
    margin-top: 2.5rem
  }
}
.products-container .products-form .products-actions__back {
  display: none
}
.products-container .products-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
  list-style: none;
  padding: 0
}
@media (max-width:991.98px) {
  .products-container .products-list {
    grid-template-columns: repeat(2,1fr)!important;
    gap: 2rem
  }
}
@media (max-width:833.98px) {
  .search-autocomplete__list ul li {
    margin-bottom: 1rem
  }
  .search-autocomplete__list ul li button,
  .search-autocomplete__list ul li button p {
    font-size: 1rem
  }
  .products-container .products-actions {
    margin-bottom: 2rem
  }
  .products-container .product-confirmation-popup {
    max-width: calc(100% - 32px)
  }
  .products-container .products-form .products-actions {
    margin-top: 2rem
  }
  .products-container .products-list {
    gap: 1.5rem
  }
}
.products-container .products-list .product-btn {
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
  background-color: transparent
}
.products-container .products-list .product-btn:hover .product-btn__image {
  border-color: var(--color-80)
}
.products-container .products-list .product-btn.ordered .product-btn__image::before {
  opacity: 1;
  pointer-events: all
}
.products-container .products-list .product-btn.ordered .product-btn__label {
  display: block
}
.products-container .products-list .product-btn__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: .0625rem solid var(--color-40);
  aspect-ratio: 1/1;
  transition: .3s
}
.products-container .products-list .product-btn__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.products-container .products-list .product-btn__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(228,206,250,.6);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: 2
}
.products-container .products-list .product-btn__label {
  display: none;
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 2rem);
  padding: .375rem 1rem;
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 1.4211;
  font-weight: 600;
  background-color: var(--color-80);
  z-index: 3
}
.products-container .products-list .product-btn__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: .5rem
}
@media (max-width:833.98px) {
  .products-container .products-list .product-btn__title {
    font-size: 18px
  }
}
.products-container .products-list .product-btn svg {
  display: block
}
.products-container .products .product {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none
}
.products-container .products .product.show {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  overflow: visible;
  pointer-events: all
}
.products-container .products .product--left {
  width: 49.11%
}
.products-container .products .product__main-slider,
.products-container .products .product__thumbs-slider {
  width: 100%
}
.products-container .products .product__main-slider img,
.products-container .products .product__thumbs-slider img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid var(--color-40)
}
.products-container .products .product__main-slider {
  margin-bottom: 1.5rem
}
.products-container .products .product__main-slider .swiper-slide a {
  position: relative;
  display: block
}
.products-container .products .product__main-slider .swiper-slide a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47px;
  height: 47px;
  background-image: url('data:image/svg+xml,<svg width="47" height="47" viewBox="0 0 47 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.75 26.5L36.25 34L34 36.25L26.5 28.75V27.565L26.095 27.145C24.3311 28.6659 22.0791 29.5018 19.75 29.5C17.1641 29.5 14.6842 28.4728 12.8557 26.6443C11.0272 24.8158 10 22.3359 10 19.75C10 17.1641 11.0272 14.6842 12.8557 12.8557C14.6842 11.0272 17.1641 10 19.75 10C22.3359 10 24.8158 11.0272 26.6443 12.8557C28.4728 14.6842 29.5 17.1641 29.5 19.75C29.5 22.165 28.615 24.385 27.145 26.095L27.565 26.5H28.75ZM19.75 26.5C23.5 26.5 26.5 23.5 26.5 19.75C26.5 16 23.5 13 19.75 13C16 13 13 16 13 19.75C13 23.5 16 26.5 19.75 26.5ZM23.5 20.5H20.5V23.5H19V20.5H16V19H19V16H20.5V19H23.5V20.5Z" fill="%23741CC0"/></svg>');
  background-size: cover;
  z-index: 2
}
.products-container .products .product__main-slider .swiper-slide img {
  width: calc(100% - 1px)
}
.products-container .products .product__thumbs-slider .swiper-slide {
  width: 90px;
  transition: .3s
}
.products-container .products .product__thumbs-slider .swiper-slide.swiper-slide-thumb-active,
.products-container .products .product__thumbs-slider .swiper-slide:hover {
  border-color: var(--color-80)
}
.products-container .products .product--right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  padding-top: 2.5rem
}
.products-container .products .product__info :last-child {
  margin-bottom: 0
}
.products-container .products .product__info .h3,
.products-container .products .product__info h3 {
  font-family: "Uncut Sans",sans-serif;
  font-size: 2rem;
  margin: .625rem 0
}
@media (max-width:991.98px) {
  .products-container .products .product--left {
    width: 100%
  }
  .products-container .products .product--right {
    gap: 1.25rem;
    padding-top: 0
  }
  .products-container .products .product__info .h3,
  .products-container .products .product__info h3 {
    font-size: 1.75rem
  }
}
.products-container .products .product__info p {
  margin-bottom: 1.5rem
}
@media (max-width:991.98px) {
  .products-container .products .product__info p {
    margin-bottom: 1.25rem
  }
}
@media (max-width:575.98px) {
  .products-container .products-list {
    grid-template-columns: 1fr!important
  }
  .products-container .products .product__main-slider {
    margin-bottom: 1.25rem
  }
  .products-container .products .product__info .h3,
  .products-container .products .product__info h3 {
    font-size: 1.5rem
  }
  .products-container .products .product__info p {
    margin-bottom: 1rem
  }
}
.products-container .products .product__options-wrapper .product__options {
  display: none
}
.products-container .products .product__options-wrapper .product__options.active {
  display: flex
}
.products-container .products .product__options {
  display: flex;
  align-items: flex-start;
  gap: 1rem
}
.products-container .products .product__options .select2 {
  flex: 1
}
.products-container .products .product__options-toggle,
.products-container .products .product__person-data-toggle {
  display: flex;
  align-items: center;
  gap: 1.5rem
}
.products-container .products .product__options-toggle strong,
.products-container .products .product__person-data-toggle strong {
  font-weight: 500;
  display: block
}
.products-container .products .product__person-data-toggle {
  display: none;
  padding-left: 1rem
}
.products-container .products .product__person-data-toggle.active {
  display: flex
}
.products-container .products .product__options-add,
.products-container .products .product__options-remove,
.products-container .products .product__person-data-add,
.products-container .products .product__person-data-remove {
  position: relative;
  width: 3rem;
  height: 3rem;
  color: var(--color-80);
  background-color: var(--color-40);
  font-size: 2rem
}
.products-container .products .product__options-add::after,
.products-container .products .product__options-add::before,
.products-container .products .product__options-remove::after,
.products-container .products .product__options-remove::before,
.products-container .products .product__person-data-add::after,
.products-container .products .product__person-data-add::before,
.products-container .products .product__person-data-remove::after,
.products-container .products .product__person-data-remove::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: var(--color-80)
}
.products-container .products .product__options-add::before,
.products-container .products .product__options-remove::before,
.products-container .products .product__person-data-add::before,
.products-container .products .product__person-data-remove::before {
  width: 1.25rem;
  height: .125rem
}
.products-container .products .product__options-add::after,
.products-container .products .product__options-remove::after,
.products-container .products .product__person-data-add::after,
.products-container .products .product__person-data-remove::after {
  width: .125rem;
  height: 1.25rem
}
.products-container .products .product__options-add.hide,
.products-container .products .product__options-remove,
.products-container .products .product__options-remove::after,
.products-container .products .product__person-data-add.hide,
.products-container .products .product__person-data-remove,
.products-container .products .product__person-data-remove::after {
  display: none
}
.products-container .products .product__options-remove.show,
.products-container .products .product__person-data-remove.show {
  display: block
}
.products-container .products .product__form,
.products-container .products .product__form .hidden-group,
.products-container .products .product__options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
@media (max-width:991.98px) {
  .products-container .products .product__form,
  .products-container .products .product__form .hidden-group,
  .products-container .products .product__options-wrapper {
    gap: 1.25rem
  }
}
.products-container .products .product .product-quantity {
  width: 100px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.products-container .products .product .product-quantity__error {
  display: none;
  color: red;
  font-size: .625rem;
  margin-top: .25rem;
  margin-bottom: 0
}
.products-container .products .product .product-save {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: .3s
}
.products-container .products .product .product-save.confirmed {
  color: #fff;
  background-color: #c0d95d;
  border-color: #c0d95d
}
.products-container .products .product .product-save.confirmed::after {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='18px' height='18px' color='white'%3E %3Cpath fill='currentColor' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E %3C/svg%3E")
}
.products-container .products .product__form {
  padding: 1rem;
  background-color: var(--color-20)
}
.products-container .products .product__person-data {
  display: none;
  background-color: var(--color-40)
}
.products-container .products .product__person-data.active {
  display: block
}
.products-container .products .product__person-data--top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  padding: 1rem 1.5rem;
  font-weight: 600;
  background-color: transparent
}
.products-container .products .product__person-data--bottom {
  max-width: 100%;
  margin: 0;
  padding: 0 1rem 1.25rem
}
.products-container .products .product__btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem
}
.products-container .products .product__btns .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0!important
}
@media (max-width:575.98px) {
  .products-container .products .product__btns {
    flex-direction: column
  }
  .products-container .products .product__btns .product__back {
    order: -1
  }
}
.products-container .products .product__delete {
  background: 0 0;
  transition: .3s
}
.products-container .products .product__delete:hover {
  opacity: .75
}
.products-container .products .product__delete-popup {
  position: absolute;
  top: calc(100% + .5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .625rem;
  width: 14.375rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: .125rem .375rem .375rem .125rem rgba(0,0,0,.1);
  border-radius: .3125rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s
}
.products-container .products .product__delete-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}
.products-container .products .product__delete-popup p {
  width: 100%;
  font-size: .875rem;
  letter-spacing: .004375rem;
  text-align: center;
  margin: 0
}
.products-container .products .product__delete-popup--cancel {
  background-color: #8f96a7;
  border-color: #8f96a7
}
.products-container .products .product__delete-popup--cancel:hover {
  border-color: #c6cad3
}
.products-container .products .product__delete-popup .btn {
  padding: .375rem 1rem;
  font-size: .875rem
}
.products-container .steps-navigation {
  display: none
}
.products-container .steps-navigation.active {
  display: flex
}
.products-container .product-save {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: .3s
}
.products-container .product-save.confirmed {
  color: #fff;
  background-color: #c0d95d;
  border-color: #c0d95d
}
.products-container .product-save.confirmed::after {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='18px' height='18px' color='white'%3E %3Cpath fill='currentColor' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E %3C/svg%3E")
}
.products-container .send-edit {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: .5rem
}
.products-container .send-edit::after {
  content: "";
  display: block;
  width: 1.625rem;
  min-width: 1.625rem;
  height: 1.625rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.67867 12.926C2.67867 19.0446 7.02843 23.2134 11.9143 24.0757C12.0472 24.0992 12.1742 24.1492 12.2882 24.2228C12.4022 24.2963 12.5008 24.3921 12.5785 24.5045C12.6562 24.617 12.7114 24.744 12.741 24.8782C12.7706 25.0124 12.7739 25.1512 12.7509 25.2868C12.7279 25.4223 12.6789 25.5519 12.6067 25.6682C12.5346 25.7844 12.4407 25.885 12.3305 25.9642C12.2202 26.0435 12.0957 26.0998 11.9641 26.1299C11.8325 26.1601 11.6964 26.1635 11.5634 26.14C5.82618 25.127 0.625 20.1943 0.625 12.926C0.625 9.83653 2.00265 7.40839 3.6109 5.56316C4.76387 4.24055 6.0824 3.16517 7.14274 2.34306H3.91836C3.657 2.34306 3.40635 2.23717 3.22154 2.04869C3.03674 1.86021 2.93291 1.60458 2.93291 1.33803C2.93291 1.07148 3.03674 0.815852 3.22154 0.627373C3.40635 0.438894 3.657 0.333008 3.91836 0.333008H9.83103C10.0924 0.333008 10.343 0.438894 10.5278 0.627373C10.7127 0.815852 10.8165 1.07148 10.8165 1.33803V7.36818C10.8165 7.63473 10.7127 7.89037 10.5278 8.07884C10.343 8.26732 10.0924 8.37321 9.83103 8.37321C9.56968 8.37321 9.31903 8.26732 9.13422 8.07884C8.94941 7.89037 8.84559 7.63473 8.84559 7.36818V3.65763L8.84362 3.66165C7.71627 4.52597 6.34058 5.58527 5.1482 6.95411C3.73901 8.57019 2.67867 10.526 2.67867 12.926ZM24.5713 13.74C24.5713 7.68577 20.3142 3.54306 15.4914 2.61843C15.357 2.59517 15.2285 2.54485 15.1133 2.47039C14.9982 2.39593 14.8987 2.29883 14.8208 2.18476C14.7428 2.07068 14.6879 1.94192 14.6593 1.80597C14.6306 1.67003 14.6288 1.52963 14.654 1.39296C14.6791 1.2563 14.7306 1.1261 14.8056 1.00997C14.8806 0.893847 14.9775 0.794112 15.0907 0.716588C15.2039 0.639064 15.3311 0.585304 15.4648 0.558444C15.5986 0.531584 15.7363 0.532162 15.8698 0.560144C21.5342 1.64557 26.625 6.55009 26.625 13.74C26.625 16.8295 25.2473 19.2556 23.6391 21.1029C22.4861 22.4255 21.1676 23.5008 20.1073 24.323H23.3316C23.593 24.323 23.8436 24.4288 24.0285 24.6173C24.2133 24.8058 24.3171 25.0614 24.3171 25.328C24.3171 25.5945 24.2133 25.8502 24.0285 26.0386C23.8436 26.2271 23.593 26.333 23.3316 26.333H17.419C17.1576 26.333 16.907 26.2271 16.7221 26.0386C16.5373 25.8502 16.4335 25.5945 16.4335 25.328V19.2978C16.4335 19.0313 16.5373 18.7757 16.7221 18.5872C16.907 18.3987 17.1576 18.2928 17.419 18.2928C17.6803 18.2928 17.931 18.3987 18.1158 18.5872C18.3006 18.7757 18.4044 19.0313 18.4044 19.2978V23.0064H18.4084C19.5337 22.138 20.9114 21.0807 22.1018 19.7099C23.511 18.0958 24.5713 16.1421 24.5713 13.74Z" fill="white"/></svg>');
  background-size: cover
}
.products-container .send-edit:disabled::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.67867 12.926C2.67867 19.0446 7.02843 23.2134 11.9143 24.0757C12.0472 24.0992 12.1742 24.1492 12.2882 24.2228C12.4022 24.2963 12.5008 24.3921 12.5785 24.5045C12.6562 24.617 12.7114 24.744 12.741 24.8782C12.7706 25.0124 12.7739 25.1512 12.7509 25.2868C12.7279 25.4223 12.6789 25.5519 12.6067 25.6682C12.5346 25.7844 12.4407 25.885 12.3305 25.9642C12.2202 26.0435 12.0957 26.0998 11.9641 26.1299C11.8325 26.1601 11.6964 26.1635 11.5634 26.14C5.82618 25.127 0.625 20.1943 0.625 12.926C0.625 9.83653 2.00265 7.40839 3.6109 5.56316C4.76387 4.24055 6.0824 3.16517 7.14274 2.34306H3.91836C3.657 2.34306 3.40635 2.23717 3.22154 2.04869C3.03674 1.86021 2.93291 1.60458 2.93291 1.33803C2.93291 1.07148 3.03674 0.815852 3.22154 0.627373C3.40635 0.438894 3.657 0.333008 3.91836 0.333008H9.83103C10.0924 0.333008 10.343 0.438894 10.5278 0.627373C10.7127 0.815852 10.8165 1.07148 10.8165 1.33803V7.36818C10.8165 7.63473 10.7127 7.89037 10.5278 8.07884C10.343 8.26732 10.0924 8.37321 9.83103 8.37321C9.56968 8.37321 9.31903 8.26732 9.13422 8.07884C8.94941 7.89037 8.84559 7.63473 8.84559 7.36818V3.65763L8.84362 3.66165C7.71627 4.52597 6.34058 5.58527 5.1482 6.95411C3.73901 8.57019 2.67867 10.526 2.67867 12.926ZM24.5713 13.74C24.5713 7.68577 20.3142 3.54306 15.4914 2.61843C15.357 2.59517 15.2285 2.54485 15.1133 2.47039C14.9982 2.39593 14.8987 2.29883 14.8208 2.18476C14.7428 2.07068 14.6879 1.94192 14.6593 1.80597C14.6306 1.67003 14.6288 1.52963 14.654 1.39296C14.6791 1.2563 14.7306 1.1261 14.8056 1.00997C14.8806 0.893847 14.9775 0.794112 15.0907 0.716588C15.2039 0.639064 15.3311 0.585304 15.4648 0.558444C15.5986 0.531584 15.7363 0.532162 15.8698 0.560144C21.5342 1.64557 26.625 6.55009 26.625 13.74C26.625 16.8295 25.2473 19.2556 23.6391 21.1029C22.4861 22.4255 21.1676 23.5008 20.1073 24.323H23.3316C23.593 24.323 23.8436 24.4288 24.0285 24.6173C24.2133 24.8058 24.3171 25.0614 24.3171 25.328C24.3171 25.5945 24.2133 25.8502 24.0285 26.0386C23.8436 26.2271 23.593 26.333 23.3316 26.333H17.419C17.1576 26.333 16.907 26.2271 16.7221 26.0386C16.5373 25.8502 16.4335 25.5945 16.4335 25.328V19.2978C16.4335 19.0313 16.5373 18.7757 16.7221 18.5872C16.907 18.3987 17.1576 18.2928 17.419 18.2928C17.6803 18.2928 17.931 18.3987 18.1158 18.5872C18.3006 18.7757 18.4044 19.0313 18.4044 19.2978V23.0064H18.4084C19.5337 22.138 20.9114 21.0807 22.1018 19.7099C23.511 18.0958 24.5713 16.1421 24.5713 13.74Z" fill="%23c6cad3"/></svg>')
}
.products-container .send-edit.success {
  background-color: #c0d95d!important;
  border-color: #c0d95d!important
}
.products-container .send-edit.success::after {
  background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.6857 14.5214L3.98429 13.2228L9.13142 18.8379L9.52426 19.2664L9.88921 18.8139L22.0766 3.70156L23.7893 5.07178L9.48915 22.232L2.6857 14.5214Z" fill="white" stroke="white"/></svg>')
}
.products-container input[type=number] {
  -moz-appearance: textfield
}
.products-container input[type=number]::-webkit-inner-spin-button,
.products-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none
}
.products-container .pswp__img {
  -o-object-fit: contain;
  object-fit: contain
}
.products-container .pswp__button--arrow {
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: 60px!important;
  height: 60px!important;
  margin-top: 0!important;
  transform: translateY(-50%)
}
.products-container .pswp__button--arrow:hover {
  opacity: .5;
  transition: opacity .3s
}
.products-container .pswp__icn {
  top: 20px!important;
  margin-top: 0!important
}
.products-container .summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 48rem;
  padding: 1rem;
  background-color: var(--color-20);
  margin: 0 auto 1rem
}
.products-container .summary-product__item {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.products-container .summary-product__name {
  margin-bottom: 0
}
.products-container .summary-product__variants {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.products-container .summary-product__variants li {
  display: flex;
  align-items: center;
  gap: 8px
}
.products-container .summary-product__color {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5%;
  font-weight: 600
}
.products-container .summary-product__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f6f7fa
}
.products-container .send-products-data {
  margin: 40px auto 0
}
@media (max-width:991.98px) {
  .products-container .send-products-data {
    margin-top: 24px
  }
}
.fields-container {
  display: flex;
  flex-flow: row wrap!important;
  gap: 1rem;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto
}
.fields-container.with-bg {
  padding: 1rem;
  background-color: var(--color-20)
}
.fields-container > * {
  width: calc(50% - .5rem)
}
.fields-container .fields-container,
.fields-container .full-width {
  width: 100%
}
.fields-container .email-error.error,
.fields-container .location-error.error {
  display: block
}
.fields-container .email-error.error {
  margin-top: 4px
}
.fields-container .btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.hidden-group {
  display: none!important
}
.hidden-group.active {
  display: flex!important;
  flex-direction: column;
  gap: 1rem
}
.radio-buttons-group {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.radio-buttons-group .radio-buttons-group {
  flex-flow: row wrap;
  padding-left: 1rem
}
.radio-buttons-group .radio-buttons-group__item {
  width: calc(50% - .5rem)
}
@media (max-width:575.98px) {
  .fields-container>*,
  .radio-buttons-group .radio-buttons-group__item {
    width: 100%
  }
}
.radio-buttons-group__item {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.radio-buttons-group__item .form-check {
  margin-top: 0
}
.radio-buttons-group__item .hidden-group {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.steps-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem
}
@media (max-width:991.98px) {
  .steps-navigation {
    margin-top: 2rem
  }
}
@media (max-width:833.98px) {
  .steps-navigation {
    margin-top: 1.5rem
  }
}
.steps-navigation__prev {
  display: none
}
.steps-navigation__next {
  margin-left: auto
}
.steps-navigation__submit {
  display: none;
  margin-left: auto
}
.multistep__content {
  width: 100%;
  max-width: 48rem;
  margin: 4rem auto
}
@media (max-width:991.98px) {
  .multistep__content {
    margin: 3rem auto
  }
}
.multistep__content .step {
  display: none;
  flex-direction: column;
  gap: 1rem
}
.multistep__content .step.current {
  display: flex
}
.multistep__content .h2,
.multistep__content h2 {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.3125
}
.multistep__content .h2:not(:first-of-type),
.multistep__content h2:not(:first-of-type) {
  margin-top: 1rem
}
.multistep__content p {
  margin: 0
}
.multistep .terms-container {
  position: relative
}
.multistep .terms-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
  margin-top: 1.5rem
}
.multistep .term-item {
  text-align: left;
  padding: .5rem 1rem;
  background-color: var(--color-20);
  transition: background-color .3s,box-shadow .3s;
  cursor: pointer
}
.multistep .term-item:hover {
  box-shadow: inset 0 0 0 1px var(--color-60)
}
.multistep .term-item.active {
  background-color: var(--color-40)
}
.multistep .term-item.disabled {
  background-color: var(--bs-gray-200);
  box-shadow: none!important;
  cursor: not-allowed
}
.multistep .term-item.disabled strong {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem
}
.multistep .term-item span,
.multistep .term-item strong {
  display: block
}
.multistep .term-item span {
  font-size: .75rem;
  line-height: .9375rem;
  margin-bottom: .5rem
}
.multistep .term-item strong {
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  -webkit-hyphens: auto;
  hyphens: auto
}
.multistep .selected-term {
  bottom: 0;
  left: 0
}
.multistep .toggle-access {
  display: flex;
  align-items: center;
  gap: 1rem
}
.multistep .toggle-access label {
  position: relative;
  width: 3rem;
  height: 3rem;
  color: var(--color-80);
  background-color: var(--color-40);
  font-size: 2rem;
  cursor: pointer
}
.multistep .toggle-access label.active::after {
  display: none
}
.multistep .toggle-access label::after,
.multistep .toggle-access label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: var(--color-80)
}
.multistep .toggle-access label::before {
  width: 1.25rem;
  height: .125rem
}
.multistep .toggle-access label::after {
  width: .125rem;
  height: 1.25rem
}
.multistep .domain-input-wrapper > p {
  margin-bottom: .5rem
}
.multistep .domain-input-wrapper__content {
  display: flex;
  gap: 1rem
}
.multistep .domain-input-wrapper--left {
  flex: 1;
  max-width: 23.5rem
}
.multistep .domain-input-wrapper--right {
  font-weight: 600;
  margin-top: 1rem
}
.multistep .info-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--color-20)
}
.multistep .info-box--grey {
  gap: 1.5rem;
  margin-bottom: 1rem;
  background-color: #f5f5f5
}
.multistep .info-box--grey .h3,
.multistep .info-box--grey h3 {
  color: var(--color-80)
}
.multistep .info-box--grey .summary-item {
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0
}
.multistep .info-box--grey .summary-item :last-child {
  text-align: right
}
.multistep .info-box .h3,
.multistep .info-box h3 {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: .2px;
  margin-bottom: 0
}
.multistep .summary-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
  margin-bottom: 1rem
}
.multistep .summary-item > * {
  width: calc(50% - .5rem)
}
.multistep .summary-item--column {
  display: block
}
.multistep .summary-item--column > * {
  width: 100%
}
.multistep .summary-item:has(#summary-term) {
  margin-top: 1rem
}
.multistep .summary-item #summary-term .term-item {
  width: 114px;
  background-color: var(--color-20)!important;
  box-shadow: none!important
}
.multistep .summary-item #summary-access {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 1rem;
  padding: .75rem;
  gap: 1rem;
  border: 1px solid var(--color-80)
}
@media (max-width:833.98px) {
  .multistep__content {
    margin: 2rem auto
  }
  .multistep__content .h2,
  .multistep__content h2 {
    font-size: 1.5rem
  }
  .multistep .summary-item > * {
    width: 100%
  }
  .multistep .summary-item #summary-term {
    margin-top: 1rem
  }
  .multistep .summary-item #summary-access {
    grid-template-columns: 1fr
  }
}
.multistep .summary-sum {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  text-align: right
}
.multistep .summary-sum .summary-item {
  -moz-column-gap: 0;
  column-gap: 0
}
.multistep .summary-sum .total-price {
  color: var(--color-80);
  font-weight: 600
}
@media (min-width:834px) {
  body:has(.multistep) .select2-results__options {
    max-height: unset!important
  }
}
.multistep-header {
  display: flex
}
.multistep-header__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  min-height: 5rem;
  padding: 1rem;
  color: #888;
  font-family: var(--font-family-base);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #888;
  transition: background-color .3s,border-bottom-color .3s
}
@media (max-width:991.98px) {
  .multistep-header {
    width: calc(100% + 2rem);
    margin-left: -1rem
  }
  .multistep-header__item {
    min-height: 4rem;
    padding: .625rem;
    font-size: 1.0625rem;
    line-height: 1.1875rem
  }
}
.multistep-header__item.current {
  color: var(--color-80);
  background-color: var(--color-20);
  border-bottom-color: var(--color-80)
}
.multistep-header__item p {
  margin: 0
}
.multistep-header__item span {
  -webkit-hyphens: auto;
  hyphens: auto
}
@media (max-width:575.98px) {
  .multistep-header__item {
    position: relative;
    flex: none
  }
  .multistep-header__item::after,
  .multistep-header__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: .0625rem;
    height: 100%;
    background-color: var(--color-20)
  }
  .multistep-header__item::before {
    left: 0
  }
  .multistep-header__item::after {
    right: 0
  }
  .multistep-header__item.current {
    flex: 1
  }
  .multistep-header__item.current span {
    display: inline
  }
  .multistep-header__item span {
    display: none
  }
}
#context-menu-container {
  bottom: 2rem;
  position: fixed;
  right: 0;
  z-index: 999
}
#context-menu-container #context-menu-panel {
  border-bottom: var(--color-40) solid .0625rem
}
#context-menu-container .context-menu-item {
  background-color: var(--color-20);
  cursor: pointer;
  padding: .75rem;
  width: 3.5rem
}
#context-menu-container .context-menu-item:hover {
  background-color: var(--color-100)
}
#context-menu-container .context-menu-item:hover svg path {
  fill: var(--color-20)
}
#context-menu-container #context-menu-item-mail:hover svg path {
  stroke: var(--color-20)
}
#context-menu-container #context-menu-item-toggler:hover svg g circle,
#context-menu-container #context-menu-item-toggler:hover svg g text {
  fill: var(--color-20)
}
.page-footer {
  margin-top: auto;
  padding-top: 5rem
}
.footer-logo {
  height: 6.875rem;
  margin-left: -1.125rem;
  margin-top: -1rem
}
.newsletter-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600
}
.newsletter-title + .btn-solid {
  width: -moz-fit-content;
  width: fit-content
}
.page-header {
  display: flex;
  height: 4.5rem
}
@media (min-width:992px) {
  #context-menu-container .context-menu-item {
    padding: 1rem;
    width: 5rem
  }
  .page-footer {
    padding-top: 7.5rem
  }
  .footer-logo {
    margin-left: -1rem;
    margin-top: -2.0625rem;
    min-height: 8.25rem
  }
  .newsletter-title {
    font-size: 1.375rem;
    line-height: 2rem
  }
  .page-header {
    height: 8.3125rem;
    justify-content: space-between
  }
}
.page-header .brand-logo {
  align-items: center;
  align-self: center;
  display: flex;
  margin-left: .375rem;
  position: relative;
  z-index: 1
}
.page-header .brand-logo img {
  height: 4.0625rem;
  width: auto
}
@media (max-width:991.98px) {
  .page-header .meta-navigation {
    display: none
  }
  .main-navigation-flyout-top-bar::after {
    background-color: rgba(255,255,255,.2);
    bottom: 0;
    content: "";
    height: 1px;
    left: -1rem;
    position: absolute;
    width: calc(100% + 2rem)
  }
}
.page-main-container {
  margin-top: 1.5rem
}
@media (min-width:992px) {
  .page-header .brand-logo {
    gap: .75rem;
    margin-left: .875rem
  }
  .page-header .brand-logo img {
    height: 7.1875rem;
    width: auto
  }
  .page-header .meta-navigation {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: .125rem
  }
  .page-header .meta-navigation .a11y-open,
  .page-header .meta-navigation a {
    align-items: center;
    background-color: var(--color-20);
    color: var(--color-80);
    display: flex;
    height: 3.3125rem;
    padding: 0 1.25rem;
    text-decoration: none
  }
  .page-header .meta-navigation .a11y-open {
    border: none
  }
  .page-header .meta-navigation .a11y-open:hover {
    background-color: var(--color-80)
  }
  .page-main-container {
    margin-top: 4rem
  }
  .page-hero-container + .page-main-container {
    margin-top: 3rem
  }
}
.main-navigation-area {
  align-items: center;
  background-color: #0b1735;
  color: #fff;
  display: flex;
  height: 3.5rem;
  padding-left: 1rem;
  position: relative;
  z-index: 1000
}
@media (min-width:1280px) {
  .main-navigation-flyout-wrapper {
    position: relative
  }
  .main-navigation-flyout-wrapper.empty-desktop {
    display: none
  }
}
.main-navigation-flyout {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #0b1735;
  border-right: 1px solid #464c5e;
  box-shadow: .75rem 0 1.25rem 0 rgba(0,0,0,.3);
  z-index: 1
}
@media (min-width:992px) {
  .main-navigation-area {
    padding-left: 2.5rem
  }
  .main-navigation-flyout {
    height: calc(100vh - 8.3125rem);
    width: 33.625rem
  }
}
.main-navigation-flyout.is-open {
  display: flex
}
.main-navigation-flyout-top-bar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 3.5rem;
  margin: 0 1rem;
  position: relative;
  z-index: 2
}
.main-navigation-flyout-top-bar::before {
  background: linear-gradient(180deg,#0b1735 0,rgba(11,23,53,0) 100%);
  bottom: -1.25rem;
  content: "";
  height: 1.25rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1
}
@media (min-width:992px) {
  .main-navigation-flyout-top-bar {
    border-bottom: 0;
    margin: 0 2.5rem
  }
  .main-navigation-flyout-top-bar::before {
    bottom: -1.875rem;
    height: 1.875rem
  }
}
.main-navigation-flyout-close-icon,
.main-navigation-flyout-open-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer
}
@media (min-width:1280px) {
  .main-navigation-flyout-close-icon,
  .main-navigation-flyout-open-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 2rem;
    width: 2rem;
    margin-right: 1rem
  }
}
.main-navigation-flyout-open-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32' d='M80 160h352M80 256h352M80 352h352'/%3E %3C/svg%3E");
  display: block
}
@media (min-width:1280px) {
  .main-navigation-flyout-open-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='10' viewBox='0 0 36 10' fill='none' xmlns='http://www.w3.org/2000/svg' color='white'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 0.5C5.69347 0.5 6.83807 0.974106 7.68198 1.81802C8.52589 2.66193 9 3.80653 9 5C9 6.19347 8.52589 7.33807 7.68198 8.18198C6.83807 9.02589 5.69347 9.5 4.5 9.5C3.30653 9.5 2.16193 9.02589 1.31802 8.18198C0.474106 7.33807 0 6.19347 0 5C0 3.80653 0.474106 2.66193 1.31802 1.81802C2.16193 0.974106 3.30653 0.5 4.5 0.5ZM31.5 0.5C32.6935 0.5 33.8381 0.974106 34.682 1.81802C35.5259 2.66193 36 3.80653 36 5C36 6.19347 35.5259 7.33807 34.682 8.18198C33.8381 9.02589 32.6935 9.5 31.5 9.5C30.3065 9.5 29.1619 9.02589 28.318 8.18198C27.4741 7.33807 27 6.19347 27 5C27 3.80653 27.4741 2.66193 28.318 1.81802C29.1619 0.974106 30.3065 0.5 31.5 0.5ZM18.4068 0.5C19.6003 0.5 20.7449 0.974106 21.5888 1.81802C22.4327 2.66193 22.9068 3.80653 22.9068 5C22.9068 6.19347 22.4327 7.33807 21.5888 8.18198C20.7449 9.02589 19.6003 9.5 18.4068 9.5C17.2133 9.5 16.0687 9.02589 15.2248 8.18198C14.3809 7.33807 13.9068 6.19347 13.9068 5C13.9068 3.80653 14.3809 2.66193 15.2248 1.81802C16.0687 0.974106 17.2133 0.5 18.4068 0.5Z' fill='currentColor'/%3E %3C/svg%3E");
    width: 36px;
    height: 56px;
    margin-left: 32px;
    background-size: contain
  }
}
.main-navigation-flyout-close-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' color='white'%3E %3Cpath fill='currentColor' d='M31.25 11.366 28.634 8.75 20 17.384 11.366 8.75 8.75 11.366 17.384 20 8.75 28.634l2.616 2.616L20 22.616l8.634 8.634 2.616-2.616L22.616 20l8.634-8.634Z'/%3E %3C/svg%3E");
  margin-right: 0
}
.main-navigation-flyout-bottom-bar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: .625rem;
  height: 6.8125rem;
  justify-content: flex-end;
  margin: 0 16px 16px;
  position: relative;
  z-index: 2
}
.main-navigation-flyout-bottom-bar::before {
  background: linear-gradient(0deg,#0b1735 0,rgba(11,23,53,0) 100%);
  content: "";
  height: 1.875rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -1.875rem;
  width: 100%
}
.main-navigation-flyout .meta-navigation,
.main-navigation-flyout .social-navigation {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex
}
.main-navigation-flyout .social-navigation {
  gap: 1.5rem
}
.main-navigation-flyout .social-navigation li {
  line-height: 0
}
.main-navigation-flyout .social-navigation a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem
}
.main-navigation-flyout .meta-navigation {
  gap: 2rem
}
.main-navigation-flyout .meta-navigation a {
  font-family: var(--bs-font-sans-serif);
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .005rem;
  line-height: 1.7333;
  color: #fff;
  text-decoration: none
}
@media (min-width:992px) {
  .main-navigation-flyout-bottom-bar {
    gap: 1.5rem;
    height: 9.3125rem;
    margin: 0 40px 40px
  }
  .main-navigation-flyout .meta-navigation a {
    font-size: 1rem;
    line-height: 1.5
  }
}
.main-navigation-flyout-content {
  flex-grow: 1;
  overflow-y: auto
}
.main-navigation,
.main-navigation ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}
.main-navigation a {
  color: #fff;
  text-decoration: none
}
.main-navigation > li {
  margin: 0 1rem
}
.main-navigation > li > a {
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4444;
  padding: 1rem 2.5rem 1rem .5rem
}
.main-navigation > li ul {
  display: none
}
.main-navigation > li ul a {
  display: inline-block;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.7333;
  margin-left: .5rem
}
.main-navigation > li ul li + li a {
  margin-top: .8125rem
}
.main-navigation > li.has-subpages {
  position: relative;
  z-index: 1
}
.main-navigation > li.has-subpages .toggle {
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: .5625rem;
  width: 2.5rem
}
.main-navigation > li.has-subpages .toggle::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E %3C/svg%3E");
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%)
}
.main-navigation > li.has-subpages.is-open > a {
  border-bottom: 0
}
.main-navigation > li.has-subpages.is-open .toggle::after {
  transform: translate(-50%,-50%) rotate(180deg)
}
.main-navigation > li.has-subpages.is-open ul {
  display: block
}
.main-navigation > li.has-subpages .has-subpages--2.active > a {
  font-weight: 600
}
.main-navigation > li.has-subpages .has-subpages--2.active button {
  transform: rotate(180deg)
}
.main-navigation > li.has-subpages .has-subpages--2 button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E %3C/svg%3E");
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  border: none;
  background-color: transparent;
  transition: .3s
}
.main-navigation > li.has-subpages .has-subpages--2 > ul {
  display: none;
  margin-top: 13px
}
.main-navigation > li.has-subpages .has-subpages--2 > ul li {
  font-size: 14px;
  line-height: 28px;
  padding-left: 16px;
  margin-top: 13px
}
@media (min-width:992px) {
  .main-navigation > li {
    margin: 0 2.5rem
  }
  .main-navigation > li > a {
    padding: 1.5rem 2.5rem 1.5rem .5rem
  }
  .main-navigation > li ul a {
    font-size: 1.0625rem;
    line-height: 1.6471
  }
  .main-navigation > li ul a:hover {
    text-decoration: underline
  }
  .main-navigation > li ul li + li a {
    margin-top: 1rem
  }
  .main-navigation > li.has-subpages .toggle {
    top: 1rem
  }
  .main-navigation > li.has-subpages.is-open > a {
    padding-bottom: 1rem
  }
  .main-navigation>li.has-subpages .has-subpages--2>ul,
  .main-navigation>li.has-subpages .has-subpages--2>ul li {
    margin-top: 16px
  }
}
.main-navigation > li.has-subpages .has-subpages--2 > ul li a {
  margin-top: 0
}
.main-navigation-desktop {
  display: none;
  height: 100%
}
@media (min-width:1280px) {
  .main-navigation-desktop {
    display: flex
  }
  .main-navigation-desktop,
  .main-navigation-desktop ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
  }
  .main-navigation-desktop a {
    text-decoration: none
  }
  .main-navigation-desktop ul {
    display: none
  }
  .main-navigation-desktop > li > a {
    font-family: var(--bs-font-sans-serif);
    font-size: 1.0625rem;
    font-weight: 400;
    letter-spacing: .011875rem;
    line-height: 1.6471;
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    padding: 0 1rem
  }
  .main-navigation-desktop > li.has-subpages > a::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: .875rem;
    width: .875rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' color='white'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E %3C/svg%3E");
    content: "";
    margin-left: .125rem
  }
  .main-navigation-desktop > li.has-subpages .has-subpages--2.active > a {
    font-weight: 600
  }
  .main-navigation-desktop > li.has-subpages .has-subpages--2.active button {
    transform: rotate(180deg)
  }
  .main-navigation-desktop > li.has-subpages .has-subpages--2 button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' color='%230b1735'%3E %3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E %3C/svg%3E");
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    border: none;
    background-color: transparent;
    transition: .3s
  }
  .main-navigation-desktop > li.has-subpages .has-subpages--2 > ul {
    padding-left: 8px;
    margin-top: 12px
  }
  .main-navigation-desktop > li.has-subpages .has-subpages--2 > ul li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .07px;
    margin-top: 8px
  }
  .main-navigation-desktop > li.has-subpages.is-open > a {
    position: relative;
    z-index: 2
  }
  .main-navigation-desktop > li.has-subpages.is-open > a::before {
    border-color: #0b1735 transparent transparent;
    border-style: solid;
    border-width: .75rem .875rem 0;
    bottom: -.75rem;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 1
  }
  .main-navigation-desktop > li.has-subpages.is-open > ul {
    background-color: #fff;
    box-shadow: .8125rem .75rem 1.25rem 0 rgba(0,0,0,.13),0 .125rem .6875rem 0 rgba(0,0,0,.25);
    display: block;
    padding: 2.5rem;
    position: absolute;
    z-index: 1
  }
  .main-navigation-desktop > li.has-subpages.is-open > ul a {
    font-family: var(--bs-font-sans-serif);
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .005rem;
    line-height: 1.7333;
    color: #0b1735
  }
}
@media (min-width:1280px) and (min-width:992px) {
  .main-navigation-desktop > li > a {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
  .main-navigation-desktop > li.has-subpages.is-open > ul a {
    font-size: 1rem;
    line-height: 1.5
  }
}
@media (min-width:1280px) {
  .main-navigation-desktop > li.has-subpages.is-open > ul a:hover {
    color: var(--color-100);
    text-decoration: underline
  }
  .main-navigation-desktop > li.has-subpages.is-open > ul li + li {
    margin-top: 1rem
  }
}
.meta-navigation-mobile {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-top: 1.875rem
}
.meta-navigation-mobile > li {
  margin: 0 1.5rem
}
.meta-navigation-mobile > li > a {
  color: #fff;
  text-decoration: none
}
.meta-navigation-mobile > li > a:hover {
  text-decoration: underline
}
.main-search {
  display: none
}
@media (min-width:992px) {
  .meta-navigation-mobile {
    display: none
  }
  .main-search {
    display: block;
    width: 20.125rem;
    margin-left: auto
  }
  .main-search,
  .main-search .input-group,
  .main-search .input-group-text,
  .main-search form {
    height: 100%
  }
  .main-search form {
    padding: .125rem
  }
  .main-search input {
    font-family: var(--bs-font-sans-serif);
    font-size: 1.0625rem;
    letter-spacing: .011875rem;
    line-height: 1.6471;
    border: 0;
    font-weight: 600;
    height: 100%
  }
  .main-search input,
  .main-search input::placeholder {
    color: #0b1735
  }
  .main-search input:focus {
    box-shadow: none
  }
}
@media (min-width:992px) and (min-width:992px) {
  .main-search input {
    font-size: 1.1875rem;
    line-height: 1.5263
  }
}
@media (max-width:991.98px) {
  .main-navigation-flyout-content {
    padding-bottom: 1.875rem
  }
  .main-search-trigger-mobile {
    align-items: center;
    cursor: pointer;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    margin-right: 1rem;
    margin-left: auto
  }
}
@media (min-width:992px) {
  .main-search-trigger-mobile {
    display: none
  }
}
body.flyout-is-open {
  overflow: hidden
}
/*# sourceMappingURL=app.css.map */
