@charset "UTF-8";
:root {
  --cookie-notice-font-size: 16px;
  --cookie-notice-color: $color-grey;
  --cookie-notice-background: white;
  --cookie-notice-success: #afd135;
  --cookie-notice-danger: #5A2831;
  --cookie-notice-overlay-background: rgba(var(--color-1-rgb),0.5);
  --cookie-notice-modal-top: 0;
  --cookie-notice-modal-left: 0;
  --cookie-notice-modal-right: 0;
  --cookie-notice-modal-bottom: 0;
  --cookie-notice-modal-transform: translate(-50%, -50%);
  --cookie-notice-modal-width: min(450px, calc(100vw - 24px));
  --cookie-notice-modal-min-width: initial;
  --cookie-notice-modal-box-shadow: 0 7px 37px rgba(0, 0, 0, .2);
  --cookie-notice-modal-border-radius: var(--border-radius);
  --cookie-notice-modal-padding: var(--modal-padding);
  --cookie-notice-button-border: none;
  --cookie-notice-button-border-radius: 20px;
  --cookie-notice-button-font-size: 16px;
  --cookie-notice-button-font-weight: 700;
  --cookie-notice-button-line-height: 150%;
  --cookie-notice-button-padding: 4px 15px;
  --cookie-notice-button-margin-left: 12px;
  --cookie-notice-button-margin-bottom: 12px;
  --cookie-notice-button-background: #afd135;
  --cookie-notice-button-color: #FFF;
  --cookie-notice-button-box-shadow: none;
  --cookie-notice-button-hover-background: #afd135;
  --cookie-notice-button-hover-color: $color-secondary;
  --cookie-notice-button-hover-box-shadow: 0 0 24px rgba(var(--color-text-rgb), 0.20);
  --cookie-notice-button-hover-border: none;
  --cookie-notice-button-deny-background: #FFF;
  --cookie-notice-button-deny-color: #5A2831;
  --cookie-notice-button-deny-box-shadow: 0 0 24px rgba(var(--color-text-rgb), 0.20);
  --cookie-notice-button-deny-border: none;
  --cookie-notice-button-deny-hover-background: #FFF;
  --cookie-notice-button-deny-hover-color: $color-secondary;
  --cookie-notice-button-deny-box-hover-shadow: none;
  --cookie-notice-button-deny-hover-border: none;
  --cookie-notice-title-color: var(--color-text);
  --cookie-notice-title-font-size: 1.4rem;
  --cookie-notice-title-font-weight: bold;
  --cookie-notice-subtitle-font-size: 1.125rem;
  --cookie-notice-subtitle-color: var(--color-text);
  --cookie-notice-subtitle-margin-bottom: 10px;
  --cookie-notice-divider-border: 1px solid #afd135;
  --cookie-notice-info-margin-bottom: 24px;
  --cookie-notice-link-color: #afd135;
  --cookie-notice-link-font-weight: bold;
  --cookie-notice-link-font-size: var(--default-font-size);
  --cookie-notice-link-text-decoration: none;
}

/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

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

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

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

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/*!
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

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

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

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !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: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !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.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --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: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --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: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --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: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --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: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --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: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*------------------------------------*\
  Blueprint
\*------------------------------------*/
/*------------------------------------*\
  Blueprint grid logic
\*------------------------------------*/
:root {
  --bp-container-width: 100vw;
  --container-width: 100vw;
  --bp-container-width: 100vw;
  --container-width: 100vw;
  --bp-container-width: 100vw;
  --container-width: 100vw;
  --bp-container-width: 100vw;
  --container-width: 100vw;
  --bp-container-width: 100vw;
  --container-width: 100vw;
  --bp-leftover-container-space: calc(((100vw - var(--bp-container-width)) / 2));
  --leftover-container-space: calc(((100vw - var(--container-width)) / 2));
}
@media (min-width: 576px) {
  :root {
    --bp-container-width: 540px;
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --bp-container-width: 720px;
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --bp-container-width: 960px;
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --bp-container-width: 1140px;
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --bp-container-width: 1320px;
    --container-width: 1320px;
  }
}

.range-fullwidth {
  width: calc(100% + 2 * var(--bp-leftover-container-space));
  max-width: calc(100% + 2 * var(--bp-leftover-container-space));
  margin-left: calc(-1 * var(--bp-leftover-container-space));
  padding: 0;
}
.range-fullwidth * {
  --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
}
@media (min-width: 576px) {
  .range-sm-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
    padding: 0;
  }
  .range-sm-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
  }
}
.range-fullwidth {
  width: calc(100% + 2 * var(--bp-leftover-container-space));
  max-width: calc(100% + 2 * var(--bp-leftover-container-space));
  margin-left: calc(-1 * var(--bp-leftover-container-space));
  padding: 0;
}
.range-fullwidth * {
  --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
}
@media (min-width: 768px) {
  .range-md-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
    padding: 0;
  }
  .range-md-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
  }
}
.range-fullwidth {
  width: calc(100% + 2 * var(--bp-leftover-container-space));
  max-width: calc(100% + 2 * var(--bp-leftover-container-space));
  margin-left: calc(-1 * var(--bp-leftover-container-space));
  padding: 0;
}
.range-fullwidth * {
  --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
}
@media (min-width: 992px) {
  .range-lg-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
    padding: 0;
  }
  .range-lg-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
  }
}
.range-fullwidth {
  width: calc(100% + 2 * var(--bp-leftover-container-space));
  max-width: calc(100% + 2 * var(--bp-leftover-container-space));
  margin-left: calc(-1 * var(--bp-leftover-container-space));
  padding: 0;
}
.range-fullwidth * {
  --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
}
@media (min-width: 1200px) {
  .range-xl-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
    padding: 0;
  }
  .range-xl-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
  }
}
.range-fullwidth {
  width: calc(100% + 2 * var(--bp-leftover-container-space));
  max-width: calc(100% + 2 * var(--bp-leftover-container-space));
  margin-left: calc(-1 * var(--bp-leftover-container-space));
  padding: 0;
}
.range-fullwidth * {
  --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
}
@media (min-width: 1400px) {
  .range-xxl-fullwidth {
    width: calc(100% + 2 * var(--bp-leftover-container-space));
    max-width: calc(100% + 2 * var(--bp-leftover-container-space));
    margin-left: calc(-1 * var(--bp-leftover-container-space));
    padding: 0;
  }
  .range-xxl-fullwidth * {
    --bp-leftover-container-space: calc(var(--bs-gutter-x) * -.5);
  }
}

@media (max-width: 575.98px) {
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-6 {
    order: 6 !important;
  }
  .order-xs-last {
    order: 31 !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-6 {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0 !important;
  }
}
@media (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-0 {
    order: 0 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-1 {
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-1 {
    order: 1 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-md-2 {
    order: 2 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-2 {
    order: 2 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-2 {
    order: 2 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-3 {
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .order-md-3 {
    order: 3 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-3 {
    order: 3 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-3 {
    order: 3 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-4 {
    order: 4 !important;
  }
}
@media (min-width: 768px) {
  .order-md-4 {
    order: 4 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-4 {
    order: 4 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-4 {
    order: 4 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .order-md-5 {
    order: 5 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-5 {
    order: 5 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-5 {
    order: 5 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-6 {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-md-6 {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-6 {
    order: 6 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-7 {
    order: 7 !important;
  }
}
@media (min-width: 768px) {
  .order-md-7 {
    order: 7 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-7 {
    order: 7 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-7 {
    order: 7 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-8 {
    order: 8 !important;
  }
}
@media (min-width: 768px) {
  .order-md-8 {
    order: 8 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-8 {
    order: 8 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-8 {
    order: 8 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-9 {
    order: 9 !important;
  }
}
@media (min-width: 768px) {
  .order-md-9 {
    order: 9 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-9 {
    order: 9 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-9 {
    order: 9 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-10 {
    order: 10 !important;
  }
}
@media (min-width: 768px) {
  .order-md-10 {
    order: 10 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-10 {
    order: 10 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-10 {
    order: 10 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-11 {
    order: 11 !important;
  }
}
@media (min-width: 768px) {
  .order-md-11 {
    order: 11 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-11 {
    order: 11 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-11 {
    order: 11 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-12 {
    order: 12 !important;
  }
}
@media (min-width: 768px) {
  .order-md-12 {
    order: 12 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-12 {
    order: 12 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-12 {
    order: 12 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-13 {
    order: 13 !important;
  }
}
@media (min-width: 768px) {
  .order-md-13 {
    order: 13 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-13 {
    order: 13 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-13 {
    order: 13 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-13 {
    order: 13 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-14 {
    order: 14 !important;
  }
}
@media (min-width: 768px) {
  .order-md-14 {
    order: 14 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-14 {
    order: 14 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-14 {
    order: 14 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-14 {
    order: 14 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-15 {
    order: 15 !important;
  }
}
@media (min-width: 768px) {
  .order-md-15 {
    order: 15 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-15 {
    order: 15 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-15 {
    order: 15 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-15 {
    order: 15 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-16 {
    order: 16 !important;
  }
}
@media (min-width: 768px) {
  .order-md-16 {
    order: 16 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-16 {
    order: 16 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-16 {
    order: 16 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-16 {
    order: 16 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-17 {
    order: 17 !important;
  }
}
@media (min-width: 768px) {
  .order-md-17 {
    order: 17 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-17 {
    order: 17 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-17 {
    order: 17 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-17 {
    order: 17 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-18 {
    order: 18 !important;
  }
}
@media (min-width: 768px) {
  .order-md-18 {
    order: 18 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-18 {
    order: 18 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-18 {
    order: 18 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-18 {
    order: 18 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-19 {
    order: 19 !important;
  }
}
@media (min-width: 768px) {
  .order-md-19 {
    order: 19 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-19 {
    order: 19 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-19 {
    order: 19 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-19 {
    order: 19 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-20 {
    order: 20 !important;
  }
}
@media (min-width: 768px) {
  .order-md-20 {
    order: 20 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-20 {
    order: 20 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-20 {
    order: 20 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-20 {
    order: 20 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-21 {
    order: 21 !important;
  }
}
@media (min-width: 768px) {
  .order-md-21 {
    order: 21 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-21 {
    order: 21 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-21 {
    order: 21 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-21 {
    order: 21 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-22 {
    order: 22 !important;
  }
}
@media (min-width: 768px) {
  .order-md-22 {
    order: 22 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-22 {
    order: 22 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-22 {
    order: 22 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-22 {
    order: 22 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-23 {
    order: 23 !important;
  }
}
@media (min-width: 768px) {
  .order-md-23 {
    order: 23 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-23 {
    order: 23 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-23 {
    order: 23 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-23 {
    order: 23 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-24 {
    order: 24 !important;
  }
}
@media (min-width: 768px) {
  .order-md-24 {
    order: 24 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-24 {
    order: 24 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-24 {
    order: 24 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-24 {
    order: 24 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-25 {
    order: 25 !important;
  }
}
@media (min-width: 768px) {
  .order-md-25 {
    order: 25 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-25 {
    order: 25 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-25 {
    order: 25 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-25 {
    order: 25 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-26 {
    order: 26 !important;
  }
}
@media (min-width: 768px) {
  .order-md-26 {
    order: 26 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-26 {
    order: 26 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-26 {
    order: 26 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-26 {
    order: 26 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-27 {
    order: 27 !important;
  }
}
@media (min-width: 768px) {
  .order-md-27 {
    order: 27 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-27 {
    order: 27 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-27 {
    order: 27 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-27 {
    order: 27 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-28 {
    order: 28 !important;
  }
}
@media (min-width: 768px) {
  .order-md-28 {
    order: 28 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-28 {
    order: 28 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-28 {
    order: 28 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-28 {
    order: 28 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-29 {
    order: 29 !important;
  }
}
@media (min-width: 768px) {
  .order-md-29 {
    order: 29 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-29 {
    order: 29 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-29 {
    order: 29 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-29 {
    order: 29 !important;
  }
}
@media (min-width: 576px) {
  .order-sm-30 {
    order: 30 !important;
  }
}
@media (min-width: 768px) {
  .order-md-30 {
    order: 30 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-30 {
    order: 30 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-30 {
    order: 30 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-30 {
    order: 30 !important;
  }
}
.row .container {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}

/*------------------------------------*\
  Blueprint utils
\*------------------------------------*/
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.align-justify {
  text-align: justify;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.reading .float-left, .text-circle-image-list__bottom .float-left, .application-list__item__text-container__text .float-left {
  margin-bottom: 10px;
  margin-right: 10px;
}
.reading .float-right, .text-circle-image-list__bottom .float-right, .application-list__item__text-container__text .float-right {
  margin-bottom: 10px;
  margin-left: 10px;
}
.reading figure.align-center, .text-circle-image-list__bottom figure.align-center, .application-list__item__text-container__text figure.align-center {
  margin-left: auto;
  margin-right: auto;
}
.reading figure.align-right, .text-circle-image-list__bottom figure.align-right, .application-list__item__text-container__text figure.align-right {
  margin-left: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*------------------------------------*\
  Blueprint area logic
\*------------------------------------*/
.area--vertical-align-middle > .container > .row,
.area--vertical-align-middle > .row {
  align-items: center;
}

.area--vertical-align-bottom > .container > .row,
.area--vertical-align-bottom {
  align-items: flex-end;
}

@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Bold Oblique.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Bold Oblique.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Bold.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Bold.ttf") format("tff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Demi Oblique.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Demi.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Demi.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Medium Oblique.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Medium Oblique.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Medium.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Medium.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Book Oblique.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Book Oblique.ttf") format("ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Book.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Book.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Extra Light Oblique.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "AvantGarde";
  src: url("../fonts/ITC Avant Garde Gothic LT Extra Light.woff") format("woff"), url("../fonts/ITC Avant Garde Gothic LT Extra Light.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9a2gl9");
  src: url("../fonts/icomoon.eot?9a2gl9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9a2gl9") format("truetype"), url("../fonts/icomoon.woff?9a2gl9") format("woff"), url("../fonts/icomoon.svg?9a2gl9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e90d";
  color: #e4405f;
}

.icon-search:before {
  content: "\e918";
  color: #fff;
}

.icon-mail-bold:before {
  content: "\e916";
  color: #fff;
}

.icon-linkedin-text:before {
  content: "\e917";
  color: #fff;
}

.icon-location-2:before {
  content: "\e914";
  color: #fff;
}

.icon-download:before {
  content: "\e915";
  color: #fff;
}

.icon-check-plain-outline:before {
  content: "\e913";
  color: #afd135;
}

.icon-chevron-right:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e907";
  color: #fff;
}

.icon-check .path1:before {
  content: "\e902";
  color: rgb(175, 209, 53);
}

.icon-check .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-check .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-arrow:before {
  content: "\e900";
  color: #afd135;
}

.icon-badge:before {
  content: "\e901";
  color: #b8cd00;
}

.icon-chevron:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
  color: #fff;
}

.icon-heart-empty:before {
  content: "\e905";
}

.icon-heart-full:before {
  content: "\e906";
  color: #afd135;
}

.icon-location:before {
  content: "\e908";
  color: #fff;
}

.icon-login:before {
  content: "\e909";
}

.icon-logo:before {
  content: "\e90a";
  color: #afd135;
}

.icon-mail:before {
  content: "\e90b";
  color: #fff;
}

.icon-phone:before {
  content: "\e90c";
  color: #fff;
}

.icon-skype:before {
  content: "\e90e";
  color: #fff;
}

.icon-youtube:before {
  content: "\e90f";
  color: #fff;
}

.icon-close-small:before {
  content: "\e97d";
}

.icon-delete:before {
  content: "\e97e";
}

.icon-equal:before {
  content: "\e920";
}

.icon-match:before {
  content: "\e920";
}

.icon-parallel:before {
  content: "\e920";
}

.icon-compare:before {
  content: "\e920";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.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;
  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-container.select2-container--open .select2-selection, .select2-container.select2-container--focus .select2-selection {
  border-color: #829aa0;
}

.select2-selection {
  transition: border-color 0.2s ease;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #829aa0;
  border-radius: 0;
  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;
  filter: alpha(opacity=0);
}

.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 #C0CCD0;
  border-radius: 0;
  padding: 10px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding-left: 0;
  color: #829aa0;
  font-weight: 100;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.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: 11px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  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 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  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: bold;
  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;
  padding-left: 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: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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: solid black 1px;
  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--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  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: transparent;
  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: var(--color-primary);
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.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: bold;
  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 #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  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 #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  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: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.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: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.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: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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 #dee2e6;
  border-radius: 0.25rem;
  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: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.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 #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  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: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@keyframes wiggle {
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
.button,
.btn,
.reading__button,
.reading .btn,
.text-circle-image-list__bottom .btn,
.application-list__item__text-container__text .btn,
.reading .reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-] {
  text-decoration: none;
}

.btn, .reading__button, .reading .btn, .text-circle-image-list__bottom .btn, .application-list__item__text-container__text .btn, .reading .reading__button, .button {
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  color: #fff;
  transition: 0.2s ease;
}
.btn:hover, .reading__button:hover, .button:hover {
  color: #fff;
  background: linear-gradient(#AB528E, #3E508F);
}

.btn--green {
  background: #afd135;
}
.btn--green:hover {
  color: #021A20;
  background: #9EBD2F;
}

.btn--no__margin {
  margin-bottom: 0;
}

.btn--inline, .reading__button, .reading .btn, .text-circle-image-list__bottom .btn, .application-list__item__text-container__text .btn, .reading .reading__button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.button--square {
  border-radius: 3px;
  padding: 5px 10px;
  background: #5A7A83;
}
.button--square:hover {
  background: #B5C3C7;
}

.compare {
  position: relative;
  float: right;
}
.compare label, .compare input {
  color: #053542;
  cursor: pointer;
  font-size: 0.875rem;
  display: flex;
  margin-bottom: 0;
  margin-right: 0;
}
.compare input {
  margin-left: 10px;
}

.compare__error {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  min-width: 100px;
  text-align: right;
  color: red;
  background: white;
  border: 2px solid red;
  border-radius: 7px;
  padding: 5px;
}

.compare-container {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: -52px;
  left: 0;
  pointer-events: none;
}

.compare-overview {
  top: -49px;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  float: right;
  border: 2px solid var(--color-primary);
  border-radius: 3px;
  background: var(--color-primary);
}

.compare-overview__link {
  display: inline-block;
  padding: 10px 15px 13px;
}
.compare-overview__link:hover {
  color: white;
}

.compare-overview__count {
  display: inline-block;
  background: #B5C3C7;
  padding: 3px 7px;
  font-size: 10px;
  border-radius: 20px;
}

.compare-remove {
  position: absolute;
  top: 10px;
  right: 10px;
}

.compare__link {
  display: flex;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background: #F0F3F4;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-secondary);
}
.compare__link span {
  margin-top: -4px;
}
.compare__link:hover {
  color: var(--color-primary);
}
.compare__link:focus, .compare__link:visited {
  color: var(--color-primary);
}

.favourite__link--detail {
  top: 0;
  right: 25px;
}
.favourite__link--detail:before {
  font-size: 35px;
}

.product-compare-list {
  overflow-x: auto;
  padding: 15px 0 0;
  margin: 0 0 30px;
}
.product-compare-list:after {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
}

.product-compare-list__items {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  font-size: 0;
}
.product-compare-list__items:last-of-type .product-compare-list__property {
  border-bottom: none !important;
}

.product-compare-list__item {
  font-size: 16px;
  min-height: 1px;
  display: flex;
  width: 270px;
  padding: 15px;
  font-weight: 300;
  white-space: normal;
  align-items: center;
  background: white;
}
.product-compare-list__item:first-child {
  margin-right: 15px;
  font-weight: normal;
  font-size: 13px;
  position: sticky;
  left: 0;
  z-index: 1;
}
.product-compare-list__item.product-compare-list__item--title {
  font-size: 20px;
  font-weight: normal;
  background: #F0F3F4;
  padding-bottom: 30px;
}

.product-compare-list__item--property {
  padding: 8px 15px;
}
.product-compare-list__item--property:first-child {
  background: #F0F3F4;
}
.product-compare-list__item--property:not(:first-child) .product-compare-list__property {
  width: 100%;
  border-bottom: 1px solid rgba(90, 122, 131, 0.2);
}

.product-compare-list__property {
  padding-bottom: 16px;
}

.product-compare__download {
  position: absolute;
  top: 0;
  right: 15px;
}

.product-compare-list__title {
  margin-right: 50px;
  margin-left: -15px;
  font-size: 30px;
  font-weight: normal;
}

.btn-horizontal-slider {
  cursor: pointer;
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 190px;
  border-radius: 50%;
  border: none;
  background-color: rgba(5, 53, 66, 0.4);
  transition: background-color 0.25s;
  z-index: 2;
}
.btn-horizontal-slider i:before {
  color: white;
}
.btn-horizontal-slider:hover {
  background: rgb(5, 53, 66);
}
.btn-horizontal-slider:active, .btn-horizontal-slider:focus {
  outline: none;
}

.btn-horizontal-slider--prev {
  left: 215px;
  transform: rotate(180deg);
}

.btn-horizontal-slider--next {
  right: 50px;
}

.product-compare-list__item--art {
  font-size: 20px !important;
  margin-bottom: 0 !important;
}

.product-compare-list__item--brand {
  font-size: 16px !important;
}

.product-compare-list__item--no-flex {
  display: block;
  padding: 0 15px;
}

.cookie-notice {
  position: fixed;
  z-index: 7;
  left: 15px;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #053542;
  font-size: 0.77em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease opacity;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .cookie-notice {
    flex-direction: row;
    left: initial;
    bottom: 50px;
    right: 50px;
    max-width: 500px;
  }
}
.cookie-notice--show {
  visibility: visible;
  pointer-events: inherit;
  animation: fade-up forwards 0.25s 0.5s ease;
}

.cookie-notice__img {
  flex: 0 1 60px;
  display: block;
  align-self: center;
  margin: 10px;
}
@media (min-width: 576px) {
  .cookie-notice__img {
    flex: 0 1 215px;
  }
}

.cookie-notice__text {
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  .cookie-notice__text {
    padding-top: 25px;
    padding-left: 0;
  }
}

.cookie-notice__buttons {
  padding-top: 15px;
}
.cookie-notice__buttons .button {
  margin-right: 20px;
}

.fade-up {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.25s transform ease-out, 0.25s opacity ease-out;
}
.fade-up.animated {
  transform: inherit;
  opacity: 1;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: initial;
  }
}
footer {
  background: var(--color-secondary);
  padding-top: 80px;
  color: #fff;
}

.footer__top__right__h2 {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 250%;
  color: #829aa0;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.footer__top__right__brand-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.footer__top__right__brand-grid__anchor {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
  font-weight: lighter;
  line-height: 250%;
}
.footer__top__right__brand-grid__anchor:visited {
  color: #fff;
}
.footer__top__right__brand-grid__anchor:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--color-primary);
  transition: 0.25s ease;
}
.footer__top__right__brand-grid__anchor:hover {
  color: var(--color-primary);
}
.footer__top__right__brand-grid__anchor:hover:before {
  width: 100%;
}

.footer__top__right__brand-grid__item {
  width: 50%;
}

.footer-main-menu__list li {
  display: flex;
  align-items: center;
  transition: 0.25s ease;
}
.footer-main-menu__list li a {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-main-menu__list li a:hover {
  color: var(--color-primary);
}
.footer-main-menu__list .active {
  color: var(--color-primary);
}

.footer__top__middle__menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 35px;
}
.footer__top__middle__menu ul li {
  line-height: 250%;
  margin: 0;
  width: 100%;
  letter-spacing: 2px;
}
.footer__top__middle__menu ul a {
  margin: auto;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__top__middle__menu ul a {
    margin: 0;
  }
}
.footer__top__middle__menu ul a:hover {
  color: var(--color-primary);
}

.footer-main-secondary .footer-main-secondary__list li {
  line-height: 200%;
}
.footer-main-secondary .footer-main-secondary__list a {
  font-size: 13px;
}

.footer__top__logo__image {
  margin-bottom: 48px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__top__logo__image {
    padding-right: 15px;
  }
}

.footer__top__left {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__top__left {
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    width: 80%;
  }
}

.footer__top__left__info {
  display: flex;
  justify-content: left;
  margin: auto;
  font-size: 0.875rem;
  font-weight: lighter;
  color: #829aa0;
  line-height: 250%;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .footer__top__left__info {
    width: auto;
  }
}

.footer__top__left__info--location {
  margin-bottom: 48px;
}

.footer__top__left__info--phone {
  font-weight: bold;
}

.footer__top__left__info--email {
  margin-bottom: 72px;
}
.footer__top__left__info--email:hover {
  color: var(--color-primary);
}

.footer__top__left__info__anchor {
  position: relative;
  color: #fff;
}
.footer__top__left__info__anchor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  opacity: 0;
  height: 1px;
  width: 100%;
  background-color: color-mix(in srgb, #053542, white 5%);
  transition: 0.15s ease;
}
.footer__top__left__info__anchor:hover {
  color: var(--color-primary);
}
.footer__top__left__info__anchor:hover:before {
  bottom: 0;
  opacity: 1;
}
.footer__top__left__info__anchor:visited {
  color: #fff;
}

.footer__top__left__info__icon {
  font-size: 1.5rem;
  margin-right: 16px;
  margin-top: 4px;
}
.footer__top__left__info__icon:before {
  color: #829aa0;
}

.footer__top__left__socials {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .footer__top__left__socials {
    justify-content: left;
    width: auto;
  }
}

.footer__top__left__socials__anchor {
  margin: 0 15px 0 15px;
}
@media (min-width: 768px) {
  .footer__top__left__socials__anchor {
    margin: 0 30px 0 0;
  }
}

.footer__top__left__socials__icon {
  font-size: 1.25rem;
  transition: 0.25s ease;
}
.footer__top__left__socials__icon:before {
  transition: 0.25s ease;
  color: #fff;
}
.footer__top__left__socials__icon:visited:before {
  color: #fff;
}
.footer__top__left__socials__icon:hover:before {
  color: var(--color-primary);
}

.footer__bottom {
  font-size: 12px;
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767.98px) {
  .footer__bottom__left, .footer__bottom__center, .footer__bottom__right {
    padding-bottom: 15px;
  }
}

.footer__bottom__left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer__bottom__left {
    justify-content: left;
  }
}

.footer__bottom__left__item {
  white-space: nowrap;
}
.footer__bottom__left__item:last-child {
  margin-right: 0;
}
@media (min-width: 250px) {
  .footer__bottom__left__item {
    margin-right: 30px;
  }
}

.footer__bottom__center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  height: 100%;
}
@media (min-width: 768px) {
  .footer__bottom__center {
    justify-content: left;
  }
}

.footer__bottom__right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .footer__bottom__right {
    text-align: left;
    justify-content: center;
    padding-bottom: 0;
  }
}

.footer__bottom__right__item {
  margin-right: 10px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .footer__bottom__right__item {
    margin-bottom: 0;
  }
}
.footer__bottom__right__item:last-child {
  margin-right: 0;
}

.footer-bottom-link {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-link:visited {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-main-menu__item .main-menu__link__extra {
  display: none;
}

.footer__top__left__socials {
  margin-bottom: 20px;
}

.footer__top__left__info--email {
  margin-bottom: 30px;
}

.footer__top__left__info--location {
  margin-bottom: 20px;
}

.footer__bottom {
  padding: 20px 0;
}

.footer__top__left__socials__anchor {
  margin: 0 15px 0 15px;
}
@media (min-width: 768px) {
  .footer__top__left__socials__anchor {
    margin: 0 20px 0 0;
  }
}

.vincotte-link {
  display: flex;
  transition: transform 0.25s;
}
.vincotte-link:hover {
  transform: scale(1.1);
}

.vincotte-link__img {
  display: flex;
  max-height: 40px;
}

.footer__bottom__right {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: left;
}

.footer__bottom__right__content {
  display: flex;
  gap: 20px;
}

.form-group {
  margin-bottom: 16px;
}

.form__control {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #C0CCD0;
  color: #829aa0;
  font-weight: 100;
  transition: 0.2s ease;
}
.form__control:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #829aa0;
}

.form__control--select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #053542 50%), linear-gradient(135deg, #053542 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1.2em + 2px), calc(100% - 15px) calc(1.2em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.form__control--select:focus {
  background-image: linear-gradient(135deg, transparent 50%, #053542 50%), linear-gradient(45deg, #053542 50%, transparent 50%);
}

.form__control--radio--main {
  border: none;
  padding: 0;
}

.form__control--number-wrapper {
  position: relative;
  width: 150px;
  min-height: 45px;
}

.form__control--number-button {
  position: absolute;
  right: 0;
  height: 50%;
  width: 30px;
  padding: 0;
  z-index: 2;
  border: 1px solid #C0CCD0;
  background: transparent;
  color: #053542;
  font-size: 14px;
  line-height: 0;
  transition: 0.2s ease;
}
.form__control--number-button:hover {
  cursor: pointer;
  background: var(--color-primary);
  color: #fff;
}
.form__control--number-button:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form__control--number-button:active {
  opacity: 0.6;
}

.form__control--number-button--plus {
  top: 0;
}

.form__control--number-button--minus {
  border-top: none;
  bottom: 0;
}

.form__control--number::-webkit-outer-spin-button,
.form__control--number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.has-error .form__control {
  border-color: #dc3545;
}

.form__error {
  color: #dc3545;
}

.control-label {
  font-weight: normal;
  color: #053542;
  line-height: 100%;
}
.control-label span {
  color: #5A7A83;
  font-size: 14px;
}

.form__checkbox, .form__radio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  flex-basis: 100%;
}
.form__checkbox input, .form__radio input {
  margin-right: 5px;
}

.form__label {
  color: #053542;
}

.form__checkbox .form__label, .form__label--radio {
  line-height: 22px;
  margin: 0;
  color: #053542;
  font-weight: lighter;
  display: flex;
}

.form__control--checkbox, .form__control--radio {
  appearance: none;
  background-color: transparent;
  border: 1px solid #5A7A83;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  transition: 0.25s ease;
}
.form__control--checkbox:focus, .form__control--radio:focus {
  outline: none;
}
.form__control--checkbox:active, .form__control--checkbox:checked, .form__control--radio:active, .form__control--radio:checked {
  background-image: url("../img/icons/check.svg");
  background-size: 150%;
  background-position: center;
  border-color: var(--color-primary);
}
.form__control--checkbox:hover, .form__control--radio:hover {
  cursor: pointer;
  border-color: #053542;
}

.form__control--radio {
  border-radius: 50%;
}

.form__control--upload {
  position: relative;
  transition: 0.2s ease;
}
.form__control--upload:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  opacity: 0;
  background-color: var(--color-primary);
  z-index: -1;
  transition: 0.2s ease;
}
.form__control--upload:hover {
  color: #fff;
  cursor: pointer;
}
.form__control--upload:hover:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.form__control--address-wrapper {
  padding: 0;
  border: none;
  margin-bottom: 16px;
}

.form__control--address {
  margin-bottom: 8px;
}

.select2-container--default {
  width: 100% !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.product-question .btn, .product-question .reading__button {
  display: block;
  margin-left: 50%;
  position: relative;
  left: 15px;
  font-size: 20px;
}

.upload__container label {
  margin-bottom: 0;
  color: gray;
  padding: 0.5em;
  border: thin solid #000;
  border-radius: 3px;
  background-color: #F0F3F4;
}
.upload__container label:hover {
  color: gray;
  cursor: pointer;
  background-color: #D0D0D7;
}

.upload__text {
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: 5px;
}

.form__description {
  color: #B5C3C7;
  font-size: 14px;
}

.form__radio {
  margin-bottom: 0;
}

.form-search {
  width: 300px;
  position: absolute;
  background: var(--color-secondary);
  opacity: 0;
  border-radius: 15px;
  z-index: 11;
  right: 50px;
  top: -50px;
  transition: all 0.25s;
}
@media (min-width: 1050px) {
  .form-search {
    width: 100%;
    display: initial;
    position: initial;
    background: transparent;
    z-index: initial;
    right: initial;
    top: initial;
  }
}
.form-search.show-mobile {
  top: 15px;
}

.header-search-mobile-trigger {
  font-size: 22px;
}
.header-search-mobile-trigger i:before {
  color: var(--color-secondary);
}
@media (min-width: 1050px) {
  .header-search-mobile-trigger {
    display: none;
  }
}

.form-search__input {
  position: relative;
  width: 100%;
}
.form-search__input input {
  width: 100%;
  border: none;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border-radius: 15px;
  height: 30px;
  padding: 0 50px 0 20px;
  outline: none;
  color: white;
}
.form-search__input input::placeholder {
  color: white;
}
.form-search__input button {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  padding-right: 0;
}

body {
  font-family: "AvantGarde", arial, serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 16px;
}

h1 {
  font-weight: 500;
}

footer {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.content {
  margin-top: 100px;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 1;
  overflow-x: hidden;
}
@media (min-width: 1050px) {
  .content {
    margin-top: 148px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-],
a[class*=product-configurator-selector__products__table__link]) {
  color: #053542;
  transition: color 0.25s;
  text-decoration: none;
}
a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-],
a[class*=product-configurator-selector__products__table__link]):visited {
  color: #053542;
}
a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-],
a[class*=product-configurator-selector__products__table__link]):hover, a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-],
a[class*=product-configurator-selector__products__table__link]):focus, a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-],
a[class*=product-configurator-selector__products__table__link]):active {
  color: color-mix(in srgb, #053542, white 5%);
  text-decoration: none;
}

.slider__arrow-next,
.slider__arrow-prev {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px 8px;
  position: absolute;
  top: 50%;
  font-size: 0.8em;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}
.slider__arrow-next:hover,
.slider__arrow-prev:hover {
  background-color: var(--color-primary);
}

.slider__arrow-next {
  right: 0;
}
@media (min-width: 576px) {
  .slider__arrow-next {
    right: -25px;
  }
}

.slider__arrow-prev {
  left: 0;
}
@media (min-width: 576px) {
  .slider__arrow-prev {
    left: -25px;
  }
}

.slider__arrow-reverse {
  background-color: rgba(5, 53, 66, 0.06);
}

.no-result {
  padding-top: 45px;
  text-align: center;
  font-size: 1.1em;
}

.flip {
  transform: rotate(-180deg);
}

.fancybox {
  cursor: pointer;
}

.hamburger {
  transform: rotate(180deg) scale(0.4);
  flex-direction: column;
  width: 70px;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  margin-right: 0;
}
@media (min-width: 1050px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  background: var(--color-secondary);
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.hamburger:hover span {
  background: var(--color-primary);
}
.hamburger span:nth-of-type(1) {
  width: 50%;
}
.hamburger span:nth-of-type(2) {
  width: 100%;
}
.hamburger span:nth-of-type(3) {
  width: 75%;
}
.hamburger input[type=checkbox] {
  display: none;
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.hamburger input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  font-size: 14px;
  z-index: 10;
  background: transparent;
  transition: background-color 0.5s;
}
@media (max-width: 1049px) {
  header.mobile-active {
    background-color: rgb(255, 255, 255);
    min-height: 100%;
  }
  header.mobile-active .main-secondary__list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: var(--color-secondary);
    margin-top: 100px;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    opacity: 1;
  }
  header.mobile-active .main-secondary__list li:last-child {
    margin-right: 0;
  }
  header.mobile-active .header-main {
    display: flex;
    position: fixed;
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 30px;
    max-height: 100%;
    overflow-y: scroll;
    left: 0;
    right: -15px;
    top: 0;
    z-index: -1;
    opacity: 1;
  }
  header.mobile-active .header-main__col {
    order: 2;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  header.mobile-active .header-main__col--right {
    order: 1;
  }
  header.mobile-active .main-menu {
    justify-content: center;
  }
  header.mobile-active .main-menu__list,
  header.mobile-active .sub-menu__list {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  header.mobile-active .main-menu__item,
  header.mobile-active .sub-menu__item {
    justify-content: center;
    margin: 15px 0 0 0;
  }
  header.mobile-active .main-menu__item--with-sub {
    position: relative;
    flex-direction: column;
  }
  header.mobile-active .main-menu__item--with-sub:after {
    content: none;
  }
  header.mobile-active .main-menu__link--with-sub {
    position: relative;
  }
  header.mobile-active .main-menu__link--with-sub-container {
    position: initial;
  }
  header.mobile-active .main-menu__link--with-sub-container:before {
    content: none;
  }
  header.mobile-active .main-menu__link--with-sub-container:after {
    content: none;
  }
  header.mobile-active .main-menu__link,
  header.mobile-active .sub-menu__link {
    display: initial;
    font-size: 15px;
  }
  header.mobile-active .main-menu-sub {
    position: initial;
    display: none;
  }
  header.mobile-active .main-menu-sub--expanded {
    display: block;
  }
  header.mobile-active .main-menu-sub__item:last-child {
    padding-bottom: 0;
  }
  header.mobile-active .main-menu-sub__link {
    min-width: initial;
    font-size: 14px;
  }
  header.mobile-active .main-menu-sub__link:after {
    content: none;
  }
  header.mobile-active .open-sub-nav {
    display: inline-block;
    background: var(--color-primary);
    padding: 6px;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
    transition: color 0.25s, transform 0.25s;
  }
  header.mobile-active .open-sub-nav:hover {
    color: #ffffff;
  }
}
@media (min-width: 1050px) {
  header {
    height: fit-content;
  }
  header.mobile-active {
    height: 160px;
  }
  header .form-search {
    width: 270px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
  }
}

.header-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding: 0 15px;
  background-color: #fff;
  border-bottom: 1px solid #F0F3F4;
}
@media (min-width: 1050px) {
  .header-search {
    background-color: #fff;
    display: none;
  }
}

.header-search__col {
  height: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
}

.header-search__col--right {
  order: 1;
}
@media (min-width: 1050px) {
  .header-search__col--right {
    justify-content: end;
    padding-left: 30px;
    order: initial;
  }
}

.header-search__col--logo {
  order: 2;
  justify-content: flex-start;
}
@media (min-width: 1050px) {
  .header-search__col--logo {
    order: initial;
    justify-content: center;
  }
}

.header-search__col--search {
  order: 3;
  justify-content: end;
  gap: 8px;
}
@media (min-width: 1050px) {
  .header-search__col--search {
    order: initial;
    justify-content: initial;
  }
}

.header-icons-mobile {
  display: flex;
  align-items: center;
}

.header-search__logo img {
  width: 80px;
  transition: transform 0.25s ease;
}
.header-search__logo img:hover {
  transform: scale(1.02);
}
@media (min-width: 1050px) {
  .header-search__logo {
    display: none;
  }
}

.header-top {
  padding: 5px 30px !important;
  display: none;
  background-color: #afd135;
  justify-content: end;
  align-items: center;
  border: none;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header-top {
    gap: 20px;
  }
}
@media (min-width: 1050px) {
  .header-top {
    display: flex;
  }
}
.header-top .top-menu .top-menu__list {
  display: flex;
  flex-direction: row;
}
.header-top .top-menu .top-menu__item {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .header-top .top-menu .top-menu__item {
    margin-left: 20px;
  }
}
.header-top .top-menu .top-menu__link {
  font-size: 0.875rem !important;
}
.header-top .top-menu .top-menu__link:hover {
  color: #ffffff;
}
.header-top .top-menu .top-menu__link__extra {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  color: #053542;
  line-height: 20px;
  border-radius: 50%;
  margin-left: 5px;
  font-weight: 600;
  font-size: 0.65rem;
}

.header-main {
  padding: 0 0;
  display: flex;
  position: absolute;
  top: -1000px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 1050px) {
  .header-main {
    position: initial;
    top: initial;
    opacity: 1;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header-main__col {
  height: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.header-main__col:not(.header-main__col--right) {
  flex-direction: column;
}
@media (min-width: 1050px) {
  .header-main__col {
    flex-direction: row !important;
  }
}

@media (min-width: 1050px) {
  .sub-menu {
    display: none;
    flex-direction: row;
  }
}

.main-menu {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.main-menu__list {
  display: flex;
  height: 100%;
}
.main-menu__list .active {
  color: var(--color-primary);
}

.main-menu__item,
.sub-menu__item {
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 2px;
  transition: color 0.25s ease, opacity 0.25s;
}
@media (min-width: 1200px) {
  .main-menu__item,
  .sub-menu__item {
    margin-left: 20px;
  }
}
@media (min-width: 1350px) {
  .main-menu__item,
  .sub-menu__item {
    margin-left: 40px;
  }
}

.main-menu__link--with-sub {
  position: relative;
  z-index: 1;
}

.main-menu__item--with-sub {
  position: relative;
}
.main-menu__item--with-sub:after {
  content: "\e903";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.55rem;
  margin-left: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-menu__link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
}
.main-menu__link:hover, .main-menu__link.active {
  color: var(--color-primary);
}
.main-menu__link:hover:visited, .main-menu__link.active:visited {
  color: var(--color-primary);
}
@media (min-width: 1200px) {
  .main-menu__link {
    font-size: 14px;
  }
}

@media (min-width: 1050px) {
  .main-menu__item--with-sub:hover > .main-menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .main-menu__item--with-sub:hover > .main-menu__link--with-sub-container {
    position: relative;
  }
  .main-menu__item--with-sub:hover > .main-menu__link--with-sub-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    bottom: -50px;
    left: -200px;
    right: -200px;
  }
  .main-menu__item--with-sub:hover > .main-menu__link--with-sub-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -30px;
  }
}
@media (min-width: 1200px) {
  .main-menu__item--with-sub:hover > .main-menu__link--with-sub-container:after {
    left: -40px;
    right: -50px;
  }
}

.main-secondary__list {
  display: flex;
  position: absolute;
  top: -1000px;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 1050px) {
  .main-secondary__list {
    position: initial;
    top: initial;
    opacity: 1;
    height: 100%;
  }
}
.main-secondary__list li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.main-secondary__list li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  color: white;
  font-weight: 300;
}
.main-secondary__list li a:hover {
  color: var(--color-primary);
}
.main-secondary__list .active {
  color: var(--color-primary);
}

.main-secondary__list__favourite__icon {
  margin-right: 5px;
  font-size: 20px;
}

@media (min-width: 1050px) {
  .main-menu-sub {
    position: absolute;
    top: 79px;
    left: -40px;
    right: 0;
    width: fit-content;
    padding: 30px 40px 30px 40px;
    z-index: 1;
    background-color: #F0F3F4;
    transition: opacity 0.25s;
    visibility: hidden;
    opacity: 0;
  }
  .main-menu-sub:hover {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-sub:before {
    content: "";
    display: block;
    height: 100%;
    width: fit-content;
    top: 0;
    left: -190px;
    position: absolute;
    z-index: -1;
    background-color: #F0F3F4;
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.15);
  }
}

.main-menu-sub__item {
  padding: 5px 0;
}
.main-menu-sub__item:first-child {
  padding-top: 10px;
}
.main-menu-sub__item:last-child {
  padding-bottom: 10px;
}

.main-menu-sub__link {
  display: inline-block;
  font-size: 15px;
  text-transform: none;
  min-width: 350px;
  position: relative;
}
.main-menu-sub__link:after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--color-primary);
  position: absolute;
  top: 3px;
  right: 0;
  transition: color 0.25s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu-sub__link:hover {
  color: var(--color-primary);
}
.main-menu-sub__link:hover:after {
  right: -5px;
}

.header-main__logo {
  display: none;
}
.header-main__logo img {
  transition: transform 0.25s ease;
}
.header-main__logo img:hover {
  transform: scale(1.02);
}
@media (min-width: 1050px) {
  .header-main__logo {
    display: block;
  }
}

.header-main__col--right {
  justify-content: flex-end;
}

.header-main__col--right {
  display: none;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1050px) {
  .header-main__col--right {
    display: flex;
    flex-direction: row;
  }
}

.header-favorites {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-favorites:hover .header-favorites__icon {
  transform: scale(1.1);
}

.header-favorites__icon {
  color: #3E508F;
  font-size: 2rem;
  transform: scale(1);
  transition: 0.15s ease-in-out;
}

.main-secondary {
  display: none;
}
@media (min-width: 1050px) {
  .main-secondary {
    display: block;
  }
}

.header-bottom {
  height: 40px;
  background-color: #F0F3F4;
  font-size: 10px;
}

.usp-list {
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  white-space: nowrap;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .usp-list .usp-list__item + .usp-list__item + .usp-list__item {
    display: none;
  }
}

.usp-list__item {
  display: flex;
  align-items: center;
}
.usp-list__item:last-child {
  margin-right: 0;
}

.usp-list__icon {
  font-size: 16px;
  margin-right: 5px;
}

.menu-lang {
  text-transform: uppercase;
}
.menu-lang a {
  color: #829aa0;
  transition: color 0.25s ease;
}
.menu-lang a:hover {
  color: var(--color-primary);
}

.open-sub-nav {
  display: none;
}

.body-no-scroll {
  overflow: hidden;
}
@media (min-width: 1050px) {
  .body-no-scroll {
    overflow: initial;
  }
}

@media (max-width: 1049px) {
  header.mobile-active {
    background-color: #fff;
  }
  header.mobile-active .open-sub-nav {
    display: inline-block;
    background: var(--color-primary);
    padding: 6px;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
    transition: color 0.25s, transform 0.25s;
  }
  header.mobile-active .open-sub-nav:hover {
    color: #ffffff;
  }
  header.mobile-active .main-secondary__list {
    background: #fff;
    border-bottom: 1px solid #F0F3F4;
  }
}
@media (min-width: 1050px) {
  header.mobile-active {
    height: 160px;
  }
}

.icon-check .path1:before {
  color: #5280AA;
}

.background--light--grey {
  background: #F0F3F4;
}

.text--blue {
  color: #053542;
}

.text--grey {
  color: #829aa0;
}

.text--green {
  color: var(--color-primary);
}

.text--bold {
  font-weight: bold;
}

.cta--arrow-big {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  min-height: 40px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta--arrow-big span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  min-width: 40px;
  background-color: white;
  margin-right: 10px;
}
.cta--arrow-big i {
  font-size: 1rem;
  transition: 0.25s ease;
}
.cta--arrow-big:hover i {
  transform: translateX(2px);
}

.cta--arrow-big--primary {
  color: var(--color-primary);
}
.cta--arrow-big--primary span {
  background-color: var(--color-primary);
}
.cta--arrow-big--primary i:before {
  color: #fff;
}
.cta--arrow-big--primary:visited {
  color: var(--color-primary);
}
.cta--arrow-big--primary.disabled {
  opacity: 0.5;
}

.cta--arrow-big--secondary {
  color: var(--color-secondary);
}
.cta--arrow-big--secondary span {
  background-color: var(--color-secondary);
}
.cta--arrow-big--secondary i:before {
  color: #fff;
}
.cta--arrow-big--secondary:visited {
  color: var(--color-secondary);
}

.cta--arrow-big--white {
  color: #fff;
}
.cta--arrow-big--white span {
  background-color: #fff;
}
.cta--arrow-big--white i:before {
  color: var(--color-primary);
}
.cta--arrow-big--white:visited {
  color: #fff;
}

.cta--arrow-big--mix {
  color: #fff;
}
.cta--arrow-big--mix span {
  background-color: var(--color-primary);
}
.cta--arrow-big--mix i:before {
  color: #fff;
}
.cta--arrow-big--mix:visited {
  color: #fff;
}

.cta--arrow-big--higo-gradient {
  color: #CB4E33;
}
.cta--arrow-big--higo-gradient span {
  background: linear-gradient(#D44B28, #AB528E);
}
.cta--arrow-big--higo-gradient i:before {
  color: #fff;
}
.cta--arrow-big--higo-gradient:visited {
  color: #CB4E33;
}

.cta--arrow-small, .cta--show-more {
  box-shadow: 0 0 7px 3px rgba(5, 53, 66, 0.06);
  position: relative;
  font-size: 1rem;
  display: inline-block;
  border-radius: 25px;
  padding-left: 55px;
  padding-right: 15px;
  line-height: 250%;
  color: #fff;
  background-color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 1rem;
  transition: 0.25s ease;
}
.cta--arrow-small:before, .cta--show-more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  height: 40px;
  width: 40px;
}
.cta--arrow-small i, .cta--show-more i {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 1rem;
  transition: 0.25s ease;
}
.cta--arrow-small i:before, .cta--show-more i:before {
  color: var(--color-primary);
}
.cta--arrow-small:visited, .cta--show-more:visited {
  color: #fff;
}
.cta--arrow-small:hover, .cta--show-more:hover {
  color: #053542;
}
.cta--arrow-small:hover i, .cta--show-more:hover i {
  transform: translateX(2px);
}

.cta--arrow-small--inverted {
  color: #5A2831;
  background-color: #fff;
  box-shadow: none;
}
.cta--arrow-small--inverted:before {
  background-color: #5A2831;
}
.cta--arrow-small--inverted i:before {
  color: #fff;
}
.cta--arrow-small--inverted:visited {
  color: var(--color-primary);
}
.cta--arrow-small--inverted:hover {
  color: #5A2831;
}
.cta--arrow-small--inverted:hover i:before {
  color: #fff;
}

.cta--arrow-small--favorites-inverted {
  color: #fff;
  background-color: #053542;
}
.cta--arrow-small--favorites-inverted i:before {
  color: #053542;
}
.cta--arrow-small--favorites-inverted:hover {
  color: #fff;
}
.cta--arrow-small--favorites-inverted:hover i:before {
  color: #053542;
}

.cta--arrow-small--secondary {
  background-color: var(--color-secondary);
}
.cta--arrow-small--secondary:hover {
  color: var(--color-primary);
}

.cta--arrow-small--mixed {
  color: var(--color-secondary);
  background-color: #fff;
}
.cta--arrow-small--mixed:before {
  background-color: var(--color-primary);
}
.cta--arrow-small--mixed i:before {
  color: #fff;
}
.cta--arrow-small--mixed:hover {
  color: var(--color-primary);
}
.cta--arrow-small--mixed:visited {
  color: var(--color-secondary);
}

.cta--arrow-small--secondary-inverted {
  color: var(--color-secondary);
  background-color: #fff;
}
.cta--arrow-small--secondary-inverted:before {
  background-color: var(--color-secondary);
}
.cta--arrow-small--secondary-inverted i:before {
  color: #fff;
}
.cta--arrow-small--secondary-inverted:visited {
  color: var(--color-secondary);
}

.cta--arrow-small--white-button {
  box-shadow: none;
  background-color: transparent;
}
.cta--arrow-small--white-button:before {
  background-color: #fff;
  box-shadow: 0 0 7px 3px rgba(5, 53, 66, 0.06);
}
.cta--arrow-small--white-button i:before {
  color: var(--color-primary);
}

.cta--arrow-small--primary-button {
  background-color: transparent;
  box-shadow: none;
}
.cta--arrow-small--primary-button:before {
  background-color: var(--color-primary);
  box-shadow: 0 0 7px 3px rgba(5, 53, 66, 0.06);
}
.cta--arrow-small--primary-button i:before {
  color: #fff;
}

.cta--arrow-small--higo-1 {
  color: #5A2831;
  background-color: #fff;
}
.cta--arrow-small--higo-1:before {
  background-color: #afd135;
}
.cta--arrow-small--higo-1:visited {
  color: #5A2831;
}
.cta--arrow-small--higo-1 i:before {
  color: #fff;
}
.cta--arrow-small--higo-1.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cta--arrow-small--higo-2 {
  color: #021A20;
  background-color: #fff;
}
.cta--arrow-small--higo-2:before {
  background-color: #021A20;
}
.cta--arrow-small--higo-2:visited {
  color: #5A2831;
}
.cta--arrow-small--higo-2 i:before {
  color: #fff;
}

.cta--arrow-small--gray {
  color: #B5C3C7;
  background-color: transparent;
  box-shadow: none;
}
.cta--arrow-small--gray:before {
  background-color: #B5C3C7;
}
.cta--arrow-small--gray:visited {
  color: #5A2831;
}
.cta--arrow-small--gray i:before {
  color: #fff;
  background-color: #B5C3C7;
}

.cta--arrow-big--back {
  font-size: 0.7rem;
  padding-right: 0;
  color: var(--color-primary);
}
.cta--arrow-big--back:visited {
  color: var(--color-primary);
}
.cta--arrow-big--back span {
  height: 25px;
  width: 25px;
  min-width: 25px;
}
.cta--arrow-big--back:before {
  height: 25px;
  width: 25px;
}
.cta--arrow-big--back i {
  left: 7px;
  top: 7px;
  font-size: 0.7rem;
  transform: rotate(180deg);
}
.cta--arrow-big--back:hover {
  color: var(--color-primary);
}
.cta--arrow-big--back:hover i {
  transform: rotate(180deg) translateX(2px);
}

.cta--show-more i {
  display: block;
}
.cta--show-more:hover i {
  transform: scale(1.1);
}

.cta--no-margin {
  margin: 0;
}

.ac-choice {
  position: absolute;
  top: 10px;
  left: 0;
  background-repeat: no-repeat;
  padding: 5px 10px;
}
.ac-choice p {
  margin: 0;
}
.ac-choice p:first-child {
  font-size: 10px;
}
.ac-choice p:last-child {
  font-size: 11px;
}

.label-badges-top-left {
  position: absolute;
  top: 10px;
  left: 0;
}

.label-badges-top-right {
  position: absolute;
  top: 10px;
  right: 0;
}

.label-badges-bottom-left {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.label-badges-bottom-right {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.label-badge {
  margin-bottom: 3px;
}

.product--new {
  background-repeat: no-repeat;
  width: 60px;
  height: auto;
  background-size: contain;
  text-align: center;
}
.product--new p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 22px;
  font-weight: bold;
}

.product--choice {
  background-repeat: no-repeat;
  width: 60px;
  height: auto;
  background-size: cover;
}
.product--choice p {
  margin: 0;
  padding: 5px 7px;
  font-size: 10px;
}

.clickable-icon, .slider__icon, .product-list__products__list__item__anchors__icon {
  z-index: 2;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: #F0F3F4;
  transition: 0.25s ease;
}
.clickable-icon svg, .slider__icon svg, .product-list__products__list__item__anchors__icon svg {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  color: #053542;
}
.clickable-icon svg path, .slider__icon svg path, .product-list__products__list__item__anchors__icon svg path {
  stroke: #053542;
  fill: transparent;
  transition: 0.25s ease;
}
.clickable-icon:hover, .slider__icon:hover, .product-list__products__list__item__anchors__icon:hover {
  cursor: pointer;
}
.clickable-icon:hover svg, .slider__icon:hover svg, .product-list__products__list__item__anchors__icon:hover svg {
  animation: wiggle 0.3s ease-out;
}

.clickable-icon--active svg path {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.clickable-icon--check {
  background-color: #053542;
}
.clickable-icon--check .product-list__products__list__item__anchors__icon__arrows {
  opacity: 0;
}
.clickable-icon--check .product-list__products__list__item__anchors__icon__check {
  opacity: 1;
}

.col-md-padding-bottom {
  position: relative;
  padding-bottom: 30px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.background-sub-title {
  word-break: break-all;
  z-index: -1;
  position: absolute;
  top: -25px;
  left: -10px;
  color: #053542;
  opacity: 0.06;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .background-sub-title {
    top: -45px;
    font-size: 140px;
  }
}
@media (min-width: 992px) {
  .background-sub-title {
    font-size: 200px;
    left: -60px;
    top: -80px;
  }
}

.container-fluid-left {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-left: 0;
  paddingleft: 0;
  position: relative;
}
.container-fluid-left .row {
  margin-left: 0;
}
.container-fluid-left .col, .container-fluid-left .col-1, .container-fluid-left .col-2, .container-fluid-left .col-3, .container-fluid-left .col-4, .container-fluid-left .col-5, .container-fluid-left .col-6, .container-fluid-left .col-7, .container-fluid-left .col-8, .container-fluid-left .col-9, .container-fluid-left .col-10, .container-fluid-left .col-11, .container-fluid-left .col-12, .container-fluid-left .col-auto, .container-fluid-left .col-lg, .container-fluid-left .col-lg-1, .container-fluid-left .col-lg-2, .container-fluid-left .col-lg-3, .container-fluid-left .col-lg-4, .container-fluid-left .col-lg-5, .container-fluid-left .col-lg-6, .container-fluid-left .col-lg-7, .container-fluid-left .col-lg-8, .container-fluid-left .col-lg-9, .container-fluid-left .col-lg-10, .container-fluid-left .col-lg-11, .container-fluid-left .col-lg-12, .container-fluid-left .col-lg-auto, .container-fluid-left .col-md, .container-fluid-left .col-md-1, .container-fluid-left .col-md-2, .container-fluid-left .col-md-3, .container-fluid-left .col-md-4, .container-fluid-left .col-md-5, .container-fluid-left .col-md-6, .container-fluid-left .col-md-7, .container-fluid-left .col-md-8, .container-fluid-left .col-md-9, .container-fluid-left .col-md-10, .container-fluid-left .col-md-11, .container-fluid-left .col-md-12, .container-fluid-left .col-md-auto, .container-fluid-left .col-sm, .container-fluid-left .col-sm-1, .container-fluid-left .col-sm-2, .container-fluid-left .col-sm-3, .container-fluid-left .col-sm-4, .container-fluid-left .col-sm-5, .container-fluid-left .col-sm-6, .container-fluid-left .col-sm-7, .container-fluid-left .col-sm-8, .container-fluid-left .col-sm-9, .container-fluid-left .col-sm-10, .container-fluid-left .col-sm-11, .container-fluid-left .col-sm-12, .container-fluid-left .col-sm-auto, .container-fluid-left .col-xl, .container-fluid-left .col-xl-1, .container-fluid-left .col-xl-2, .container-fluid-left .col-xl-3, .container-fluid-left .col-xl-4, .container-fluid-left .col-xl-5, .container-fluid-left .col-xl-6, .container-fluid-left .col-xl-7, .container-fluid-left .col-xl-8, .container-fluid-left .col-xl-9, .container-fluid-left .col-xl-10, .container-fluid-left .col-xl-11, .container-fluid-left .col-xl-12, .container-fluid-left .col-xl-auto {
  padding-left: 0;
}
@media (min-width: 576px) {
  .container-fluid-left {
    max-width: calc(100% - (100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container-fluid-left {
    max-width: calc(100% - (100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .container-fluid-left {
    max-width: calc(100% - (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-fluid-left {
    max-width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-fluid-left {
    max-width: calc(100% - (100% - 1320px) / 2);
  }
}

.container-fluid-right {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-right: 0;
  paddingright: 0;
  position: relative;
}
.container-fluid-right .row {
  margin-right: 0;
}
.container-fluid-right .col, .container-fluid-right .col-1, .container-fluid-right .col-2, .container-fluid-right .col-3, .container-fluid-right .col-4, .container-fluid-right .col-5, .container-fluid-right .col-6, .container-fluid-right .col-7, .container-fluid-right .col-8, .container-fluid-right .col-9, .container-fluid-right .col-10, .container-fluid-right .col-11, .container-fluid-right .col-12, .container-fluid-right .col-auto, .container-fluid-right .col-lg, .container-fluid-right .col-lg-1, .container-fluid-right .col-lg-2, .container-fluid-right .col-lg-3, .container-fluid-right .col-lg-4, .container-fluid-right .col-lg-5, .container-fluid-right .col-lg-6, .container-fluid-right .col-lg-7, .container-fluid-right .col-lg-8, .container-fluid-right .col-lg-9, .container-fluid-right .col-lg-10, .container-fluid-right .col-lg-11, .container-fluid-right .col-lg-12, .container-fluid-right .col-lg-auto, .container-fluid-right .col-md, .container-fluid-right .col-md-1, .container-fluid-right .col-md-2, .container-fluid-right .col-md-3, .container-fluid-right .col-md-4, .container-fluid-right .col-md-5, .container-fluid-right .col-md-6, .container-fluid-right .col-md-7, .container-fluid-right .col-md-8, .container-fluid-right .col-md-9, .container-fluid-right .col-md-10, .container-fluid-right .col-md-11, .container-fluid-right .col-md-12, .container-fluid-right .col-md-auto, .container-fluid-right .col-sm, .container-fluid-right .col-sm-1, .container-fluid-right .col-sm-2, .container-fluid-right .col-sm-3, .container-fluid-right .col-sm-4, .container-fluid-right .col-sm-5, .container-fluid-right .col-sm-6, .container-fluid-right .col-sm-7, .container-fluid-right .col-sm-8, .container-fluid-right .col-sm-9, .container-fluid-right .col-sm-10, .container-fluid-right .col-sm-11, .container-fluid-right .col-sm-12, .container-fluid-right .col-sm-auto, .container-fluid-right .col-xl, .container-fluid-right .col-xl-1, .container-fluid-right .col-xl-2, .container-fluid-right .col-xl-3, .container-fluid-right .col-xl-4, .container-fluid-right .col-xl-5, .container-fluid-right .col-xl-6, .container-fluid-right .col-xl-7, .container-fluid-right .col-xl-8, .container-fluid-right .col-xl-9, .container-fluid-right .col-xl-10, .container-fluid-right .col-xl-11, .container-fluid-right .col-xl-12, .container-fluid-right .col-xl-auto {
  padding-right: 0;
}
@media (min-width: 576px) {
  .container-fluid-right {
    max-width: calc(100% - (100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container-fluid-right {
    max-width: calc(100% - (100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .container-fluid-right {
    max-width: calc(100% - (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-fluid-right {
    max-width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-fluid-right {
    max-width: calc(100% - (100% - 1320px) / 2);
  }
}

:target {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}
@media (max-width: 1049px) {
  :target {
    top: -100px;
  }
}

.loader {
  z-index: 11;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.loader__content {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader__text {
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
  color: white;
  font-weight: bold;
}

.pages {
  margin-bottom: 30px;
}

.pages__anchor {
  padding: 10px 15px;
  max-width: 40px;
  background-color: #F0F3F4;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  transition: 0.25s ease;
}
.pages__anchor:last-child {
  position: relative;
  margin-right: 0;
}
.pages__anchor:last-child i {
  padding-left: 20px;
  font-size: 8px;
  line-height: 40px;
}
.pages__anchor:hover {
  background-color: #053542;
  color: #fff !important;
}

.pages__anchor--active {
  background-color: #053542;
  color: #fff !important;
}
.pages__anchor--active:visited {
  color: #fff;
}

.reading__h1, .reading h1, .text-circle-image-list__bottom h1, .application-list__item__text-container__text h1 {
  font-size: 2rem;
  font-family: "AvantGarde", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .reading__h1, .reading h1, .text-circle-image-list__bottom h1, .application-list__item__text-container__text h1 {
    font-size: 3.75rem;
  }
}

.reading__h2, .ebike-v2__title, .ebike__title, .cta-banner-no-image__content__h2, .application-list__title, .reading h2, .text-circle-image-list__bottom h2, .application-list__item__text-container__text h2 {
  color: #5A2831;
  font-family: "AvantGarde", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 768px) {
  .reading__h2, .ebike-v2__title, .ebike__title, .cta-banner-no-image__content__h2, .application-list__title, .reading h2, .text-circle-image-list__bottom h2, .application-list__item__text-container__text h2 {
    font-size: 1.875rem;
  }
}

.reading__h2--component-title {
  margin-bottom: 30px;
}

.reading__h3, .reading h3, .text-circle-image-list__bottom h3, .application-list__item__text-container__text h3 {
  font-family: "AvantGarde", sans-serif;
  color: #5A2831;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 768px) {
  .reading__h3, .reading h3, .text-circle-image-list__bottom h3, .application-list__item__text-container__text h3 {
    font-size: 1.1rem;
  }
}

.reading__p, .control-label, .reading p, .text-circle-image-list__bottom p, .application-list__item__text-container__text p {
  font-family: "AvantGarde", sans-serif;
  color: #5A2831;
  opacity: 0.66;
  font-size: 1rem;
  font-weight: 300;
  line-height: 180%;
}

.reading__ul, .reading ul, .text-circle-image-list__bottom ul, .application-list__item__text-container__text ul {
  color: #5A2831;
  opacity: 0.66;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 180%;
}
.reading__ul li, .reading ul li, .text-circle-image-list__bottom ul li, .application-list__item__text-container__text ul li {
  position: relative;
  margin-left: 1rem;
  list-style: initial;
  font-weight: 300;
}
.reading__ul li:before, .reading ul li:before, .text-circle-image-list__bottom ul li:before, .application-list__item__text-container__text ul li:before {
  background-color: #5A2831;
}

.reading__ol, .reading ol, .text-circle-image-list__bottom ol, .application-list__item__text-container__text ol {
  color: #5A2831;
  padding: 1rem;
  margin-left: 1rem;
  line-height: 200%;
  margin-bottom: 1rem;
  opacity: 0.66;
}

.reading__a, .product-detail__specs__table__more a, .reading a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .text-circle-image-list__bottom a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .application-list__item__text-container__text a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]) {
  position: relative;
  color: var(--color-primary);
}
.reading__a:before, .product-detail__specs__table__more a:before, .reading a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .text-circle-image-list__bottom a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .application-list__item__text-container__text a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  opacity: 0;
  height: 1px;
  width: 100%;
  background-color: var(--color-primary);
  transition: 0.15s ease;
}
.reading__a:hover:before, .product-detail__specs__table__more a:hover:before, .reading a:hover:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .text-circle-image-list__bottom a:hover:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .application-list__item__text-container__text a:hover:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before {
  bottom: 0;
  opacity: 1;
}

.reading__button:before, .reading .btn:before, .text-circle-image-list__bottom .btn:before, .application-list__item__text-container__text .btn:before, .reading__button:after, .reading .btn:after, .text-circle-image-list__bottom .btn:after, .application-list__item__text-container__text .btn:after {
  content: none !important;
}

.reading__a, .product-detail__specs__table__more a, .reading a:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .text-circle-image-list__bottom a:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .application-list__item__text-container__text a:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .reading a:not(.button,
.btn,
.reading__button,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]) {
  color: #5280AA;
}
.reading__a:before, .product-detail__specs__table__more a:before, .reading a:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .text-circle-image-list__bottom a:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .application-list__item__text-container__text a:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before {
  background-color: #5280AA;
}
.reading__a:hover, .product-detail__specs__table__more a:hover, .reading a:hover:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .text-circle-image-list__bottom a:hover:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .application-list__item__text-container__text a:hover:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]) {
  color: #254D8F;
}
.reading__a:hover:before, .product-detail__specs__table__more a:hover:before, .reading a:hover:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .text-circle-image-list__bottom a:hover:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before, .application-list__item__text-container__text a:hover:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]):before {
  background-color: #254D8F;
}
.reading__a:visited, .product-detail__specs__table__more a:visited, .reading a:visited:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .text-circle-image-list__bottom a:visited:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]), .application-list__item__text-container__text a:visited:not(.button,
.btn,
a[class*=cta--],
a[class*=footer__],
a[class*=footer-]) {
  color: #5280AA;
}

.reading__button--primary {
  display: inline-block;
  color: #ffffff;
}
.reading__button--primary:hover {
  background-color: #254D8F;
  color: #ffffff;
}
.reading__button--primary:visited {
  color: #ffffff;
}

.btn-btn--primary {
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  color: #fff !important;
  transition: 0.2s ease;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #5280AA;
  display: inline-block;
  text-decoration: none;
}
.btn-btn--primary:hover {
  background: #254D8F;
}
.btn-btn--primary:hover::after {
  display: none;
}
.btn-btn--primary:hover::before {
  display: none;
}
.btn-btn--primary::after {
  display: none;
}
.btn-btn--primary::before {
  display: none;
}

[data-show-more] .hidden {
  display: none;
}

[data-show-more-hidden] {
  display: none !important;
}

.sticky {
  position: sticky;
  z-index: 11;
  pointer-events: none;
  top: 120px;
}

.menu__wrapper {
  position: relative;
}

.menu {
  position: absolute;
  z-index: 1;
  display: none;
  list-style: none;
  margin: 0;
  top: 23px;
}

.menu__open {
  padding-right: 15px;
  display: flex;
}
.menu__open:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 8px;
  margin-left: 5px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.menu__open.menu__open--open:after {
  transform: rotate(180deg);
}

.menu-hidden {
  display: none;
}

.menu__link {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #F0F3F4;
}

.twitter-typeahead {
  width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  border-style: solid;
  padding: 5px 5px 5px 46px;
  border-width: 1px;
  border-color: #333333;
  box-sizing: border-box;
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.tt-empty-message {
  padding: 15px;
  text-align: center;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid rgba(5, 53, 66, 0.06);
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999999;
  font-size: 15px;
}

.tt-menu {
  box-sizing: border-box;
  z-index: 99;
  position: relative;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*  -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 125%;
  cursor: pointer;
}

.tt-suggestion-desc {
  font-size: 12px;
}

a.tt-more:hover, a.tt-more:focus {
  color: #ffffff;
  background-color: rgba(5, 53, 66, 0.06);
}

.tt-cursor.auto-complete-content {
  color: #ffffff;
  background-color: rgba(5, 53, 66, 0.06);
}

.auto-complete-content:hover {
  color: #ffffff;
  background-color: rgba(5, 53, 66, 0.06);
}

a.tt-more {
  padding: 8px 20px;
  font-size: 13px;
  line-height: 125%;
  display: block;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-decoration: none;
  text-align: center;
  background: #f0f2f6;
}

.gist {
  font-size: 14px;
}

.element-img, .element-title {
  display: table-cell;
  vertical-align: middle;
}

.element-img {
  padding-left: 5px;
  width: 25%;
}

.element-title {
  padding-left: 15px;
  width: 75%;
}

.form-search {
  width: 300px;
  position: absolute;
  background: var(--color-secondary);
  opacity: 0;
  border-radius: 15px;
  z-index: 11;
  right: 50px;
  top: -50px;
  transition: all 0.25s;
}
@media (min-width: 1050px) {
  .form-search {
    width: 100%;
    display: initial;
    position: initial;
    background: transparent;
    z-index: initial;
    right: initial;
    top: initial;
  }
}
.form-search.show-mobile {
  top: 15px;
}

.header-search-mobile-trigger {
  font-size: 22px;
}
.header-search-mobile-trigger i:before {
  color: var(--color-secondary);
}
@media (min-width: 1050px) {
  .header-search-mobile-trigger {
    display: none;
  }
}

.form-search__input {
  position: relative;
  width: 100%;
}
.form-search__input input {
  width: 100%;
  border: none;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border-radius: 15px;
  height: 30px;
  padding: 0 50px 0 20px;
  outline: none;
  color: white;
}
.form-search__input input::placeholder {
  color: white;
}
.form-search__input button {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  padding-right: 0;
}

.application-list {
  padding: 60px 0 110px;
}

.application-list__title {
  margin-bottom: 55px;
}

.application-list__item {
  display: block;
  margin-bottom: 30px;
}
.application-list__item:hover .application-list__item__img-container__img {
  transform: scale(1.03);
}

.application-list__item__img-container__img {
  transition: 0.25s ease;
}

.application-list__item__img-container {
  overflow: hidden;
}

.application-list__item__content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.application-list__item__text-container {
  position: relative;
  padding: 40px;
}

.application-list__item__text-container__icon-container {
  padding: 15px;
  position: absolute;
  top: -40px;
  left: 30px;
  background: white;
  border-radius: 50%;
}

.application-list__item__text-container__title {
  font-size: 18px;
  font-weight: 500;
}

.application-list__item__text-container__text {
  font-size: 14px;
  font-weight: 300;
}
.breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 12px;
}
.breadcrumbs__item a {
  color: #053542;
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:not(:last-child):after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  padding-left: 10px;
  color: #5A7A83;
  font-size: 8px;
}
.breadcrumbs__item:first-child {
  font-size: 12px;
  padding-left: 0;
}
.breadcrumbs__item:first-child:after {
  content: none;
  padding-left: 0;
}
.breadcrumbs__item:first-child a {
  font-size: 12px;
  text-decoration: none;
}
.breadcrumbs__item:last-child {
  font-weight: bold;
}
.breadcrumbs__item .cta--arrow-big--back {
  text-decoration: none;
  color: #afd135;
  margin-bottom: 0;
}
.breadcrumbs__item .cta--arrow-big--back {
  color: #5280AA;
}
.breadcrumbs__item .cta--arrow-big--back span {
  background-color: #5280AA;
}

.vertical-divider {
  display: inline-block;
  height: 17px;
  width: 1px;
  background-color: #5A7A83;
  margin: 0 0 0 10px;
}

.category-header {
  margin-bottom: 60px;
}

.category-list {
  margin-bottom: 50px;
}

.category-list__item {
  height: 100%;
  display: block;
  padding-bottom: 30px;
}
.category-list__item:hover .category-list__item__img-container__img {
  transform: scale(1.03);
}

.category-list__item__img-container__img {
  transition: 0.25s ease;
}

.category-list__item__img-container {
  overflow: hidden;
}

.category-list__item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}

.category-list__item__title {
  text-align: center;
  font-size: 24px;
  padding: 40px 5px;
  font-weight: 500;
}

.category-list__item__title--link-objects {
  font-size: 18px;
  padding: 20px 5px;
}

.contact-form {
  margin-bottom: 50px;
  background-image: linear-gradient(#F0F3F4 50%, #F0F3F4 50%, white 51%, white);
}

.contact-form__title-container {
  position: relative;
  padding-top: 80px;
}
.contact-form__title-container h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #053542;
}
@media (min-width: 768px) {
  .contact-form__title-container {
    padding-top: 200px;
  }
}
.contact-form__title-container--small {
  padding-top: 150px;
}
@media (min-width: 768px) {
  .contact-form__title-container--small {
    padding-top: 160px;
  }
}

.contact-form__form {
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  background: white;
}

.contact-form__title {
  word-break: break-all;
  position: absolute;
  top: 50px;
  left: -15px;
  color: #053542;
  opacity: 0.06;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
  background-color: transparent;
}
@media (min-width: 768px) {
  .contact-form__title {
    font-size: 200px;
    left: -60px;
  }
}
@media (min-width: 768px) {
  .contact-form__title--small {
    font-size: 100px;
    left: 0px;
  }
}

.contact-form--dark {
  background-image: linear-gradient(#053542 750px, #053542 750px, white 751px, white);
}
.contact-form--dark .contact-form__title {
  color: rgba(255, 255, 255, 0.6);
}
.contact-form--dark .contact-form__title-container h3 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact-form--dark .contact-information__location {
    color: #ffffff;
  }
  .contact-form--dark .contact-information__anchor {
    color: #ffffff;
  }
  .contact-form--dark .contact-information__finance {
    color: #ffffff;
  }
}

/**
 * Higo Theme specific overrides
 */
.contact-form__title-container h3 {
  color: #5A2831;
}
.contact-form__title-container--small {
  padding-top: 150px;
  width: 90%;
}
@media (min-width: 768px) {
  .contact-form__title-container--small {
    padding-top: 180px;
  }
}

.contact-form__title {
  color: #5A2831;
}
@media (min-width: 768px) {
  .contact-form__title--small {
    font-size: 60px;
    left: 0px;
  }
}

@media (min-width: 992px) {
  .contact-information {
    padding-left: 30px;
  }
}
.contact-information .footer__top__left__info {
  font-weight: 300;
}

.contact-information--white .contact-information__anchor,
.contact-information--white i:before,
.contact-information--white .contact-information__location,
.contact-information--white .contact-information__h2 {
  color: #fff;
}

.contact-information__h2 {
  color: #5A7A83;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.contact-information__anchor {
  position: relative;
}
.contact-information__anchor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  opacity: 0;
  height: 1px;
  width: 100%;
  background-color: color-mix(in srgb, #053542, white 5%);
  transition: 0.15s ease;
}
.contact-information__anchor:hover:before {
  bottom: 0;
  opacity: 1;
}

.contact-information__finance {
  display: flex;
  flex-wrap: wrap;
}
.contact-information__finance p {
  width: 100%;
  line-height: 150%;
}

.cta-banner-no-image {
  min-height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-banner-no-image__inner {
  width: 100%;
  padding: 45px 0;
}

.cta-banner-no-image__container {
  display: flex;
  flex-wrap: wrap;
}

.cta-banner-no-image__anchor-wrapper {
  display: flex;
  align-items: center;
}
.cta-banner-no-image__anchor-wrapper a {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .cta-banner-no-image__anchor-wrapper {
    margin-left: 15px;
  }
}

.cta-banner-no-image__content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .cta-banner-no-image__content {
    margin-bottom: 0;
    flex: 1;
    margin-right: 15px;
  }
}

.cta-banner-no-image__content__h2 {
  margin: 0;
}

.cta-banner {
  min-height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-banner .container {
  z-index: 2;
}
.cta-banner:after {
  content: "";
  height: 140%;
  width: 20%;
  position: absolute;
  right: calc(30% - 1px);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}

.cta-banner__image {
  width: 70%;
  height: 100%;
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .cta-banner__image {
    display: block;
  }
}

.cta-banner__content {
  margin: 50px 0;
}
.cta-banner__content a {
  color: #053542;
}
.cta-banner__content .reading p, .cta-banner__content .text-circle-image-list__bottom p, .cta-banner__content .application-list__item__text-container__text p {
  color: #053542;
}

.cta-banner__content__text {
  margin-bottom: 35px;
}

.cta-banner__content__h2 {
  font-size: 2.5rem;
  color: #053542;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.cta-banner__content__h2--small {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.cta-banner__content__h3 {
  font-size: 0.8125rem;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0.8125rem;
}

.cta-banner__content .reading p, .cta-banner__content .text-circle-image-list__bottom p, .cta-banner__content .application-list__item__text-container__text p {
  color: #fff;
}

.cta-banner-no-image {
  background-image: linear-gradient(#afd135, #e8f15b);
  background: linear-gradient(179.5deg, #D44B28, #AB528E);
}

.cta-banner-no-image--secondary {
  background: linear-gradient(179.5deg, #915592, #3E508F);
}

.cta-banner-no-image__content__h2 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.cta-banner {
  background-image: linear-gradient(#afd135, #e8f15b);
  background: linear-gradient(#D44B28, #AB528E);
}
.cta-banner:after {
  background-image: linear-gradient(#D44B28, #D44B28 15%, #AB528E 85%, #AB528E 100%);
}

.cta-banner--secondary {
  background: linear-gradient(#915592, #3E508F);
}
.cta-banner--secondary:after {
  background-image: linear-gradient(#915592, #915592 15%, #3E508F 85%, #3E508F 100%);
}

.cta-banner__content .reading p, .cta-banner__content .text-circle-image-list__bottom p, .cta-banner__content .application-list__item__text-container__text p {
  color: #fff;
}

.cta-banner__content__h3 {
  color: #5A2831;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}

.cta-banner__content__h2 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.cta-block {
  padding: 100px 0;
  background-color: #F0F3F4;
}

.cta-block__image__image-container {
  display: flex;
}
@media (min-width: 1300px) {
  .cta-block__image__image-container {
    margin-left: -65px;
  }
}

.cta-block__image__image-container--right {
  justify-content: flex-end;
}
@media (min-width: 1300px) {
  .cta-block__image__image-container--right {
    margin-left: 0;
    margin-right: -65px;
  }
}

.cta-block__image__image-container__img {
  width: 100%;
}
@media (min-width: 768px) {
  .cta-block__image__image-container__img {
    width: 90%;
  }
}

.cta-block--light {
  background-color: transparent;
}

.cta-block__image__image-container {
  margin-bottom: 30px;
}

.ebike {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(90, 40, 49, 0.06);
}
@media (min-width: 576px) {
  .ebike {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ebike {
    padding-top: 100px;
  }
}

.ebike__container {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .ebike__container {
    padding: 0 60px;
  }
}
@media (min-width: 768px) {
  .ebike__container {
    padding: 0 80px;
  }
}
@media (min-width: 992px) {
  .ebike__container {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .ebike__container {
    padding: 0 130px;
  }
}

.ebike__img {
  display: none;
  max-width: 100%;
}
@media (min-width: 576px) {
  .ebike__img {
    display: initial;
  }
}

.ebike__title {
  margin-bottom: 45px;
}

.ebike__link {
  display: inline-block;
  width: 80px;
  transition: 0.25s;
  color: #5A2831;
  text-align: center;
  font-size: 14px;
  margin: 0 15px 10px;
}
@media (min-width: 576px) {
  .ebike__link {
    margin: 0;
    position: absolute;
    width: 60px;
  }
}
@media (min-width: 768px) {
  .ebike__link {
    font-size: 16px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .ebike__link {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .ebike__link {
    width: 130px;
  }
}
.ebike__link:hover {
  transform: scale(1.1);
  color: #5A2831;
}
.ebike__link:visited {
  color: #5A2831;
}
.ebike__link img {
  max-width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .ebike__link img {
    margin-bottom: 10px;
  }
}

.ebike__link--left-top {
  top: 0;
  left: 0;
}

.ebike__link--right-top {
  top: 0;
  right: 0;
}

.ebike__link--right-bottom {
  bottom: 30%;
  right: 0;
}
@media (min-width: 576px) {
  .ebike__link--right-bottom {
    bottom: 23%;
  }
}
@media (min-width: 768px) {
  .ebike__link--right-bottom {
    bottom: 25%;
  }
}
@media (min-width: 992px) {
  .ebike__link--right-bottom {
    bottom: 28%;
  }
}
@media (min-width: 1200px) {
  .ebike__link--right-bottom {
    bottom: 30%;
  }
}

.ebike__link--left-bottom {
  bottom: 30%;
  left: 0;
}
@media (min-width: 576px) {
  .ebike__link--left-bottom {
    bottom: 23%;
  }
}
@media (min-width: 768px) {
  .ebike__link--left-bottom {
    bottom: 25%;
  }
}
@media (min-width: 992px) {
  .ebike__link--left-bottom {
    bottom: 28%;
  }
}
@media (min-width: 1200px) {
  .ebike__link--left-bottom {
    bottom: 30%;
  }
}

.ebike-v2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("/img/e-bike-v2/background.png") no-repeat bottom center;
  background-size: cover;
}
@media (min-width: 576px) {
  .ebike-v2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ebike-v2 {
    padding-top: 50px;
  }
}

.ebike-v2__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  .ebike-v2__container {
    padding: 70px 90px 90px;
  }
}
@media (min-width: 768px) {
  .ebike-v2__container {
    padding: 90px 110px 110px;
  }
}
@media (min-width: 992px) {
  .ebike-v2__container {
    padding: 110px 130px 130px;
  }
}
@media (min-width: 1200px) {
  .ebike-v2__container {
    padding: 140px 130px 180px;
  }
}

.ebike-v2__title {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .ebike-v2__title {
    margin-bottom: 0;
  }
}

.ebike__link .ebike-v2__link__content {
  position: relative;
}
.ebike__link .ebike-v2__link__content img {
  margin-bottom: 0;
}
.ebike__link .ebike-v2__link__content span {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 576px) {
  .ebike__link .ebike-v2__link__content span {
    font-size: 13px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

.ebike__link--v2 {
  width: 80px;
}
@media (min-width: 576px) {
  .ebike__link--v2 {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .ebike__link--v2 {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .ebike__link--v2 {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .ebike__link--v2 {
    width: 150px;
  }
}

@media (min-width: 576px) {
  .ebike-v2__link-top-left {
    top: 80px;
    left: 70px;
  }
}
@media (min-width: 768px) {
  .ebike-v2__link-top-left {
    top: 110px;
    left: 90px;
  }
}
@media (min-width: 992px) {
  .ebike-v2__link-top-left {
    top: 160px;
    left: 110px;
  }
}
@media (min-width: 1200px) {
  .ebike-v2__link-top-left {
    top: 200px;
    left: 110px;
  }
}

@media (min-width: 576px) {
  .ebike-v2__link-top-mid {
    top: 30px;
    left: 52%;
  }
}
@media (min-width: 768px) {
  .ebike-v2__link-top-mid {
    top: 40px;
    left: 53%;
  }
}
@media (min-width: 992px) {
  .ebike-v2__link-top-mid {
    left: 56%;
  }
}

.ebike-v2__link-top-right {
  right: 10px;
}
@media (min-width: 576px) {
  .ebike-v2__link-top-right {
    right: 30px;
    top: 55px;
  }
}
@media (min-width: 768px) {
  .ebike-v2__link-top-right {
    right: 45px;
    top: 90px;
  }
}
@media (min-width: 992px) {
  .ebike-v2__link-top-right {
    right: 60px;
    top: 120px;
  }
}
@media (min-width: 1200px) {
  .ebike-v2__link-top-right {
    right: 40px;
    top: 140px;
  }
}

@media (min-width: 576px) {
  .ebike-v2__link-bottom-left {
    bottom: 80px;
    left: 80px;
  }
}
@media (min-width: 768px) {
  .ebike-v2__link-bottom-left {
    left: 70px;
  }
}
@media (min-width: 992px) {
  .ebike-v2__link-bottom-left {
    bottom: 100px;
    left: 90px;
  }
}
@media (min-width: 1200px) {
  .ebike-v2__link-bottom-left {
    bottom: 150px;
    left: 110px;
  }
}

.ebike-v2__link-bottom-mid {
  bottom: 40px;
  left: 50%;
}
@media (min-width: 992px) {
  .ebike-v2__link-bottom-mid {
    bottom: 60px;
  }
}

.ebike-v2__link-bottom-right {
  right: 50px;
}
@media (min-width: 576px) {
  .ebike-v2__link-bottom-right {
    bottom: 50px;
  }
}
@media (min-width: 768px) {
  .ebike-v2__link-bottom-right {
    right: 60px;
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .ebike-v2__link-bottom-right {
    right: 80px;
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .ebike-v2__link-bottom-right {
    right: 50px;
    bottom: 100px;
  }
}

.footer__top__left__info--phone {
  margin-bottom: 5px;
  font-weight: lighter;
}

.footer-main-menu__list li a {
  text-transform: lowercase;
  font-weight: lighter;
}

footer {
  background: var(--color-secondary);
  padding-top: 80px;
  color: #fff;
}

.footer__top__right__h2 {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 250%;
  color: #829aa0;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.footer__top__right__brand-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.footer__top__right__brand-grid__anchor {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
  font-weight: lighter;
  line-height: 250%;
}
.footer__top__right__brand-grid__anchor:visited {
  color: #fff;
}
.footer__top__right__brand-grid__anchor:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--color-primary);
  transition: 0.25s ease;
}
.footer__top__right__brand-grid__anchor:hover {
  color: var(--color-primary);
}
.footer__top__right__brand-grid__anchor:hover:before {
  width: 100%;
}

.footer__top__right__brand-grid__item {
  width: 50%;
}

.footer-main-menu__list li {
  display: flex;
  align-items: center;
  transition: 0.25s ease;
}
.footer-main-menu__list li a {
  font-size: 0.875rem;
  white-space: nowrap;
}
.footer-main-menu__list li a:hover {
  color: var(--color-primary);
}
.footer-main-menu__list .active {
  color: var(--color-primary);
}

.footer__top__middle__menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 35px;
}
.footer__top__middle__menu ul li {
  line-height: 250%;
  margin: 0;
  width: 100%;
  letter-spacing: 2px;
}
.footer__top__middle__menu ul a {
  margin: auto;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__top__middle__menu ul a {
    margin: 0;
  }
}
.footer__top__middle__menu ul a:hover {
  color: var(--color-primary);
}

.footer-main-secondary .footer-main-secondary__list li {
  line-height: 200%;
}
.footer-main-secondary .footer-main-secondary__list a {
  font-size: 13px;
}

.footer__top__logo__image {
  margin-bottom: 48px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__top__logo__image {
    padding-right: 15px;
  }
}

.footer__top__left {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__top__left {
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    width: 80%;
  }
}

.footer__top__left__info {
  display: flex;
  justify-content: left;
  margin: auto;
  font-size: 0.875rem;
  font-weight: lighter;
  color: #829aa0;
  line-height: 250%;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .footer__top__left__info {
    width: auto;
  }
}

.footer__top__left__info--location {
  margin-bottom: 20px;
}

.footer__top__left__info--email {
  margin-bottom: 30px;
}
.footer__top__left__info--email:hover {
  color: var(--color-primary);
}

.footer__top__left__info__anchor {
  position: relative;
  color: #fff;
}
.footer__top__left__info__anchor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  opacity: 0;
  height: 1px;
  width: 100%;
  background-color: color-mix(in srgb, #053542, white 5%);
  transition: 0.15s ease;
}
.footer__top__left__info__anchor:hover {
  color: var(--color-primary);
}
.footer__top__left__info__anchor:hover:before {
  bottom: 0;
  opacity: 1;
}
.footer__top__left__info__anchor:visited {
  color: #fff;
}

.footer__top__left__info__icon {
  font-size: 1.5rem;
  margin-right: 16px;
  margin-top: 4px;
}
.footer__top__left__info__icon:before {
  color: #829aa0;
}

.footer__top__left__socials {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__top__left__socials {
    justify-content: left;
    width: auto;
  }
}

.footer__top__left__socials__anchor {
  margin: 0 15px 0 15px;
}
@media (min-width: 768px) {
  .footer__top__left__socials__anchor {
    margin: 0 20px 0 0;
  }
}

.footer__top__left__socials__icon {
  font-size: 1.25rem;
  transition: 0.25s ease;
}
.footer__top__left__socials__icon:before {
  transition: 0.25s ease;
  color: #fff;
}
.footer__top__left__socials__icon:visited:before {
  color: #fff;
}
.footer__top__left__socials__icon:hover:before {
  color: var(--color-primary);
}

.footer__bottom {
  font-size: 12px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767.98px) {
  .footer__bottom__left, .footer__bottom__center, .footer__bottom__right {
    padding-bottom: 15px;
  }
}

.footer__bottom__left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer__bottom__left {
    justify-content: left;
  }
}

.footer__bottom__left__item {
  white-space: nowrap;
}
.footer__bottom__left__item:last-child {
  margin-right: 0;
}
@media (min-width: 250px) {
  .footer__bottom__left__item {
    margin-right: 30px;
  }
}

.footer__bottom__center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  height: 100%;
}
@media (min-width: 768px) {
  .footer__bottom__center {
    justify-content: left;
  }
}

.footer__bottom__right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .footer__bottom__right {
    text-align: left;
    justify-content: center;
    padding-bottom: 0;
  }
}

.footer__bottom__right__item {
  margin-right: 10px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .footer__bottom__right__item {
    margin-bottom: 0;
  }
}
.footer__bottom__right__item:last-child {
  margin-right: 0;
}

.footer-bottom-link {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-link:visited {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer__top__left__info__anchor {
  font-weight: lighter;
}

.footer-main-secondary__list a {
  font-weight: lighter;
}

.footer__bottom__right__container h3 {
  font-size: 1.17em;
}

.header-cta-visual-slider {
  position: relative;
}

.header-cta-visual-extra {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: fit-content;
  height: fit-content;
  display: none;
}
@media (min-width: 992px) {
  .header-cta-visual-extra {
    display: block;
  }
}

.header-cta-visual-slider .slick-track {
  height: 400px;
}
@media (min-width: 992px) {
  .header-cta-visual-slider .slick-track {
    height: 100%;
  }
}

.item-list {
  background: url(../img/background/bg-box-nocolor.svg) no-repeat center, linear-gradient(178.85deg, #afd135, #e8f15b);
  background-size: cover;
  padding: 60px 0 30px;
  text-align: center;
}

.item-list__item__link {
  display: block;
}
.item-list__item__link:hover .play-button {
  transform: scale(1.05);
}

.item-list__item__content {
  margin-bottom: 30px;
}

.item-list--background-grey {
  background: url(../img/background/bg-box-grey.svg) no-repeat center;
  background-size: cover;
}

.item-list--background-blue {
  background: url(../img/background/bg-box-nocolor.svg) no-repeat center, linear-gradient(#5280AA, #254D8F);
  background-size: cover;
}
.item-list--background-blue .item-list__title {
  color: #fff;
}
.item-list--background-blue .item-list__item__title {
  color: #fff;
}

.item-list__title {
  text-align: center;
  margin-bottom: 30px;
}

.item-list__item__title {
  font-size: 15px;
  font-weight: 500;
}

.item-list__item__img-container {
  position: relative;
  margin-bottom: 15px;
}

.loader {
  z-index: 2;
  position: absolute;
  display: none;
  top: -3%;
  left: -5%;
  width: 110%;
  height: 106%;
  background: rgba(250, 250, 250, 0.6);
}

.loader__content {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
}

.loader__text {
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
  color: white;
  font-weight: bold;
}
.loader__text--products {
  color: black;
}

.loader__product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
}

.loader__products__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader__products__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  background: rgba(240, 240, 240, 0.6);
}

#map {
  height: 500px;
  width: 100%;
}

.news-detail__wrapper {
  position: relative;
  z-index: 1;
  margin: 70px 0px;
}
@media (min-width: 992px) {
  .news-detail__wrapper:has(.news-detail__image) {
    margin-top: -70px;
  }
}

.news-detail__image {
  width: 100%;
  margin-bottom: 20px;
}

.news-detail__body a:not(.button, .btn, .reading__button) {
  position: relative;
  color: #5A2831;
  transition: 0.25s ease;
}
.news-detail__body a:not(.button, .btn, .reading__button):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #5A2831;
  transition: 0.25s ease;
}
.news-detail__body a:not(.button, .btn, .reading__button):visited {
  color: #5A2831;
}
.news-detail__body a:not(.button, .btn, .reading__button):hover {
  color: #254D8F;
}
.news-detail__body a:not(.button, .btn, .reading__button):hover:after {
  background: #254D8F;
}
.news-detail__body .btn, .news-detail__body .reading__button,
.news-detail__body .button {
  display: block;
  margin: 10px 0px;
  width: fit-content;
  text-decoration: none;
}

.news-detail .cta--arrow-big--back {
  color: #5280AA;
}
.news-detail .cta--arrow-big--back span {
  background: #5280AA;
}
.news-detail .cta--arrow-big--back:visited {
  color: #5280AA;
}

.news-detail__wrapper {
  position: static;
  z-index: auto;
  margin: 0 0 70px;
}

.news-detail__body h1 {
  font-size: 2rem !important;
  color: #5A2831 !important;
  font-weight: 400 !important;
}
.news-detail__body a {
  color: #5A2831;
  text-decoration: underline;
}
.news-detail__body a:after, .news-detail__body a:before {
  content: none;
}
.news-detail__body a:visited {
  color: #5A2831;
}
.news-detail__body a:hover {
  color: #254D8F;
}
.news-detail__body a:hover:after {
  content: none;
}

.news-list {
  padding-top: 35px;
  padding-bottom: 70px;
}

.news-list__col {
  margin-bottom: 30px;
}

.news-list__item {
  position: relative;
  display: block;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
}
.news-list__item:hover .news-list__item__image__inner {
  transform: scale(1.05);
}
.news-list__item:hover i {
  transform: translateX(2px);
}

.news-list__item__image {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.news-list__item__image__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.15s linear;
}

.news-list__item__image__img {
  width: 100%;
}

.news-list__item__content {
  padding: 30px;
}

.news-list__item__content__date, .news-detail__date {
  color: #829aa0;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}

.news-list__item__content__cta {
  position: absolute;
  color: #5280AA;
  font-size: 0.875rem;
  margin-left: -12px;
  margin-bottom: 0;
  bottom: 15px;
  left: 30px;
}
.news-list__item__content__cta span {
  margin-right: 0;
}
.news-list__item__content__cta .news-list__item__content__icon:before {
  color: #5280AA;
}

.news-list__item__content__h2 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .news-list__item__content__h2 {
    font-size: 1.125rem;
  }
}

.news-list__item__content__icon {
  margin-top: -3px;
}

.news-list__show-more {
  margin-top: 45px;
  text-align: center;
}

.news-list__filter {
  margin: 0 0 45px;
}

.news-list__filter__item {
  margin-right: 70px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 15px;
}

.news-list__filter__item--label {
  font-weight: 100;
}

.news-list__filter__item--link {
  position: relative;
}
.news-list__filter__item--link:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.35s;
}
.news-list__filter__item--link:hover:after {
  background: #afd135;
}
.news-list__filter__item--link.active {
  color: #afd135;
}
.news-list__filter__item--link.active:after {
  background: #afd135;
}

.newsletter-form {
  padding: 60px 0;
  background-color: rgba(90, 40, 49, 0.06);
}
.newsletter-form .form__control {
  padding: 17px 100px 17px 20px;
}

.container-form {
  align-items: center;
  display: flex;
  height: 100%;
}

.newsletter-form__form {
  width: 100%;
}

.newsletter-form__title {
  font-size: 30px;
  font-weight: normal;
  color: #5A2831;
}

.btn--newsletter {
  position: relative;
  margin-top: 10px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(#D74A21, #A6539B);
}
.btn--newsletter:hover {
  background: linear-gradient(#AB528E, #3E508F);
}

.newsletter-form__form .form-group {
  margin-bottom: 10px;
}

/**
 * Higo Theme specific overrides
 */
.product-compare-list__item {
  font-size: 13px;
}

.product-detail {
  margin-top: 25px;
}
.product-detail img {
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .product-detail__left {
    margin-right: 75px;
  }
}

.product-detail__brand {
  font-size: 20px;
  color: #afd135;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-detail__art {
  font-size: 30px;
  color: #053542;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-detail__slider,
.product-detail__slider-nav {
  margin-bottom: 10px;
}
.product-detail__slider .slider__arrow-prev,
.product-detail__slider-nav .slider__arrow-prev {
  transform: rotate(180deg);
}
@media (min-width: 800px) {
  .product-detail__slider .slider__arrow-prev,
  .product-detail__slider-nav .slider__arrow-prev {
    left: -26px;
  }
}
@media (min-width: 800px) {
  .product-detail__slider .slider__arrow-next,
  .product-detail__slider-nav .slider__arrow-next {
    right: -27px;
  }
}
.product-detail__slider .fancybox,
.product-detail__slider-nav .fancybox {
  max-width: 100%;
  display: block;
  transition: 0.3s;
  position: relative;
}
.product-detail__slider .fancybox:hover .product-detail__slider__enlarge,
.product-detail__slider-nav .fancybox:hover .product-detail__slider__enlarge {
  color: #afd135;
}
.product-detail__slider .fancybox:hover .product-detail__slider__enlarge i:before,
.product-detail__slider-nav .fancybox:hover .product-detail__slider__enlarge i:before {
  color: #afd135;
}

.product-detail__slider-nav__img-container {
  border: 1px solid transparent;
  cursor: pointer;
  margin: 10px;
  border-radius: 3px;
}

.product-detail__slider-nav__img-container--active {
  border-color: #afd135;
}

.product-detail__gallery {
  margin-bottom: 40px;
}

.product-detail__specs,
.variants {
  padding: 30px 15px;
  background-color: #F0F3F4;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .product-detail__specs,
  .variants {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .product-detail__specs,
  .variants {
    padding: 50px;
  }
}

.product-detail__specs__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-detail__specs__group {
  margin-bottom: 30px;
}
.product-detail__specs__group:last-child {
  margin-bottom: 0;
}

.product-detail__specs__table__container.closed {
  display: none;
}

:root {
  ---product-detail__specs__group-title-color: $color-secondary;
}

.product-detail__specs__group-title {
  font-size: 18px;
  font-weight: 500;
}
.product-detail__specs__group-title:hover, .product-detail__specs__group-title.open {
  color: var(---product-detail__specs__group-title-color);
}

.product-detail__specs__group-title__chevron {
  float: right;
  margin-top: 3px;
  transform: scale(1) rotate(180deg);
}
.product-detail__specs__group-title__chevron:hover {
  transform: scale(1.1) rotate(180deg);
}
.product-detail__specs__group-title__chevron.closed {
  transform: scale(1) rotate(0deg);
}
.product-detail__specs__group-title__chevron.closed:hover {
  transform: scale(1.1) rotate(0deg);
}

[data-table-collapse] {
  cursor: pointer;
}

.product-detail__specs__table {
  margin-bottom: 0;
}
.product-detail__specs__table th {
  width: 50%;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}
.product-detail__specs__table td {
  padding-right: 0;
  font-weight: 300;
  vertical-align: middle;
}

.product-detail__specs__table__more {
  text-align: center;
  margin-top: 30px;
}
.variants__title {
  font-size: 20px;
  font-weight: 500;
}

.variants__table {
  margin-bottom: 0;
}
.variants__table th {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}
.variants__table th:first-child {
  padding-left: 0;
}
.variants__table th:last-child {
  padding-right: 0;
}
.variants__table td {
  font-weight: 300;
  vertical-align: middle;
}
.variants__table td:first-child {
  padding-left: 0;
}
.variants__table td:last-child {
  padding-right: 0;
}

.product-detail__brand {
  color: #5280AA;
}

.product-detail__slider-nav__img-container--active {
  border-color: #5280AA;
}

.product-detail__slider__enlarge i:before {
  color: #053542;
}

.product-detail__specs__table__row {
  font-size: 13px;
}

.product-detail__specs__table th {
  width: 60%;
}
.product-detail__specs__table td {
  width: 40%;
}

.product-list {
  margin-bottom: 30px;
}

.product-list__heading {
  margin-bottom: 60px;
}

.product-list__filters {
  margin-bottom: 30px;
}

.product-list__filters__search {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #5A2831;
}

.product-list__filters__search__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px 20px 10px 20px;
  color: #fff;
}

.product-list__filters__search__delete-filters {
  color: #D74A21;
  font-size: 0.875rem;
}
.product-list__filters__search__delete-filters:hover {
  color: #fff;
}
.product-list__filters__search__delete-filters:visited {
  color: #D74A21;
}

.product-list__filters__toggle-link {
  color: #D74A21;
  font-size: 0.875rem;
}
.product-list__filters__toggle-link:hover {
  color: #fff;
}
.product-list__filters__toggle-link:visited {
  color: #D74A21;
}

.product-list__filters__search__title__h2 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
}

.product-list__filters__search__form__input {
  position: relative;
  padding: 0 20px;
  padding-bottom: 20px;
  border: 0;
  border-radius: 5px;
}
.product-list__filters__search__form__input:focus, .product-list__filters__search__form__input:active, .product-list__filters__search__form__input.active, .product-list__filters__search__form__input:active:focus, .product-list__filters__search__form__input.active:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.product-list__filters__search__form__input__field {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 0.875rem;
  font-weight: 100;
  border: 0;
  border-radius: 5px;
}
.product-list__filters__search__form__input__field:focus {
  outline: none;
}

.product-list__filters__search__form__input__btn {
  position: absolute;
  right: 25px;
  top: 8px;
  border: 0;
  background-color: transparent;
}
.product-list__filters__search__form__input__btn:hover {
  cursor: pointer;
}

.product-list__filters__list {
  padding: 15px 20px;
  background-color: rgba(90, 40, 49, 0.06);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-list__filters__list__item {
  margin-bottom: 20px;
}
.product-list__filters__list__item:last-child {
  margin-bottom: 0;
}

.product-list__filters__list__item__title {
  color: #5A2831;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list__filters__list__item__title:hover {
  cursor: pointer;
}

.product-list__filters__list__item__icon {
  font-size: 8px;
  transform: rotate(-180deg);
  transition: 0.15s ease;
}

.product-list__filters__list__item__icon--active {
  transform: rotate(0);
}

.product-list__filters__list__item__options {
  display: none;
  transition: 0.25s ease;
}

.product-list__filters__list__item__options--active {
  display: block;
}

.product-list__filters__list__item__options__show-more {
  color: #afd135;
  font-weight: lighter;
  font-size: 0.8125rem;
  display: flex;
  opacity: 0.8;
  transition: 0.25s ease;
}
.product-list__filters__list__item__options__show-more b {
  color: #5A7A83;
  font-size: 0.875rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: -4px;
  padding-right: 4px;
}
.product-list__filters__list__item__options__show-more:hover {
  cursor: pointer;
  opacity: 1;
}

.product-list__filters__list__item__options__label {
  font-size: 0.8125rem;
  font-weight: lighter;
  color: #5A2831;
  display: flex;
  flex-wrap: wrap;
}

.product-list__filters__list__item__options__option {
  appearance: none;
  background-color: transparent;
  border: 1px solid rgba(90, 40, 49, 0.33);
  border-radius: 3px;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  transition: 0.25s ease;
}
.product-list__filters__list__item__options__option:focus {
  outline: none;
}
.product-list__filters__list__item__options__option:active, .product-list__filters__list__item__options__option:checked {
  background-image: url("/img/icons/check-higo.svg");
  background-size: 150%;
  background-position: center;
  border-color: #D74A21;
}
.product-list__filters__list__item__options__option:hover {
  cursor: pointer;
  border-color: #5A2831;
}
.product-list__filters__list__item__options__option:checked:hover {
  border-color: #D74A21;
  filter: grayscale(100%);
}

.product-list__products__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.product-list__products__heading--pager {
  justify-content: flex-end;
}

.product-list__products__heading__h2 {
  font-family: "AvantGarde", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  color: #5A2831;
}
@media (min-width: 576px) {
  .product-list__products__heading__h2 {
    width: auto;
  }
}

.product-list__products__heading__paging, .product-list__products__heading__sort {
  font-weight: lighter;
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
@media (min-width: 576px) {
  .product-list__products__heading__paging, .product-list__products__heading__sort {
    margin: 0;
  }
}

.product-list__products__heading__paging__anchor {
  margin: 0 5px;
  position: relative;
  transition: 0.1s ease;
}
.product-list__products__heading__paging__anchor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #053542;
  transition: 0.15s ease;
}
.product-list__products__heading__paging__anchor:hover:before {
  width: 0;
}

.product-list__products__heading__paging__anchor--active {
  font-weight: bold;
  text-decoration: none;
}
.product-list__products__heading__paging__anchor--active:before {
  display: none;
}

.product-list__products__heading__sort {
  position: relative;
  display: flex;
  align-items: center;
}
.product-list__products__heading__sort label {
  margin: 0;
  padding-right: 10px;
}
.product-list__products__heading__sort select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  height: 40px;
  min-width: 110px;
  padding: 0 10px;
  padding-right: 30px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #F0F3F4;
  color: #053542;
  border: none;
}
.product-list__products__heading__sort select:focus {
  outline: 0;
}

.product-list__products__heading__sort__select__icon {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 10px;
}

.product-list__products__heading__pages__anchor {
  padding: 10px 15px;
  max-width: 40px;
  background-color: #F0F3F4;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
  font-size: 0.875rem;
  transition: 0.25s ease;
}
.product-list__products__heading__pages__anchor:last-child {
  position: relative;
  margin-right: 0;
}
.product-list__products__heading__pages__anchor:last-child i {
  padding-left: 20px;
  font-size: 8px;
  line-height: 40px;
}
.product-list__products__heading__pages__anchor:hover {
  background-color: #053542;
  color: #fff;
}

.product-list__products__heading__pages__anchor--active {
  background-color: #053542;
  color: #fff;
}
.product-list__products__heading__pages__anchor--active:visited {
  color: #fff;
}

.product-list__products__list {
  margin-bottom: 40px;
}

.product-list__products__list__item {
  display: block;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  position: relative;
}

.product-list__products__list__item__img {
  display: flex;
}
.product-list__products__list__item__img:hover .product-list__products__list__item__img__primary {
  display: none;
}
.product-list__products__list__item__img:hover .product-list__products__list__item__img__secondary {
  display: initial;
}

.product-list__products__list__item__img__secondary {
  display: none;
}

.product-list__products__list__item__content {
  padding: 10px 20px 30px 20px;
}

.product-list__products__list__item__h2 {
  font-size: 0.875rem;
  color: #053542;
}

.product-list__products__list__item__body {
  font-size: 0.875rem;
  color: #053542;
  font-weight: 300;
  line-height: 150%;
  padding: 15px 0 30px 0;
}
@media (min-width: 768px) {
  .product-list__products__list__item__body {
    padding: 15px 0;
  }
}

.product-list__products__list__item__anchors__icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.product-list__products__list__item__anchors__icon svg {
  width: 14px;
  height: 14px;
}

.product-list__products__list__item__anchors__icon__compare {
  transition: 0.25s ease;
}

.product-list__products__list__item__anchors__icon__check {
  opacity: 0;
  transition: 0.25s ease;
}
.product-list__products__list__item__anchors__icon__check svg {
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
}
.product-list__products__list__item__anchors__icon__check svg path {
  fill: #afd135;
  stroke: #afd135;
}

.product-list__products__list__item__anchors {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  font-weight: lighter;
  position: absolute;
  bottom: 20px;
  left: 20px;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .product-list__products__list__item__anchors {
    flex-direction: row;
    align-items: center;
  }
}
.product-list__products__list__item__anchors p {
  margin: 0;
  color: #5A7A83;
  padding-right: 8px;
  font-size: 0.875rem;
}
.product-list__products__list__item__anchors a {
  color: #afd135;
  font-weight: normal;
  font-size: 0.875rem;
}

.product-list__products__list__item__compare {
  display: flex;
  align-items: center;
}

.product-list__products__list__item__anchor {
  position: relative;
}
.product-list__products__list__item__anchor:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  opacity: 0;
  height: 1px;
  width: 100%;
  background-color: #afd135;
  transition: 0.15s ease;
}
.product-list__products__list__item__anchor:hover:before {
  bottom: 0;
  opacity: 1;
}

.product-list__filters__list__content {
  display: none;
}
@media (min-width: 992px) {
  .product-list__filters__list__content {
    display: block;
  }
}

.product-list__filters__list__bottom {
  text-align: center;
}

.product-list__filters__list__collapse {
  display: inline-block;
  cursor: pointer;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .product-list__filters__list__collapse {
    transform: rotate(180deg);
  }
}
.product-list__filters__list__collapse:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .product-list__filters__list__collapse:hover {
    transform: scale(1.1) rotate(180deg);
  }
}
.product-list__filters__list__collapse.open {
  transform: scale(1) rotate(180deg);
}
.product-list__filters__list__collapse.open:hover {
  transform: scale(1.1) rotate(180deg);
}
.product-list__filters__list__collapse.closed {
  transform: scale(1) rotate(0deg);
}
.product-list__filters__list__collapse.closed:hover {
  transform: scale(1.1) rotate(0deg);
}

.product-list__products__active-filters span {
  display: inline-block;
}

.product-list {
  position: relative;
}

.product-question {
  margin-top: 75px;
}

.sidebar-block {
  border-radius: 8px;
  background-color: #F0F3F4;
  font-size: 14px;
  font-weight: 300;
  color: #053542;
  padding: 25px 20px;
  margin-bottom: 30px;
}
.sidebar-block p:last-of-type {
  margin-bottom: 0;
}
.sidebar-block > div {
  margin-bottom: 25px;
}
.sidebar-block > div:last-of-type {
  margin-bottom: 0;
}

.slider-component--no-status-bar.slider-component, .slider-component.slider-component--no-overflow {
  padding-bottom: 100px;
  margin-bottom: 70px;
}
.slider-component--no-status-bar .slider-component__inner, .slider-component--no-overflow .slider-component__inner {
  margin-bottom: -190px;
}
.slider-component--no-status-bar .slick-dots, .slider-component--no-overflow .slick-dots, .slider-component--no-status-bar .slick-paging-info, .slider-component--no-overflow .slick-paging-info {
  display: none !important;
}
.slider-component--no-status-bar #green-slider-toggle, .slider-component--no-overflow #green-slider-toggle {
  text-decoration: line-through;
}

.slider-component--no-overflow {
  overflow: hidden;
}
.slider-component--no-overflow .slick-list {
  overflow: visible;
}
.slider-component--no-overflow .slick-track {
  overflow: hidden;
}

.slick-track {
  margin-left: 0;
}

.slider-component {
  padding: 75px 0 30px;
  width: 100%;
  position: relative;
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-component *:focus {
  outline: none;
}
.slider-component h2 {
  color: #053542;
  font-family: "AvantGarde", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  margin-bottom: 30px;
  padding-right: 100px;
}
.slider-component h3 {
  position: absolute;
  top: -45px;
  left: 5px;
  color: #053542;
  opacity: 0.06;
  font-size: 80px;
  line-height: 100%;
  font-weight: 300;
  word-break: break-word;
}
@media (min-width: 768px) {
  .slider-component h3 {
    font-size: 200px;
    left: -60px;
    top: -60px;
  }
}
.slider-component button:focus {
  outline: 0;
}
.slider-component .slick-list {
  padding: 15px 0;
  margin: 0 -15px;
}

.slider-component--condensed {
  padding-top: 20px;
}

.slider-component__inner {
  position: relative;
}

.slider-component__button {
  position: absolute;
  top: -60px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #B5C3C7;
  transition: 0.1s linear;
}
.slider-component__button i {
  line-height: 30px;
  margin-left: 7px;
}
.slider-component__button i:before {
  color: #fff;
}
.slider-component__button--prev {
  transform: rotate(180deg);
}
.slider-component__button:hover {
  cursor: pointer;
}

.slider-component__button--prev {
  right: 50px;
}
.slider-component__button--prev:hover {
  transform: translateX(-1px) scale(1.02) rotate(180deg);
}

.slider-component__button--next {
  right: 0;
}
.slider-component__button--next:hover {
  transform: translateX(1px) scale(1.02);
}

.slider-component__slider {
  margin-bottom: 30px;
}

.slider-component__slider__item {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 15px;
  transition: 0.25s ease;
}
.slider-component__slider__item:hover {
  transform: scale(1.01);
}
.slider-component__slider__item:hover .slider-component__slider__item--content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.slider-component__slider__item img {
  width: 100%;
}
.slider-component__slider__item h2 {
  font-size: 0.875rem;
  padding: 40px 20px;
}

.slider-component__slider__item__title {
  padding: 30px;
  text-align: center;
  font-weight: 500;
  color: #053542;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.slider-component__slider__item__extra {
  padding: 0 30px 30px 30px;
  text-align: center;
  font-weight: 300;
  color: #B5C3C7;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  margin-top: -20px;
  justify-content: center;
}

.slider-component__slider__item--content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
}

.slider-component--category-list-look .slider-component__slider__item {
  align-items: stretch;
}
.slider-component--category-list-look .slider-component__slider__item:hover {
  transform: none;
}
.slider-component--category-list-look .slider-component__slider__item:hover img {
  transform: scale(1.03);
}
.slider-component--category-list-look .slider-component__slider__item--content {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}
.slider-component--category-list-look img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.25s ease;
}
.slider-component--category-list-look .slider-component__slider__item__title {
  min-height: 120px;
  padding: 40px 10px;
  justify-content: center;
  font-size: 24px;
  line-height: 1.2;
}
.slider-component--category-list-look .slider-component__slider__item__extra {
  padding: 0 20px 30px;
  margin-top: -10px;
}
.slider-component--category-list-look .slider-component__slider__item__text {
  align-items: stretch;
}
.slider-component--category-list-look .slider-component__slider__item__text__content {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
  overflow: hidden;
}
.slider-component--category-list-look .slider-component__slider__item__text__content__img-container {
  padding: 0;
  margin-bottom: 0;
}
.slider-component--category-list-look .slider-component__slider__item__text__content__img-container img {
  aspect-ratio: auto;
  object-fit: contain;
  transition: 0.25s ease;
  width: 100%;
}
.slider-component--category-list-look .slider-component__slider__item__text__content__text-container {
  padding: 24px 20px 30px;
}
.slider-component--category-list-look .slider-component__slider__item__text__title {
  margin-bottom: 15px;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: none;
}

.slider-component--cta {
  overflow: hidden;
}
.slider-component--cta .slider-component__slider {
  margin-top: -40px;
}
.slider-component--cta .slider-component__button {
  display: none !important;
}
.slider-component--cta .slider-component__cta__h4 {
  font-size: 0.8rem;
  color: #afd135;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .slider-component--cta .slider-component__cta__h4 {
    font-size: 0.9375rem;
  }
}
.slider-component--cta .slider-component__cta__h2 {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  font-weight: normal;
  padding-right: 0;
}
@media (min-width: 768px) {
  .slider-component--cta .slider-component__cta__h2 {
    font-size: 2.5rem;
  }
}
.slider-component--cta p {
  color: #fff;
}
.slider-component--cta .slider-component__cta-banner--dark .slider-component__cta__h2, .slider-component--cta .slider-component__cta-theme--dark .slider-component__cta__h2 {
  color: #053542;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.slider-component--cta .slider-component__cta-banner--dark p, .slider-component--cta .slider-component__cta-theme--dark p {
  color: #053542;
}

.slider-component__cta__h4 {
  font-size: 0.8rem;
  color: #afd135;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .slider-component__cta__h4 {
    font-size: 0.9375rem;
  }
}

.slider-component__cta__h2 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .slider-component__cta__h2 {
    font-size: 2.5rem;
  }
}

.slider-component__cta-banner {
  margin: 0 -65px;
  min-height: 350px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(179.31deg, #afd135, #e8f15b);
  display: flex;
  align-items: center;
}

.slider-component__cta-banner__content {
  margin: 0 65px;
}

.slick-paging-info__status-bar {
  width: 210px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: calc(50% - 105px);
  background-color: #829aa0;
  height: 2px;
}

.slick-paging-info__status-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #053542;
  transition: 0.2s ease;
}

.slick-dots {
  width: 210px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: -56px;
  left: calc(50% - 105px);
}
.slick-dots li {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  height: 2px;
  margin: 0;
  background-color: #829aa0;
  opacity: 0;
}
.slick-dots li:nth-child(3n):before {
  transition-delay: 0.15s;
}
.slick-dots li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #053542;
  transition: 0.15s linear;
}
.slick-dots li button {
  width: 100%;
}
.slick-dots .slick-active ~ li:nth-child(2n):before {
  transition-delay: 0.15s;
}
.slick-dots .slick-active ~ li:nth-child(3n):before {
  transition-delay: 0s;
}
.slick-dots .slick-active ~ li:before {
  left: -100%;
}

.slider-component--grey, .slider-component.slider-component__theme--grey {
  background-color: #F0F3F4;
}
.slider-component--grey__button i:before {
  color: #F0F3F4;
}

.slider-component--higo, .slider-component.slider-component__theme--higo {
  background-color: rgba(90, 40, 49, 0.06);
}
.slider-component--higo__button i:before {
  color: rgba(90, 40, 49, 0.06);
}

.slider-component--higo-1, .slider-component.slider-component__theme--higo-1 {
  background: linear-gradient(#D44B28, #AB528E);
}
.slider-component--higo-1__button i:before {
  color: rgba(90, 40, 49, 0.06);
}
.slider-component--higo-1 h2, .slider-component.slider-component__theme--higo-1 h2, .slider-component--higo-1 h3, .slider-component.slider-component__theme--higo-1 h3 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.slider-component--higo-1 .slider-component__slider__item__news__content__title, .slider-component.slider-component__theme--higo-1 .slider-component__slider__item__news__content__title {
  color: #3C4C4D;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}

.slider-component--higo-2, .slider-component.slider-component__theme--higo-2 {
  background: linear-gradient(179.5deg, #915592, #3E508F);
}
.slider-component--higo-2__button i:before {
  color: rgba(90, 40, 49, 0.06);
}
.slider-component--higo-2 h2, .slider-component.slider-component__theme--higo-2 h2, .slider-component--higo-2 h3, .slider-component.slider-component__theme--higo-2 h3 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.slider-component--higo-2 .slider-component__slider__item__news__content__title, .slider-component.slider-component__theme--higo-2 .slider-component__slider__item__news__content__title {
  color: #3C4C4D;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}

.slider-component--blue, .slider-component.slider-component__theme--blue {
  background-color: #053542;
}
.slider-component--blue h2, .slider-component.slider-component__theme--blue h2 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.slider-component--blue h3, .slider-component.slider-component__theme--blue h3 {
  color: #B5C3C7;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.slider-component--blue__button i:before {
  color: #F0F3F4;
}
.slider-component--blue .slider-component__slider__item__news__content__title, .slider-component.slider-component__theme--blue .slider-component__slider__item__news__content__title {
  color: #3C4C4D;
}
.slider-component--blue .slick-paging--first, .slider-component.slider-component__theme--blue .slick-paging--first {
  color: #afd135;
}
.slider-component--blue .slick-dots li, .slider-component.slider-component__theme--blue .slick-dots li {
  background-color: #829aa0;
}
.slider-component--blue .slick-dots li:before, .slider-component.slider-component__theme--blue .slick-dots li:before {
  background-color: #afd135;
}
.slider-component--blue .slick-paging-info__status-bar, .slider-component.slider-component__theme--blue .slick-paging-info__status-bar {
  background-color: #829aa0;
}
.slider-component--blue .slick-paging-info__status-bar__inner, .slider-component.slider-component__theme--blue .slick-paging-info__status-bar__inner {
  background-color: #afd135;
}

.slider-component--green, .slider-component.slider-component__theme--green {
  background-color: #afd135;
}
.slider-component--green h2, .slider-component.slider-component__theme--green h2 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.slider-component--green h3, .slider-component.slider-component__theme--green h3 {
  color: #fff;
  opacity: 0.2;
}
.slider-component--green .slick-paging--first, .slider-component.slider-component__theme--green .slick-paging--first {
  color: #fff;
}
.slider-component--green .slick-dots li, .slider-component.slider-component__theme--green .slick-dots li {
  background-color: #829aa0;
}
.slider-component--green .slick-dots li:before, .slider-component.slider-component__theme--green .slick-dots li:before {
  background-color: #fff;
}
.slider-component--green .slick-paging-info__status-bar, .slider-component.slider-component__theme--green .slick-paging-info__status-bar {
  background-color: #829aa0;
}
.slider-component--green .slick-paging-info__status-bar__inner, .slider-component.slider-component__theme--green .slick-paging-info__status-bar__inner {
  background-color: #fff;
}
.slider-component--green .slider-component__button i:before, .slider-component.slider-component__theme--green .slider-component__button i:before {
  color: #afd135;
}
.slider-component--green .slider-component__button--next, .slider-component.slider-component__theme--green .slider-component__button--next, .slider-component--green .slider-component__button--prev, .slider-component.slider-component__theme--green .slider-component__button--prev {
  background-color: #fff;
}
.slider-component--green .slider-component__slider__item__news__content__title, .slider-component.slider-component__theme--green .slider-component__slider__item__news__content__title {
  color: #3C4C4D;
  opacity: 1;
}

.slick-status, .slick-paging-info {
  display: flex;
}

.slick-paging-info {
  justify-content: center;
  margin-left: -105px;
}

.slick-status {
  justify-content: center;
  height: 20px;
}
.slick-status .slick-status-bar__outer {
  display: block;
  width: 210px;
  height: 2px;
  position: relative;
  background-color: #829aa0;
}
.slick-status .slick-status-bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 210px;
  width: 100%;
  height: 100%;
  background-color: #053542;
  transition: 0.25s ease;
}

.slick-paging-info--light .slick-paging--first {
  color: #fff;
}
.slick-paging-info--light .slick-paging--second {
  color: #5A7A83;
}

.slider__icon {
  top: 10px;
  right: 10px;
}
.slider__icon.active svg path {
  fill: #afd135;
  stroke: #afd135;
}

.slider__heart.active svg path {
  fill: #3E508F;
  stroke: #3E508F;
}

.slider-component--no-overflow {
  width: 100%;
}
.slider-component--no-overflow.slider-component {
  padding-bottom: 0;
  margin-bottom: 0;
}
.slider-component--no-overflow .slider-component__inner {
  margin-bottom: 0;
}
.slider-component--no-overflow .slick-slide {
  padding: 0 15px;
}
.slider-component--no-overflow .slick-slide img {
  width: 100%;
}
.slider-component--no-overflow .slick-list {
  overflow: visible;
}
.slider-component--no-overflow .slick-track {
  overflow: hidden;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slider-component__slider__item__news {
  display: flex;
  height: 100%;
  transition: 0.25s;
}
.slider-component__slider__item__news:hover {
  transform: scale(1.01);
}

.slider-component__slider__item__news__content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slider-component__slider__item__news__content .slider-component__slider__item__news__content__title {
  opacity: 1;
  position: initial;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #053542;
  margin-bottom: 0;
}

.slider-component__slider__item__news__content__text-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px;
}

.slider-component__slider__item__team-member {
  display: flex;
  height: 100%;
}

.slider-component__slider__item__team-member__content {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-component--text .slider-component__button--prev {
  z-index: 1;
  top: 20%;
  left: 0;
}
.slider-component--text .slider-component__button--next {
  z-index: 1;
  top: 20%;
  right: 0;
}
@media (min-width: 576px) {
  .slider-component--text .slider-component__button--prev {
    top: 30%;
  }
  .slider-component--text .slider-component__button--next {
    top: 30%;
  }
}
@media (min-width: 1250px) {
  .slider-component--text .slider-component__button--prev {
    top: 40%;
    left: -35px;
  }
  .slider-component--text .slider-component__button--next {
    right: -35px;
    top: 40%;
  }
}

.slider-component__slider__item__text {
  display: flex;
  height: 100%;
}

.slider-component__slider__item__text__content {
  text-align: center;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-component__slider__item__text__content__img-container {
  padding: 0 35px;
  margin-bottom: 20px;
}

.slider-component__slider__item__text__title {
  color: #053542;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
  font-size: 20px;
}

.slick-paging-info--light .slick-paging--first {
  color: #5A2831;
}
.slick-paging-info--light .slick-paging--second {
  color: #D6C9CB;
}

.slider-component h2 {
  color: #5A2831;
}
.slider-component h3 {
  color: #5A2831;
}

.slider-component--cta .slider-component__cta__h4 {
  color: #021A20;
}

.slider-component__button {
  background-color: #BDA9AD;
}

.slider-component__slider__item__title {
  color: #3C4C4D;
}

.slider-component__cta-banner {
  background-image: linear-gradient(179.31deg, #915592, #3E508F);
}

.slider-component__slider__item__news__content .slider-component__slider__item__news__content__title {
  color: #3C4C4D;
}

.spacer--background-grey {
  background: #F0F3F4;
}

.spacer--background-higo {
  background-color: rgba(90, 40, 49, 0.06);
}

/* min ready */
div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
  display: none !important;
}

div#tarteaucitronMainLineOffset, .tarteaucitronBorder {
  border: 0 !important;
}

div#tarteaucitronAlertBig:before {
  display: none;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  top: var(--cookie-notice-modal-top, initial) !important;
  left: var(--cookie-notice-modal-left, initial) !important;
  right: var(--cookie-notice-modal-right, 24px) !important;
  bottom: var(--cookie-notice-modal-bottom, 24px) !important;
  transform: var(--cookie-notice-modal-transform, initial), !important;
  width: var(--cookie-notice-modal-width, initial) !important;
  min-width: var(--cookie-notice-modal-min-width, initial) !important;
  box-shadow: var(--cookie-notice-modal-box-shadow, 0 7px 37px rgba(0, 0, 0, 0.2)) !important;
  border-radius: var(--cookie-notice-modal-border-radius, 10px) !important;
  padding: var(--cookie-notice-modal-padding, 30px) !important;
  box-sizing: border-box;
  height: fit-content !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-size: var(--cookie-notice-modal-font-size, 16px) !important;
}

#tarteaucitron [aria-pressed=true] {
  font-weight: 700;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

button#tarteaucitronClosePanel {
  border-radius: 5px 5px 0 0;
  right: 15px !important;
}

button.tarteaucitron-toggle-group {
  background: transparent !important;
  padding: 10px 0 0;
  cursor: pointer;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "" !important;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before {
  content: "" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  content: "" !important;
}

#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "" !important;
}

#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
  content: "" !important;
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before {
  content: "" !important;
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
  font-size: 20px;
}

/* hide useless mandatory button */
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none !important;
}

/* remove icon from the banner */
#tarteaucitronRoot button.tarteaucitronCTAButton {
  border: var(--cookie-notice-button-border, 0);
  border-radius: var(--cookie-notice-button-border-radius, 10px);
  font-weight: var(--cookie-notice-button-font-weight, normal);
  border: var(--cookie-notice-button-deny-border, none);
  background: var(--cookie-notice-button-deny-background, var(--cookie-notice-danger, #9C1A1A));
  color: var(--cookie-notice-button-deny-color, #fff);
  box-shadow: var(--cookie-notice-button-deny-box-shadow, none);
}
#tarteaucitronRoot button.tarteaucitronCTAButton:hover {
  border: var(--cookie-notice-button-deny-hover-border, var(--cookie-notice-button-deny-border));
  background: var(--cookie-notice-button-deny-hover-background, var(--cookie-notice-button-deny-background));
  color: var(--cookie-notice-button-deny-hover-color, var(--cookie-notice-button-deny-color));
  box-shadow: var(--cookie-notice-button-deny-box-hover-shadow, var(--cookie-notice-button-deny-shadow));
}

#tarteaucitronRoot button#tarteaucitronCloseAlert,
#tarteaucitronRoot button#tarteaucitronPrivacyUrl {
  color: var(--cookie-notice-link-color, #0097D8);
  font-size: var(--cookie-notice-link-font-size, 16px);
  font-weight: var(--cookie-notice-link-font-weight, bold);
  text-decoration: var(--cookie-notice-link-text-decoration, none);
}

#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCross,
#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCheck {
  display: none;
}

/* dont use bold to avoid bigger button */
#tarteaucitronRoot #tarteaucitron [aria-pressed=true] {
  font-weight: initial;
  text-shadow: 0px 0px 1px;
}

/* fix padding if no cookies */
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
  padding: 20px;
}

/* hide info about cookies number */
#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: none;
}

/***************/
/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-size: var(--cookie-notice-font-size);
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** PARTNERS LIST **/
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList {
  text-align: left;
  background: var(--cookie-notice-background, #FFF);
  margin: 15px 0px 10px;
  padding: 15px;
  display: block;
  border-radius: 4px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList b {
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul {
  margin-left: 22px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul li {
  list-style: circle;
  font-size: 14px;
}

/**********************/
/** SAVE BUTTON **/
html body #tarteaucitronRoot button#tarteaucitronSaveButton {
  cursor: pointer;
  margin: 0;
}

html body #tarteaucitronRoot div#tarteaucitronSave {
  text-align: right;
  padding: 20px;
}

/******************/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

/*#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}*/
div#tarteaucitronServices {
  box-shadow: var(--cookie-notice-modal-box-shadow, 0 40px 60px #545454);
  margin-top: 21px !important;
  border-radius: var(--cookie-notice-modal-border-radius, 10px);
  background: var(--cookie-notice-background, #FFF);
  height: auto !important;
  max-height: calc(100vh - 24px);
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: scroll;
}
#tarteaucitronRoot div#tarteaucitron::-webkit-scrollbar {
  display: none;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: var(--cookie-notice-overlay-background, rgba(0, 0, 0, 0.2));
  opacity: 1 !important;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: var(--cookie-notice-link-color, #0097D8);
  font-size: var(--cookie-notice-link-font-size, 16px);
  font-weight: var(--cookie-notice-link-font-weight, bold);
  text-decoration: var(--cookie-notice-link-text-decoration, none);
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  /*font-family: sans-serif !important;*/
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: var(--cookie-notice-title-font-size, 21px);
  font-weight: var(--cookie-notice-title-font-weight, bold);
  text-align: center;
  color: var(--cookie-notice-title-color, var(--cookie-notice-color));
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 15px;
  margin-bottom: var(--cookie-notice-subtitle-margin-bottom, 10px);
  color: var(--cookie-notice-subtitle-color, #000);
  font-size: var(--cookie-notice-subtitle-font-size, 18px);
  font-weight: var(--cookie-notice-title-font-weight, bold);
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: var(--cookie-notice-background);
  color: var(--cookie-notice-color);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronRoot .asCatToggleBtn {
  color: var(--cookie-notice-subtitle-color, #000);
  display: inline-block;
  font-size: var(--cookie-notice-subtitle-font-size);
  font-weight: var(--cookie-notice-title-font-weight, bold);
  margin-bottom: var(--cookie-notice-subtitle-margin-bottom, 10px);
  text-align: left;
  width: auto;
  padding-left: 20px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
  color: var(--cookie-notice-color, #000);
  display: none;
  font-size: var(--cookie-notice-font-size, 16px);
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
  width: calc(100% - 40px);
  font-weight: 500;
  margin: 0;
  padding: 5px 20px 20px;
  background: rgb(181, 181, 181);
  color: #333;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
  border-top: var(--cookie-notice-divider-border, 1px solid #cecece);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: var(--cookie-notice-divider-border, 1px solid #cecece);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: var(--cookie-notice-danger, #9C1A1A);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: none;
  border-bottom: var(--cookie-notice-divider-border, 3px solid #333);
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 15px;
  max-width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: var(--cookie-notice-success, #1B870B);
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: var(--cookie-notice-danger, #9C1A1A);
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: var(--cookie-notice-success, #1B870B);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: var(--cookie-notice-danger, #9C1A1A);
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: var(--cookie-notice-font-size);
  margin-bottom: 10px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

.tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert,
.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  display: inline-flex;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 !important;
  display: inline-block;
  overflow-y: auto;
  max-height: 50vh;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: var(--cookie-notice-font-size);
  }
}
/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: var(--cookie-notice-background, #FFF);
  color: var(--cookie-notice-color, #000);
  display: none;
  font-size: var(--cookie-notice-font-size) !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  /*font: 15px verdana;*/
  color: var(--cookie-notice-modal-);
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: var(--cookie-notice-button-background, #008300);
  color: var(--cookie-notice-button-color, #fff);
  cursor: pointer;
  display: inline-block;
  font-size: var(--cookie-notice-button-font-size, 16px) !important;
  line-height: var(--cookie-notice-button-line-height, 150%);
  padding: var(--cookie-notice-button-padding, 5px 10px);
  text-decoration: none;
  margin-left: var(--cookie-notice-button-margin-left, 24px);
  margin-bottom: var(--cookie-notice-button-margin-bottom, 24px);
  box-shadow: var(--cookie-notice-button-box-shadow, none);
  border: var(--cookie-notice-button-border, 0);
  border-radius: var(--cookie-notice-button-border-radius, 10px);
  font-weight: var(--cookie-notice-button-font-weight, normal);
}
#tarteaucitronAlertBig #tarteaucitronPersonalize:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
.tarteaucitronCTAButton:hover,
#tarteaucitron #tarteaucitronPrivacyUrl:hover,
#tarteaucitron #tarteaucitronPrivacyUrlDialog:hover,
#tarteaucitronRoot .tarteaucitronDeny:hover,
#tarteaucitronRoot .tarteaucitronAllow:hover {
  background: var(--cookie-notice-button-hover-background, #FFF);
  color: var(--cookie-notice-button-hover-color, #008300);
  box-shadow: var(--cookie-notice-button-hover-box-shadow, none);
  border: var(--cookie-notice-button-hover-border, none);
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: var(--cookie-notice-button-deny-background, var(--cookie-notice-danger, #9C1A1A));
  color: var(--cookie-notice-button-deny-color, #fff);
  box-shadow: var(--cookie-notice-button-deny-box-shadow, none);
}
#tarteaucitronRoot .tarteaucitronDeny:hover {
  background: var(--cookie-notice-button-deny-hover-background, var(--cookie-notice-button-deny-background));
  color: var(--cookie-notice-button-deny-hover-color, var(--cookie-notice-button-deny-color));
  box-shadow: var(--cookie-notice-button-deny-box-hover-shadow, var(--cookie-notice-button-deny-shadow));
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: var(--cookie-notice-button-secondary-background, #FFF);
  color: var(--cookie-notice-button-secondary-background, #333);
  font-size: var(--cookie-notice-button-font-size, 16px);
  margin-bottom: 0;
  margin-left: var(--cookie-notice-button-margin-left, 24px);
  padding: var(--cookie-notice-button-padding, 5px 10px);
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
  width: fit-content !important;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  display: none;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: var(--cookie-notice-button-color);
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: var(--cookie-notice-button-color);
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: var(--cookie-notice-color);
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: var(--cookie-notice-success, #1B870B);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: var(--cookie-notice-danger, #9C1A1A);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: var(--cookie-notice-success, #1B870B);
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  margin: -10px auto var(--cookie-notice-info-margin-bottom, 24px) !important;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: none;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: var(--cookie-notice-subtitle-font-size, 18px) !important;
  margin-bottom: var(--cookie-notice-subtitle-margin-bottom, 10px);
  font-weight: var(--cookie-notice-title-font-weight, bold);
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

.team-member-list__item {
  height: 100%;
  padding-bottom: 30px;
}

.team-member-list__item__img-container:hover .team-member-list__item__img-container__img--main {
  display: none;
}
.team-member-list__item__img-container:hover .team-member-list__item__img-container__img--secondary {
  display: block;
}
.team-member-list__item__img-container .team-member-list__item__img-container__img--secondary {
  display: none;
}

.team-member-list__item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}

.team-member-list__item__text {
  height: 100%;
  color: #053542;
  text-align: left;
  padding: 25px 50px;
}

.team-member-list__item__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.team-member-list__item__sub-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

.team-member-list__item__short {
  font-size: 16px;
  font-weight: 300;
  color: #829aa0;
  margin-bottom: 0;
}

.team-member-list__item__socials {
  padding: 0 50px 25px;
  display: flex;
}

.team-member-list__item__socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-color: #afd135;
  border-radius: 30px;
  margin: 0 10px;
  transition: transform 0.25s;
}
.team-member-list__item__socials__link:first-child {
  margin-left: 0;
}
.team-member-list__item__socials__link:last-child {
  margin-right: 0;
}
.team-member-list__item__socials__link:hover {
  transform: scale(1.1);
  background-color: #053542;
}

.team-member-list__item__socials__location {
  display: flex;
}

.team-member-list__item__socials__location__icon {
  display: flex;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  background-color: #829aa0;
  margin: 0 5px 0 10px;
}

.team-member-list__item__socials__location__text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #829aa0;
}

@media (min-width: 768px) {
  .text-block {
    margin-bottom: 100px;
  }
}

.text-block__inner {
  padding: 30px 0 15px 0;
  color: #053542;
}
@media (min-width: 768px) {
  .text-block__inner {
    padding: 70px 0;
  }
}

.text-block__inner h2 {
  margin-bottom: 45px;
  font-weight: 500;
}

.text-block__inner p {
  font-weight: 300;
}

.background--gray,
.background--grey {
  background: #F0F3F4;
}

.text-circle-image-list {
  margin: 50px 0;
}

.text-circle-image-list__item {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.text-circle-image-list__item.hover:hover .text-circle-image-list__title {
  transition: color 0.25s;
  color: #5280AA;
}
.text-circle-image-list__item.hover:hover .text-circle-image-list__bottom {
  cursor: pointer;
}
.text-circle-image-list__item.hover:hover .text-circle-image-list__bottom p {
  transition: opacity 0.25s;
  opacity: 1;
  color: #5A2831;
}

.text-circle-image-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.text-circle-image-list__img {
  margin-right: 15px;
  height: 100px;
  width: 100px;
  border: 4px solid #afd135;
}
@media (min-width: 576px) {
  .text-circle-image-list__img {
    margin-right: 30px;
    height: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .text-circle-image-list__img {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .text-circle-image-list__img {
    height: initial;
    width: initial;
  }
}

.text-circle-image-list__title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  color: #5A2831;
}
@media (min-width: 576px) {
  .text-circle-image-list__title {
    font-size: 30px;
  }
}

.text-circle-image-list__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.text-circle-image-list__bottom {
  margin-bottom: 1rem;
}
.text-circle-image-list__bottom * {
  margin-bottom: 0;
}

.gallery {
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .gallery {
    margin-bottom: 100px;
  }
}
.gallery .slick-slider {
  margin-bottom: 0;
}
.gallery .slick-list {
  width: 100%;
  margin: 0;
}
.gallery .slick-dots {
  bottom: -30px;
  left: 0;
}
.gallery .slick-paging-info {
  margin: 0;
  padding-left: 15px;
  justify-content: left;
}

.text-info-block {
  margin-bottom: 180px;
  position: relative;
}
.text-info-block:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  background: #F0F3F4;
}
@media (min-width: 768px) {
  .text-info-block:before {
    display: flex;
  }
}
.text-info-block:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  top: 100%;
  left: 0;
  background: #F0F3F4;
}
@media (min-width: 768px) {
  .text-info-block:after {
    display: flex;
  }
}

.text-info-block__text {
  position: relative;
  height: 100%;
  padding: 95px 15px;
  color: #fff;
  background: #053542;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.text-info-block__text:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 100%;
  background: #053542;
}
@media (min-width: 768px) {
  .text-info-block__text:before {
    display: flex;
  }
}

.text-info-block__text h2 {
  font-weight: 500;
  margin-bottom: 45px;
}

.text-info-block__text p {
  font-weight: 300;
}

.text-info-block__img {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.text-info-block__img:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  height: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .text-info-block__img:before {
    display: flex;
  }
}

.text-info-block__img__inner {
  padding: 115px 20px;
  width: 100%;
}

.video {
  padding: 50px 0 30px 0;
  background-color: rgba(90, 40, 49, 0.06);
}
@media (min-width: 768px) {
  .video {
    padding: 120px 0 100px 0;
  }
}

.video__title {
  position: relative;
}

.video__link {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.video__link:hover .play-button {
  transform: scale(1.05);
}

@media (min-width: 992px) {
  .video__text {
    padding-left: 50px;
  }
}

.play-button {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  transition: 0.25s;
  height: 40px;
  width: 40px;
}

.play-button--large {
  height: 60px;
  width: 60px;
}

.visual {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .visual {
    min-height: 400px;
  }
}

.visual__inner {
  min-height: 400px;
  width: 100%;
  height: 100%;
  flex-flow: 1;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #afd135;
}
.visual__inner .container {
  z-index: 1;
}

.visual__no-image {
  background-color: #F0F3F4;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .visual__no-image {
    min-height: 300px;
  }
}
.visual__no-image .visual__inner {
  position: relative;
  background-color: transparent;
  min-height: 350px;
}
.visual__no-image .visual__inner h1 {
  color: #053542;
  font-size: 28px;
}
@media (min-width: 768px) {
  .visual__no-image .visual__inner h1 {
    font-size: 28px;
  }
}
.visual__no-image .visual__inner h2 {
  position: absolute;
  top: 15px;
  color: rgba(5, 53, 66, 0.06);
  font-size: 200px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .visual__no-image .visual__inner h2 {
    font-size: 200px;
  }
}
.visual__no-image .visual__inner:before {
  display: none;
}
.visual__no-image .visual__inner__content {
  margin-left: 0;
}

.visual__inner__background-image {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  width: 0;
  height: 100%;
}
@media (min-width: 576px) {
  .visual__inner__background-image {
    width: 80%;
  }
}
.visual__inner__background-image:after {
  content: "";
  height: 120%;
  width: 20%;
  background-color: #053542;
  position: absolute;
  left: -1px;
  top: -10%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.visual__inner__content {
  padding: 70px 0;
}
@media (min-width: 992px) {
  .visual__inner__content {
    max-width: 70%;
  }
}
@media (min-width: 1300px) {
  .visual__inner__content {
    margin-left: -65px;
  }
}

.visual__inner__content--no-margin-left {
  margin-left: 0;
}

.visual__inner__content__h1 {
  position: relative;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  line-height: 130%;
  font-family: "AvantGarde", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .visual__inner__content__h1 {
    font-size: 3.75rem;
  }
}
.visual__inner__content__h1:only-child {
  margin-bottom: 0;
}

.visual__inner__content__h2 {
  position: relative;
  font-family: "AvantGarde", sans-serif;
  color: var(--color-primary);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  z-index: 2;
}

.visual__inner__content__logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  width: 100%;
  max-width: 250px;
}

.visual-slider {
  background-color: #afd135;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
.visual-slider .slick-list {
  height: 100%;
  padding: 0;
}
.visual-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.visual-slider .slick-paging-info {
  margin: -80px 0 0;
  justify-content: left;
}
@media (min-width: 1300px) {
  .visual-slider .slick-paging-info {
    margin-left: -65px;
  }
}
.visual-slider .slick-dots {
  bottom: 50px;
  left: 15px;
}
@media (min-width: 1300px) {
  .visual-slider .slick-dots {
    left: -50px;
  }
}
.visual-slider .slick-dots li {
  background-color: #69858d;
}
.visual-slider .slick-dots li:before {
  background-color: #fff;
}
.visual-slider .slick-paging-info__status-bar {
  background-color: #69858d;
  bottom: -5px;
  left: 0;
}
.visual-slider .slick-paging-info__status-bar__inner {
  background-color: #fff;
}

.visual-slider__inner {
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .visual-slider__inner {
    min-height: 450px;
  }
}
.visual-slider__inner .visual-slider__inner__slide {
  height: 140%;
  width: 35%;
  background-color: #053542;
  position: absolute;
  left: -1px;
  top: -20%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.visual-slider__inner__content h2 {
  color: #F0F3F4;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .visual-slider__inner__content h2 {
    font-size: 4.5rem;
  }
}

.header-cta-visual-slider .slick-paging--first {
  color: #D6C9CB;
}
.header-cta-visual-slider .slick-paging--second {
  color: #5A2831;
}
.header-cta-visual-slider .visual {
  margin-bottom: 0;
}
.header-cta-visual-slider .visual__inner {
  padding-bottom: 50px;
}
.header-cta-visual-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.header-cta-visual-slider .slick-paging-info {
  margin: -80px 0 0;
  justify-content: left;
}
@media (min-width: 1300px) {
  .header-cta-visual-slider .slick-paging-info {
    margin-left: -65px;
  }
}
.header-cta-visual-slider .slick-dots {
  bottom: 50px;
  left: 15px;
}
@media (min-width: 1300px) {
  .header-cta-visual-slider .slick-dots {
    left: -50px;
  }
}
.header-cta-visual-slider .slick-dots li {
  background-color: #69858d;
}
.header-cta-visual-slider .slick-dots li:before {
  background-color: #fff;
}
.header-cta-visual-slider .slick-paging-info__status-bar {
  background-color: #5A2831;
  bottom: -5px;
  left: 0;
}
.header-cta-visual-slider .slick-paging-info__status-bar__inner {
  background-color: #D6C9CB;
}

.slick-page-info {
  position: relative;
}

.visual__inner__background-image:after {
  content: "";
  height: 140%;
  width: 25%;
  background-color: #afd135;
  color: #fff !important;
  position: absolute;
  left: -1px;
  top: -20%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.visual__no-image .visual__inner h1 {
  color: #fff;
}

.visual__inner__content__h2 {
  color: #021A20;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .visual__inner__content__h2 {
    margin-bottom: 2rem;
  }
}

.visual--secondary .visual__inner {
  background-color: #053542;
}
.visual--secondary .visual__inner h2 {
  color: #fff !important;
}
.visual--secondary .visual__inner__background-image:after {
  background-color: #053542;
}

.visual-slider {
  background-color: #053542;
}

/**
 * Higo Theme specific overrides
 */
.visual__inner {
  width: 100%;
  height: 100%;
  flex-flow: 1;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #053542;
  background: linear-gradient(#D74A21, #A6539B);
}

.visual__inner__background-image:after {
  content: "";
  height: 140%;
  width: 25%;
  background: linear-gradient(#D74A21, #D74A21 15%, #A6539B 85%, #A6539B 100%);
  position: absolute;
  left: -1px;
  top: -20%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.visual__no-image .visual__inner h1 {
  color: #fff;
}

.header-cta-visual-slider .slick-paging--first {
  color: #D6C9CB;
}
.header-cta-visual-slider .slick-paging--second {
  color: #5A2831;
}
.header-cta-visual-slider .slick-paging-info__status-bar {
  background-color: #5A2831;
  bottom: 50px;
  left: 15px;
}
@media (min-width: 1300px) {
  .header-cta-visual-slider .slick-paging-info__status-bar {
    left: -50px;
  }
}
.header-cta-visual-slider .slick-paging-info__status-bar__inner {
  background-color: #D6C9CB;
}

.visual__inner__content__h2 {
  color: #021A20;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .visual__inner__content__h2 {
    margin-bottom: 2rem;
  }
}

.visual--secondary .visual__inner {
  background: linear-gradient(#5280AA, #254D8F);
}
.visual--secondary .visual__inner__background-image:after {
  background: linear-gradient(#5280AA, #5280AA 15%, #254D8F 85%, #254D8F 100%);
}

.visual-slider {
  background: linear-gradient(#D74A21, #A6539B);
}

.product-configurator__wrapper {
  margin-bottom: 30px;
}

.product-configurator {
  display: flex;
  gap: 2px;
  margin-bottom: 30px;
}
.product-configurator__column {
  flex: 1;
  max-width: 50%;
  /*margin-left: auto;*/
  background-color: #F0F3F4;
}

.product-configurator__column__title {
  padding: 20px;
  font-size: 20px;
  color: #053542;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}

.product-configurator__column__item__label {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #B5C3C7;
  min-height: 90px;
}
.product-configurator__column__item__label .icon-chevron {
  font-weight: normal;
  color: #053542;
}
.product-configurator__column__item__label.disabled {
  background-color: #F0F3F4;
}
.product-configurator__column__item__label.disabled .icon-chevron {
  opacity: 0.5;
}
.product-configurator__column__item__label.selected {
  background-color: #fff;
}
.product-configurator__column__item__label:hover:not(.disabled) {
  cursor: pointer;
  color: #F0F3F4;
  background-color: #053542;
}
.product-configurator__column__item__label:hover:not(.disabled) span,
.product-configurator__column__item__label:hover:not(.disabled) .icon-chevron {
  color: #F0F3F4;
}

.product-configurator__column__item__label__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
}

.product-configurator__column__item {
  display: flex;
  background-color: #F0F3F4;
  flex-direction: column;
  font-size: 0.95rem;
}
.product-configurator__column__item:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.product-configurator__column__item span {
  font-weight: bold;
  color: #053542;
}
.product-configurator__column__item .dropdown {
  position: relative;
}
.product-configurator__column__item .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 13px 16px 1px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.product-configurator__column__item .dropdown ul li:first-child span {
  border-top: 2px solid #d3dbde;
}
.product-configurator__column__item .dropdown ul li {
  cursor: pointer;
  transition: background 0.2s;
}
.product-configurator__column__item .dropdown ul li span {
  display: block;
  padding: 20px;
  border-bottom: 2px solid #d3dbde;
  width: 100%;
  font-weight: normal;
}
.product-configurator__column__item .dropdown ul li span.selected {
  background: #F0F3F4;
  font-weight: bold;
}
.product-configurator__column__item .dropdown ul li span.selected:hover {
  background: #e1e7e9;
}
.product-configurator__column__item .dropdown ul li:hover {
  background: #f0f0f0;
}

.product-configurator__buttons a {
  margin-right: 20px;
}

.product-configurator-selector {
  margin-top: 25px;
  margin-bottom: 50px;
}

.product-configurator-selector__type hr {
  margin: 30px 0;
}

.product-configurator-selector__buttons {
  display: flex;
  justify-content: end;
}

.product-configurator-selector__filters__title {
  font-size: 14px;
  font-weight: 300;
}

.product-configurator-selector__filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}

.product-configurator-selector__filters__filter {
  padding: 10px 18px;
  margin-right: 10px;
  background: #F0F3F4;
  font-size: 14px;
  border-radius: 5px;
  color: #053542;
  cursor: pointer;
}
.product-configurator-selector__filters__filter .selected {
  margin-left: 9px;
  font-weight: 600;
}
.product-configurator-selector__filters__filter .icon-chevron {
  margin-left: 20px;
  font-size: 10px;
}
.product-configurator-selector__filters__filter:hover {
  background: #B5C3C7;
}

.product-configurator-selector__filters__filter__wrapper {
  margin-bottom: 10px;
}
.product-configurator-selector__filters__filter__wrapper .dropdown {
  margin-top: 2px;
  position: relative;
}
.product-configurator-selector__filters__filter__wrapper .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-right: 10px;
  background: #F0F3F4;
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.product-configurator-selector__filters__filter__wrapper .dropdown ul li {
  cursor: pointer;
  transition: background 0.2s;
}
.product-configurator-selector__filters__filter__wrapper .dropdown ul li span {
  display: block;
  padding: 10px 18px;
  width: 100%;
  font-weight: normal;
}
.product-configurator-selector__filters__filter__wrapper .dropdown ul li span:not(:last-of-type) {
  border-bottom: 2px solid #fff;
}
.product-configurator-selector__filters__filter__wrapper .dropdown ul li span.selected {
  font-weight: bold;
}
.product-configurator-selector__filters__filter__wrapper .dropdown ul li:hover {
  background: #B5C3C7;
}

.product-configurator-selector__products {
  margin-top: 25px;
}

.product-configurator-selector__select-all {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.product-configurator-selector__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  position: relative;
}

.product-configurator-selector__products__item__content {
  padding: 18px;
}

.product-configurator-selector__products__item__h2 {
  font-size: 0.875rem;
  color: #053542;
  text-align: center;
}
.product-configurator-selector__products__item__h2 input {
  margin-right: 21px;
}
.product-configurator-selector__products__item__h2 input, .product-configurator-selector__products__item__h2 label {
  cursor: pointer;
}

.product-configurator-selector__products__table__info {
  position: relative;
  display: inline-block;
}
.product-configurator-selector__products__table__info--align-right .product-configurator-selector__products__table__link__panel {
  left: auto;
  right: 0;
}
.product-configurator-selector__products__table__info--align-right .product-configurator-selector__products__table__link__panel::before {
  left: auto;
  right: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .product-configurator-selector__products__table__info .product-configurator-selector__products__table__link__panel,
  .product-configurator-selector__products__table__info .product-configurator-selector__products__table__link__panel--top {
    transition: none;
  }
}

.product-configurator-selector__products__table__link {
  display: flex;
  align-items: center;
  color: #053542;
  transition: color 0.25s;
  text-decoration: none;
}
.product-configurator-selector__products__table__link:visited {
  color: #053542;
}
.product-configurator-selector__products__table__link:hover, .product-configurator-selector__products__table__link:focus, .product-configurator-selector__products__table__link:active {
  color: color-mix(in srgb, #afd135, white 5%);
  text-decoration: none;
}
.product-configurator-selector__products__table__link i {
  font-size: 20px;
  margin-right: 5px;
}

.product-configurator-selector__products__table__link__header {
  margin-bottom: 0.25rem;
}

.product-selector__products__table__info__title {
  font-size: 1rem;
  line-height: 1.25;
  text-wrap: auto;
}

.product-selector__products__table__info__desc {
  font-size: 0.925rem;
}

.product-selector__products__table__info__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background: #f5f7fa;
}

.product-configurator-selector__products__table__link__panel {
  display: block;
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 1000;
  width: min(380px, 90vw);
  background: #fff;
  color: #053542;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 1rem 1rem 1.25rem;
  opacity: 0;
  transform: translateY(4px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.product-configurator-selector__products__table__link__panel::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 1rem;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

.product-configurator-selector__products__table__link__panel--top {
  display: block;
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 1000;
  width: min(380px, 90vw);
  background: #fff;
  color: #053542;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 1rem 1rem 1.25rem;
  opacity: 0;
  transform: translateY(4px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.product-configurator-selector__products__table__link__panel--top::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 1rem;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(135deg);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

.product-configurator-selector__products__table__link__panel.is-visible,
.product-configurator-selector__products__table__link__panel--top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.product-configurator-selector__products__table {
  width: 100%;
  margin-bottom: 30px;
}
.product-configurator-selector__products__table__scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.product-configurator-selector__products__table table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
.product-configurator-selector__products__table th,
.product-configurator-selector__products__table td {
  white-space: nowrap;
}
.product-configurator-selector__products__table table thead th {
  background-color: #F0F3F4;
  padding: 8px 12px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  border-right: 2px solid #FFF;
  border-bottom: 3px solid #FFF;
}
.product-configurator-selector__products__table table tbody td {
  padding: 8px 12px;
  text-align: center;
}
.product-configurator-selector__products__table table tbody tr {
  height: 35px;
}
.product-configurator-selector__products__table table tbody tr:hover {
  background-color: #F0F3F4;
}
.product-configurator-selector__products__table table thead th:last-child {
  border-right: none;
}
.product-configurator-selector__products__table .icon-check-plain-outline {
  font-size: 11px;
}

.product-configurator-selector__products__table__td--center {
  text-align: center;
  width: 1%;
  white-space: nowrap;
}

.product-configurator-selector__products__table__th--expand,
.product-configurator-selector__products__table__td--expand {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  padding-left: 6px;
  padding-right: 6px;
}

.product-configurator-selector__products__table table tbody td.product-configurator-selector__products__table__td--linked {
  padding: 0;
}

.product-configurator-selector__products__table table tbody tr.product-configurator-selector__products__table__row--linked:hover {
  background-color: transparent;
}

.product-configurator-selector__linked-expander {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  color: #053542;
  cursor: pointer;
  transition: color 0.2s ease;
}
.product-configurator-selector__linked-expander .icon-chevron {
  font-size: 10px;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.product-configurator-selector__linked-expander:hover {
  color: #afd135;
}

.product-configurator-selector__linked-expander--open .icon-chevron {
  transform: rotate(0deg);
}

.product-configurator-selector__linked-wrap {
  margin: 0;
  padding: 10px 0 12px 0;
  border-left: none;
  background: #f6f8fa;
  border-radius: 4px;
}

.product-configurator-selector__linked-table {
  margin: 0;
  margin-left: 40px;
  width: calc(100% - 40px);
}

.product-configurator-selector__linked-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.selection-wrapper {
  padding: 15px 60px;
}

.product-configurator-form {
  padding-top: 100px;
  color: #053542;
}

.product-configurator-form__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.product-configurator-form__selection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product-configurator-form__selection__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 24px;
  margin-right: 24px;
  height: 60px;
  box-shadow: 0px 0px 30px 0px rgba(5, 53, 66, 0.2);
  transition: transform 0.2s ease;
}
.product-configurator-form__selection__item:hover {
  transform: scale(1.02);
}
.product-configurator-form__selection__item .icon-close-small {
  padding: 10px 10px 10px 0;
  font-size: 24px;
  color: #B5C3C7;
  cursor: pointer;
  transition: 0.2s ease;
}
.product-configurator-form__selection__item .icon-close-small:hover {
  transform: scale(1.25);
  color: #053542;
}

.product-configurator-form__selection__item__img {
  width: 50px;
  height: 50px;
  padding-left: 5px;
}

.product-configurator-form__selection__item__title {
  padding: 10px 18px;
}

.product-configurator-form__selection__item__quantity {
  font-weight: bold;
  padding: 10px 18px;
}

.product-configurator-form__field__product {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-configurator-form__field__product img {
  padding: 5px;
  margin-right: 20px;
}

.product-configurator-form__field__product__title {
  margin-right: 40px;
}

.cart {
  display: flex;
  flex-direction: column;
  transition: 1s ease opacity;
  padding: 60px 0 200px;
}
.cart--initialized {
  animation: fade-up 0.6s ease forwards;
}

.cart__title {
  font-size: 30px;
  line-height: 2.1875rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .cart__title {
    margin-bottom: 80px;
  }
}

.cart__title--small {
  font-size: 22px;
  margin-bottom: 30px;
}

.cart__table {
  margin-bottom: 40px;
  border-bottom: 1px solid #F0F3F4;
}

.cart__header {
  display: none;
  align-items: center;
  border-bottom: 1px solid #F0F3F4;
}
@media (min-width: 768px) {
  .cart__header {
    display: flex;
  }
}

.cart__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--color-bg-2);
  border-radius: var(--border-radius);
  padding: 15px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #F0F3F4;
}
@media (min-width: 768px) {
  .cart__row {
    flex-wrap: nowrap;
    font-size: 1rem;
    padding: 25px 10px;
  }
}
.cart__row--no-bg {
  background: transparent;
}
.cart__row:last-of-type {
  border: none;
}

.cart__column {
  flex: 1 1 25%;
  font-weight: 500;
  padding: var(--cart-column-padding);
  --cart-column-padding: 5px;
}
@media (min-width: 576px) {
  .cart__column {
    flex: 1 1 16.66%;
  }
}
@media (min-width: 768px) {
  .cart__column {
    --cart-column-padding: 10px;
  }
}
@media (min-width: 992px) {
  .cart__column {
    --cart-column-padding: 20px;
    flex: 0 1 16.66%;
  }
}
.cart__column--product {
  flex: 0 1 100%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .cart__column--product {
    flex: 1 1 52%;
  }
}
@media (min-width: 992px) {
  .cart__column--product {
    flex: 1 1 30%;
  }
}
@media (min-width: 1400px) {
  .cart__column--product {
    flex: 1 1 40%;
  }
}
.cart__column--header {
  padding-bottom: 1.5em;
}
.cart__column--size {
  flex: 0 0 auto;
}
.cart__column--amount {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .cart__column--amount {
    justify-content: initial;
  }
}
@media (min-width: 768px) {
  .cart__column--amount {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .cart__column--amount {
    min-width: 206px;
    padding-right: var(--cart-column-padding);
  }
}
.cart__column--price {
  text-align: right;
}
@media (min-width: 992px) {
  .cart__column--price {
    text-align: initial;
  }
}
.cart__column--delete {
  flex: 0 1 10%;
  font-size: 1.2rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.cart__column:first-of-type {
  padding-left: 0;
}
@media (min-width: 768px) {
  .cart__column:last-of-type {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .cart__column:last-of-type {
    padding-right: 40px;
  }
}

.cart__column .button {
  padding: 2px 4px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cart__column .button {
    padding: 6px 10px;
  }
}

.cart__product {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: #053542;
}
.cart__product:hover .cart__product-img, .cart__product:hover .cart__product-title {
  opacity: 0.7;
}

.cart__product-title {
  display: block;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.cart__product-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: var(--border-radius);
  object-fit: cover;
  object-position: center;
}

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

.cart__product-placeholder {
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: 2px;
}

.cart__receipt {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cart__receipt {
    margin-bottom: auto;
  }
}

.receipt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .receipt {
    min-width: 400px;
    width: auto;
  }
}

.receipt__line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  padding-top: 10px;
  color: #053542;
  order: 1;
  transition: 0.3s ease opacity, 0.3s ease height, 0.3s ease padding;
  height: 34px;
}
@media (min-width: 768px) {
  .receipt__line {
    height: initial;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .receipt__line {
    gap: 60px;
    padding: 20px 0 0;
  }
}
.receipt__line--total-after-taxes {
  border-bottom: 1px solid #F0F3F4;
  color: #053542;
  margin-top: 20px;
  padding-bottom: 15px;
  font-size: 22px;
  padding-top: 0;
  order: 0;
}
.receipt__line--hide-mobile {
  height: 0;
  opacity: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .receipt__line--hide-mobile {
    height: initial;
    opacity: 1;
    padding: 20px 0 0;
  }
}
.receipt__line--toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  justify-content: flex-end;
  text-align: center;
  color: #053542;
  padding-right: 20px;
  padding-top: 12px;
  border-top: 1px solid #F0F3F4;
  transition: 0.3s ease margin;
  margin-top: -1px;
}
.receipt__line--toggle:hover, .receipt__line--toggle:active {
  color: #053542;
}
@media (min-width: 992px) {
  .receipt__line--toggle {
    display: none;
  }
}
.receipt__line--toggle i {
  transition: 0.3s ease transform;
  font-size: 6px;
}
.receipt__line--toggle-active {
  margin-top: 10px;
}
.receipt__line--toggle-active i {
  transform: rotate(180deg);
}

.receipt__label {
  justify-self: flex-start;
}
.receipt__label--total-after-taxes {
  font-weight: 700;
}

.receipt__value {
  margin-left: auto;
  padding: 0 20px;
}
.receipt__value--total-after-taxes {
  font-weight: 700;
}

.cart__buttons {
  display: flex;
  margin-left: auto;
  text-align: right;
}

.cart__message {
  text-align: right;
  margin-top: 30px;
}

.cart__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cart__bottom {
    margin-bottom: 80px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .cart__bottom--no-wrap-lg {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .cart__bottom {
    flex-wrap: nowrap;
  }
}

.cart__panels {
  flex: 0 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  order: 2;
}
@media (min-width: 1200px) {
  .cart__panels {
    order: 0;
    flex: 1 1 100%;
    flex-wrap: nowrap;
  }
}

.amount-controls {
  display: flex;
  align-items: center;
}

.amount-controls__control {
  border: none;
  text-align: center;
  width: 35px;
}
.amount-controls__control:focus {
  outline: none;
}
@media (min-width: 768px) {
  .amount-controls__control {
    width: 55px;
  }
}

.cart__list {
  display: flex;
  flex-direction: column;
}

.cart__list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #F0F3F4;
  font-weight: 700;
}
.cart__list__item:last-child {
  border: unset;
  padding-bottom: unset;
}

.modal-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 53, 66, 0.06);
  transition: 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.modal-overlay--show {
  opacity: 1;
  pointer-events: initial;
}

.modal {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 340px;
  max-width: calc(100% - 30px);
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.03);
  transition: 0.2s ease;
  transition-delay: 0.2s;
}
.modal--show {
  opacity: 1;
  pointer-events: initial;
  transform: translate(-50%, -50%);
}

.modal__content {
  padding: 30px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-item-modal {
  overflow: hidden;
}

.cart-item-modal__item {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

.modal__content h3 {
  margin-bottom: 1em;
}

.cart-item-modal__item-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.cart-item-modal__item-title:hover {
  text-decoration: underline;
}

.cart-item-modal__item-image-link {
  overflow: hidden;
  margin-right: 1rem;
}

.cart-item-modal__item img {
  opacity: 0;
  max-width: 200px;
  width: 100%;
  animation: fade-up 0.2s ease forwards;
  animation-delay: 0.2s;
}

.cart-item-modal__item {
  opacity: 0;
  animation: fade-up 0.4s ease forwards;
  animation-delay: 0.2s;
}

.added-to-cart-modal__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.added-to-cart-modal__buttons .button {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .added-to-cart-modal__buttons .button {
    width: auto;
  }
}

.toast {
  display: none;
  opacity: 0;
  position: fixed;
  right: 20px;
  top: calc(80px + 20px);
  padding: 10px 30px 0 30px;
  border-radius: 5px;
  max-width: calc(100% - 40px);
  color: #fff;
  background-color: #9EBD2F;
  animation: fade-out-left 0.28s forwards;
  -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.05);
  z-index: 9;
}
@media (min-width: 992px) {
  .toast {
    top: calc(80px * 2);
  }
}

.toast--show {
  display: initial;
  opacity: 1;
  animation: fade-in-left 0.28s forwards;
}

.toast__close {
  position: absolute;
  right: 1em;
  top: 1em;
  font-size: 0.75rem;
}

.toast__content h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-top: 0.5em;
}

.toast__buttons {
  display: flex;
  justify-content: flex-end;
}
.toast__buttons .button, .toast__buttons .btn, .toast__buttons .reading__button {
  margin-right: 15px;
}

.toast__content__upsell {
  font-size: 0.875rem;
  margin-bottom: 15px;
  text-align: right;
}

.brand-grid {
  padding: 50px 0 30px 0;
}

.brand-grid__title {
  color: #173541;
  font-size: 23.4px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 24px;
}

.brand-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.brand-grid__item {
  background: white;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-height: 175px;
}
.brand-grid__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: scale(1.01);
}

.brand-grid__item__image {
  flex-shrink: 0;
  max-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-grid__item__image img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

.brand-grid__item__content {
  flex: 1;
  padding: 20px;
}

.brand-grid__item__title {
  font-size: 16px;
  color: #39C;
  margin-bottom: 10px;
  line-height: 150%;
}

.brand-grid__item__description {
  font-size: 14px;
  line-height: 180%;
  color: rgba(23, 53, 65, 0.66);
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100px;
}

.sub-type-list {
  background-color: #f0f4f7;
  padding: 60px 0 40px;
  border: 1px solid #d6e1e7;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(5, 53, 66, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
}
.sub-type-list__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.sub-type-list__title {
  color: #053542;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 36px;
}
.sub-type-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 0;
  padding-top: 15px;
}
@media (max-width: 992px) {
  .sub-type-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .sub-type-list__grid {
    grid-template-columns: 1fr;
  }
}
.sub-type-list__item {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 220px;
  position: relative;
  cursor: pointer;
}
.sub-type-list__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.sub-type-list__item-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sub-type-list__item-logo {
  max-height: 60px;
  max-width: 160px;
  object-fit: contain;
}
.sub-type-list__item-image-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-height: 100px;
}
.sub-type-list__item-image {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}
.sub-type-list__item-info {
  width: 100%;
}
.sub-type-list__item-title {
  color: #173541;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.sub-type-list__item-id {
  color: #173541;
  font-size: 14px;
}
@media (max-width: 992px) {
  .sub-type-list__inner {
    padding: 0 24px;
  }
}
@media (max-width: 576px) {
  .sub-type-list__inner {
    padding: 0 16px;
  }
}

.area--sub-type-list-pair {
  width: 100%;
  max-width: 1920px;
  margin: 32px auto 0;
  padding: 0 24px;
}
.area--sub-type-list-pair > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  row-gap: 32px;
}
.area--sub-type-list-pair > .row > * {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .area--sub-type-list-pair .block-type-block-sub-type-list .sub-type-list {
    padding: 50px 0 30px;
  }
  .area--sub-type-list-pair .block-type-block-sub-type-list .sub-type-list__inner {
    padding: 0 24px;
  }
  .area--sub-type-list-pair .block-type-block-sub-type-list .sub-type-list__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 0;
  }
  .area--sub-type-list-pair .block-type-block-sub-type-list .sub-type-list__item {
    min-height: 200px;
  }
}
@media (max-width: 576px) {
  .area--sub-type-list-pair {
    margin-top: 24px;
    padding: 0 16px;
  }
  .area--sub-type-list-pair > .row {
    row-gap: 24px;
  }
}

.brand-header {
  background-color: #fff;
  padding: 80px 0;
}
.brand-header__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .brand-header__inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.brand-header__image-wrapper {
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .brand-header__image-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.brand-header__image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.brand-header__content {
  flex: 1;
}
.brand-header__title {
  color: #053542;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .brand-header__title {
    align-items: center;
  }
}
.brand-header__title__main {
  display: block;
}
.brand-header__title__sub {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}
.brand-header__description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.brand-header__description p {
  margin-bottom: 1.5em;
}
.brand-header__description p:last-child {
  margin-bottom: 0;
}
.brand-header__button {
  margin-top: 30px;
}

.language-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  font-family: sans-serif;
}
.language-dropdown:hover .dropdown-menu, .language-dropdown:focus-within .dropdown-menu {
  display: block;
}
.language-dropdown .dropdown-toggle {
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: #053542;
  text-decoration: none;
  cursor: pointer;
}
.language-dropdown .dropdown-toggle::after {
  content: "\e903";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.55rem;
  margin-left: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.language-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  overflow: hidden;
}
.language-dropdown .dropdown-menu a {
  display: block;
  padding: 10px 14px;
  color: #053542;
  text-decoration: none;
  font-size: 0.75rem;
}
.language-dropdown .dropdown-menu a:hover {
  background-color: #f0f0f0;
}
.language-dropdown.language-dropdown-inverted .dropdown-toggle {
  color: #fff;
}
.language-dropdown.language-dropdown-inverted .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

/*-- Sticky footer --*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  z-index: 6;
  overflow-x: hidden;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding > .row {
  margin-left: 0;
  margin-right: 0;
}

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

.fancybox {
  cursor: pointer;
}
